@charset "UTF-8";
/* CSS Document */

/*Base styles commmon to all pages*/

/*global margin/padding reset*/
* {
	margin:0;
	padding:0;
	b order:1px solid blue;
}

/*remove image link borders*/
a img {
	border:0;
}

/*position is everything float clear hack*/

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

body {
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:75%; /*11px basefont size*/
	line-height:1.5em; /*17px line-height*/
	color:#000;
	text-align:center;
	background:#3a3a3c;
}

h1 {
	font-size:1em;
	margin:0 0 0.5em 0;
}

h2 {
	font-size:1em;
}

h3 {
	font-size:1em;
	line-height:1.54545454em;
}

ul {
	list-style-position:inside;
	margin:0 0 1em 0;
}

p {
	margin:0 0 0.8em 0;
}

p.no-margin {
	margin:0;
}

cite {
	font-style:normal;
	word-spacing:-0.05em;
}

.highlight {
	font-weight:bold;
}

/*skiplinks*/
#skiplinks, .skiplink {
	position: absolute;
	left: -999px;
	width: 990px;
	
}

/*hyperlinks*/
a:link {
	text-decoration:none;
	color:#939598;
}

a:visited {
	color:#999;
	text-decoration:none;
}


a:active {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.teaser_link:link, a.teaser_link:visited {
	text-decoration:none;
	color:#69f;
}

a.teaser_link:hover, a.teaser_link:active {
	text-decoration:underline;
	color:#69f;
}

#content a:link {
	color:#000;
	text-decoration:underline;
}

#content a:visited {
	color:#000;
	text-decoration:underline;
}

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

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


/*layout*/
#outer {
	background:url(images/background.gif) no-repeat center top;
	/*margin:0 0 46px 0;*/
	height:1%;
	clear:both;
	height:100%;
}

#container.fixed_770 {
	width:800px;
	margin:0 auto;
	padding:0 0 47px 0;
	background:#fff url(images/background-bottom.gif) no-repeat center bottom;
}

#header {
	height:7.25em; /*132px*/
	text-align:left;
	clear:both;
	padding:23px 0 0 0;
	font-size:1.25em;
	margin:0 auto;
	width:767px;
}

#logo {
	width:219px;
	height:90px;
	float:left;
	margin:0 19px 0 0;
}

#nav-container {
	font-weight:bold;
	/*font-size:1.25em;*/
}

#main_nav {
	width:175px;
	float:left;
}

#main_nav-2 {
	width:175px;
	float:left;
}

#nav-container ul {
	list-style-position:outside;
	list-style-type:none;
}

#nav-container li {
	padding:0 7px 0 6px;
	text-transform:uppercase;
}

#nav-container li a {
	/*border:1px solid blue;*/
}

#nav-container li a.active {
	color:#000;
}

#contact {
	padding:3.5em 0 0 0;
}

#contact p {
	font-size:1em;
	margin:0;
	text-align:right;
	color:#939598;
}

/*footer*/
#footer {
	font-size:0.90909091em;
	clear:both;
	text-align:left;
}

#footer #footer_menu {
	padding:20px;
	height:1.5em;
	text-transform:uppercase;
}

#footer_menu li a:link, #footer_menu li a:visited {
	color:#333;
	text-decoration:none;
}

#footer_menu li a:hover, #footer_menu li a:active {
	color:#666;
	text-decoration:underline;
}

#footer_menu li {
	float:left;
	list-style-type:none;
	border-left:1px solid #333;
	padding:0 8px 0 7px;
	line-height:1em;
}

#footer_menu li.first {
	border:none;
	padding-left:0;
}

#footer #small_print {
	clear:both;
	padding:0 0 0 20px;
	color:#999;
}

#footer p {
	margin:0;
}

/*content area*/
#content {
	text-align:left;
	width:767px;
	height:100%;
	/*height:449px;*/
	background:#b0a495;
	clear:both;
	margin:0 auto;
	line-height:1.3em;
}

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

#content #copy {
	float:left;
	padding:14px;
}

#content .narrow {
	width:260px;
}

#content .wide {
	width:450px;
}

#content #main-image {
	height:449px;
	float:right;
}

#content #main-image.wide {
	width:479px;
}

#content #main-image.narrow {
	width:289px;
}


/*forms*/
#contact_form_container p {
	padding:0;
}

#contact_form fieldset {
	border:none;
}

#contact_form legend {
	position:absolute;
	margin:-10000px;
}

#contact_form label {
	float:left;
	width:100px;
	font-weight:bold;
}

input.text_field {
	border:1px solid #69f;
	color:#666666;
	font-size:1em;
	height:1.5em;
	margin:0;
	padding:2px;
	vertical-align:middle;
	width:200px;
}

textarea {
	border:1px solid #69f;
	color:#666666;
	padding:4px;
	font:Arial, Helvetica, sans-serif;
	font-size:1em;
	width:195px;
}

#submit_button {
	float:right;
	border:none;
	color:#fff;
	font-weight:bold;
	padding:4px 10px;
	background:#69f;
}
