@charset "utf-8";

/* CSS Document */

a {
	outline: none;
}

:focus {
	-moz-outline-style: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	/*Style for Scrollbars on Welcome and Directory page*/
	scrollbar-3dlight-color:#969599;
	scrollbar-arrow-color:#f5f5f5;
	scrollbar-base-color:#f9f9f9;
	scrollbar-darkshadow-color:#4f5356;
	scrollbar-face-color:#4f5356;
	scrollbar-highlight-color:#808080;
	scrollbar-shadow-color:#969599;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	background-color: #40669e;
	color: #2f3030;
}
h3 {
	font-size: 16px;
	margin: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a {
	color: #386da4;
	text-decoration: none;
}

a:hover {
	color: #f7941e;
	text-decoration: underline;
}
.floatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.floatRight {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
}


#wrapper {
	background-color: #FFF;
	width: 972px;
	margin-right: auto;
	margin-left: auto;
}

div#header {
	position:relative;
}

#header {
	height: 102px;
}

#header #logo {
	height: 82px;
	width: 312px;
	position: absolute;
	left: 15px;
	top: 10px;
}

#header #subnav {
	position: absolute;
	top: 6px;
	right: 19px;
	font-size: 11px;
	font-weight: bold;
	width: auto;
}

#header #phone {
	position: absolute;
	bottom: 9px;
	right: 232px;
	font-weight: bold;
}

#header #registernow {
	height: 77px;
	width: 203px;
	position: absolute;
	top: 25px;
	right: 15px;
}

#horiz_menu {
	background-image: url(../images/horiz_menu.jpg);
	background-repeat: no-repeat;
	height: 38px;
	width: 100%;
}

#content {
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	overflow: auto;
}

#content #leftcolumn {
	float: left;
	width: 200px;
	margin-bottom: 15px;
	padding-left: 10px;
	display: inline;
	font-size: 12px;
	line-height: 19px;
}
#content #leftcolumn br {
	line-height: 12px;
}

#content #leftcolumn h3 {
	color: #40659d;
	font-size: 20px;
}

#content #rightcolumn {
	float: right;
	width: 680px;
	margin-bottom: 15px;
	display: inline;
	font-size: 12px;
}
#content #rightcolumn .header {
	font-size: 16px;
	font-weight: bold;
	color: #F7941E;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5994D0;
}
#content #rightcolumn .headertext1 {
	font-size: 15px;
	font-weight: bold;
	color: #5087C8;
}
#content #rightcolumn li {
	list-style-image: url(../images/bullet.gif);
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 16px;
}
#content #rightcolumn .tab {
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: auto;
	clear: left;
	float: left;
}
#content #rightcolumn .tabcontent {
	width: 260px;
	border: 1px solid #000;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#footer {
	background-image: url(../images/footer_bg.gif);
	height: 55px;
	padding-top: 10px;
	padding-left: 17px;
}

#footer .footeraddress {
	font-size: 11px;
	color: #999;
}

#footer .copyright {
	font-size: 10px;
	color: #999;
}
#orange_table {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #333;
}
#orange_table td {
	padding: 8px;
	background-color: #FFC56C;
	border: 1px solid #333;
}
#orange_table th {
	padding: 8px;
	background-color: #ff6600;
	border: 1px solid #333;
	font-size: 14px;
}
