/* @override 
	http://localhost:3000/stylesheets/screen.css?1192550321
	http://localhost:3000/stylesheets/screen.css?1192550814
	http://localhost:3000/stylesheets/screen.css?1192550919
	http://localhost:3000/stylesheets/screen.css?1192562942
*/

html, body {
	background-color: #233b50;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 85%;
	margin:0;
	padding:0;  
	height: 100%;
}

#doc2 {
	width: 950px;
	background: #eaeaea url(/images/bg.jpg) repeat-x;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%;
}

#spacer {
	height:40px
}

#bd {
	width: 850px;
	margin: auto;
	background: #fff url(/images/header_bg.png) no-repeat;
	padding-top: 125px;
}

#address {
	position: absolute;
	top: 0;
	color: #fff;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-left: 525px;
	padding-top: 30px;
}

#login_btn {
	position: absolute;
	top: 0px;
	padding-left: 710px;
	padding-top: 45px;
}

#top {
	background: #1b5073 url(/images/top.png) no-repeat;
	padding: 5px;
	line-height: 1.5em;
}

* html #top {
	height: 300px;
}

#bottom {
	padding: 30px;
	clear: both;
	line-height: 1.5em;
}

#ft {
	text-align: center;
	color: #233b50;
	font-size: 90%;
	padding: 30px;
}

#aff {
	padding: 25px 0 0;
}

#aff img{
	padding: 0 5px;
}

#nav {
	width: 150px;
	float: left;
	clear: none;
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
}

#p1 {
	background-color: #fff;
	min-height: 300px;
	margin: 0 0 0 155px;
	padding: 0;
	border: none;
}

#p1_content {
	padding: 25px 100px 25px 25px;
	text-align: justify;
}

* html #p1 {
	height: 300px;
	position: relative;
	top: 5px;
}

.news {
	width: 500px;
	border-bottom: 1px solid #bfd9e5;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

/* @group home */

#home_testimonials {
	color: #1b5073;
	font-style: normal;
	background-color: #d4e3ed;
	width: 260px;
	float: right;
	text-align: center;
	padding-top: 20px;
	min-height: 260px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
}

#logos2 {
	width: 230px;
	float: right;
	margin-bottom: 10px;
}

#home_testimonial {
	text-align: left;
	padding: 10px 20px 20px;
	display: inline-block;
}

#quote, #client {
	margin-bottom: 1em;
}

#controls 
{
	text-align: center;
	padding: 10px;
}

/* @end */

/* @group testimonials */

.testimonial {
	border-bottom: 1px solid #bfd9e5;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.pull_quote {
	min-height: 75px;
	margin-left: 150px;
}

* html .pull_quote {
	height: 75px;
}

.quotation {
	color: #233b50;
	font-size: 95%;
	margin-top: 10px;
	padding: 20px;
	padding-bottom: 40px;
	background-color: #e5f1f4;
}

.testimonial img {
	float: left;
}

.testimonial p,
#p1_content p {
	color: #233b50;
	padding-bottom: 10px;
}

.quotee {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: left;
}

/* @end */

/* @group bio */

.bio {
	padding-bottom: 20px;
	border-bottom: 1px solid #bfd9e5;
	margin-bottom: 20px;
}

/* @end */

/* @group h */

h1 {
	color: #233b50;
	text-transform: uppercase;
	font-size: 160%;
	margin-bottom: .25em;
}

h2 {
	width: 685px;
	height: 36px;
	background-color: #233b50;
}

h3 {
	color: #233b50;
	font: italic 150% Georgia, "Times New Roman", Times, serif;
}



/* @end */

#content {
	margin-right: 325px;
	text-align: justify;
	padding-bottom: 25px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

#content p, #content div {
	color: #233b50;
}

#content p {
	padding-bottom: .75em;
}

ul {
	margin-bottom: .5em;
}

li {
	display: inline;
}

a:link,
a:hover,
a:visited,
a:active,
.faux_link
 {
	color: #369;
	cursor: pointer;
	cursor: hand;
	text-decoration: underline;
}

/* @group regions */

#locations {
	float: right;
	width: 300px;
	height: 150px;
	overflow: scroll;
	overflow-x: hidden;
	padding: 2px;
}

#locations table {
	width: 275px;
	border: 1px solid #233b50;
}

#locations table tr th {
	background-color: #233b50;
	color: #fff;
	padding: 5px;
}

.row0 {
	background-color: #fff;
}

.row1 {
	background-color: #e9f0fe;
}

#locations table tr td {
	color: #233b50;
	padding: 5px;
	cursor: pointer;
	cursor: hand;
}



/* @end */

/* @group input */
input, select, textarea 
{
	border: 1px solid #d4d4d4;
	text-indent:1px;
	background: #fff;
	font: 12px/1.3em "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: .25em .5em .25em .25em;
	margin-top: .25em;
}

input.short {
	width: 3em;
}
select 
{
	padding: .25em 0;
}

textarea {
	width: 75%;
}
input:focus, select:focus, textarea:focus 
{ 
	border: 1px solid #cc9;
	background: #ffc; 
}

.input_button 
{
	color: #333;
	border: 1px solid #999;
	cursor: pointer;
	cursor: hand;
	background-color: #f4f4f4;
	font-size: 1.1em;
	font-weight: bold;
	padding: 1px .5em;
	margin-top: .5em;
	border-top-color: #d4d4d4;
	border-left-color: #d4d4d4;
}
.input_button:hover 
{
	border: 1px solid #a7a778;
	background-color: #fefed4;
	border-top-color: #d4d3a8;
	border-left-color: #d4d3a8;
}
/* @end */




.errorExplanation {
	width: 450px;
	border: 2px solid #900;
	padding: 1em;
	color: #900;
	font-size: 1.2em;
	margin-bottom: 1em;
}

.errorExplanation h2{
	background-color: #fff;
	width: 400px;
}

.errorExplanation ul {
	margin-top: .5em;
}

.errorExplanation li {
	display: block;
}

.errorExplanation li {
	font-weight: bold;
	list-style-type: decimal;
	list-style-position: inside;
}

.fieldWithErrors{
	border-left: 3px solid #c00;
	padding: 0;
	margin: 0;
}

hr {
	margin-top: .5em;
	padding: 0;
	border:none;
	border-top: 1px dotted #aaa;
	margin-bottom: .5em;
}

.media {
	width: 120px;
	height: 160px;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	clear: none;
}