/* CSS Document */

* {
margin: 0;
padding: 0;
}

a {
color: #AF330A;
}
a:hover {
color: #CE5A29;
}

body {
font: 14px "tw cen mt", "trebuchet ms", helvetica, sans-serif;
color: #322F27;
text-align: center;
padding: 0 0 15px 0;
}

#wrap {
text-align: left;
width: 850px;
margin: 0 auto;
background: url(../images/bg_strip.gif) repeat-y;
}

#header {
width: 850px;
height: 170px;
background: url(../images/header.jpg) no-repeat;
position: relative;
}
object {
position: absolute;
right: 25px;
top: 28px;
}

#header img {
display: block;
}
#right ol {
padding:15px;
}
#right li {
list-style-image: url(../images/bullets.jpg);
color: #322F27;
}

#right table {
background-color: #fff;
border: 1px solid #ccc; 
}

#right td {
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
padding: 5px;
}

#right form table {
border-collapse: collapse;
background: none;
}

#right form td {
border: none;
background: #fff;
}

td.column_title {
border-top:none;
background-color:#CC6666;
color:#FFFFFF;
}


/* nav begin */

#nav {
font-size: 13px;
color: #fff;
text-transform: uppercase;
/*text-align: right;*/
float: right;
width: 100%;
background: url(../images/nav_bg.gif) repeat-y;
margin-bottom: 10px;
}
#nav span {
position: relative;
/*left: 0px;*/
padding-right: 28px;
display: block;
float: right;
}
#nav a {
color: #fff;
padding: 4px 15px;
text-decoration: none;
background: #322F27 transparent;
position: relative;
display: block;
float: left;
}
#nav a:hover {
color: #F1A74A;
}


/* nav end */

#content {
padding: 0px 24px;
clear: both;
}

#left {
width: 214px;
float: left;
position: relative;
text-transform: uppercase;
font-weight: bold;
font-size: 12px;
}

#left a {
color: #837F74;
text-decoration: none;
}

#left a:hover {
color: #646055;
}

#left span {
font-size: 13px;
color: #D6892F;
display: block;
margin: 12px 0 8px 10px;
}
#left span img {
margin-left: 17px;
}


#left ul {
margin-left: 35px;
color: #837F74;
}

#left ul li {
list-style: none;
margin: 3px;
}
#left ul li:hover, a:hover, #left ul li.anchor {
list-style-image: url(../images/arrow_right.gif);
}

#right {
margin-left: 214px;
padding: 20px;
}

#right ul {
margin-bottom: 10px;
padding-left: 30px;
color: #CB8530;
}

#footer {
clear: both;
background: url(../images/footer_bg.gif) repeat-y;
font-size: 11px;
color: #fff;
padding: 4px 40px;
}

#footer a {
text-decoration: none;
color: #D6892F;
}
#footer a:hover {
color: #FF8A00;
}

#footer span span {
color: #D6892F;
margin-left: 70px;
}



h1 {
font: bold 18pt "tw cen mt", "trebuchet ms", helvetica, sans-serif;
color: #7B6747;
margin-bottom: 15px;
}
h1 c{
font: bold 18pt "tw cen mt", "trebuchet ms", helvetica, sans-serif;
color: #7B6747;
margin-bottom: 5px;
}
h2 {
color: #C0595D;
font-size: 12px;
text-transform: uppercase;
margin-bottom: 8px;
border-bottom: 1px dotted;
}

p {
margin: 0px 0 15px;
}

img.consultation {
display: block;
margin: 20px auto !important;
}

p.contact {
font-style: italic;
}

#left blockquote {
	padding: 20px 10px;
	text-transform: none;
	font: normal 13px  arial, geneva, verdana, helvetica, sans-serif;
	font-style: italic;
	line-height: 22px;
	color: #C0595D;
}

/* seo link*/

div.seo_info {
width: 800px;
font-size: 11px;
margin: 10px auto;
}

span.note {
	color: red;
}