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, ol, ul, li,
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 {
	line-height: 1;
	color: black;
	background: white;
}
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: "" "";
}

div.clear {
	margin-bottom: 4em;
	float: left;
	clear: both;
	width: 100%;
}

div.agency {
	width: 48%;
	margin-left: 1%;
	float: left;
	height: 80px;
	display: block;
	font-size: .8em;
	line-height: 1.4em;
}

div.agency b {
	font-size: 1.2em;
}






body {
	font-family: TrebuchetMS, "Trebuchet MS", Arial, Helvetica, sans;
	font-size: 86%;
	background: #fefefe url(../gfx/img/bg-main.png) repeat-x;
}

#wrapper {
	width: 960px;
	margin: auto;
}

#header {
	background: url(../gfx/img/header.jpg) no-repeat 0px 40px #D55758;
	height: 205px;
}

#header ul {
	width: 97%;
	padding-left: 3%;
	float: left;
	clear: both;
	background: url(../gfx/img/tab_inactive.jpg) repeat-x top left;
	border-bottom: 2px solid #fff;
}

#header ul li {
	float: left;
	height: 40px;
}

#header ul li a {
	background: url(../gfx/img/tab_inactive.jpg) repeat-x top left;
	text-decoration: none;
	padding: 14px 22px 0 22px;
	float: left;
	font-size: .7em;
	text-transform: uppercase;
	height: 25px;
	color: #D9C4C1;
	margin-right: 1px;
	border-right: 1px solid #D55758;
}

#header ul li a:hover,
#header ul li a.selected {
	background: url(../gfx/img/tab_active.jpg) repeat-x top left;
	color: #493B55;
}

#header h1 {
	float: left;
	font-size: 1.5em;
	color: #fff;
	margin-top:60px;
	margin-left: 150px;
	visibility: hidden;
}

#header h1 span {
	display: block;
	font-size: .8em;
}

#header h2 {
	float: left;
	font-size: 1.4em;
	color: #fff;
	margin-top:40px;
	margin-left: 130px;
	font-weight: normal;
}

#header p.description {
	float: left;
	font-size: .9em;
	line-height: 1.3em;
	color: #fff;
	margin-top:5px;
	margin-left:130px;
	font-weight: normal;
	width: 450px;
}

#news {
	float: left;
	width: 100%;
	clear: both;
	background:url(../gfx/img/news.jpg) repeat-x top left;
	height: 38px;
}

#news p {
       color:#727272;
       font-size: .82em;
       margin-top:12px;
       margin-left: 45px;
       float: left;
       width: 70%;
}

#news p strong {
	color:#333;
	margin-right: 10px;
}

#news p span {
	color: #777;
}

#news p a {
	color: #777;
}

p.language {
       float: right;
       margin: 0;
       width: 10% !important;
       text-align: right;
       padding-right: 2%;
}

p.language a {
	text-decoration: none;
	vertical-align: center;
}

#content-area {
	color: #323232;
	background: #fff;
	float: left;
	border-right: 1px solid #ececec;
	border-left: 1px solid #ececec;
	width: 100%;
}

#main_left {
	width: 620px;
	float: left;
	border-right: 1px solid #f5f5f5;
	margin-top: 40px;
	margin-left: 10px;
	padding-right: 20px;
}

p.main_p {
	font-size: 1em;
	line-height: 1.4em;
}

p.main_p span {
	color: #803c38;
}

p.quote {
	background: #eae5e1;
	padding: 20px 40px;
	position: relative;
	margin: 30px 0;
	line-height: 1.4em;
	height: 50p;
}

#quote_1 {
	background: url(../gfx/img/quote_1.gif) no-repeat top left;
	display: block;
	position: absolute;
	width: 25px;
	height: 21px;
	top: -7px;
	left: 5px;
}

#quote_2 {
	background: url(../gfx/img/quote_2.gif) no-repeat top left;
	display: block;
	position: absolute;
	width: 28px;
	height: 23px;
	top: 105px;
	left: 580px;
}

#content-area h2 {
	color: #323232;
	text-transform: uppercase;
	border-bottom: 1px solid #e5e5e4;
	font-size: 1.3em;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

#content-area h2 span {
	color: #823132;
}

#content-area h3 {
	color: #6b3d25;
	background: url(../gfx/img/hr.jpg) no-repeat bottom left;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#content-area #main_left div.service {
	margin-bottom: 30px;
	float: left;
}

#content-area #main_left div.service p.img {
	width: 110px;
	float: left;
}

#content-area #main_left div.service p.description {
	width: 510px;
	float: left;
	font-size: .9em;
	line-height: 1.4em;
	margin-bottom: 10px;
}

#content-area #main_left div.service p.more {
	text-align: right;
	font-size: .9em;
	background: url(../gfx/img/bullet.gif) no-repeat center left;
	padding-left: 20px;
	padding-top: 2px;
	height: 13px;
	float: right;
}

#content-area #main_left p.more a {
	color: #666;
	text-decoration: none;
}

#content-area #main_left p.more a:hover {
	text-decoration: underline;
}

#content-area #main_right {
	float: left;
	width: 290px;
	padding-left: 15px;
	padding-bottom: 20px;
}

#content-area #main_right #words h4 {
	font-size: 1.3em;
	margin-top: 40px;
	background: url(../gfx/img/hr.jpg) no-repeat bottom left;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

#content-area #main_right #words p {
	font-family: Georgia, Times, "Times New Roman";
	font-size: .9em;
	line-height: 1.5em;
	width: 245px;
	margin-bottom: 1.5em;
	text-align: justify;
}

#content-area #main_right #words p img {
	float: left;
	margin-right: 10px;
}

#content-area #main_right #words p span {
	float: right;
	margin-right: 30px;
}

#content-area #main_right #words p strong {
	font-weight: bold;
}

#content-area p.banner {
	background: #eae5e1;
	width: 210px;
	padding: 15px 25px;
	float: left;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: .85em;
	line-height: 1.4em;
}

#content-area p.compact {
	margin-top: 20px;
	margin-bottom: 20px;
}

#content-area p.banner span {
	text-transform: uppercase;
	display: block;
	font-style: italic;
	color: #803c38;
	font-size: 1.1em;
}

#content-area p.banner a {
	color: #886450;
}

#pre-footer {
	border-top: 2px solid #ddddde;
	background: #f2f2f2;
	width: 100%;
	float: left;
	clear: both;
	padding-top: 15px;
	padding-bottom: 20px;
}

#pre-footer h2 {
	color: #323232;
	text-transform: uppercase;
	border-bottom: none;
	font-size: 1.3em;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

#footer {
	height: 60px;
	background: url(../gfx/img/footer.jpg) repeat-x;
	color: #fff;
	width: 100%;
	float: left;
}

#footer p img {
	float: left;
	margin-left: 30px;
}

#footer p {
	font-size: .75em;
}

#footer #copy {
	margin-top: 25px;
	margin-left: 10px;
	display: block;
	float: left;
}

#footer #links {
	float: right;
	margin-right: 20px;
	margin-top:25px;
	display: block;
}

#footer a {
	color: #fff;
}

#address {
	padding-left: 20px;
	width: 240px;
	float: left;
}

#representations {
	float: left;
	width: 650px;
}

#pre-footer h2 {
	color:#573B3A;
	font-size: 1.2em;
	margin-bottom: 1em;
}

#representations {
	margin-left: 40px;
}

#representations h2 {
	margin-bottom: .3em;
}

#representations ul {
	width: 100%;
	float: left;
	margin-bottom: 1em;
	margin-left: 20px;
}

#representations ul li {
	width: 20%;
	float: left;
	margin-bottom: .3em;
	background: url(../gfx/img/bullet_small.gif) no-repeat 0px 5px;
	padding-left: 15px;
}

#representations ul li a {
	
	color: #666;
	text-decoration: none;
	font-size: .8em;
}

#address p {
	margin-bottom: 1.2em;
	color: #666;
	font-size: .86em;
	line-height: 1.4em;
}

#address p.emails {
	padding-left: 25px;
	background: url(../gfx/img/email_bullet.gif) no-repeat top left !important;
}

#address p.phones {
	padding-left: 25px;
	background: url(../gfx/img/phone_bullet.gif) no-repeat top left !important;
}


#content-area #menu {
	width: 270px;
	float: left;
	padding-bottom: 20px;
}

#content-area #page {
	width: 660px;
	float: left;
	padding-top: 30px;
	border-left: 1px solid #f5f5f5;
	padding-left: 20px;
	padding-bottom: 20px;
}

#content-area #page p {
	font-size: .95em;
	width: 95%;
	line-height: 1.4em;
	margin-bottom: 1.4em;
	text-align: justify;
}



#content-area #page a {
	color: #803c38;
}

#content-area #page a:hover {
	color: #803c38;
}

#content-area #page table {
	border-collapse: collapse;
	margin-bottom: 1.4em;
	border: 1px solid #e3e3e3;
}

#content-area #page table thead th {
	background-color: #e3e3e3;
	color: #6B3D26;
	padding: 6px;
	font-size: .9em;
}

#content-area #page table tbody td {
	font-size: .9em;
	padding: 6px;
	background-color: #fafafa;
}

#content-area #page table tbody tr.even {
	background-color: #e3e3e3;
}

#content-area #page ul {
	list-style: square inside;
	font-size: .95em;
	width: 95%;
	line-height: 1.4em;
	margin-bottom: 1.4em;
}

#content-area #page ol {
	list-style: decimal inside;
	font-size: .95em;
	width: 95%;
	line-height: 1.4em;
	margin-bottom: 1.4em;
}

#content-area #page span.navigation {
	float: right;
	font-size: .8em;
	color: #666;
}

#content-area #page span.navigation a {
	color: #666;
}

#content-area #menu p.banner {
	width: 190px;
}

#content-area #menu p.more_info {
	font-size: .9em;
	background: url(../gfx/img/more_info.gif) no-repeat top left;
	width: 220px;
	float: left;
	height: 87px;
	padding-top: 10px;
	padding-left: 20px;
}

#content-area #menu p.more_info b {
	display: block;
	margin-bottom: 13px;
}

#content-area #menu p.more_info span {
	display:block;
	font-size: .9em;
	padding-left: 20px;
}

#content-area #menu p.more_info span.email {
	margin-bottom: 15px;
}





#options {
	background: #f0f0f0 url(../gfx/img/menu_footer.gif) bottom left no-repeat;
	width: 240px;
	float: left;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}

#options div a.menu1 {
	background: url(../gfx/img/menu1.gif) no-repeat 5px 8px;
	padding: 10px 0 5px 20px;
	color: #666;
	text-decoration: none;
	display: block;
	width: 220px;
	border-bottom: 1px solid #ccc;
	font-size: .9em;
	float: left;
}

#options div a.menu1:hover,
#options div a.menu1.selected {
	background: url(../gfx/img/menu1s.gif) no-repeat 5px 9px !important;
}

#options div.menu2 {
	background: url(../gfx/img/menu2.gif) no-repeat 3px 5px;
	padding: 5px 0 4px 20px;
	color: #666;
	text-decoration: none;
	display: block;
	width: 220px;
	font-size: .9em;
	float: left;
	margin-bottom: 0;
}

#options div.menu2:hover,
#options div.menu2.selected {
	background: url(../gfx/img/menu2s.gif) no-repeat 3px 5px;
}

#options div.menu2 a {
	display: block;
	width: 98%;
	background-color: #e0e0e0;
	font-size: 12px;
	text-decoration: none;

	color: #666;
	float: left;
	padding: 4px 0px 5px 2%;
}

#content-area #page img {
    padding: 4px;
    border: 1px solid #ddd;
}

#content-area #page img.right {
    float: right;
    margin-left: 5px;
}

#content-area #page img.left {
    float: left;
    margin-right: 5px;
}








div.filter {
	clear: both;
	width: 100%;
	float: left;
}


div.filter table {
	width: 100%;
}

div.filter b {
	margin-right: 20px;
}


#content-area #page table.framedtable {
	width: 100%;
	table-layout:fixed;
	border-collapse: collapse;
	border: 1px solid #ddd;
}

#content-area #page table.framedtable img {
	border: 0;
	padding: 0;
}

#content-area #page table.framedtable th.row_heading {
	background: #ddd;
	font-size: 1em;
	font-weight: bold;
	color: #323232;
	padding: 5px 15px 5px 10px;
}

#content-area #page table.framedtable tbody td {
	font-size: .8em;
}

#content-area #page div.info {
	font-size: .9em;
	padding: 10px 10px 10px 50px;
	background: #EAE5E1 url(img/info_icon.gif) no-repeat 15px 12px;
}
