body {
  font-family: arial, sans-serif;
  font-size: 12px;
  background-color: #d6ebf1;
  margin: 0px;
  color: #333333;
}

img {
	border: none;
}

div.page_container {
	background-color: #ffffff;
	width: 980px;
	margin: 0px auto;
}

/* Header */
#header {
	width: 980px;
	height: 95px;
	margin: 0px auto;
}
#logo {
	float: left; 
	width: 322px; 
	height:58px; 
	margin: 20px 0px 0px 4px;
}
#header_info {
	float: right; 
	width: 480px; 
	height: 28px; 
	margin-top: 50px;
}
div.header_text {
	float: left; 
	height: 22px; border-right: 1px solid #295f84; 
	margin: 5px 10px 0px 0px;
}
#social_icons {
	width: 92px; 
	height: 28px;
}
#social_icons img {
	margin-right: 4px;
}
/* /Header */

#mid_page {
	background-image: url(/images/bg_page.jpg); 
	background-repeat: repeat-x;
}

#home_content {
	width: 980px; 
	background-image: url(/images/bg_home.png);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding-bottom: 20px;
}

#sub_content {
	width: 980px; 
	background-image: url(/images/bg_sub.png);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding-top: 25px;
}
#sub_top {
	width: 530px; 
	height: 18px; 
	margin: 0px auto; 
	background-color: #d6ebf1;
}
#sub_columns {
	width: 980px; 
	background-image: url(/images/bg_sub_columns.png);
	padding-bottom: 30px;
	border-bottom: 15px solid #ffffff;
}
#sub_bottom {
	width: 980px; 
	height: 87px;
	margin: 0px auto;
	background-image: url(/images/bg_sub_bottom.png);
	background-repeat: no-repeat;
}

/* Home Page Features */
#home_features {
	width: 960px; 
	height: 322px; 
	margin: 0px auto; 
	padding: 30px 0px 75px 0px;
}
#home_features h1 {
	font-size: 18px; 
	margin: 0px; 
	line-height: 18px; 
	color: #ffffff;
}
#home_features h1 a {
	color: #ffffff;
	text-decoration: none;
}
div.feature_box {
	float: left; 
	width: 240px; 
}
div.feature_header {
	padding-left: 20px; 
}
div.feature_text {
	padding: 5px 15px 0px 15px;
	font-size: 11px;
}
div.feature_text p {
	margin: 0px 0px 5px 0px;
}
/* /Home Page Features */

/* Home Page Callouts */
#home_callouts {
	color: #ffffff;
}
div.callout_box {
	float: left; 
}
div.callout_box h5 {
	background-repeat: no-repeat; 
	padding-left: 37px; 
	margin: 0px 0px 15px 0px; 
	line-height: 28px; 
	font-size: 16px; 
	color: #ffffff;
}
div.callout_box p {
	padding-right: 30px;
	color: #ffffff;
}
div.callout_box a {
	color: #9bf5ff;
}

form {
	margin: 0px;
}
.formbox {
	width: 152px;
	padding: 0px 4px;
	margin-top: 4px;
	font-size: 11px;
	color: #666666;
	background-color: #ffffff;
	border: 1px solid #c3dae1;
}
.qc_button {
	width: 73px; 
	height: 23px; 
	margin-top: 5px; 
	background: none; 
	background-image: url(/images/button_blue.png); 
	border: none; 
	cursor: pointer; 
	color: #ffffff; 
	font-weight: bold; 
	font-size: 11px;
	line-height: 23px;
}
/* /Home Page Callouts */

/* Left Column */
#left_column {
	width: 225px;
	float: left;
}
#leftnav {
	padding: 30px 10px;
	background-color: #ffffff;
}
p.navhead {
	font-size: 18px;
	color: #222222;
	font-weight: bold;
	line-height: 18px;
	margin: 0px 0px 15px 0px;
}
div.leftnav_tab {
	width: 42px; 
	height: 42px; 
	margin-bottom: 10px;
	float: left;
}
div.tab_label {
	width: 160px; 
	margin-bottom: 10px;
	float: left;
}
div.tab_label h3 {
	margin: 25px 0px 0px 13px;
	font-size: 14px;
	line-height: 14px;
	color: #23a7df;
}
/* /Left Column */

/* Mid Column */
#mid_column {
	width: 530px;
	float: left;
}
#breadcrumbs {
	padding: 0px 25px;
	font-weight: bold;
	color: #23a7df;
	font-size: 11px;
	line-height: 11px;
}
#breadcrumbs a {
	font-weight: normal;
	padding-right: 10px;
	border-right: 1px solid #23a7df;
	margin-right: 6px;
}

#content {
	padding: 25px;
	line-height: 18px;
}

.gallery_left {width:230px; height:225px; float:left; text-align: center}
.gallery_right {width:230px; height:225px; float:right; text-align: center}
.directory a {color: #333333;}
.directory a:hover {color: #333333; text-decoration: none;}
.image_right {float: right; margin-left: 20px;}

/* /Mid Column */

#right_column {
	width: 225px;
	float: right;
}


#column_equalizer {
	width: 100%;
	height: 0px;
	clear: both;
}

#footer_strip {
	height:42px; 
	background-color: #222222; 
	border-top: 1px solid #23a7df;
}
#footer_strip p {
	color: #ffffff;
	font-size: 16px;
	line-height: 42px;
	margin: 0px 0px 0px 15px;
}
#sub_footer {
	width: 980px;
	margin: 0px auto;
	line-height: 18px;
}
#sub_footer a {
	color: #295f84;
}
div.sublinks {
	float: left;
	height: 155px;
	margin-top: 25px;
	padding: 0px 20px;
	border-right: 1px dotted #97a5a9;
}

h1 {
	font-family: arial, sans-serif;
	font-size: 18px;
	margin: 0px 0px 15px 0px;
}

h2 {
	font-family: arial, sans-serif;
	font-size: 16px;
	color: #2686b6;
	margin: 0px 0px 15px 0px;
}

h3 {
	font-family: arial, sans-serif;
	font-size: 16px;
	margin: 15px 0px 0px 0px;
}

p {
	margin: 0px 0px 15px 0px;
}

.small_text {
	font-size: 10px;
}

.red {
	color: #ff0000;
}

.bg_lt_gray {
	background-color: #cccccc;
}

table.ruled {
	border: 1px solid #000000;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

table.ruled td {
	border: 1px solid #000000;
	padding: 4px;
}

a {
	color: #23a7df;
}
a:hover {
	text-decoration: none;
}

a.small_link {
	font-size: 10px;
}


