/* CSS Document */
body {
	font: 14px "Gill Sans MT", "tw Cen MT", tahoma, verdana;
	color: #333333;
	margin: auto;
	background: #C8D9F0;
}

#footer a:link, a:visited, a:hover, a:active {
	color: #FFFFFF;
	}
#header {
	height:178px;
	padding:10px;
	color: #FFFFFF;
	font-size: 2.5em;
	text-transform: capitalize;
	background: url(../images/cypressHeader.jpg) no-repeat right top;
	text-align: left;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
h1 {
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: center;
	position: relative;
	top: 135px;
	font-size: 1em;
}


#left {
	padding:0px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float:left;
	font-size: .75em;
	
}
#right {
max-width:545px;
	float:left;
	padding:10px 20px;
	border-left: 1px solid #666666;
	margin-top: 10px;
	margin-bottom: 10px;
}
#nav {
	width: 185px;
	font-size: 1em;
}
#nav ul { 
list-style-type: none;
padding-left: 0;
margin-left: 0;
text-align:left;

} 
#nav li {
font-weight:bold;

	border-bottom: 1px dashed #333333;
	padding-bottom: 5px;
	padding-top: 5px;
}
#nav li a {

background: url(../images/bullet.png) no-repeat left center;
display:block;	
padding-left:25px;
line-height:25px;
}



#nav a:active {
text-decoration:underline;
}
#nav li a:hover {
	background: url(../images/bullet.png) no-repeat right center;
	color:#EE6A00;


}
#nav li.demo a {
	font-size:18px;
	font-weight:bold;
}

h2 {
	font-size: 2em;
	font-weight: normal;
	line-height:1em;
	color:#EE6A00;
	margin:0;
}
h3 {
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	line-height: 14px;
	
}
#footer{
	clear:both;
	padding: 2px 10px;
	background: #486DBE url(../images/cypressFooter.jpg) no-repeat center center ;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	margin: 0px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
}

#footer a, a:visited, a:hover, a:active {
color:white;
}

a, a:visited, a:hover, a:active {
color:black;
}
.checkmark {
background:url(../images/checkmark.png) center no-repeat;

}