/* Stylesheet for BCC - by TWD */

 html
{
    min-height: 100%;
    margin-bottom: 1px;
}
.style1
{
    font-size: xx-small;
}

form
{
	margin: 0;
	border: 0;
	padding: 0;
}

body {
margin: 0;
padding: 0;
text-align: center;  /* to overcome IE bug so that page centers in center vertically */
background-color: #DAD3C1;
	}
	
/*	Basic link styles*/
	a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	}
/* external wrapper div */
#wrapper {
width: 773px;  
margin: 0 auto;
text-align: left;	/* counteracts the center align in the body tag - so that the text does not center in rest of site */
}
/* very top company logo div */	
#top {
	width:772px;
	height:94px;
	background-image: url(images07/companyname.gif);
	background-repeat:no-repeat;
	}
	/* large image div */
#image	{
width:773px;
height:180px;
background-image: url(images07/headerpic.jpg);
background-repeat:no-repeat;
margin-top:2px;
}	

 /* large image div */
#image_two	{
width:773px;
height:108px;
background-image: url(images07/headerpic_two.jpg);
background-repeat:no-repeat;
margin-top:2px;
}	
/*navigation styling */

#navBar {
padding: 4px 0px 4px 50px;
margin-top: 4px;
margin-left: 0px;
margin-bottom: 0px;
border: none;
background-color: transparent;
color: #FFFFFF;
background-image: url(images07/navbar.gif);
background-repeat: no-repeat;
height: 26px;
font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#navBar ul {
	margin: 0px; 
	padding: 0px;
	list-style-type: none; 

}
#navBar li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#navBar a {
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: transparent;
	border: none;
	margin: 0px;
	color: #333333;
	text-decoration: none;
	padding: 0px 10px;
	border-right: 1px solid #FFFFFF;
}

#navBar a:link, #navBar a:visited {
	color: #FAF8F7;
	text-decoration: none; 
}

#navBar a:hover {
	color: #5E2933;
	background-color: #000000;
	background-color: transparent;
}

#navBar a:active {
	background-color: transparent;
	color: #FFFFFF;
}
/*End NavBar styles */
	
	
#news	{
	width:231px;  /*plus padding = 239*/
	height:auto;
	border:4px solid #FFF;
	background-color:#D6CFBD;
	float:left;
	}
	
/* styles the news box header */
#darker	{
	width:231px;
	height:27px;
	background-color:#756F5F;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#D2D0B9;
	vertical-align:middle;
	text-align: center;
	line-height:30px;
	}
	
	/* news text box */
#text	{
padding:8px; 
width:218px;
font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
color:#544D43;
}
/* header style for the text box */
#text H2 {
font-size: 13px;
color: #4E281D;
}

/* link styles for the news/text box area */

#text a, #text a:link, #text a:visited
{
	text-decoration: underline;
	color: #5E2933;
}
	
#text a:hover {
	text-decoration: none;
	color: #B6765A;
}
#text a:active {
	text-decoration: none;
	}

	/* main content area */
#content	{
width:502px; /* plus 12px padding plus 8px border = 522 */
padding: 6px;
margin-left:9px;
float:right;
border:4px solid #FFF;
font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
color:#544D43;
line-height: 1.5em;
}
#content22	{
width:750px; /* plus 12px padding plus 8px border = 522 */
padding: 6px;
margin-left:9px;
float:left;
border:4px solid #FFF;
font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
color:#544D43;
line-height: 1.5em;
}
/* gives a bit of padding between the graphics inn the content area */
#content img {
	padding: 4px;
}
/* this rule ensures that Mac IE5.2 doesn't drop down the content dive */
#content p {
width: 476px;
}
	
	/* H1 style for the content area */
#content H1 {
font-size: 16px;
color: #634E4D;
}

#content H2 {
font-size: 14px;
color: #634E4D;
}

/* link styles for the content area */
#content a, #content a:link, #content a:visited
{
	text-decoration: underline;
	color: #5E2933;
}
	
#content a:hover {
	text-decoration: none;
	color: #B6765A;
}
#content a:active {
	text-decoration: none;
	}
	
/* bottom copyright div */	
#bottom	{
margin-top:5px;
width:765px;
height:20px;
background-color:#9A9485;
font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #EAE8E5;
float:left;
padding: 4px;
text-align: center;
}
#bottom a, #bottom a:link, #bottomt a:visited
{
	text-decoration: underline;
	color: #5E2933;
}
	
#bottom a:hover {
	text-decoration: none;
	color: #FEFDFC;
}
#bottom a:active {
	text-decoration: none;
	}

/***** Begin laying out the contact form *****/

fieldset{
	padding:10px;
	border: 1px solid #726C5E;
	margin-bottom:15px;
	width: 460px;
	font-size: 100%;
}

/*styles the input fields*/
input,textarea{
	border: 1px solid #5B5136;
	margin: 4px;
	padding: 2px;
}

label{
	color:#666;
	font-size: 100%;
}
legend{
padding:10px;/*gives a bit of padding between the border and the test*/
color: #756F5F;
font-size: 130%;
font-weight: bold;
}

.submitbutton {
	border: 1px solid #7F714B;
	background: #C1B697;
	color: #FFF;
	}
/*end of form styles */

/*Current marker page styles*/

#navBar a.currentLink {color: #FFCC00;}

.clearit {
clear: both;
font-size: 1px; /*for IE*/
height: 0;
line-height: 0px;
}
.mainpadding {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px
}
.rightborder {
	BORDER-RIGHT: #666 1px dashed
}
#leftcolnav {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 15px; FONT: 11px verdana, sans-serif; WIDTH: 100%; COLOR: gray; PADDING-TOP: 0px; WHITE-SPACE: nowrap
}
#leftcolnav UL {
	PADDING-RIGHT: 0px; BORDER-TOP: gray 1px solid; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
#leftcolnav LI {
	MARGIN: 0px; BORDER-BOTTOM: gray 1px solid; LIST-STYLE-TYPE: none; TEXT-ALIGN: left
}
#leftcolnav A {
	PADDING-RIGHT: 0.5em; DISPLAY: block; PADDING-LEFT: 0.9em; PADDING-BOTTOM: 0.7em; PADDING-TOP: 0.7em; TEXT-DECORATION: none
}
#leftcolnav A:link {
	COLOR: #666666; TEXT-DECORATION: none
}
#leftnavlist A:visited {
	COLOR: #666666; TEXT-DECORATION: none
}
#leftcolnav A:hover {
	BACKGROUND: url(/_css/style3/lined-bg.gif) #f1f1f1; BORDER-LEFT: #eb3e1c 3px solid; TEXT-INDENT: -3px
}
.bottombordergray {
	BORDER-BOTTOM: #999 1px solid
}
.floatrightimg {
	BORDER-RIGHT: #999999 1px solid; PADDING-RIGHT: 4px; BORDER-TOP: #999999 1px solid; PADDING-LEFT: 4px; FLOAT: right; PADDING-BOTTOM: 4px; BORDER-LEFT: #999999 1px solid; PADDING-TOP: 4px; BORDER-BOTTOM: #999999 1px solid
}
#maincontent {
	BACKGROUND: #ffffff; PADDING-BOTTOM: 10px; MARGIN-LEFT: auto; WIDTH: 760px; MARGIN-RIGHT: auto
}
.fullborder {
	BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid
}
.maintext {
	FONT-SIZE: 11px; COLOR: #999999; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
	}
.maintext_2 {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #634E4D; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.servicetitles {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #084c8d; FONT-FAMILY: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif
}
.largequote {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #084c8d; LINE-HEIGHT: 120%; FONT-FAMILY: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #ffcc66
}
H2 {
	FONT-SIZE: 14px; COLOR: #003366
}

