*{
margin: 0;
padding: 0;
}

body {
font-family: Verdana, Tahoma, sans-serif; 
font-size: 14px; 
margin: auto;
}


/******************************* ID's */

#wrapper{
width: 980px; 
margin: 0 auto 20px;
}

#contentContainer{
width: 940px;
padding: 20px;
overflow: auto;
}

#masthead{
width: 980px;
margin-bottom: 10px;
}

#mainContent{
width: 710px;
float: left;
line-height: 20px;
color: #000;
text-align: left;
font-size: 12px; 
}


#rightPanel {
margin-left: 20px; 
width: 200px;
float:right;
color: #5e85bc;
text-align: left;
line-height: 14px;
font-size: 10px;
}


#rightPanel p{
margin:20px 0;
}

#rightPanel h1{
color: #5e85bc;
font-size: 15px;
font-weight: bold;
margin-bottom: 10px;
}





/*NAV*/

#nav{
width: 980px;
background:#007db6;
overflow: auto;
text-align: center;
color: #fff;
padding: 4px 0;
}


#nav a{
font-family: Tahoma, Verdana, sans-serif;
font-size:11px;	
color: #FFF;
font-weight: bold;
text-decoration: none;
padding: 3px 2px 3px 4px;
margin: 0 5px; 
}

#nav a:hover, #nav a.activeMenuItem{
 border-top: 1px solid #FFF;
border-bottom: 1px solid #FFF;
color: orange;
}



/* FOOTER */

#footer{
width: 980px;
background: #007db6;
clear: both;
overflow: auto;
color: #fff;
font-size: 11px;
text-align: center;
}


#footer a {
color:#fff;
text-decoration: underline;
}

#footer a:hover{
text-decoration: none;
}

#footer p{
	margin:10px 0;
}





/*****************************ELEMENTS*/



p{
	margin: 20px 0;
}

h1, h2, h3{
color: #007db6;
line-height: 26px;

}

h1{
font-size: 24px;
margin-bottom: 20px;
margin-top: 0px;
font-weight:normal;
}


h2{
font-size: 18px;
font-weight: normal;
margin-bottom: 15px;
margin-top: 0px;
}

h3{
font-size: 15px;
font-weight: bold;
}



a {
color:#007db6;
outline: none;
}

a:hover{
color: #da2028;
text-decoration: none;
}

ul{
	margin-left: 30px;
}





/******************************* CLASSES */

/* ROUNDED CORNERS */

.top-left {
width: 980px;
height: 10px;
background: #007db6 url(../images/tl.gif) left top no-repeat;
}

.top-right {
float: right;
width: 10px;
height: 10px;
background: url(../images/tr.gif) left top no-repeat;
}

.btm-left {
width: 980px;
height: 10px;
background: #007db6 url(../images/bl.gif) left bottom no-repeat;
}

.btm-right {
float: right;
width: 10px;
height: 10px;
background: url(../images/br.gif) left bottom no-repeat;
}

 /*END ROUNDED CORNERS*/


/****************************CONTACT US FORM*/

#contactUsForm fieldset
{
	display: block;
	width: 100%;
	margin: 1em 0 1em 0;
	padding: 0 1em 1em 1em;
border:1px solid #e4e4e4;
}

#contactUsForm fieldset legend
{
margin: 10px;
font-weight: bold;
}


#contactUsForm label
{
	display: block;
	clear: left;
	margin-bottom: 10px;
font-family: Verdana, Tahoma, sans-serif; 
font-size: 12px; 
}

#contactUsForm textarea
{
	display: block;
	width:17em;
	height: 100px;
font-family: Verdana, Tahoma, sans-serif; 
font-size: 12px; 
}




/****************************BRANDING*/

#webAdmin {
margin-top: 10px;
clear: both;
width: 980px;
text-align: right;
font-family: Tahoma, sans-serif;
font-size: 10px;
color: #007db6;
}

#webAdmin a{
color: #007db6;
text-decoration: none;
}
#webAdmin a:hover{
color: #f15b23;
}