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

body {
	background-image:url(../images/page-background.gif);
	background-repeat: repeat-x;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
}

a img {
	border:none;
}

* html #header { 
   width: expression( document.body.clientWidth > 1214 ? "1215px" : "auto" ); /* sets max-width for IE */
}
* html #header { 
   width: expression( document.body.clientWidth < 961 ? "960px" : "auto" ); /* set min-width for IE */
}

#header {
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#FFF;
	overflow:hidden;
	max-width:1215px;
	min-width:960px;
	height:305px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
}

#header a {
	color:#FFF;
	text-decoration:none;
}

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

#header-padding {
	width:960px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
}

#seo {
	height:20px;
	margin:3px;
	margin-left:0px;
	margin-right:0px;
	overflow:hidden;
}

#seo h1 {
	font-size:10px;
	color:#CCC;
	font-weight:normal;
	margin:0px;
}

#logo {
	width:250px;
	height:95px;
	float:left;
	margin:0px;
	margin-top:180px;
}

#contact-info {
	width:500px;
	height:95px;
	float:right;
	margin:0px;
	margin-top:170px;
	text-align:right;
}

#contact-info h3 {
	font-size:24px;
	color:#FFF;
	font-weight:normal;
	margin:0px;
}

.cufon-active #contact-info h3 {
	font-size:28px;
}

.sml {
	font-size:50%;
}

#content-background {
	background-image:url(../images/content-background.jpg);
	background-repeat:repeat-x;
}

#content {
	width:960px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	padding-top:10px;
}

#sidebar {
	width:200px;
	float:left;
}

#menu {
	background-image:url(../images/menu-background.jpg);
	background-repeat:repeat-x;
	background-color:#006;
	height:1185px;
}

#menu a {
	float:left;
	padding:10px;
	display:block;
	font-size:16px;
	color:#FFF;
	text-decoration:none;
	border: 1px none #FFF;
	border-bottom-style:solid;
	width:180px;
}

#menu a:hover {
	background-color:#004;
	color:#FFF;
	text-decoration:none;
}

.cufon-active #menu a {
	font-size:19px;
}

#sidebar-images img {
	margin:0px;
	margin-top:10px;
}

#text {
	width:750px;
	background-color:#FFF;
	float:right;
}

#text-padding {
	padding:20px;
	padding-bottom:10px;
}

#text a {
	color:#009;
	font-weight:bold;
	text-decoration:none;
}

#text a:hover {
	color:#333;
	font-weight:bold;
	text-decoration:none;
}

#text h2 {
	font-size:32px;
	color:#009;
	font-weight:normal;
	margin:0px;
}

#text h3 {
	font-size:24px;
	color:#333;
	font-weight:normal;
	margin:0px;
	margin-top:20px;
}

#text h4 {
	font-size:24px;
	color:#333;
	font-weight:normal;
	margin:0px;
	margin-bottom:10px;
}

.cufon-active #text h2 {
	font-size:50px;
}

#text p {
	color:#333;
	font-size:12px;
	margin:0px;
	margin-bottom:10px;
	line-height:150%;
}

#text input, #text textarea {
	color:#333;
	font-size:12px;
	border: 1px solid #009;
}

#text #send {
	background-color:#009;
	color:#FFF;
	padding:5px;
}

#column1 {
	width:325px;
	float:left;
}

#column2 {
	width:325px;
	float:left;
}

#info {
	clear:both;
	background-image:url(../images/menu-background.jpg);
	background-repeat:repeat-x;
	background-color:#006;
	padding:20px;
	margin-top:10px;
}

#info p {
	color:#FFF;
}

#info h4 {
	color:#FFF;
	margin:0px;
	font-size:20px;
}

#clear {
	height:10px;
	clear:both;
}

#clear-sml {
	clear:both;
}

#footer {
	background-image:url(../images/footer-background.jpg);
	background-repeat:repeat-x;
	color:#999;
	font-size:10px;
	text-align:center;
}

#footer-images img {
	margin:10px;
	margin-left:5px;
	margin-right:5px;
	border: 1px solid #666;
}

#footer-text {
	width:960px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
}

#copyright {
	text-align:left;
	float:left;
}

#adamleese {
	text-align:right;
	float:right;
}

#adamleese a {
	color:#999;
	text-decoration:none;
}

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

#seo-bottom {
	padding:0px;
	padding-bottom:5px;
	padding-top:5px;
	clear:both;
	text-align:center;
}

#seo-bottom a {
	color:#999;
	text-decoration:none;
}

#seo-bottom a:hover {
	color:#333;
}