@charset "UTF-8";
/* CSS Document */

body,html{
	background:#ffffff;
	color:;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

/******************************************************************** -- SITE-WIDE -- ***/ 

div,img{
	margin: 0px;
	padding: 0px;
	border: none;
}
p,a,h1,h2,h3,h4,h5,h6{
	margin: 0px;
	padding: 0px;
}
p{
	font-size: 13px;
	color:#666666;
}
ul, li{
	font-size: 13px;
	color:#666666;
	list-style:none;
}
ul { margin:0px;
}
li { padding: 4px; border-top: thin solid #CCC;
}
a:focus{
	outline: none;
}
a{
	text-decoration: none;
	color:#990000;
}
a:hover{
	text-decoration: underline;
}
li.fauxlink p{
	color: #990000;
}
h1{
	color: #ffffff;
	text-transform:uppercase;
	font-size: 18px;
	font-weight: bold;
}
h2{
	color:#990000;
	font-size: 12px;
	text-transform: uppercase;
}
h3{
	font-size: 14px;
	font-weight: bold;
	color:#ffffff;
	text-transform:uppercase;
}
img.fl{
	padding: 5px;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
/******************************************************************** -- STRUCTURE -- ***/
#wrapper{
	width: 1025px;
	margin: 0px auto;
	background:#ffffff url(../images/BG.jpg) no-repeat;	
	padding: 0px 25px;
}
html>body #wrapper{
	overflow: auto;
}
#headContain{
	width: 1025px;
	height: 115px;
	position: relative;
	background:url(../images/webhouse_logo.png) no-repeat 400px 40px;
}
#mainNavContain{
	width: 1023px;
	border: #990000 1px solid;
	background: url(../images/mainNav_bg.png) repeat-x;
	height: 28px;
}
#contentContain{
	width: 1025px;
	margin: 5px 0px 0px 0px;
	overflow:inherit;
}	
#footerContain{
	width: 1005px;
	background:url(../images/footerBG.png) repeat;
	margin: 5px 0px;
	padding: 5px 10px;
	text-align:center;
}
*html #footerContain{
	background: none;
}
/******************************************************************** -- HEAD -- ***/
#headBanner{
	position: absolute;
	top: 25px;
	left: 25px;
}
#topNavContain{
	position: absolute;
	right: 0px;
	width: 778px;
}
#topNavContain a{
	text-transform:uppercase;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 0px 50px;
}
#topNavContain a:hover{
	color:#990000;
	text-decoration:underline;
}
#topNavContain a.selected{
	color:#990000;
	text-decoration:underline;
}
/******************************************************************** -- MAIN NAV -- ***/

.mainNavButton{
	float: left;
	height: 28px;
	background: url(../images/mainNavBrdr.jpg) no-repeat right 0px;
	padding: 5px 13px 0px 13px;
}
*html .mainNavButton{
	padding: 0px 26px;
}
.mainNavButton a{
	color: #edcccc;
	font-size: 15px;
	text-transform:uppercase;
	font-weight: bold;
}
*html .mainNavButton a{
	position: relative;
	top: 5px;
}
.mainNavButton a:hover{
	text-decoration: none;
	color: #ffffff;
}
.mainNavButton a.selected{
	color: #ffffff;
}
/******************************************************************** -- CONTENT -- ***/
#content{
	width: 688px;
	border: #990000 1px solid;
	float: left;
	background: #eeeeee;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 5px;
}
#contentTitle{
	background:url(../images/title_bg.jpg) repeat-x;
	width: 683px;
	height:23px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	padding: 1px 0px 0px 5px;
}
#video{
	width: 688px;
	height: 132px;
	margin: 5px 0px;
}
#player{
	display: block;
	width: 688px;
	height: 132px;
}
.contentSection{
	width: 676px;
	border: #cccccc 1px solid;
	background: #ffffff;
	padding: 5px;
	overflow: auto;
	margin: 5px 0px 0px 0px;
}
.contentSection p{
	padding: 10px;
}
.contentSection h2{
	margin: 0px 0px 10px 0px;
	border-bottom:#990000 1px solid;
}
/******************************************************************** -- RIGHT NAV -- ***/
#rightNavContain{
	width: 320px;
	float: left;
	margin: 0px 0px 0px 5px;
}
#calculator{
	width: 308px;
	border: #333333 1px solid;
	padding: 5px;
	background:#eeeeee;
}
#calculator{
	text-align: center;
}
#calculator img{
	margin: 5px 0px;
}
#calculator h2{
	text-align: left;
}
#calculator p{
	font-weight: bold;
	color:#333333;
	font-size: 14px;
}
#calcButton{
	width: 300px;
	margin: 5px auto 0px auto;
	border: #990000 1px solid;
	background:url(../images/title_bg.jpg) repeat-x;
	height: 21px;
	padding: 3px 0px 0px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#calcButton a{
	font-size: 14px;
	color:#ffffff;
	font-weight: bold;
	text-transform:uppercase;
}
#calcButton a:hover{
	text-decoration: none;	
	color: #d59696;
}
#recentArticles{
	width: 308px;
	border: #333333 1px solid;
	padding: 5px;
	margin: 5px 0px 0px 0px;
}
.recentArtSection{
	height: 30px;
	border-bottom: #666666 1px dotted;
	padding: 5px 0px;
}
.recentDate{
	float: left;
	width: 80px;
}
.recentDate p{
	color: #666;
	font-size: 10px;
	font-weight: bold;
}
.recentTitle{
	float: left;
	width: 228px;
	font-size: 11px;
}
.recentTitle a{
	font-weight: bold;
}
a.archiveLnk{
	font-size: 11px;
	color: #990000;
	display:block;
	padding: 5px 0px 0px 0px;
	text-align:center;
}
#phone{
	width: 320px;
	height: 46px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:url(../images/phoneBG.jpg) repeat-x;
	margin: 5px 0px 0px 0px;
	text-align:center;
	padding: 5px 0px;
}
 p.phoneNumber{
	font-size: 27px;
	color: #ffffff;
	font-weight:bold;
}
/******************************************************************** -- FOOTER -- ***/
#footerContain p{
	white-space: pre;
	font-size: 10px;
}	
#footerContain p a{
	font-size: 10px;
}	
#footerContain sup{
	font-size: 8px;
}
