/*
---------------- GENERAL
-------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
	}

body#default  {
	background: #666666 url(../images/repeatx.gif) repeat-x scroll left top;
	}
	
body#inside  {
	background: #666666 url(../images/repeatx_inside.gif) repeat-x scroll left top;
	}
	
p {
	font: 11px/20px Verdana, Arial, Helvetica, sans-serif;
	}
	
a {
	color: #55004E;
	}
	
a:hover {
	text-decoration: none;
	}
	
	
/*
---------------- HEADER
-------------------------------------------------------- */

body#default #header {
	width: 810px;
	background: url(../images/bg.banner.gif) no-repeat scroll left top;
	margin: 0px auto;
	height: 79px;
	}
	
body#inside #header {
	width: 810px;
	background: url(../images/bg.banner.gif) no-repeat scroll left top;
	height: 79px;
	margin: 0px auto;
	}
	
a#logo {
	height:79px;
	width:235px;
	display: block;
	float: left;
	}
	
a#logo span {
	display:none;
	}
	
#header ul {
	list-style-type:none;
	width: 555px;
	float: right;
	margin-top: 52px;
	}
	
#header li {
	float: left;
	}
	
#header li a {
	color:#FFFFFF;
	display:block;
	font: normal 12px/28px 'Trebuchet MS', serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	height:28px;
	padding:0px 13px;
	background: url(../images/bg.navoff.gif) repeat-x scroll left top;
	text-decoration:none;
	font-weight: bold;
	float: left;
	}
	
#header li a:hover {
	background: #EBE3D1 url(../images/bg.navon.gif) repeat-x scroll left top;
	color: #000000;
	font-weight: bold;
	}

#header li a.current {
	background: #EBE3D1 url(../images/bg.navon.jpg) repeat-x scroll left top;
	color: #000000;
	font-weight: bold;
	}
	
/*
---------------- BANNER WITH SLIDESHOWS
-------------------------------------------------------- */

#default #banner {
	width: 813px;
	margin-right: auto;
	margin-left: auto;
	height: 226px;
	}
	
#exposure_banner {
	width: 533px;
	height: 226px;
	float: left;
	}
	
#exposure_banner h1 {
	display: none;
	}
	
#client_banner {
	height: 226px;
	width: 277px;
	float: left;
	}

#client_banner h1 {
	display: none;
	}
	
#inside #banner {
	background: #ebe3d1 url(../images/bg.testimonial.jpg) no-repeat scroll center 4px;
	width: 810px;
	height: 140px;
	margin: 0px auto;
	}
	
#inside #banner .quote {
	background: url(../images/img.testim_quotes.gif) no-repeat scroll left top;
	margin-top: 25px;
	padding-top: 10px;
	float: left;
	margin: 35px 35px 5px 35px;
	padding: 10px 20px 0px 20px;
	}
	
#inside #banner p {
	letter-spacing: 0em;
	font: italic normal 13px/20px Georgia, "Times New Roman", Times, serif;
	color: #8d382b;
	}
	
#inside #banner h2 {
	font: italic lighter 12px Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 0px 575px;
	}

/*
---------------- CONTENT GENERAL
-------------------------------------------------------- */

body#default #fullwidth {
	width:100%;
	background: #f9fafa url(../images/bg.fullwidthtop.jpg) repeat-x scroll left top;
	float: left;
	}
	
body#inside #fullwidth {
	width:100%;
	background: #f9fafa url(../images/bg.fullwidthtop.jpg) repeat-x scroll left top;
	float: left;
	}
	
body#default #content {
	width: 810px;
	margin: 0px auto;
	padding: 30px 0px 5px 0px;
	}
	
body#inside #content {
	width: 810px;
	margin: 0px auto;
	padding: 22px 0px 10px 0px;
	}
	
#rightcolumn {
	float: right;
	width: 202px;
	margin-right: 7px;
	}

/* ------ BOXES------- */

.box {
	width: 203px;
	border: 1px solid #b6b6b6;
	background: #f5f1e9;
	}

.box h1 {
	font: lighter 12px/25px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #000000 url(../images/bg.navoff.gif) repeat-x scroll left top;
	display: block;
	height: 25px;
	text-align: center;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	}

/* ------ PRESS------- */

#recentpress {
	float: left;
	margin: 0px 0px 20px 5px;
	}
	
#press_list li {
	border-bottom: 1px dashed #c9b3c8;
	margin-bottom: 10px;
	padding-bottom: 10px;
	list-style: url(none) none;
	margin-right: 50px;
	}
	
.box .newsitem {
	display: block;
	padding: 12px 15px 13px;
	border-bottom: 1px solid #b6b6b6;
	}

.box .newsitem p {
	font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin-top: 2px;
	}

.box .newsitem a {
	font: bold 10px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #55004E;
	}
	
.box .newsitem a:hover {
	text-decoration: none;
	}
	
.box .newsitem:hover {
	background: #FFFFFF;
	}
	
#subnav #client_logo {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	}

/* ------ EMAIL ADDRESS------- */
	
#emailaddress {
	text-align: center;
	margin-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	}
	
#emailaddress p {
	font: 10px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	border-bottom: 1px dotted #666666;
	padding-bottom: 7px;
	padding-top: 10px;
	}

#emailaddress #entry {
	margin-top: 10px;
	
	}
	
#emailaddress span {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	}
	
#submit {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	padding-right: 15px;
	padding-left: 15px;
	color: #999999;
	}
	
/* ------ SUBNAV------- */

#subnav {
	float: left;
	margin-left: 6px;
	margin-bottom: 0px;
	}
	
#subnav select {
	font-size: 11px;
	text-align: center;
	padding: 2px;
	}
	
#subnav #dropdown {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #b6b6b6;
	}

#subnav li {
	height: 22px;
	list-style: none;
	text-align: center;
	border-bottom: 1px solid #c3c3c3;
	}
	
#subnav li a {
	font: 12px/22px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	height: 22px;
	color: #55004e;
	display: block;
	}
	
#subnav li a:hover {
	font: 12px/22px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	height: 22px;
	color: #55004e;
	display: block;
	background: #FFFFFF;
	}

/* ------ CONTACT INFO------- */
	
#contactinfo.box p {
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 13px;
	}
	
/*
---------------- DEFAULT MAIN CONTENT
-------------------------------------------------------- */

#content #intro {
	float: left;
	width: 355px;
	}
	
#intro h1 {
	font: lighter 17px "Times New Roman", Times, serif;
	color: #55004E;
	letter-spacing: 0em;
	padding: 0px 0px 11px 20px;
	}
	
#content #intro p {
	font: 12px/22px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 0px 0px 0px 20px;
	}
	
/*
---------------- INSIDE MAIN CONTENT
-------------------------------------------------------- */

#maincontent {
	float: left;
	width: 567px;
	padding-left: 20px;
	margin-bottom: 10px;
	}
	
#maincontent h1 {
	margin-bottom: 10px;
	font: normal 22px/26px "Times New Roman", Times, serif;
	color: #55004E;
	border-bottom: 1px solid #c9b3c8;
	padding-bottom: 6px;
	width: 550px;
	text-align: left;
	letter-spacing: 0.15em;
	text-transform: capitalize;
	margin-top: 5px;
	}
	
#maincontent h2 {
	font: 			lighter 16px/22px "Times New Roman", Times, serif;
	letter-spacing: 0.15em;
	color: 			#55004E;
	margin-bottom: 	3px;
	padding-right: 30px;
	}

#maincontent p {
	padding-right: 50px;
	margin-bottom: 10px;
	color: #666666;
	}

#maincontent a {
	color: #55004E;
	}
	
#maincontent a:hover {
	text-decoration: none;
	}
	
#maincontent h2.date {
	font: italic lighter 14px Georgia, "Times New Roman", Times, serif;
	color: #999999;
	margin: 5px 0px;
	}
	
#maincontent .topline {
	border-top: 1px dashed #CCCCCC;
	padding-top: 8px;
	margin-right: 50px;
	}

/*
---------------- PRESS PAGE
-------------------------------------------------------- */	
	
li.press {
	list-style: url(none) none;
	border-bottom: 1px dashed #c9b3c8;
	display: block;
	padding: 10px 0px 0px 0px;
	margin-right: 50px;
	}	

.press h3 {
	font: lighter 14px/20px Georgia, "Times New Roman", Times, serif;
	color: 	#333333;
	margin-right: 35px;
	}

#maincontent .press p {
	line-height: 18px;
	margin: 0px 0px 5px 0px;
	}

#maincontent .date {
	letter-spacing: 0em;
	color: #CCCCCC;
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0px;
	}
	
#maincontent li:hover .date {
	color: #666666;
	}

p.pressline {
	padding-bottom: 10px;
	background: url(../images/arrow.transp.gif) no-repeat 0px 5px;
	padding-left: 15px;
	margin: 10px 0px 10px 0px;
	}
	
/*
---------------- CONTACT
-------------------------------------------------------- */	
	
#map {
	border: 1px solid #CCCCCC;
	width: 550px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 15px;
	float: left;
	background: #f5f1e9;
	}

#map:hover {
	background: #FFFFFF;
	}

#contact form {
	width: 550px;
	border-color: #CCCCCC;
	float: left;
	}

fieldset {
	margin:	10px 0px;
	padding: 1em;
	border:	1px solid #c9b3c8;
	}
	
legend { 
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 0.8em;
	color: #55004E; 
	}

label {
	font-size: 0.9em;
	display: block;
	width: 100px;
	text-align: right;
	padding-right: 4px;
	float: left;
	}
.contact_form_submit {
	margin-left: 100px;
	margin-right: 10px;
}

/*
---------------- FOOTER
-------------------------------------------------------- */	
	
#clear {
	clear: both;
	}

#message {
	display: block;
	}
	
#footer {
	background: url(../images/bg.footerextx.jpg) repeat-x scroll left top;
	height: 100%;
	}
	
#disclaimer {
	background: url(../images/img.footercurve.jpg) no-repeat scroll center top;
	}
	
#disclaimer p {
	text-align: center;
	margin-top: 0px;
	padding-top: 50px;
	padding-bottom: 15px;
	line-height: 16px;
	}
	
#disclaimer a {
	color: #000000;
	}
	
#disclaimer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

/*
---------------- LOGIN
-------------------------------------------------------- */	

#login {
	margin-top: 30px;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	}

#login a {
	font: 30px/60px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	float: left;
	width: 450px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #CAC2B0;
	height: 60px;
	margin-bottom: 30px;
	background: #F6F2EA;
	}	
	
#login a:hover {
	text-decoration: none;
	background: #55004E;
	color: #F6F2EA;
	}	
	
	
/*--- sIFR HOLLA
-------------------------------------------------------- */	

.sIFR-hasFlash #maincontent h1 {
	visibility: hidden;
	}

.sIFR-flash {
	visibility: visible !important;
	}

.sIFR-replaced {
	visibility: visible !important;
	}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	}
