/*General*/

body {
	background: url(../images/home_bg_tile.jpg) top center repeat-x #000;
	margin: 0;
	padding: 0;
}
p, table, th, tr, td, h1, h2, h3, img, a:link, a:visited, a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #000;
	border: none;
}
h1 {
	text-align: left;
	font-size: 18px;
	padding: 0;
	margin: 5px 0 6px 0;
}
h2 {
	text-align: left;
	font-size: 14px;
	padding: 5px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-transform: lowercase;
	color: #0F4476;
	text-decoration: underline;
	background-color: #FBBF6C;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-right-style: solid;
	border-top-color: #0F4476;
	border-right-color: #0F4476;
	border-bottom-color: #0F4476;
	border-left-color: #0F4476;
	border-left-style: solid;
}
h3 {
	text-align: left;
	font-size: 14px;
	padding: 5px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #0F4476;
}
h4 {
	color: #660000;
	font-size: 16px;
	margin: 20px 0 20px 0;
	display: inline;
}
h5 {
	font-size: 20px;
}
p {
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	text-decoration: none;
	color: blue;
}
a:hover, a:active {
	text-decoration: underline;
	color: blue;
}
/*Custom Classes*/

.HomeWrap {
	background-image: url(../images/home_content_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.RequestQuote {
	background: url(../images/home_quote_bg.jpg) top left no-repeat;
	width: 269px;
	height: 238px;
}
.RequestQuote p {
	font: 11px Arial, Helvetica, sans-serif;
	color: #D2D2D2;
	margin: 17px 5px 0 47px;
	line-height: 16px;
}
.RequestQuote h1 {
	color: #D2D2D2;
	margin: 33px 5px 0 47px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
}
.RequestQuote a:link, .RequestQuote a:visited {
	text-decoration: underline;
	color: #FF6600;
}
.RequestQuote a:hover, .RequestQuote a:active {
	text-decoration: none;
	color: #FF6600;
}
.QuoteButton {
	width: 106px;
	height: 33px;
	float: right;
	margin-right: 6px;


}
.SearchTable {
margin-top:5px;
}

.SearchBox {
	width: 136px;
	height: 20px;
	background-image:url(../images/home_bnr_searchinput_bg.jpg)
}

.SearchArea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bolder;
	padding-right: 5px;

}
.SearchInput {
	font: 10px Arial, Helvetica, sans-serif;
	background: none;
	float: left;
    padding: 0;
    margin: 3px 0 0 10px;
    border: 0;
    width: 120px;

}

.FlashArea {
	width: 565px;
	height: 216px;
padding-top: 22px;
	background-image:url(../images/home_flash_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: bottom;
	float: left;
}
.HomeNavBar {
	background-image: url(../images/home_nav_bg.jpg);
	height: 41px;
	width: 834px;
}
.HomeNavLinks {
	text-align:center;
	color: #FFFFFF;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bolder;
}
.HomeNavLinks a:link, .HomeNavLinks a:visited {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bolder;
}
.HomeNavLinks a:hover, .HomeNavLinks a:active {
	color: #FF6600;
	text-decoration:none;
}
.HomeBody {
	padding: 9px 0 0 9px;
}
.HomeBody p {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	width: 240px;
	line-height: 18px;
	padding-top: 9px;
	margin: 0 0 10px 6px;
}
.HomeBody a:link, .HomeBody a:visited {
	text-decoration: underline;
	color: #FF6600;
}
.HomeBody a:hover, .HomeBody a:active {
	text-decoration: none;
	color: #FF6600;
}

.InTheKnow {
	width: 264px;
	background-image: url(../images/hdr_intheknow_bg.gif);
	background-repeat: no-repeat;
	background-position: 10px 9px;
}
.InTheKnow ul {
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
}
.InTheKnow ul li {
	padding: 0 0 0 12px;
	margin: 0 0 10px 17px;
	line-height: 13px;
	background-image: url(../images/arrow_icon.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}

.InTheKnow a:link, .InTheKnow a:visited {
	text-decoration: none;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
}
.InTheKnow a:hover, .InTheKnow a:active {
	text-decoration: none;
	color: #e64f3a;
}

.InTheKnow h1 {
	color: #FFFFFF;
	margin: 12px 0 5px 18px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
}
.SubNavBar {
	background-image: url(../images/sub_nav_bg.jpg);
	height: 41px;
	width: 834px;
}
.Footer {
	background: url(../images/home_footbtm_bg.gif) top center no-repeat;
	width: 834px;
	height: 108px;
	margin-top: 15px;
	padding-top: 2px;
}
.Footer p {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 15px 24px 0 30px;
	line-height: 1.8em;
}
.Footer a:link, .Footer a:visited {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #FFFFFF;
	padding: 0 9px;
}
.Footer a:hover, .Footer a:active {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0 9px;
}

.Footer_sub {
	background: url(../images/home_footbtm_bg.gif) center top no-repeat;
	width: 834px;
	height: 108px;
	margin-top: 15px;
}
.Footer_sub p {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #393939;
	margin: 20px 0 0 0;
	line-height: 1.8em;
}
.Footer_sub a:link, .Footer_sub a:visited {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #393939;
	padding: 0 9px;
}
.Footer_sub a:hover, .Footer_sub a:active {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #393939;
	padding: 0 9px;
}
/*Sub Classes*/

.SubNavBar {
	background-image: url(../images/sub_nav_bg.jpg);
	height: 47px;
	width: 834px;
}
.wrap_subnav {
	width: 190px;
	height: 327px;
	background: url(../images/sub_leftpanelTop.jpg) no-repeat left top;
	
	}
.wrap_subnav ul {
	padding: 10px 5px 0 0;
	margin: 0 0 0 0;
	list-style: none;
}
.wrap_subnav ul li {
	padding: 0 0 0 12px;
	margin: 0 0 10px 17px;
	line-height: 13px;
	background-image: url(../images/arrow_icon_subnav.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}

.wrap_subnav a:link, .wrap_subnav a:visited {
	text-decoration: none;
	color: #1669b5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
}
.wrap_subnav a:hover, .wrap_subnav a:active {
	text-decoration: none;
	color: #e64f3a;
}
.wrap_subnav h1 {
	color: #FFFFFF;
	margin: 12px 0 5px 16px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
}

.subnav {
	background: url(../images/sub_leftpanelTile.jpg) repeat-y left top;
	width: 190px;
	}
	
.subnav_Bottom {
	width: 190px;
	height: 6px;
	background: url(../images/sub_leftpanelBtm.jpg) no-repeat left bottom;
	
	}

.content_sub {
	background: #fff;
	width: 834px;
	}

.header_sub {
	padding: 13px 0 7px 9px;
	}

.divider {
	width: 182px;
	border-top: 1px solid #d3ca94;
	height: 1px;
	padding: 0;
	margin: 0 0 13px 9px;
	}

.content_sub_left {
	width: 170px;
	margin-top: 10px;
	padding: 0 8px 12px 8px;
	}

.content_sub_right {
	background: url(../images/sub_bodyTile.gif) repeat-y left top;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 15px;
	}
.wrap_subbody {
	padding: 18px 26px 12px 26px;
	width: 548px;
	
	background: url(../images/sub_bodyTop.jpg) no-repeat left top;
	
	}
.content_sub_Bottom {
	width: 548px;
	height: 6px;
	background: url(../images/sub_bodyBtm.gif) no-repeat left bottom;
	
	}
.content_sub_right h1 {
	color: #FFFFFF;
	margin: 6px 0 6px 0 0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	}
.content_sub_right p {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 15px;
	}

.content_sub_right a:link, .content_sub_right a:visited {
	text-decoration: underline;
	color: #FFF;
}
.content_sub_right a:hover, .content_sub_right a:active {
	text-decoration: none;
	color: #FFCC00;
}

.portfolio_panel {
	background-color: #FFFFFF;
	padding: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-right-style: solid;
	border-top-color: #0F4476;
	border-right-color: #0F4476;
	border-bottom-color: #0F4476;
	border-left-color: #0F4476;
	border-left-style: solid;	
}
.portfolio_panelThumbBoxes {
	height: 115px;
	background: url(../images_pf/pf_thumb_BG.jpg) no-repeat left top;
}
.portfolio_panelText {
	padding: 3px;
}
	
.flash_vidpf {
	width: 560px;
	height: 400px;
	background: url(../images/flashbg.png) no-repeat left top;
	padding: 5px 0 0 5px;
}