

/* Load dependent styles */

@import url(_nav.css);
@import url(_menu.css);



/* Basic HTML elements */

body	{ 	
	margin: 0; 
	padding: 0 0 2em; 	
	font: 0.76em/1.4em Univers, Helvetica, Arial, sans-serif; 	
	background: #546783;
}

a img { 
  border: 0px none; 
}

p {
  margin: 0.9em 0;
}

td { 
	padding: 3px 1.5em; 
	font-size: 0.9em;
}

input, select, option, textarea { 
	font: 1em/1.2em Univers, Helvetica, Arial, sans-serif; 
}	

label {
  display: block;
  font-weight: bold;
  font-size: 0.9em;
  margin-top: 0.5em;
}

blockquote {
  font-size: 0.9em;
  background: #FFF8E5 url(/stylesheets/images/testimonial_header.gif) 0 0 no-repeat;
  padding: 1em 3em;
  margin: 1.5em 4em 3em;
}

blockquote p.author {
  background: url(/stylesheets/images/testimonial_footer.gif) 100% 100% no-repeat;
  padding-left: 3em;
  padding-right: 3em;
  padding-bottom: 18px;
  margin-left: -3em;
  margin-right: -3em;
  margin-bottom: -1em;
}

/* Layout elements */

#root { 
	position: relative;
	width: 756px; 
	margin: 0 auto; 
	background-color: #fff;
	border: 0px solid #000; 
}

#header	{ 
	position: relative;
	width:756px; 
	height: 162px; 
	background: url(images/header.gif) 0 0 no-repeat; 
}

#header * {
  position: absolute;
  width: 0;
  height: 0;
  left: -999em;
}

#header img.portrait {
  width: auto;
  height: auto;
  left: 37px;
}

#footer {
  position:relative;
  clear: both;
  height: 72px;
  background: #e6ebf7 url(images/footer.gif) center bottom no-repeat;
  border-top: 1px #ccc;
  zoom: 1;
}

#main {
  width: 756px;
  position: relative;
  float:left;
  display: inline;
  zoom: 1;
}

#content {
  position: relative;
  margin: 1em 0;
  padding: 0 30px 80px;
  zoom: 1;
  
}

#content .column {
  display: inline;
  float: left;
  display: inline-block;
  zoom: 1;
  width: 244px;
  margin-right: 30px;
}

#content .column:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html #content .column {height: 1%;}
#content .column {display: block;}
/* End hide from IE-mac */

#ratebox {
  padding: 1em 10px;
  text-align: center;
}

#ratebox small,
#ratebox strong {
  display: block;
  line-height: 1em;
  margin: 10px 0;
}

#ratebox h4 {
  margin-bottom: 5px;
}

#ratebox table {
  margin: 0 auto;
}

#ratebox td {
  margin: 0;
  font-size: 1.1em;
  padding: 2px 5px;
}

/* Footer styles */

#footer_signature {
  background: #fff url(images/footer_signature.gif) 0 0 no-repeat;
  height: 75px;
  width: 240px;
  position: relative;
  float: right;
  clear: both;
  margin: -75px 30px 0;
}

#footer_signature * { display: none; }

#footer .vcard {
  display: block;
  margin-left: 178px;
  padding-top: 16px;
  font-size: 12px;
  line-height: 1.4em;
}

#footer .vcard .fn {
  display: none;
}

#footer .vcard .tel, #footer .vcard .email {
  display: block;
  float: left;
  margin-right: 20px;
}

#footer .vcard .type {
  display: block;
}



/* Common element styles */


.error {
  padding:2em;
  margin:3em auto;
  border:1px solid #ccc;
  width: 350px;
}

.author .title,
.author .date {
  display: block;
}


/* Links */

a { 
	color: #0038a9;
}	

a:hover		{ 
	color: #3876d0; 
	text-decoration: underline; 
}

#footer a {
  text-decoration:none;
}



/* Typography */

p {
	margin-top: 0.5em; 
	color: #000; 
}

h1 {		
	color: #153683;
	letter-spacing: -0.04em;
	font-size: 1.8em;		
	line-height: 1.1em;		
	font-weight: normal;
	margin: 1em 0;
	padding:0;
}	

h2 {		
  font-weight:normal;
	color: #666;
	font-size: 1.1em;
	text-transform:uppercase;
	letter-spacing: 0.1em;
	margin: 1em 0;
	padding: 0;
}

h3 { 		
	font-size: 1.1em; 		
	font-weight: bold;		
	color: #6f5227;
	margin: 0.5em 0 0.2em;
	padding:0;
}	

h6.photo_credit {
  font-size: 9px;
  line-height: 10px;
  margin: 2px 0 10px;
  padding: 0;
  color: #666;
  font-weight: normal;
}

#content li {
  margin-top: 0.4em; 
}

#footer_affiliate {
  position: absolute;
  width: 96px;
  height: 45px;
  left: 25px;
  top: 12px;
  text-indent: -999em;
  outline: 0 none;
}


