/* Avoid left page shift in Firefox */

html { min-height: 100%; margin-bottom: 1px; }

/* Global Styles */

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height:20px;
	background:#095aa6 url(../images/bgBodyHeader.jpg) repeat-x left top;
}

strong {
   font-weight: bold;
}

/* Definition List */

#creedContact {
	font-size: 14px;
	padding-top: 10px;
}

dt{
	padding-bottom: 0px; 
}

dd {
	padding-bottom: 0px;
}

address {
	font-style: normal;
}

.lineSpacer {
   padding-bottom: 20px;
}


/* Forms */
 
form {
	margin-top: 10px;
	width: 400px;
}

fieldset {
    margin-bottom: 10px;
    clear: both;
}

label.personalInfo {
    display: block;
    width: 15%;
    float: left;
    clear: left;
}

#name, #email, #phone {
	width: 60%;
	margin-bottom: 5px;
	display: block;
	background-color: #F6E4A2;
	border: 1px solid #000;
	float: left;
}

#comments {
	width: 90%;
	margin-bottom: 5px;
	display: block;
	background-color: #F6E4A2;
	height: 100px;
	border: 1px solid #000;
}

/* Captcha */

#error {
	font-weight: bold;
	color: #CCFF00;
	padding-top: 5px;
}


/* Wrapper, Header, Logo, Menu */

#wrapper {
	width: 916px;
	margin: 0 auto;
}

#header {
	background: url(../images/header.jpg) no-repeat left top;
	height: 262px;
	width: 916px;
}

#logo {
	padding: 10px 0 20px 0;
	height: 198px;
}

#logo img {
	padding-top: 30px;
}

#logo h1 {
	font-size: 12px; 
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	margin-bottom: 30px;
	margin-right: 15px;
    letter-spacing: 1px;
}

#logo h2 {
	color: #FFF;
	letter-spacing: 1pt;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	padding-left: 20px;
}

#logo a {
	color: #fff;
	text-decoration: none;
}

#logo a:hover {
	text-decoration: underline;   
}

#menu {
	text-align: left;
	padding-left: 5px;
}

#menu li {
	display: inline;
	padding: 5px 0px;
}

#menu a {
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-right: 15px;
	padding-left: 15px;
	border-right: 1px solid #FFF;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#menu a:hover  {
	color:#000000;
}

#menu .active a {
	color: #FFFFFF;
	line-height: 32px;
}

.phone {
	color: #F6E4A2;
	font-size: 16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left: 35px;
	font-weight: bold;
}

/* Content, Left Column, Right Column */


#content {
	clear: none;
	width: 916px;
	background: #00487A url(../images/bg-content.jpg) repeat-y left top;
}

#left {
	margin: 0px;
	width: 225px;
	float: left;
}

#left ul {
	margin: 0px;
	padding-top: 5px;
}

#left li {
	list-style: none;
	padding: 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #018693;
}

#left a {
	font-size:1.1em;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	color: #fff;
	letter-spacing: .1em;
	padding-left: 20px;
	line-height: 32px;
}

#left a:hover {
	color:#BBF9FF;
}

#left #emergency {
	font-size: 14px;
	margin-top: 65px;
	color: #000000;
	height: 83px;
	width: 193px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

#left #emergency a {
  padding-left: 0;
}

#left #logIn {
	margin-right: 20px;
	margin-left: 20px;
}

/* right Column, rightContent, tableBorderMenu */

#right {
	width: 665px;
	float: right;
	background: url(../images/bgRight-1.jpg) no-repeat right top;
}

#right h1 {
	font-size: 20px;
	font-weight: normal;
	color: #F6E4A2;
	padding-bottom: 10px;
}

#right h2 {
	font-size: 16px;
	padding-top: 24px;
	color: #F6E4A2;
	padding-bottom: 7px;
}

#right h3 {
    font-weight: bold;
	padding: 5px 0;
}

#right h4 {
	color: #F6E4A2;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#right ul {
	padding: 0px;
}

#right li {
	list-style-type: none;
	color: #F6E4A2;
}

#rightContent {
	padding: 17px 35px 20px 20px;
	font:13px Verdana, Arial, Helvetica, sans-serif;
	line-height: 22px;
}

#rightContent p {
   clear: left;
}

#rightContent a:link, #rightContent a:active, #rightContent a:visited {
	color:#F6E4A2;
	text-decoration: underline;
}

#rightContent a:hover {
	color:#F6E4A2;
	text-decoration: none;
}

#rightContent #tableMenuBorder {
	border-top: 2px solid #018693;
	border-bottom: 2px solid #018693;
	padding: 5px 0 10px 0;
	margin-bottom: 30px;
	overflow: hidden;
}

#rightContent ul.tableMenu {
	margin: 0;
	float: left;
	width: 50%;
}

#rightContent ul.tableMenu li {
	list-style-type: none;
}

#rightContent ul.tableMenu li a {
	display: block;
	text-decoration: none;
	padding: .25em 0;
}

#rightContent ul.tableMenu li a:hover {
	display: block;
	font-weight: bold;
}

#right .faq {
	border-bottom: 1px solid #EFEF97;
	margin-bottom: 15px;
}

#right .testimonial {
	font-style: italic;
	border-bottom: 1px solid #EFEF97;
	line-height: 15px;
	margin-bottom: 10px;
	font-size: 13px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	color: #F6E4A2;
}

#right .testmonialCredit {
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}

/* Footer, Copyright */

#footer {
	background-color: #05396a;
	text-align: center;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #298693;
}  

#footer ul#footerMenu li {
	display: inline;
}

#footer ul#footerMenu li a {
	display: inline;
	text-decoration: none;
	color: #298693;
	border-right: 1px solid #42868F;
	padding: 0 7px;
}

#footer ul#footerMenu li a:hover {
	text-decoration: underline;
	color: #BBF9FF;
}

#copyright {
	float: left;
    padding-left: 15px;
}

#designCredits {
	color:#999;
	font-size:11px;
	text-align: center;
}

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

#designCredits a:hover {
	color: #333;
} 

.clearer {
	clear: both;
}
