* {
   margin: 0;
   padding: 0;
}

body{
   background: #CBE6FE url(../images/bg_body.jpg) repeat-x;
   font-size: 94%;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
   color:#242424;
}

#container{
	width:770px;
	margin:0 auto;
}

a{
   overflow: hidden;
}

/* =Home
---------------------------------------------------------------------
*/

#home-container{
   width: 400px;
   margin:0 auto;
}

#home-container h1{
   width: 400px;
   height: 460px;
   text-indent: -9999px;
   background:url(../images/bg_homeman.jpg) no-repeat;
}

#home-container #intro {
   width: 376px;
   margin:15px auto;
   background: #E7D69D url(../images/bg_homebox.jpg) repeat-x top;
   border:1px solid #DAC067;
}

#home-container #intro p{
	padding:8px;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#C02D1A;
	text-align:center;
	line-height:1.3;
}

#home-container #enter {
	width:120px;
	height:29px;
	margin:0 auto;
}

#home-container #enter a.elink {
	display:block;
	width:120px;
	height:29px;
	text-indent:-9999px;
	background:url(../images/bg_homeenter.jpg) no-repeat;
}


/* =Header
---------------------------------------------------------------------
*/

#header{
   width: 770px;
   height:165px;
   background:url(../images/bg_header.jpg) no-repeat;
}

#header h1{
   width: 770px;
   height: 125px;
   text-indent: -9999px;
}

#header #feature {
   width: 607px;
   height: 35px;
   margin-left:150px;
}

#header #feature p{
	padding-top:5px;
	margin:0;
	font:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#C02D1A;
}

/* =Container-Inner
---------------------------------------------------------------------
*/
#container-inner {

}

/* =Content-Wrap
---------------------------------------------------------------------
*/

#content-wrap{
   width: 770px;
   background:url(../images/bg_content.jpg) repeat-y;
   padding-bottom:10px;
}


/* =Sidebar
---------------------------------------------------------------------
*/

#sidebar{
	display:inline;
	position:relative;
    float: left;
    width: 180px;
	margin:0 0 0 15px;
}

#sidebar #nav{
    width: 180px;
	margin-bottom:10px;
}

#sidebar #nav img{
	border:0;
	margin:0;
	padding:0;
}

#sidebar #contact{
	width:180px;
	height:108px;
	background:url(../images/bg_contact.jpg) no-repeat;
}

#sidebar #contact p{
	padding-top:30px;
	padding-left:8px;
	font-size:13px;
	color:#004020;
	margin:0;
}

#sidebar #contact a{
	font-size:13px;
	color:#004020;
	text-decoration:underline;
}

#sidebar #contact a:hover{
	text-decoration:none;
}

/* =Content
---------------------------------------------------------------------
*/

#content{
	position:relative;
   float: right;
   display:inline;
   width: 554px;
   margin: 0 13px 0 0;
}

#content h3 {
   color: #0055A5;
   font-size: 1.3em;
   font-weight:normal;
   margin-bottom:5px;
}

#content h4{
   color: #0055A5;
   font-size: 1.2em;
   font-weight:normal;
}

#content h5{
   color: #0055A5;
   font-size: 1.1em;
   font-weight:normal;
}

#content h6{
   color: #0055A5;
   font-size: .9em;
   font-weight:normal;
}

#content p,
#content ul,
#content ol{
   margin-bottom: 8px;
   line-height: 1.3;

}

#content ul,
#content ol{
   margin-left: 3em;
}

#content img#topimage{
	width:554px;
	border:0;
	padding:0;
	margin:0;
	margin-top:10px;
	margin-bottom:10px;
}

#content a {
	color: #0055A5;
	text-decoration:underline;
}

#content a:hover {
	text-decoration:none;
}

#content form.service-call {
	width:450px;
	background:#f8f8f8;
	border:1px solid #999999;
	padding:10px;
	line-height:1.5;
}

/* =Footer
---------------------------------------------------------------------
*/

#footer{
	width:770px;
	height:105px;
    background:url(../images/bg_footer.jpg) no-repeat;
	padding-bottom:10px;
}

#footer-inner {
	width:740px;
	height:80px;
	margin:0 auto 10px;
	text-align:left;
	padding-top:10px;
}

#footer-inner #copyright {
	float:left;
	width:450px;
}

#footer-inner #copyright p {
	font-size:11px;
	color:#666666;
}

#footer-inner #copyright a {
	font-size:11px;
	color:#666666;
	text-decoration:underline;
}

#footer-inner #copyright a:hover {
	text-decoration:none;
}

#footer-inner #logos {
	float:right;
	display:inline;
	width:280px;
	margin-left:10px;
}
#footer-inner #logos p{
	text-align:right;
}

#footer-inner #logos img{
	border:0;
	margin-right:5px;
}

/* ---------->>> misc <<<---------------------------------------------------------------*/
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */ 