@charset "UTF-8";
/* CSS Document */

/*Main Layout*/
#header{
	height:200px;
}
#headerLogo{
	float:left;
	width:358px;
	margin-left:20px;
	margin-top:20px;
}
#phoneNumber{
	margin-left:600px;
	padding-top:50px;
}
.extremLine{
	border-style:solid;
	border-width:1px;
	height:20px;
	text-align:center;
}
#navbar {
	float: left;
	width: 200px; /*If you change this please change the left margin of the content div to the same value*/
	padding-top:10px;
	height:560px; /*Fix height according to footer*/
}
#content {
  	margin-left:  200px; /*If you change this please change the width of the navbar to the same value*/
  	padding-top:10px;
}
#footer{
	border-style:solid;
	border-width:1px;
	height:20px;
	text-align:center;
	clear:left;
	margin-top:10px;
}

/*Courses*/

.course{
	border-style:solid;
	border-width:1px;
	margin-top:10px;
}
.courseTitle{
	background-color:#CCC;
	text-align:center;
}
.courseInfo{
	border-bottom-style:solid;
	border-width:1px;
	padding-left:5px;
	font-size:12px;
}
.courseOverview{
	font-size:12px;
	padding: 5px 5px 5px 5px;
}
.courseOptions{
	text-align:right;
	padding-right:5px;
}
a.cleanLink{
	text-decoration:none;
	color:#000;
}
a.cleanLink:link {
	color: #333333;
	text-decoration:none;
}
.StructureTitle{
	text-align:center;
}
.indent{
	padding-left:10px;
}


/*form*/
#form{
	margin-top:10px;
	margin-left:10px;
}
.formLabel{
	margin-top:5px;
	padding-top:5px;
}
.fieldName{
	font-size:9px;
}

/*Thanks page*/
#thanks{
	text-align:center;
}

/*Courses Dates*/
/*courses*/
#course_row{
	clear:both;
	margin:10px 0 20px;
}
.course_name{
	background:#E9F8F2;
	color:#336699;
	font-size:110%;
	font-weight:bold;
	padding:10px 7px 3px;
}
.course_info{
	border-bottom:1px solid #CCCCCC;
	clear:both;
	font-size:90%;
	height:15px;
	margin-bottom:10px;
	padding:3px 7px;
}
.course_info span{
	font-weight:bold;
	margin-right:5px;
}
.course_location{
	float:left;
	width:200px;
}
.course_price{
	float:right;
	text-align:right;
	width:200px;}
.course_description{
	clear:both;font-size:90%;
}
.course_link a{
	font-size:90%;
	text-decoration:underline;
}
 
/*course dates*/
.course_dates{
	border:1px solid #CCCCCC;
	float:left;
	margin:20px;
	text-align:center;
	width:200px;
	font-size:12px;
}
.course_d_name{
	background:#E9F8F2;
	color:#336699;
	font-weight:bold;
	padding:10px 7px 3px;
	border-bottom:1px solid #ccc;
}
.course_d_row{
	clear:both;
	height:17px;
	padding:3px 0 0;
	font-size:90%;
}
.course_d_column{
	width:100px;
	float:left;
	font-size:12px;
}
.header{
	font-weight:bold;
	border-bottom:1px solid #efefef;
	padding-top:10px;
}
.even{
	background:#efefef;
}
.odd{}