/*
      Created by Zolli, Inc. 
	  
*/

* { padding: 0; margin: 0; }

body {
	font-size: 62.5%;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
}

#utilitynav {
	color: #333;
	width: 960px;
	height: 30px;
	margin: 0;
	background-image: url(../images/utilitynav_bg.gif);
	background-repeat: no-repeat;
}

#utilitynav ul {
	margin: 0px;
	list-style-type: none;
	float: right;
	padding-top: 0px;
	padding-right: 11px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#utilitynav li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	line-height: 2.4em;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a3a0db;
	padding-left: 5px;
	padding-right: 3px;	
}

#utilitynav li.noborder {
	border: none;	
}

#utilitynav li a {
	text-decoration: underline;
	color: #a3a0db;
}

#header {
	width: 960px;
	color: #333;
	margin: 0px;
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
	height: 97px;
}

#header h1 {
	margin: 0px;
	padding: 0px;
	float: left;
}

#logo a {
	display:block;
	width:344px;
	height:97px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}

#navigation {
	float: right;
	width: 600px;
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 97px;
}

#navigation ul {
	margin: 0px;
	list-style-type: none;
	float: right;
	padding-bottom: 0px;
	top: 50px;
	position: relative;
}

#navigation li {
	line-height: 2.4em;
	display: inline;
	padding-left: 5px;
	padding-right: 3px;
}

#navigation li.noborder {
	border: none;	
}

#navigation li a {
	color: #8bb23c;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	padding: 12px;
}
#navigation li a:hover {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	padding: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
}


#logo a span {
	display:none;
}

#tagline {
	background-image: url(../images/rotate.php);
	width: 960px;
	height: 384px;
	border-bottom-width: 42px;
	border-bottom-style: solid;
	border-bottom-color: #252525;
}

#tagline h1 {
	position: absolute;
	left: -9999px;
}

#maininfo {
	color: #333;
	margin: 0px;
	width: 510px;
	float: left;
	padding: 25px;
	background-color: #FFF;
	background-image: url(../images/h1bg_home.png);
	background-repeat: no-repeat;
	background-position: 0 33px;
}

#maininfo h1 {
	width: 335px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 5em;
	color: #a06817;
	font-weight: normal;
	position: relative;
	left: 11px;
}

#maininfo p {
	font-size: 1.2em;
	color: #2f2f2f;
	font-weight: normal;
	position: relative;
	left: 11px;
	padding-right: 21px;
	line-height: 2em;
	padding-bottom: 16px;
	padding-top: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*-----Sub Page-------*/

#maininfosub {
	color: #333;
	margin: 0px;
	width: 610px;
	float: left;
	padding: 25px;
	background-image: url(../images/h1bg_home.png);
	background-repeat: no-repeat;
	background-position: 0 33px;
}
#maininfosub ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#maininfosub li {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2F2F2F;
	font-size: 1.2em;
	line-height: 2em;
}



#maininfosub h1 {
	width: 335px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 4em;
	color: #a06817;
	font-weight: normal;
	position: relative;
	left: 16px;
	top: 8px;
	padding-bottom: 16px;
}
#maininfosub h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #5c58a6;
	font-weight: normal;
	position: relative;
	left: 16px;
	top: 8px;
	padding-bottom: 16px;
	padding-top: 11px;
}

#maininfosub h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #5c58a6;
	font-weight: normal;
	padding-bottom: 5px;
	padding-top: 11px;
}


#maininfosub p {
	font-size: 1.2em;
	color: #2f2f2f;
	font-weight: normal;
	position: relative;
	left: 11px;
	padding-right: 21px;
	line-height: 2em;
	padding-bottom: 16px;
	padding-top: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#maininfosub a {
	color: #5c58a6;
}


#maininfosub address {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #2f2f2f;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 12px;
	margin-left: 12px;
	margin-top: 21px;
}

#rightcolumnsub {
	float: right;
	margin: 0px 0px 0px 0px;
	height: 350px;
	width: 300px;
	display: inline;
	text-align: center;
}

#faux {
	background: url(../images/faux_bg.png);
	margin-bottom: 25px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
	margin-top: 25px;
}

.clear { clear: both; background: none; }

/*-----End Sub Page-------*/

#rightcolumn {
	float: right;
	color: #333;
	margin: 0px 0px 0px 0px;
	height: 350px;
	width: 400px;
	display: inline;
	text-align: center;
}
#contactus {
	background-image: url(../images/contact_us.png);
	height: 150px;
	width: 309px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	padding: 20px;
}
#contactus h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	font-style: italic;
	font-weight: normal;
	color: #5c58a6;
	text-align: left;
}
#contactus p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #5F5F5F;
	text-align: left;
	margin-top: 11px;
	line-height: 1.6em;
}
#contactus  address  a {
	color: #5c58a6;
	text-decoration: underline;
}

#contactus address {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5F5F5F;
	font-size: 1.1em;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	margin-top: 5px;
}



#copyright {
	width: 960px;
	clear: both;
	color: #333;
	height: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/copyright_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}

#copyright  p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	line-height: 3em;
	color: #999999;
	text-align: center;
}
.column {
	width: 250px;
	float: left;
	margin-right: 25px;
}
