@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	font: 12px/140% Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #D9D9D9;
	padding: 0px;
	margin: 15px 0px;
}
/*--------------- Tags ---------------
--------------------------------------------------------------------------------------------------------- */
h1 {
	font-size: 200%;
	color: #FF9405;
	font-weight: normal;
	line-height: 100%;
	margin-top: 10px;
}
#body_home h1 {
	font-size: 150%;
}
h2 {
	font-size: 120%;
	color: #2761B4;
	line-height: 130%;
}
.h2inline {
	font-size: 130%;
	color: #2761B4;
	line-height: 140%;
}
h3 {
	font-weight: bold;
	color: #996633;
	font-size: 110%;
	line-height: 140%;
}
h4 {
	font-weight: bold;
	color: #111;
	font-size: 100%;
}
p {
}
ul {
	list-style: url(images/wt_carrot_orange.gif);
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 8px;
	text-align: left;
}
img {
	border: 0px;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #2761B4;
}
a:hover, a:active {
	color: #FF9405;
	text-decoration: underline;
}
/*--------------- header ---------------
--------------------------------------------------------------------------------------------------------- */
#headerwrap {
	width: 760px;
	margin: 0px auto;
	background: url(images/page_top.gif) no-repeat center top;
	padding-top: 10px;
}
#header {
	width: 760px;
	background-color: #FFF;
}
#logolink {
}
#header_right {
	float: right;
	width: 551px;
	text-align: right;
}
#tag {
	margin-right: 22px;
}
#phone {
	margin-right: 22px;
	display: none;
}
#body_home #tag {
	display: none;
}
#body_home #phone {
	display: inline;
}
#top_nav  {
	list-style: none;
	margin: 0px 0px 0px 19px;
	padding: 0px;
	height: 34px;
	width: 532px;
	background: #FFF url(images/header_gray_fade.gif) repeat-y right;
}
.bullet {
	color: #FF9405;
}
#top_nav li {
	float: left;
	position: relative;
}
#top_nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	background-color: #FFF;
	padding: 0px;
	border: 1px solid #D9D9D9;
}
#top_nav li>ul {
	top: 34px;
	left: auto;
	border: 1px solid #D9D9D9;
}
#top_nav li li {
	display: block;
	clear: left;
	border-bottom: 1px solid #D9D9D9;
}
#top_nav li:hover ul, #top_nav li.over ul {
	display: block;
}	
#top_nav a {
	display: block;
	height: 26px;
	text-decoration: none;
	font-size: 95%;
	float: left;
	padding: 8px 30px 0px 0px;
}
#top_nav a:link, #top_nav a:visited {
	color: #666;
}
#top_nav a:hover, #top_nav a:active {
	color: #FF9405;
}
#top_nav li li a {
	height: auto;	
	display: block;
	text-align: left;
	width: 120px;
	padding-left: 10px;
	padding-bottom: 9px;
}
/*--------------- content ---------------
--------------------------------------------------------------------------------------------------------- */
#maincontentwrap {
	background-color: #FFF;
	width: 100%;
}
#maincontent {
	width: 760px;
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
}
/*--------------- banners---------------
------------------------------------- */
#banners {
	width: 760px;
	margin: 0px auto;
	padding: 0px;
	height: 122px;
}
#body_home #banners {
	height: 244px;
}
#leftbanner {
	background: url(images/home_left.jpg) no-repeat;
	height: 244px;
	width: 209px;
	float: left;
}
#rightbanner {
	height: 122px;
	width: 551px;
	margin: 0px 0px 0px 209px;
	padding: 0px;
}
#leftbanner h2 {
	text-indent: -9000px;
	margin: 0px;
}
.jsclass body .randomcontent{ /*for random quotes - Do NOT remove! CSS to hide random contents in JS enabled browsers*/
	display: none;
}
h1#homebanner1, h1#homebanner2, h1#homebanner3, h1#homebanner4, h1#homebanner5, h1#homebanner6 {
	height: 244px;
	width: 551px;
	margin: 0px;
	text-indent: -9000px;
	display: block;
}
h1#homebanner1 {
	background: url(images/home_banner1.jpg) no-repeat;
}
h1#homebanner2 {
	background: url(images/home_banner2.jpg) no-repeat;
}
h1#homebanner3 {
	background: url(images/home_banner3.jpg) no-repeat;
}
h1#homebanner4 {
	background: url(images/home_banner4.jpg) no-repeat;
}
h1#homebanner5 {
	background: url(images/home_banner5.jpg) no-repeat;
}
h1#homebanner6 {
	background: url(images/home_banner6.jpg) no-repeat;
}
h1#banner1, h1#banner2, h1#banner3, h1#banner4, h1#banner5, h1#banner6 {
	height: 122px;
	width: 760px;
	margin: 0px;
	text-indent: -9000px;
	display: block;
}
h1#banner1 {
	background: url(images/banner1.jpg) no-repeat;
}
h1#banner2 {
	background: url(images/banner2.jpg) no-repeat;
}
h1#banner3 {
	background: url(images/banner3.jpg) no-repeat;
}
h1#banner4 {
	background: url(images/banner4.jpg) no-repeat;
}
h1#banner5 {
	background: url(images/banner5.jpg) no-repeat;
}
h1#banner6 {
	background: url(images/banner6.jpg) no-repeat;
}
/*--------------- left column---------------
------------------------------------- */
#leftcolumn {
	width: 209px;
	float: left;
}
.orangebox {
	background-color: #FF9405;
	padding: 15px;
	margin: 15px 0px 15px 0px;
	text-align: center;
}
.orangebox p {
	font-size: 90%;
	color: #FFF;
	text-align: left;
}
.dkgraybox {
	background-color: #9D9D9D;
	padding: 10px 20px 10px 20px;
	margin: 15px 0px 0px 0px;
}
.dkgraybox p {
	color: #FFF;
	margin: 0px;
}
.dkgraybox a:link, .dkgraybox a:visited {
	color: #FFF;
}
.dkgraybox a:hover, .dkgraybox a:active {
	color: #FF9405;
}
.graybox {
	background-color: #E6E6E6;
	padding: 15px 20px 15px 20px;
	margin: 0px;
}
#body_home .graybox {
	background-color: #E6E6E6;
	padding: 15px 20px 15px 20px;
	margin: 15px 0px;
	text-align: center;
}
.graybox p {
	font-size: 90%;
	color: #777;
	background: url(images/gy_carrot_orange.gif) no-repeat left 4px;
	padding-left: 12px;
	text-align: left;
}
a.subdue {
	font-weight: normal;
}
a.subdue:link, a.subdue:visited {
	color: #777;
}
a.subdue:hover, a.subdue:active {
	color: #FF9405;
}
.graybox ul {
	list-style: url(images/gy_carrot_orange.gif);
	margin: 0px;
	padding: 0px 0px 0px 8px;
}
.graybox li {
	font-size: 90%;
	line-height: 130%;
	color: #777;
	margin-bottom: 5px;
}
.quote {
	font-weight: bold;
	background: url(images/quote_right.gif) no-repeat right bottom;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
.left_quote {
	top: 3px;
	position: relative;
}
/*--------------- right column---------------
------------------------------------- */
#rightcolumn {
	margin: 0px 0px 0px 209px;
	padding: 10px 20px 20px 20px;
}
/*--------------- contact us ---------------
--------------------------------------------------------------------------------------------------------- */
#contact_form {
	margin: 15px 0px;
}
#contact_form td {
	vertical-align: top;
	padding: 5px 5px 0px 0px;
	font-size: 90%;
}
/*--------------- footer ---------------
--------------------------------------------------------------------------------------------------------- */
#footerwrap {
	width: 760px;
	margin: 0px auto;
	background: url(images/page_bottom.gif) no-repeat center bottom;
	padding-bottom: 10px;
}
#footer {
	padding: 15px 10px 5px 20px;
	background: #FFF url(images/footer_gray_fade.gif) repeat-y left;
	font-size: 90%;
	color: #999;
}
#footer a:link, #footer a:visited {
	color: #999;
}
#footer a:hover, #footer a:active {
	color: #FF9405;
}
#outerfooter {
	width: 720px;
	margin: 5px auto;
	font-size: 90%;
	text-align: right;
}
#outerfooter a:link, #outerfooter a:visited {
	color: #B2B2B2;
}
#outerfooter a:hover, #outerfooter a:active {
	color: #FF9405;
}
/*--------------- miscellaneous ---------------
--------------------------------------------------------------------------------------------------------- */
.clear {
	clear: both;
}
.button {
	margin-right: 10px;
}
.command {
	font-weight: bold;
	color: #FF9405;
}
.smalltext {
	font-size: 80%;
}
.blogphoto {
	float: left;
}
#socials {
	margin: 5px 0px 0px 80px;
	text-align: center;
}
#socials img {
	margin: 0px 0px 10px 5px;
}