/*-------------------------------------------*/
/*------------------ GLOBAL -----------------*/
/*-------------------------------------------*/
body
{
	width: 100%;
	background-color: #064e8e;
	font-family: Arial, Verdana, Geneva, "MS Trebuchet", sans-serif;
	font-size: 62.5%;
}

* {
	margin: 0;
	padding: 0;
}

img { 
	border: none;
}

a, a:visited {
	color: #0861b0;
	text-decoration: none;
}

a:hover {
	color: blue;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.3em;
	font-family: Verdana, "MS Trebuchet", Arial,  sans-serif;
	color: #074065;
	margin-bottom: 8px;
}

p {
	margin-bottom: 0.8em;
}

.caption {
	font-size: 0.9em;
	color: #666;
	display: block;
	text-align: center;
}

.divider {
	padding: 0 10px;
}

.email a {
	background: url(../images/icons/envelope.gif) no-repeat left 3px;
	padding-left: 22px;
}

.email a:hover {
	background: url(../images/icons/envelope.gif) no-repeat left -19px;
}

/*-------------------------------------------*/
/*------------------ LAYOUT -----------------*/
/*-------------------------------------------*/
#main {
	background: #FFFFFF url(../images/bg/tile-shadow-left.gif) repeat-y scroll 0 0;
	font-size: 1.3em;
	margin: 20px auto auto;
	width: 871px;
	margin-bottom: 50px;
	margin: 10px auto 50px; 
}

#main .main-wrapper {
	background: url(../images/bg/tile-shadow-right.gif) repeat-y right;
}

#header {
	overflow: hidden;
	padding:40px 70px 10px;
	/*padding:33px 70px 5px;*/
	height: 1%; /*IE6 is having trouble w/image rendering*/
	background: url(../images/bg/top-shadow.gif) no-repeat;
}

#logo {
	float: left;
}

#main_content {
	color: #333333;
	text-align: justify;
	line-height: 1.5em;
	padding: 40px;
	border-top: 1px solid #d5e1ec;
	border-bottom: 1px solid #d5e1ec;
	margin: auto;
	width:660px;
	text-align: justify;	
	padding:30px 10px;
	width:710px;
	min-height: 260px;
}

#footer {
	color: #666;
	margin: auto;
	padding:30px 35px 40px;
	margin-right: 1px; /*IE6 and Webkit is having trouble with alignment/this fix doesn't affect other browsers*/
	text-align: center;
	background: url(../images/bg/bottom-shadow.gif) no-repeat bottom;
}

#contact_info div {
	margin-bottom: 12px;
}

/*-------------------------------------------*/
/*---------------- NAVIGATION ---------------*/
/*-------------------------------------------*/
#navigation {
	margin-top: 28px;
	float: right;
}

#navigation li {
	display: inline;
	padding-right: 10px;
	padding-left: 5px;
	border-right: 1px solid #ccc;
}

#navigation li a {
	text-decoration: none;
	color: #666;
}

#navigation li a:hover {
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #ccc;
}

#home #navigation .home,
#about #navigation .about,
#news #navigation .news,
#contact #navigation .contact {
	border-bottom: 1px solid #ccc;
}

/*-------------------------------------------*/
/*-------------INDIVIDUAL PAGES -------------*/
/*-------------------------------------------*/
/*---------- == HOME -----------*/
#home #main_content {
	text-align: center;
}

.heading-description {
	color: #174C6F;
	font-size: 1.1em;
	margin: 8px auto;
	width: 450px;
}

.motto {
	margin-top: 10px;
	display: block;
	font-size:1.03em;
}

.quote {
  margin-top: 20px;
  text-align: left;
  overflow: hidden;
  background: url(/images/icons/quote_start.gif) no-repeat 0 0;
}

.quote p{
  color:#174C6F;
  font-size:1.1em;
  padding-left: 30px;
}

.quote .author {
  width: 50%;
  float: right;
}

.end_quote {
  padding: 5px 10px;
  background:transparent url(/images/icons/quote_end.gif) no-repeat scroll 2px 10px;
  margin-left:12px;
}
/*---------- == ABOUT -----------*/
#about .photo {
	float:right;
	margin: 5px 0 10px 35px;
}

/*---------- == CONTACT -----------*/
#contact #contact_info {
	display: none;
}

#contact .company_name {
	text-transform: uppercase; 
}

#contact h2 {
	margin-bottom: 25px;
}

#contact .row {
	border-top: 1px dotted #ccc;
	clear: both;
	margin-bottom:15px;
	overflow: hidden;
	padding-top: 10px;
}

#contact .row.last {
	margin-bottom: 40px;
}

#contact .label {
	font-weight: bold;
	color: #666;
	/*	color: #3981c0;*/
	width: 20%;
	display:block;
	float: left;
	font-variant: small-caps;
	font-size: 1.2em;
}

#contact .info {
	display:block;
	float: left;
}

