@charset "UTF-8";
/* CSS Document */


/*==================
BASE STYLE SHEET
===================

Covers all the styles 
common between Tier 1 
and Tier 2 sites.

==================*/

/*-----------------
 GENERAL
------------------*/

* {
	margin:0;
	padding:0;
	font-family: helvetica, arial, sans-serif;  
	}

body {
	background-color:#e5e1d4;
	text-align: center;
     	height: 100%;
	}
	
h1 {  
	font-size: 20px;  
	font-family: helvetica, arial, sans-serif;  
	line-height: 16px;  
	padding: 0;
	margin: 0; 
	color:#1669af;
	}

h2 {  
	font-size: 16px;  
	font-family: helvetica, arial, sans-serif;  
	line-height: 16px;  
	padding: 0;
	margin: 0; 
	color:#000000;
	}

a:link {color: #1669af}
a:visited {color: #000000}
a:hover {color: #83291f}
a:active {color: #83291f}

.spacer {
	height:25px;
	clear:both;
	}
p {
	font-size: 12px;  
	font-family: helvetica, arial, sans-serif;  
	line-height: 16px;  
	padding: 0; 
	}

hr {
	margin:20px 0 20px 0;
	padding:0;
	border:0;
	border-bottom:1px solid #d7d7d7;
	background:#ffffff;
	height:1px;
	width:100%;
	color:#ffffff;
	
	}
table { 
	margin:0;
	font-size:11px;
	font-weight:bold;
	}
	
td { 
	border:1px solid #a6955f;
	background:#f8f3e5;	
	padding:15px;
	font-weight:normal;
	}

.content h1,.content h2,.content h3,.content h4,.content h5,.content h6,.content table {
	margin-bottom:5px;
	}

.content p,.content ol,.content ul {
	margin-bottom:15px;
	}
/*----------------
  TABLE
-----------------*/

.tr-odd td{
	background:#ffffff;
	}
	
.tr-0 td{
	background:#f8f3e5;
	font-weight:bold;
	}

td.td-0{
	background:#f8f3e5;
	font-weight:bold;	
	}
	
.tr-0 .td-0{
	background:#ffffff;
	border:0;
	}





	
/*----------------
  HEADER
-----------------*/

#header {
	margin-top:30px;
	width:760px;
	background-color:#1669af;
	margin: 0 auto;
	text-align: center;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	letter-spacing:1px;
	padding:11px 20px 11px 20px;
	font-style:italic;
	}

#logo {
	background:url(images/logo.jpg) 0 0 no-repeat;
	width:250px;
	height:180px;
	position:relative;
	top: 15px;
	margin:0 auto;
	left:5px;
	}

#slogan {
	width:350px;
	height:58px;	
	border-top:2px solid #ae9866;
	border-bottom:2px solid #ae9866;
	margin:0 auto;
	padding-top:7px;
	text-align:center;
	
	}

#slogan .top {
	text-transform:uppercase;
	font-size:12px;
	line-height:14px;
	display:block;
	}

#slogan .bottom {
	font-size:18px;
	font-weight:bold;
	line-height:18px;
	height:18px;
	display:block;
	clear:both;
	}


/*----------------
BODY
---------------*/

#body_wrapper {	
	background:url("images/Door_Pic.jpg") 0 100% no-repeat;
	background-color: #ffffff;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	min-height:560px;
	clear:both;
	}

#body_left {
	width:396px;
	min-height:200px;
	float:left;
	}

#body_right {
	width:404px;
	float:left;
	}	
	
.box {
	border:1px solid #ffffff;
	background: #cccccc;
	height:185px;
	width:201px;
	float:left;
	overflow:hidden;
	}

#box_a {border-right:0; border-bottom:0;}
#box_b {border-right:0; height:186px;}

.box img {
	height:auto;
	}


	
#body_right {
	margin-left:-1px;
	}

.content {
	padding:40px;
	text-align:left;
	}

.content ul, .content ol{
	font-size:11px;
	margin-left:20px;
	}
/*---------------------
  NAVIGATION
----------------------*/

#nav {
	position:relative;
	top:20px;
	left:80px;
	}

#nav ul {
	list-style-type: none;
	}
	
#nav ul li a {
	color: #ffffff;
	background-color:#472631;
	padding: 9px 13px 11px 20px; 
	text-decoration: none;
	font-size: 12px;
	font-family: helvetica, arial, sans-serif;
	text-decoration:none;
	width:200px;	
	display:block;
	margin-bottom:6px;
	font-weight:bold;
	}
	
#nav ul li a:hover {
	background-color:#2e1920;
	color: #ffffff;
	}
	
#nav ul li a:active {
	color: #fff;
	}
		
	
/*-------------
FOOTER
--------------*/

#footer_wrapper {
	width:800px;
	margin: 0 auto;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	clear:both;
	}



#footer_left {
	width:133px;
	float:left;
	margin-bottom: 10px;
	border-right:4px solid #ffffff;
	text-transform: uppercase;
	padding:13px 0px 13px 13px;
	background:url("images/footer_curve_left.jpg") 0 100% no-repeat;
	background-color:#1669af;
	}

#footer_right {
	width:637px;
	float:left;
	margin-bottom: 10px;
	padding:13px 0px 13px 13px;;
	background:url("images/footer_curve_right.jpg") 100% 100% no-repeat;
	background-color:#1669af;
	}

/*-------------
PHAROS MARK
--------------*/

	
#pharos_mark {
	height:90px;
	margin: 0 auto;
	text-align:left;
	width: 600px;
	margin-bottom:50px;
	clear:both;
	font-size:11px;
	}
	

#pharosmark a:link {color: #9f9f9f}
#pharosmark a:visited {color: #9f9f9f}
#pharosmark a:hover {color: #fff}
#pharosmark a:active {color: #fff}
	

/*---------------
FORMS
----------------*/

form {
	font-size: 11px;  
	font-family: helvetica, arial, sans-serif;  
	line-height: 13px;  
	padding: 0;
	}

form hr {
	margin:0 0 0 0;
	padding:0;
	border:0;
	border-bottom:1px solid #a6955f;
	background:#ffffff;
	height:1px;
	width:100%;
	color:#ffffff;
	}
	
form h1{
	font-size: 12px; 
	padding-bottom:15px; 
	font-size:11px;
	font-weight:normal;
	color:#333333;
	margin-left:10px;
	}

form p{
	margin:10px 0 10px 0;
	
	}

form blockquote{
	padding-left:25px;
	color:#333333;
	
	}


form blockquote{
	padding-left:25px;
	color:#333333;
	
	}

input, textarea, select {
	margin: 0;
	margin-left:20px;
	padding: 3px;
	font-size: 100%;
	font-family: inherit;
	border: 1px solid #a6955f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
select { 
	padding: 0; 
	}
	
fieldset { 
	margin-top:0; 
	padding-bottom:30px;
	border: none;
	border-bottom:1px solid #a6955f;
	border-top:1px solid #a6955f;
	background-color:#f8f3e5;
	}
	
legend {
	padding: 0 2px;
	font-weight: bold;
	padding-left: 0;
	color: #333;
	}
	
label {
	float:left;
	line-height: 150%;
	vertical-align: top;
	color: #333;
	min-width: 130px;
	font-size:11px;
	}
	
fieldset ol {
	margin: 0;
	padding: 0;
	}
	
fieldset li {
	list-style: none;
	margin: 0;
	padding: 8px 10px 7px;
	/*background: url(images/cmxform-divider.gif) left bottom repeat-x;*/
	}
	
fieldset fieldset {
	border: none;
	margin: 0;
	background: none;
	}
	
fieldset fieldset label {
	width: auto;
	clear:left;
	}
	
fieldset fieldset legend {
	padding-bottom: 5px;
	font-weight: 100;
	}
	
fieldset fieldset input {
	clear:both;
	margin-left:120px;
	}
	
.noborder input{
	border:0;
	}
	
	
/*Typo 3 Related Form Fixes*/
	
.csc-mailform-submit {
	font-size:11px;
	font-weight:bold;
	padding:5px 5px 3px 5px;
	background-color:#a6955f;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	/*border:1px solid #a6955f;*/
	margin-bottom:10px;
	}

.csc-mailform-submit:hover{
	background-color:#ffffff;
	color:#a6955f;
	border:1px solid #a6955f;
	}	

.csc-mailform-radio legend {
	visibility:hidden;
	}

.csc-mailform-label {
	line-height: 1.8;
	vertical-align: top;
	color: #333;
	}

.csc-mailform-radio {
	float:left;
	display:block;
	}

.csc-mailform-radio fieldset{
	clear:both;
	}
	
.csc-mailform-radio input{
	margin-left:0;
	}
	
.csc-mailform-radio label {
	float:none;
	}
	
.csc-mailform-field {
	display:block;
	clear:left;
	/*background: url(images/cmxform-divider.gif) left top repeat-x;*/
	list-style: none;
	margin: 0;
	padding: 6px 10px 6px 10px;
	}

.csc-mailform-label {
	display:block;
	clear:left;
	/*background: url(images/cmxform-divider.gif) left top repeat-x;*/
	list-style: none;
	margin: 0;
	/*padding: 3px 10px 3px 10px;*/
	}

.csc-mailform {  
	border-top: 0;
	/*border-bottom: 1px solid #d7d7d7;*/
	}
	
.csc-mailform h1,.csc-mailform h2,.csc-mailform h3,.csc-mailform h3 {  
	margin-top:5px;
	margin-bottom:-10px;
	}
#summary_wrapper{
	width:800px;
	margin:0 auto;
	background:#ffffff;
	}

#summary_wrapper .content{
	padding:10px;
	}
	
#summary_wrapper .content h1 {
	font-size:9px;
	text-align:center;
	}	
	
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #nav table table { display: inline; }
}



