body { background: #1a3855 url(/images/bg-site.jpg) repeat-x top; }
body,td,th {
	color: #3d3d3d;
	font: 12px/18px Arial, Helvetica, sans-serif;
}
.ErrorText { color: #990000; }

a { color: #8d6b03; text-decoration: underline; font-weight: bold; }
a:hover { color: #8d6b03; text-decoration: none; }
form td { padding: 2px 0; }

#home_bottom_contactinfo { position: relative; left: 0px; /*top: 410px; height: 110px;*/ width: 200px;}
#home_bottom_testimonial {
	position: relative;
	left: 280px;
	/*height: 110px;*/
	width: 470px;
	color: #8d6b03;
	/*top: -110px;*/
	overflow: visible;
}
#home_bottom_testimonial span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.social{
	list-style:none;
	float:right;
	position:absolute;
	right:10px;
	top:10px;
	
}
.social li{
	display:inline;
	margin-right:8px;
}


.clearfloats { clear: both; }

#navbar { position: relative; height: 35px; }
#content_home {
	width: 395px;
	border: 5px solid white;
	background: white url(/images/bg-home.jpg) right top no-repeat;
	position: relative;
	padding-left: 55px;
	padding-right: 400px;
	padding-top: 42px;
 	height: 100%;
}
#content_interior {
	width: 730px;
	border: 5px solid white;
	background: white url(/images/bg-interior.jpg) no-repeat right top;
	position: relative;
	padding: 42px 65px 20px 55px;
}
#interior_leftcolumn {
	float: left;
	width: 200px;
	padding-right: 30px;
}
#interior_rightcolumn {
	float: left;
	width: 500px;
	min-height: 375px;
}
#interior_rightcolumn ul li{
	margin: 0 0 0 5px;
}

#footer { padding: 10px 30px; color: #9ab3cc; }

H1 {
	color: #8D6B03;
	font: normal 20px "Arial Narrow";
}
p, ul, H1 { margin-bottom: 17px; }

#interior_rightcolumn ul { list-style: disc outside; padding-left: 25px; }

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }



a img { border: none; }
#wrapper {
	width: 860px;
	position: relative;
	padding: 0;
	margin: 15px auto;
}
.textfield {
	width: 90%;
	padding: 1px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	background: white;
	border: 1px solid #777777;
}

#textfield, #Referral {
	width: 90%;
	padding: 1px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	background: white;
	border: 1px solid #777777;
}
#button {
	height: 30px;
	width: 100px;
	text-align: center;
	background: url(/images/bg-nav-off.png) repeat-x bottom;
	color: white;
	border: 1px solid #7b5600;
	cursor: pointer;
	margin: 0;
	padding: 0;
}
#button:hover { background: url(/images/bg-nav-on.png) repeat-x bottom; }
	

#logo { margin: 0 0 15px -10px; }


#nav {
	margin: 0;
	padding: 0;
	float: left;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
}
#nav li {
	height: 35px;
	line-height: 35px;
	display: inline;
	float: left;
	margin-left: 1px;
}
#nav li a {
	display: block;
	color: #efe8d8;
	padding: 0 25px;
	text-decoration: none;
	background: transparent url(/images/bg-nav-off.png) top right repeat-x;
	font-weight: normal;
}
#nav li a:hover {
	color: white;
	background: transparent url(/images/bg-nav-on.png) top right repeat-x;
	font-weight: normal;
}

#leftnav ul {
	margin: 0;
	padding: 0;
	width: 160px;
	list-style-type: none;
}
#leftnav li a {
	display: block;
	background: none;
	text-decoration: none;
	color: #8d6b03;
	padding: 6px 0;
	margin: 0;
	border-bottom: 1px solid #ededed;
	width: 160px;
	font-weight: normal;
}
#leftnav li a:hover {
	text-decoration: none;
	color: #333333;
	background: url(/images/icon-v.png) no-repeat right center;
	font-weight: bold;
}

/* News Ticker */
.tickercontainer { /* the outer div with the black border */

width: 625px; 
height: 27px; 
margin: 0; 
padding: 0;
overflow: hidden; 
position: relative;
top: -30px;
}
.newsticker{
	width:3500px;
	
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 8px;
width: 605px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 637px;
font-size: 14px;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0 75px 0 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 16px;
color:#000000;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #000000;
font: bold 16px Arial;
margin: 0 50px 0 0;
text-decoration:none;
} 
ul.newsticker a:hover {
	text-decoration:underline;
}
ul.newsticker span {
margin: 0 10px 0 0;
} 
