* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	overflow: inherit;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/sidebar_tile.jpg) top left repeat-y;
	background-color: #E6E6FF;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #000;
	margin-bottom: 18px;
	margin-top: 2px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #0A50A1;
	margin-top: 24px;
	margin-bottom: 4px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-top: 24px;
	margin-bottom: 4px;
}

p {
	margin: 9px 0 9px 0;
}

dl {
	margin: 24px 0 24px 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 8px 10px;
}

.subhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	color: #0A50A1;
	letter-spacing: 1px;
	margin-top: -10px;
	margin-bottom: 18px;
}

#sidebar {
	width: 55px;
	height: 602px;
	float: left;
	background: url(../images/sidebar.jpg) top left no-repeat;
}

#wrapper {
	min-height: 100%;
	margin:0 -500px 0 0;
	float: left;
	padding: 0px;
	border:0;
	width: 837px;
	background-color: #fff;
	border-right: #666 solid 1px;
}

* html #wrapper {
	height: 100%;
}

#header {
	margin: 0 0 15px 0;
	background: url(../images/topbar.jpg) top left repeat-x;
	height: 95px;
}

#side-a {
	float: left;
	width: 205px;
}

#side-b { 
	margin: 0;
	float: left;
	width: 632px;
	height: 1%; /* Holly hack for Peekaboo Bug */
}

#side-b ul {
	margin-left: 24px;
}

#side-b_home { 
	margin-left: 22px;
	margin-right: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 18px;
}

#side-b_home a {
	color: #0A50A1;
	text-decoration: none;
	font-weight: bold;
}

#side-b_home a:visited {
	color: #083D72;
	text-decoration: none;
	font-weight: bold;
}

#side-b_home a:hover {
	color: #0974CC;
	text-decoration: underline;
	font-weight: bold;
}

#side-b_content { 
	margin-left: 22px;
	margin-right: 200px;
	margin-bottom: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 18px;
}

#side-b_content a {
	color: #0A50A1;
	text-decoration: none;
	font-weight: bold;
}

#side-b_content a:visited {
	color: #083D72;
	text-decoration: none;
	font-weight: bold;
}

#side-b_content a:hover {
	color: #0974CC;
	text-decoration: underline;
	font-weight: bold;
}

#side-b_nonav { 
	margin-left: 22px;
	margin-right: 30px;
	margin-bottom: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 18px;
}

#side-b_nonav a {
	color: #0A50A1;
	text-decoration: none;
	font-weight: bold;
}

#side-b_nonav a:visited {
	color: #083D72;
	text-decoration: none;
	font-weight: bold;
}

#side-b_nonav a:hover {
	color: #0974CC;
	text-decoration: underline;
	font-weight: bold;
}

#side-b dd a {
	color: #0A50A1;
	text-decoration: none;
	font-weight: normal;
}

#side-b dd a:visited {
	color: #083D72;
	text-decoration: none;
	font-weight: normal;
}

#side-b dd a:hover {
	color: #0974CC;
	text-decoration: underline;
	font-weight: normal;
}

#footer_wrapper {
	margin-left: 24px;
	margin-right: 24px;
	background-color: #E3E3E3;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}

#footer_wrapper p {
	margin: 0;
}

#footer_wrapper a {
	color: #0A50A1;
	text-decoration: none;
}

#footer_wrapper a:visited {
	color: #083D72;
	text-decoration: none;
}

#footer_wrapper a:hover {
	color: #0974CC;
	text-decoration: underline;
}

#address {
	float: left;
	width: 191px;
	padding-top: 18px;
	padding-left: 10px;
}

#contact {
	float: left;
	width: 202px;
	padding-top: 18px;
}

#site_info {
	float: left;
	width: 205px;
	padding-top: 18px;
}

#search {
	float: left;
	width: 181px;
	padding-top: 18px;
}

#footer {
	background: url(../images/footer.jpg) top left no-repeat;
	margin-left: 24px;
	clear: both;
}

#logo {
	margin: 36px 0 0 24px;
}

#login {
	margin-top: 40px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 30px;
}

#login a:link {
	color: #666;
	text-decoration: none;
}

#login a:visited {
	color: #999;
	text-decoration: none;
}

#login a:hover {
	color: #0974CC;
	text-decoration: underline;
}

.clear {
	clear: both;
}

#bhfeature {
	z-index: 2;
}

/* vertical flyout navigation*/
#navcontainer {
	background-color: #FFFFFF;
	z-index: 3;
}

#navlist, #navlist ul { /* all lists */
	padding: 0;
	margin: 0 0 0 24px;
	list-style: none;
	float : left;
	width : 170px;
	display: inline;
}

#navlist li { /* all list items */
	position : relative;
	float : left;
	line-height : 22px;
	width: 170px;
	display: inline;
}

#navlist li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 181px;
	margin-top : -24px;
}

#navlist li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#navlist li a {
	width: 169px;
	display : block;
	color : #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration : none;
	background-color : #666;
	border-bottom: 2px solid white;
	padding : 0 0.5em;
}

#navlist li a:hover {
	color : #fff;
	background-color : #0A50A1;
}

#navlist li:hover ul ul, #navlist li:hover ul ul ul, #navlist li.sfhover ul ul, #navlist li.sfhover ul ul ul {
	left: -999em;
}

#navlist li:hover ul, #navlist li li:hover ul, #navlist li li li:hover ul, #navlist li.sfhover ul, #navlist li li.sfhover ul, #navlist li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#navlist li:hover, #navlist li.hover {  
	position: static;  
}
/*end vertical flyout navigation*/

/*right navigation*/
#rightnav {
	float: right;
	margin-right: 20px;
	width: 149px;
	text-align: right;
}

#rightnav ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#rightnav a {
	display: block;
	padding: 3px 10px 3px 3px;
	width: 139px;
	border-bottom: 1px solid #ddd;
	background: url(../images/arrow.gif) right center no-repeat;
}

#rightnav a:link, #rightnav_list a:visited {
	color: #0A50A1;
	text-decoration: none;
}

#rightnav a:hover {
	color: #666;
}
/*end right nav*/

/*form styles*/
fieldset {
	border: none;
	margin-bottom: 20px;
}

textarea {
	background: #E3E3E3;
}

input {
	background: #E3E3E3;
}

label {
	display: block;
}

.content_label {
	display: block;
	margin-top: 8px;
	line-height: 13px;
	color: #000;
}

.required {
	color: #FF0000;
}

.kcaptcha {
	margin-right: 5px;
}
/*end form styles*/

#pay_online {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	background-color: #E3E3E3;
	margin-left: 24px;
	padding: 5px;
	clear: both;
	border-bottom: #FFFFFF 10px solid;
}

#pay_online img {
	border: none;
	text-decoration: none;
}

#pay_online a {
	color: #666;
	text-decoration: none;
}

#pay_online a:visited {
	color: #666;
	text-decoration: none;
}

#pay_online a:hover {
	color: #333;
	text-decoration: underline;
}

#computer {
	height: 181px;
	width: 181px;
	text-indent: -100.0em;
	overflow: hidden;
	background: url(../images/computer_rollover.jpg) top left no-repeat;
	display: block;
	float: left;
	padding-right: 21px;
	margin-bottom: 10px;
}

#computer:hover {
	background-position: bottom left;
}

#web {
	height: 181px;
	width: 181px;
	text-indent: -100.0em;
	overflow: hidden;
	background: url(../images/web_rollover.jpg) top left no-repeat;
	display: block;
	float: left;
	padding-right: 21px;
	margin-bottom: 10px;
}

#web:hover {
	background-position: bottom left;
}

#telephone {
	height: 181px;
	width: 181px;
	text-indent: -100.0em;
	overflow: hidden;
	background: url(../images/telephone_rollover.jpg) top left no-repeat;
	display: block;
	float: left;
	padding-right: 21px;
	margin-bottom: 10px;
}

#telephone:hover {
	background-position: bottom left;
}

#portfolio {
	height: 181px;
	width: 181px;
	text-indent: -100.0em;
	overflow: hidden;
	background: url(../images/portfolio_rollover.jpg) top left no-repeat;
	display: block;
	float: left;
	margin-bottom: 10px;
}

#portfolio:hover {
	background-position: bottom left;
}

#mail {
	float: right;
	margin-right: 22px;
}

.clear {
	clear: both;
}

.services {
	margin-left: 24px;
	margin-right: 24px;
}

.padding {
	padding-right: 21px;
}

.feature {
	background-color: #E3E3E3;
	/*background: url(../images/stripes.jpg) top right repeat;*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #0A50A1;
	padding: 5px;
	margin-bottom: 10px;
}

.creditcard {
	padding: 5px 5px 5px 0px;
}

.web_portfolio:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.web_portfolio { 
	display: inline-block;
	margin-top: 25px;
}

/* start commented backslash hack \*/
* html .web_portfolio { height: 1%; }
.web_portfolio { display: block; }
/* stop commented backslash hack */

.web_portfolio img {
	padding: 2px;
	border: #999999 solid 1px;
	float: left;
	margin-right: 10px;
}

.web_portfolio h2 {
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}

.web_portfolio p {
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 13px;
}

.web_portfolio a {
	font-size: 10px;
}

.indent {
	padding-left: 292px;
}
