@charset "utf-8";
/* CSS Document */

 
body  {
	background-color: #3a2426; background-image:url(../images/blendy3_ie6.png); background-repeat:repeat-x; background-position: top left;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	}
#container {
	width: 800px;
	_width: 820px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: -5px;
	margin-bottom: 20px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #cfcac8;	
	} 
#header { 
	background-color: #3a2426; 
	height:200px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	_width:800px;
	_margin-left:auto;
	border-top: 1px solid transparent;
	}

.grad_black {
	width: 800px; 
	margin-left: auto; 
	margin-right: auto;
	color:#ffffff;
	font:"Times New Roman", Times, serif;
	font-size:34px;
	font-weight: bold;
	text-align:left;
	padding-top:20px;
  	}

#company_name {
	width: auto; 
	margin-left: auto; margin-right: auto;
	color:#ffffff;
	font:"Times New Roman", Times, serif;
	font-size:34px;
	font-weight: bold;
	text-align:left;
	padding-top:10px;
	} 
			
#company_phone_number {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	text-align:right;
	font-size: 28px;
	font-weight: bold;
	color:#fff;
	margin-top: 0px;
}

#header h1 {
	margin: 0; 
	padding: 10px 0; 
	}



.headline {
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	}
#sidebar1 h3, #sidebar1 p, #sidebar2 p, #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	}

#mainContent {
 	margin: 0 5em 0 12em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding-left: 10px;
	_margin-top:0px;
	padding-right: 10px;
	padding-bottom: 60px;
	font-size:16px;
	width: 370px;
	background-color:#cfcac8;
	} 
#mainContent h1 {
	font-size: 20px;
}
#mainContent h2 {
	font-size: 18px;
}
#mainContent a:link, #mainContent a {
	color: #000000;
}
#footer {
	padding: 0 10px;  /*this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#000;
	color: #FFFFFF;
	_width: 800px;
	} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
#nav_container {width: 800px; height:35px; background-color:#3a2426;}
/*begin main nav */

.nav{
	width: 100%;
	_width: 820px;
	font-family: Times New Roman, Times, serif;
	font-size: 17px;
	font-weight: normal;
	line-height:22px;
	font-style: normal;
	text-decoration: none;
	
	}

.nav ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background-image:url(../images/nav_bg_off.png); background-repeat:repeat-x;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #303346;
	border-right-color: #303346;
	border-bottom-color: transparent;
	border-left-color: #303346
	}

.nav ul li{
display: inline;
	}

.nav ul li a{
	float: left;
	color: #FFFFFF;
	padding: 5px 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: transparent;
	}

.nav ul li a:visited{
color: #FFFFFF;
	}

.nav ul li a:hover, .nav ul li .selected{
	color: #c0c0c0 !important;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #30346; background-image:url(../images/nav_bg_on.png); background-repeat:repeat-x;
	}
/*end main nav */

/* begin sub_nav */
.sub_nav{
	text-align:center;
	width: 800px;
	_width: 820px;
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	}


.sub_nav ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background-image:url(../images/button_bg_off.png); background-repeat:repeat-x;
	/*border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #303346;
	border-right-color: #303346;
	border-bottom-color: #303346;
	border-left-color: #303346; */
		}

.sub_nav ul li{
display: inline;
	}

.sub_nav ul li a{
	float: left;
	color: #FFFFFF;
	padding: 5px 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: transparent;
	_border-right-width: 0px;
	_border-right-style: none;
	_border-right-color: transparent;
	margin-left:21px;
	}

.sub_nav ul li a:visited{
color: #FFFFFF;
	}

.sub_nav ul li a:hover, .sub_nav ul li .selected{
	color: #ffffff !important;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #303346; background-image:url(../images/button_bg_hover.png); background-repeat:repeat-x;
	}
/* end sub_nav */
#sidebar1 {
	float: left; 
	width: 14em; /* since this element is floated, a width must be given */
	background-color: #cfcac8; /* the background color will be displayed for the length of the content in the column, but no further */
	font-size:14px;
	border-right-style:solid; border-right-color: #392524; border-right-width:thin;
	height:618px;
	}
#sidebar1 h2 {font-size:18px; }

#sidebar2 {
	float: right; 
	margin-right: 0px;
	width: 13em; /* since this element is floated, a width must be given */
	background-color: #cfc8c8; /* the background color will be displayed for the length of the content in the column, but no further */
	border-left-style:solid; border-left-color: #392524; border-left-width:thin;
	height: 618px;
	}

#sidebar1nav {
	width: 185px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cfcac8;
	border-right-color: #cfcac8;
	border-bottom-color: #cfcac8;
	border-left-color: #cfcac8;
	}
#sidebar1nav ul {
	margin: 0;
	padding: 0;
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	list-style: none;
	}

#sidebar1nav li a {
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #cfcac8;
	height: auto;
	vertical-align: middle;
	}
#sidebar1nav li {
	padding-left: 15px;
	padding-top:0px;
	}
#sidebar1nav .notopbrdr0xNone {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
#sidebar1nav li a:link, #sidebar1nav li a:visited {
	color: #000000;
	display: block;
	background-color: #cfcac8;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#sidebar1nav li a:hover {
	color: #ffffff;
	background:  #cfcac8;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#copyright { height:25px; width: 800px; margin-right: auto; margin-left: -10px;font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight: normal; text-align:center; 
padding-top:20px; background-color:#000;}
#copyright: a {outline: none;}
#copyright a:link {text-decoration: none; color: #fff;}
#copyright a:visited {text-decoration: none; color: #fff;}
#copyright a:hover {text-decoration: none;color: #c0c0c0;}	
#copyright a:active {text-decoration: none; color: #fff;}

/* img, div, a, input  { behavior: url(iepngfix.htc); }*/

[if IE]>
<style type="text/css" media="screen">
#sidebar1nav ul,#sidebar1nav ul li a{ height: 1%}
</style>
<![endif]


[if IE]>

#sidebar1,  #sidebar2 { padding-top: 30px; }
#mainContent { zoom: 1; padding-top: 1px; }

<![endif]
/* the following rules apply only to IE6 */

* html .foo{

	}
.bold {
	font-weight:bold;
}
.centered {
	text-align: center;
}
.blogbutton img  {
	border: 1px solid #3A2426;
	text-align: center;
	left: auto;
	right: auto;
}

Only for IE7

/* the following rules apply only to IE7 */
*+html .foo{

	}
