/**************************************
 * THEME NAME: learn_elderworld_com
 *
 * Files included in this sheet:
 *
 *   learn_elderworld_com/elderworld_styles.css
 **************************************/

/***** learn_elderworld_com/elderworld_styles.css start *****/

body, table, td, th, li {
    font-family: Arial, Helvetica, sans-serif;
}

a, a:link, a:visited{
	color:#00B4C0;
}

a:hover{
	text-decoration:none;
	color:#014371;
}

.navbar a:hover{
	color:#D1D2D4;
}

#ie_container{
	width:100%;
	text-align:center;
}

#page{
	width:100%;
	margin:0 auto;
	text-align:left;
}

#header-home{
  height: 120px;
  background-image:url('images/logo.png');
  background-repeat: no-repeat;
  background-position: center top;
}

.navbar{
	color:#00B4C0;
	background-color:#014371;
}

.headingblock {
	color:#00B4C0;
	background-color:#014371;
}

.sideblock {
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
} 

.sideblock h2 {
    color: #014371;
} 

.sideblock .header {
    background-color: #B5E1E1;
}

.sideblock .header, .sideblock h2.header {
	padding: 4px;	
} 

.sideblock .content {
    background-color: #F2F2F3;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
} 

.block_course_summary, .block_course_summary .content {
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
}
/***** learn_elderworld_com/elderworld_styles.css end *****/


