/* -------------------------------------
RESET DEFAULT STYLES
------------------------------------- */
@import url("reset.css");

/* -------------------------------------
BODY
------------------------------------- */

body {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.6em;
	text-align: center;
	color: #ffffff;
	background: #000000 url(../images/interface/bg_body.png) repeat-y 50% 0;
	}

/* -------------------------------------
OUTER WRAP
------------------------------------- */

#outer_wrap {
	background: url(../images/interface/bg_wrap.jpg) no-repeat 50% 0;
	min-height: 760px;
}

/* -------------------------------------
LOGO AND NAV
------------------------------------- */

#logo_and_nav_wrap {
	background: url(../images/interface/bg_nav.png) repeat-x bottom left;
	height: 142px;
	margin-bottom: -1em;
}

#logo_and_nav {
	width: 960px;
	text-align: left;
	margin: 0 auto;
}

#site_logo {
	float: left;
	width: 230px;
	margin-top: 6px;
}

/* BC MAIN NAV */
#cat_14623_divs {
	float: right;
	width: 700px;
	font-size: 90%;
	margin-top: 42px;
}

#cat_14623_divs ul li {
	display: inline;
	margin-right: 1em;
}

#cat_14623_divs ul li a {
	color: #000;
	text-decoration: none;
	padding: 3px 6px;
}

body#s_home li.b_home a,
body#s_about li.b_about a,
body#s_what_we_do li.b_whatwedo a,
body#s_products li.b_products a,
body#s_resources li.b_resources a,
body#s_contact li.b_contact a {
	font-weight: bold;
	color: #fff;
	background-color: #CC0000;
}

/* -------------------------------------
SUB NAV
------------------------------------- */

ul#sub_nav,
ul#nav_773507 {
	border: 1px solid #eeeeee;
	border-bottom: none;
	font-weight: normal;
}

ul#sub_nav li,
ul#nav_773507 li {
	border-bottom: 1px solid #eeeeee;
}

ul#sub_nav li a,
ul#nav_773507 li a {
	display: block;
	padding: 0.6em 0.8em;
	text-decoration: none;
	color: #3a6f8f;
	background-color: #FFFFFF;
}

ul#sub_nav li a:hover,
ul#nav_773507 li a:hover {
	color: #333333;
	background-color: #E8FFFF;
}

ul#sub_nav li.selected a,
ul#nav_773507 li.selected a {
	color: #333333;
	background-color: #dddddd;
}

/* -------------------------------------
CALL US!
------------------------------------- */

#call_us {
	width: 960px;
	height: 81px;
	margin: 0 auto;
}

#call_us p {
	text-indent: -9999px;
}

/* -------------------------------------
HEADER DIV
------------------------------------- */

#header {
	width: 960px;
	text-align: left;
	margin: 0 auto 2em auto;
}

/* -------------------------------------
HOMEPAGE CONTENT
------------------------------------- */

#home_header {
	width: 960px;
	text-align: left;
	margin: 0 auto 2em auto;
}

#feature_slides {
	float: left;
	width: 480px;
	height: 259px;
}

div.slide_img {
	width: 480px;
	height: 259px;
	position: relative;
}

div.slide_caption {
	position: absolute;
	bottom: 0;
	left: 0;
}

div.slide_caption a {
	display: block;
	width: 435px; /* 480px */
	padding: 5px 5px 5px 40px;
	background: url(../images/interface/bg_slide_caption.png) no-repeat 0 50%;
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
}

div.slide_caption a:hover {
	color: #fff;
}

#welcome {
	position: relative;
	float: right;
	width: 430px; /* 480px */
	height: 139px; /* 259px */
	padding: 120px 25px 0 25px;
	color: #333333;
	font-weight: bold;
	background: #666666 url(../images/interface/bg_welcome.jpg) no-repeat 0 0;
}

p#letter_from_owner {
	text-indent: -9999px;
}

P#letter_from_owner a {
	position: absolute;
	top: 62px;
	right: 14px;
	width: 70px;
	height: 50px;
	display: block;
}

div.home_features h1 {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1em;
}

#services {
	width: 308px;
	float: left;
}

#products {
	width: 308px;
	float: left;
	margin-left: 18px;
}

#dont_dig {
	width: 308px;
	float: left;
	margin-left: 18px;
}

div.service_summary, div.product_summary {
	margin-bottom: 0.8em;
}

/* -------------------------------------
CONTENT
------------------------------------- */

#content_wrap {
	clear: both;
	width: auto;
	padding-bottom: 2em;
	text-align: left;
	color: #000000;
	background-color: transparent;
	}

#content {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	background-color: #ffffff;
	}

#main_col {
	width: 668px;
	float: right;
	display: inline;
	margin-bottom: 2em;
	margin-right: 12px;
	}

body#s_portfolio_list #main_col {
	width: 720px;
	margin-right: 0;
	}

body#s_faqs #main_col {
	width: 700px;
	margin-right: 0;
	}

#main_col h2 {
	font-size: 150%;
	color: #130d61;
	margin-bottom: 0.8em;
	}

#main_col p {
	margin-bottom: 1em;
	}

#main_col ul {
	margin-bottom: 1em;
	}

#main_col ul li {
	list-style: disc;
	margin-left: 1.5em;
	padding-left: 0.1em;
	}

#main_col ol {
	margin-bottom: 1em;
	}

#main_col ol li {
	list-style: decimal;
	margin-left: 1.5em;
	padding-left: 0.1em;
	}

#main_col ol ol {
	margin-bottom: 0;
	}

#main_col ol ol li {
	list-style: lower-alpha;
	margin-left: 1.5em;
	padding-left: 0.1em;
	}

#sub_col {
	width: 240px;
	float: left;
	display: inline;
	margin-bottom: 2em;
	color: #130d61;
	font-weight: bold;
	font-size: 90%;
	}

#sub_col p {
	margin-bottom: 1em;
	}

/* -------------------------------------
PRODUCTS AND SERVICES
------------------------------------- */

#description {
	float: left;
	width: 500px;
}

#gallery {
	float: right;
	width: 140px;
}

/* -------------------------------------
TABLES
------------------------------------- */

table.hosting_options {
	width: 100%;
	border: 1px solid #dddddd;
	font-size: 90%;
	}

table.hosting_options thead tr {
	background-color: #dddddd;
	}

table.hosting_options td,
table.hosting_options th {
	padding: 0.2em 0.6em;
	border: 1px solid #dddddd;
	}

table.hosting_options td.prices {
	color: #009900;
	background-color: transparent;
	}

/* -------------------------------------
FAQ
------------------------------------- */

table.faqresultstable {
	width: 100%;
	}

table.faqresultstable td {
	/*padding: 0 0.4em 0.2em 0;*/
	}

td.faqresultstablehead {
	font-weight: bold;
	}

td.faqresultstableinfo {
	/*display: none;*/
	}

td.faqresultstablecount {
	width: 30px;
	}

td.faqresultstablequestion {
	width: 450px;
	}

input.cat_textbox_small {
	/*width: 120px;*/
	}

#faq_answer {
	width: 600px;
	}

p.faq-question {
	margin-bottom: 0;
	font-weight: bold;
	}

div.answer {
	margin-bottom: 1em;
	padding: 0.6em 1em;
	/*background-color: #eeeeee;*/
	border: 1px solid #cccccc;
	border-top: none;
	}

div.answer p {
	margin-bottom: 0 !important;
	}

/* -------------------------------------
FORMS
------------------------------------- */

fieldset {
  	border: 1px solid #cccccc;
  	margin: 0 0 1em 0;
  	padding: 12px;
	}

div.item {
	margin-bottom: 0.5em;
	}

label {
	font-size: 90%;
	color: #666666;
	background-color: transparent;
	}

/* Newsletter signup messages */
p.signup_success {
	
	}

p.unsubscribe_success {
	
	}

/* Contact form messages */
div.webform-results table {
	border: 1px solid #dddddd;
	color: #333333;
	background-color: #eeeeee;
	font-size: 90%;
	width: 100%;
	}

div.webform-results table td {
	padding: 0.2em 0.4em;
	border: 1px solid #dddddd;
	}

td#title {
	color: #000000;
	}

/* -------------------------------------
CONTACT PAGE
------------------------------------- */

div.google_map {
	float: left;
	width: 300px;
	margin-right: 24px;
	display: inline;
	}
	
/* -------------------------------------
FOOTER
------------------------------------- */

#footer {
	clear: both;
	width: 960px;
	text-align: left;
	font-size: 85%;
	margin: 2em auto 0.5em auto;
	padding: 1em 0 3em 0;
	border-top: 1px solid #ddd;
	}

/* -------------------------------------
LINKS, IMAGES, AND OTHER
------------------------------------- */

a:link {
	color: #3366CC;
	background: transparent;
	}
a:visited {
	color: #3366CC;
	background: transparent;
	}
a:hover {
	color: #000000;
	background: transparent;
	}
a:active {
	color: #6699CC;
	background: transparent;
	}

a:focus {
	
	}

img.right {
	float: right;
	display: inline;
	margin: 0.4em 0 0 12px;
	}

img.right_outside {
	float: right;
	display: inline;
	margin: 0.3em -120px 0 12px;
	}

img.left {
	float: left;
	display: inline;
	margin: 0.4em 12px 0 0;
	}

img {
	border: none;
	}

hr {
	display: none;
	}

#imageDetails {
	color: #000000;
}

/* -------------------------------------
CLEAR STYLES
Clears floats without extra markup.
------------------------------------- */

.group:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
