﻿/*---------- Main layout elements common to every page. ----------*/


body 
{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 15px;
	color:#393939;
}
a
{
    color:#007c88;
}


#clearfix{
	clear:left;
}
#clearfix2{
	clear:left;
}


#OuterWrap
{
    width:100%;
	background-image:url(../../media/images/interface/backgroundWash.jpg);
	background-repeat:repeat-x;
}

/*---------- Header and nav ----------*/

#logo{
	float:left;
}

#MainMenu {
	position:absolute;
	left:185px;
	top:92px;
	height:20px;
	float:left;
    width:660px; 
	text-align:right;
}

#MainMenu ul
{
    list-style-type:none;
}

#MainMenu ul li
{
	font-size: 12px;
	display: inline;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:600;
}

#MainMenu ul li a
{
	text-decoration:none;
	color: #5c4718;
	text-transform:uppercase;
}	
				
#MainMenu ul li a:hover
{
	text-decoration:underline;
}	
				
/*---------- Media area ----------*/

				
#MediaWindow
{
	background-image:url(../../media/images/interface/MediaBackground.jpg);
	background-repeat:no-repeat;
	width:100%;
	margin-top:4px;
	height:305px;
}



/*---------- Content Area ----------*/
				
#content
{
	margin-top:30px;
	margin-bottom:50px;
	text-align:left;
	width:851px;
}
#leftContent{
	width:350px;
	margin-left:25px;
	float:left;
	margin-right:30px;
}
#leftContentLarge
{
  	width:500px;
	margin-left:25px;
	float:left;
	margin-right:30px;  
}
#rightContentLarge{
	width:436px;
	float:left;
}
#rightContentSmall{
	width:206px;
	float:left;
	margin-right:30px;
	margin-bottom:20px;
}
#rightContent2Small{
	width:200px;
	float:left;
	margin-bottom:20px;
}

/*---------- Footer ----------*/

#footer{
	background-image:url(../../media/images/interface/footer.jpg);
	background-repeat:no-repeat;
	width:851px;
	height:100px;
	padding-left:30px;
	padding-top:30px;
	font-size:10px;
	color:#999999;
}

/*---------- Homepage specific ----------*/


#westJet{
	float:right;
}

/*---------- Reg page styles ----------*/


#RegOuterWrap
{
    width:100%;
	background-image:url(../../media/images/registration/headerBackground.jpg);
	background-repeat:repeat-x;
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#007c88;
	font-style:italic;
}

#regContent
{
	margin-top:30px;
	margin-bottom:50px;
	text-align:left;
	width:851px;
	padding-left:30px;
}

#regLeftContent
{
	float:left;
	width:350px;
	margin-right:30px;
}
#regRightContent
{
	float:left;
	width:460px;
}

#classDescription{
		clear:left;
}
#classDescriptionArrow{
	float:left;
}

#classDescriptionText{
	padding-left:35px;
	width:550px;
	float:left;
}

#classDescriptionText a{
	color:#393939;
}
#classDescriptionText a:hover{
	color:#393939;
	text-decoration:none;
}
.fieldLabels{

	color:#007c88;

}
.formFields{
	border: 1px solid #c3c3c3;
}

td {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}