/* =Reload 
-----------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{margin: 0;	padding: 0;	border: 0;	outline: 0;	font-weight: inherit;	font-style: inherit;	font-size: 100%;	font-family: inherit; vertical-align: baseline;}
/* remember to define focus styles! */
:focus {outline: 0;}

body {
	background-color: #ffffff;
	color: #000;
  	font: 62.5% "Century Gothic", Arial, Helvetica, sans-serif;
	/*font: 62.5% "Times New Roman", Times, serif;*/
	line-height: 1;
	background-image:url(../images/main-back.jpg);
	background-repeat:repeat-x;
}
IMG {
	border:0px;
}
/* ol, ul {list-style: none;}
 tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;	border-spacing: 0;}
caption, th, td {	text-align: left;	font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/* =General
-----------------------------------------------------------------------------------------*/
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
strong, b{font-weight: bold;}
em, i{font-style: italic;}

/* =Typography
-----------------------------------------------------------------------------------------*/
p{
	font:normal 1.2em/1.5em "Century Gothic", Arial, Helvetica, sans-serif;
	margin:10px;
	color:#434343;
}

ul{
	font:normal 1.2em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	list-style: disc;
	/*margin:10px 10px 10px 25px;*/
}

ol{
	font:normal 1.2em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	list-style: decimal;	
	margin:10px 10px 10px 25px;
}
li {
	/*text-indent:30px;*/
	margin:5px;
}

#news .art-date{
	font-size: .8em;
}

#news .art-ttl a{
	font-weight: bold;
	text-decoration: none;
}

/* =Headings
-----------------------------------------------------------------------------------------*/
h1{
	font:bold 2.0em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	/*font:normal 2.4em/1.2em "Times New Roman", Times, serif;*/
	color:#434343;
}

h2{
	font:normal 1.8em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	/*font:normal 2.2em/1.2em "Times New Roman", Times, serif;*/
	color:#434343;
}

h3{
	font:normal 1.6em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	/*font:normal 2.0em/1.2em "Times New Roman", Times, serif;*/
	color:#434343;
}

h4{
	font:bold 1.6em/1.4em "Century Gothic", Arial, Helvetica, sans-serif;
	/*font:normal 1.8em/1.2em "Times New Roman", Times, serif;*/
	color:#434343;
}	

h5{
	font:normal 1.5em/1.4em "Century Gothic", Arial, Helvetica, sans-serif;
	/*font:normal 1.6em/1.2em "Times New Roman", Times, serif;*/
	color:#434343;
}	

h6{
	font:bold 1.3em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	/*font:normal 1.4em/1.2em "Times New Roman", Times, serif;*/
	color:#434343;
}				

/* =Links
-----------------------------------------------------------------------------------------*/
a:link, a:visited{
	cursor:pointer;
}

a:hover, a:active{
}		

/* =MainNav
-----------------------------------------------------------------------------------------*/
#nav{
	clear: both;
	margin: 0px;
	z-index:10;
	width:350px;
}

#nav li{
	display: block;
	float: left;
	font:bold 16px/1.5em "Century Gothic", Arial, Helvetica, sans-serif;
	list-style: none;
	position: relative;
	z-index:100;
}

#nav li a:link, #nav li a:visited{
	color: #323232;
	display: block;
	/*line-height: 25px;*/
	/*margin: 0 10px 0 0;*/
	color:#064b6a;
	padding:0 6px;
	text-decoration: none;
	z-index:100;
}

#nav li a:hover, #nav li a:active{
	color: #fc8d1a;
	z-index:100;
}

#nav li ul li a:link, #nav li ul li a:visited{
	background-color: #fff;
	height: 15px;
	font:bold 14px/1.5em "Century Gothic", Arial, Helvetica, sans-serif;
	margin: 0;
	padding:3px 0 0 3px; 
	text-align: left;
	width: 100%;
	z-index:100;
}

* html #nav li ul li a:link, * html #nav li ul li a:visited{padding:8px 0 0 16px;}

#nav li ul li a:hover, #nav li ul li a:active{color: #fc8d1a; z-index:100;}

#nav li ul { /* second-level lists */
	background-color: #fff;
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin: 0px 0 0 0px;
	padding: 0px;
	position: absolute;
	width:182px;
	z-index:100;
}

#nav li ul li{
	display:block;
	width:174px;
	z-index:100;	
}

#nav li:hover ul,  #nav li.sfhover ul{ /* lists nested under hovered list items */
	left:0;
	margin-left: -8px;
	top: 20px;
	z-index:100;
	padding:0 10px 10px 10px;
}
/* =SubNav
-----------------------------------------------------------------------------------------*/

/* =Components These need to be set for back-ground
-----------------------------------------------------------------------------------------*/
#article, #fckArticles{}
#news, #fckNews{}
#question, #fckQuestion{}
#testimonials, #fckTestimonials{}

/* =Layout
-----------------------------------------------------------------------------------------*/
#container {
	margin: 0 auto;
	width:969px;
}
#logo {
	width:343px;
	height:45px;
	background-image:url(../images/b-web-logo.jpg);
	background-repeat:no-repeat;
	text-align:right;
	float:left;
	margin-top:5px;
}
#logo p{
	font:bold 1.2em/4em "Century Gothic", Arial, Helvetica, sans-serif;
	margin:0px;
	font-style:italic;
}
#logo h1{
	text-align:left;
	text-indent:-99999px;
	
}
#top-nav {
	float:right;
	width:350px;
}
.nav a{
	font:bold 1.6em/1.5em "Century Gothic", Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#064b6a;
	padding:0 10px;
	border-right: 1px solid #064b6a;
}
.nav a.last{
	border-right: 0px;
}
.ibanner{
	margin:35px auto 0px auto;
	width:900px;
	height:255px;
}
.ibanner h1{
	color:#0f0;
}
.ibanner ul {
	width:300px;
	list-style-image:url(../images/check.png);
	behavior: url(iepngfix.htc);
	padding:0px;
	margin:0px;
	padding-left:30px;
	
}

.ibanner ul li{
	font:normal 1.2em/1.4em "Century Gothic", Arial, Helvetica, sans-serif;
	padding-left:5px;
	text-indent:10px;
}
.ibanner ul li a{
	color:#fff;
	text-decoration:none;
}
#intlist ul {
	width:300px;
	list-style-image:url(../images/check.png);
	behavior: url(iepngfix.htc);
	padding:0px;
	margin:0px;
	padding-left:30px;
}
#intlist ul li{
	font:normal 1.2em/1.4em "Century Gothic", Arial, Helvetica, sans-serif;
	padding-left:5px;
	text-indent:10px;
}
#intlist ul li a{
	color:#434343;
	text-decoration:none;
}
#example{
	float:left;
	text-align:center;
	margin-left:50px;	
}
#example img {
	behavior: url(iepngfix.htc);
}
.box {
	background-image:url(../images/dot.png);
	background-repeat:repeat;
	behavior: url(iepngfix.htc);
	padding:10px;
        position:relative;
}
#cstar{
	width:100px;
	height:100px;
	position:absolute;
	bottom:-40px;
	right:-30px;
	behavior: url(iepngfix.htc);
}
.left {
	float:left;
}
.right {
	float:right;
}
#indextxt{
	width:420px;
	float:left;
	padding:5px;
}
#indexright{
	width:525px;
	float:right;
}
#portfolioright{
	width:300px;
	float:right;
}
.featured{
	clear:both;
}
.featured p{
	font:normal 1.2em/1.3em "Century Gothic", Arial, Helvetica, sans-serif;
}
.feature{
	padding-right:10px;
}
#quickform{
	width:190px;
	float:left;
	/*background-color:#accfde;*/
	/*background-image:url(../images/qc-back.jpg);
	background-repeat:no-repeat;*/
	padding:10px;
}
#quickform h2 {
	color:#000;
	font-weight:bold;
}
#quickform ul {
	width:180px;
	list-style:none;
	padding:0px;
	margin:0px;
}
#quickform ul li{
	font:normal 10px/20px "Century Gothic", Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	padding-left:5px;
	text-indent:10px;
	height:20px;
	width:160px;
	float:left;
}

#featuredservice{}

#footer{
	clear:both;
	height:75px;
	width:100%;
	background-image:url(../images/b-web-foot.jpg);
	background-repeat:repeat-x;
}
#testimonial{
		width:275px;
		float:left;
		margin-right:15px;
	}
	#certs {
		float:left;
	}
	.inttxt {
		margin-top:70px;
	}
#porttxt {
	width:650px;
	float:left;
}
.portbox{
	clear:both;
	margin:10px;
	width:600px;
	float:left;
	font:normal 12px/14px Verdana, Arial, Helvetica, sans-serif;
}
.portbox img{float:left;border: 1px solid #00448b;margin: 0 5px;}
.portbox h3{font:bold 1.3em/1.3em Verdana, Arial, Helvetica, sans-serif;}
.detail{}
.detailbox{
	border: 1px solid #000;
	padding:10px;
	margin:5px 0;
	background-image:url(images/box-back.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	overflow:hidden;
}
/* =Forms
-----------------------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opea 7 */
fieldset {border: 0px solid transparent;}

input, textarea {
	font-size: 1em;
	color: #434343;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0.2em;
	margin-bottom:10px;
}

input:focus, textarea:focus {
	background-color: #fff5be;
}

input#submit {
	width: auto;
	font-size: 0.85em;
}

#quickform input.qcf{
border: 1px solid #005089;
width:160px;
margin:2px;
height:15px;
padding:3px;
}
#quickform input.qcfc{
border: 1px solid #005089;
width:15px;
height:15px;
padding:0px;
margin:3px;
float:left;
}
#quickform input.qc-submit{
border: 0px solid #005089;
width:71px;
height:28px;
padding:0px;
margin:0px;
margin-top:10px;
margin-right:15px;
float:right;

}
.focusField{
    	color:#000;
    }
    .idleField{
    	color: #434343;
    }	
/* =Filters
-----------------------------------------------------------------------------------------*/
/*[BEGIN] Clear Fix for Fire Fox*/
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*[END] Clear Fix for Fire Fox*/

/* =Home Page Content
-----------------------------------------------------------------------------------------*/