/* CSS Document */
body {
	margin-left: 0px;
	background-color: #850E14;
	font: 70%/170% Verdana, Arial, Helvetica, sans-serif;
}

#topnav {
	display: block;
	height: 56px;
	/*width: 706px;*/
	margin-top: 25px;
	margin-left: 50px;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
	width:expression(document.body.clientWidth < 706? "706px": "auto" );
}

#sidenav {
	display: block;
	height: 56px;
	margin-top: 20px;
	margin-left: 50px;
	font-weight: bold;
}

#testimonials {
	display: block;
	height: 56px;
	margin-top: 20px;
	margin-left: 50px;
	color: #F8C064;
	width: 210px;
}

#botnav {
	display: block;
	height: 56px;
	padding-top: 25px;
	margin-left: 50px;
	clear: both;
	color: #fff;
	font-weight: bold;
	/*position: relative;*/
	/*overflow: hidden;*/
	/*width:expression(document.body.clientWidth < 730? "730px": "auto" );*/
	width: expression((documentElement.clientWidth < 730) ? "730px" : "auto" );
}

h1 {
	font-size: 130%;
	font-weight: bold;
	color: #FFFFFF;
}

h2 {
	font-size: 130%;
	font-weight: bold;
	color: #FFFFFF;
}

h3 {
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;
}

a, a:visited {
	color: #9DD2F2;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #9DD2F2;
	font-weight: bold;
	text-decoration: underline;
}

#topnav p, #botnav p  {
	margin-left: 65px;
	display: inline;
	float: left;
}

#topnav p.first, #botnav p.first  {
	margin-left: 0px;
	display: inline;
	float: left;
}

.topmargin  {
	margin-left: 75px;
}

#leftphoto {
	margin-top: 30px;
	/*border: 1px dotted #FF00FF;*/
	/*float: left;*/
	display: block;
	height: 300px;
	width: 257px;
	float:left;
}

#logohome {
	color: #FFFFFF;
	text-align: center;
	display: block;
	width: 426px;
	white-space: pre;
	position: absolute;
	left: 179px;
	top: 129px;
	font-size: 110%;
	line-height: 110%;
}
#logo {
	/*border: 1px dotted #FF00FF;*/
	float: none;
	/*font: normal 70%/22px Arial, Helvetica, sans-serif;*/
	color: #FFFFFF;
	text-align: center;
	display: block;
	width: 358px;
	white-space: pre;
	margin-bottom: 20px;
}
#logo p, #logohome p {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#content {
	/*border: 1px dotted #FF00FF;*/
	float:right;
	/*font: normal 70%/180% Arial, Helvetica, sans-serif;*/
	color: #FFFFFF;
	text-align: left;
	display: block;
	width: 430px;
	/*position: relative;*/
	/*margin-left: 38px;*/
	/*margin-left: 295px;*/
	/*margin-top: 40px;*/
}

#content ul, #content ol {
	margin: 0px;
	padding: 0px 0px 15px;
	/*display: block;*/
}

#content ul li {
	/*display: block;*/
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	list-style: none;
	background: url(images/dot.gif) no-repeat 0px 5px;
	margin: 0px;
	line-height: 1.4;
}

#frame {
	/*width:765px;*/
	margin:0px;
	padding:0px;
	position: relative;
	/*border: 1px dotted #00FFFF;*/
	
	/*width:expression(document.body.clientWidth < 730? "730px": "auto" );*/
		}
		
#contact {
	white-space: pre;
	color:#fff;
	/*font: 70%/20px Arial, Helvetica, sans-serif;*/
	z-index: 100;
	position: absolute;
	width:200px;
	/*left: 25px;*/
	bottom: 110px;
	padding: 0px 0px 0px 50px;
	margin: 0px;
	display: none;
	/* hide from IE mac \*/
	display: block;
	/* end hiding from IE5 mac */
}
#contacttable {
	padding-bottom: 5px;
}

#contacttable td {
	padding-bottom: 10px;
}

.backtotop {
	display: block;
	padding: 15px 0px;
}

/*#contact a:link, #contact a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
		
#contact a:hover, #contact a:active {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}*/

/* BODY TABLE */

#bodyarea {
	position: relative;
	width: 730px;
	/*border: 1px dotted #fff;*/
	display: block;
	height: auto;
}

.left  {
	float:left;
	width: 295px;
	position: relative;
}

.right  {
	float:right;
	width: 430px;
	position: relative;
}

.bodyarea:after {
	content: "."; 
	clear: both; 
	visibility: hidden; 
	height: 1; 
	line-height: 1%;
	display: block;
	}

/*#leftnav {
	white-space: pre;
}*/

/*.left, #topnav, #botnav, #logo    {
	display: none;
}*/


ul, ol, dl {position: relative; }
