/* CSS Document */

body {
	background-color: #89847D;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin: 12px 0 10px 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: 0.1em 0.1em 0.2em black;
}
h2 {
	font-size: 22px;
	font-weight: normal;
	margin: 12px 0 10px 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #686159;
}
.credit {
	font-size: 18px;
	width: 95%;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #89847D;
}	


#copyWrapper h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 12px 0 10px 14px;
}
h4 {
	font-size: 14px;
	margin: 14px 0 6px 0;
}
p {
	line-height: 20px;
	margin: 0 14px 20px 15px;
}
ul {
	list-style: none;	
	line-height: 28px;
	padding: 0;
	margin: 0;
}
li {
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left: 13px;
}
address {
	margin: 0 0 10px 15px;
	font-style: normal;
	line-height: 22px;
}
#bodyWrapper {
	width: 100%;
	height: 438px;
	float: left;
	background: #686159;
	margin-top: 20px;
}
a[href^="http:"] {
        background: url(/images/link.gif) right center no-repeat;
        padding-right: 12px;
}


/* Navigation Stlyes */
#navColumn {
	color: fff;
	font-size: 11px;
	background: #686159;
	margin-top: 20px;
	width: 230px;
	padding-bottom: 20px;
	float: left;
}
#navColumn ul {
	margin-left: 19px;
}
#navColumn a {
	color: #fff;
	text-decoration:none;
}
#navColumn a:hover {
	color: #333;
}
#navColumn img {
	margin: 20px 20px 10px 20px;
	border: 0;
}

/* Main Body Column */

.bodyColumn {
	width: 756px;
	font-size: 11px;
	float: left;
	margin-top: 20px;
}
.bodyColumn a {
	color: #000;
}
.mainImage {
	margin-left: 10px;
}
.mainImage img {
	border: none;
}
#pageTitle {
	background: #686159;
	height: 90px;
	margin-left: 10px;
	color: #fff;
	background-image: url(../images/crest.jpg);
	background-repeat: no-repeat;
	background-position: 250px 10px;
}
.mainBodyWrapper {
	margin-left: 10px;
}
.mainBody {
	background: #fff;
	float: left;
	width: 746px;
	padding: 15px 0 20px 0;
}
.mainBody strong {
	color: #686159;
}
.mainBody li {
	background-image:url(../images/bulletGrey.gif);
	background-repeat:no-repeat;
	background-position:left 11px;
	padding-left: 15px;
	margin: 0;
}
.mainBody ul {
	margin-left: 15px;
}
.mainBody table {
	border-left: 15px solid #fff;
	border-right: 15px solid #fff;
	margin-bottom: 20px;
}
table th {
	text-align: left;
	font-size: 12px;
	color: #686159;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
.tableTitle td {
	font-size: 12px;
	border-bottom: 1px solid #000;
	border-top: 10px solid #fff;
	
}
table td {
	padding: 5px;
}
.tableRow {
	background: #CCC;
}



.photoColumn {
	background: #686159;
	padding-right: 20px;
	background-image: url(../images/crest.jpg);
	background-position: 280px 350px;
	background-repeat: no-repeat;
}	
.photoColumn { 
	border: none;
}
.photoColumn h2 {
	float: left;
	margin-left: 12px;
	margin-top: 12px;
	font-weight: normal;
	font-size: 25px;
	font-family: "Times New Roman", Times, serif;
	color: #fff;
} 
.photoColumn img {
	border: none;
}


#mainWrapper {
	width: 1252px;
}
#navWrapper {
	color: fff;
	width: 200px;
	font-size: 11px;
	height: 438px;
	float: left;
}
#navWrapper ul {
	margin-left: 19px;
}
#navWrapper a {
	color: #fff;
}
#navWrapper a:hover {
	color: #333;
}
#navWrapper img {
	margin: 20px 20px 10px 20px;
}
#copyWrapperLarge {
	float: left;
	width: 765px;
	background: #fff;
	color: #686159;
	font-size: 11px;
	height: 438px;
	padding: 0;
	background-image: url(../images/small_bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#copyWrapper {
	float: left;
	width: 289px;
	background: #fff;
	color: #686159;
	font-size: 11px;
	height: 438px;
	padding: 0;
}
#copyWrapper a, #copyWrapperLarge a {
	color: #686159;
}
#copyWrapper a:hover, #copyWrapperLarge a:hover {
	text-decoration: underline;
}
#copyWrapper ul, #copyWrapperLarge ul {
	list-style: none;	
	line-height: 20px;
	padding: 0;
	margin: 0 0 0 14px;
}
#copyWrapper li, #copyWrapperLarge li {
	background-image:url(../images/bulletGrey.gif);
	background-repeat:no-repeat;
	background-position:left 7px;
	padding-left: 0px;
	float: left;
	margin-right: 0px;
	width: 100%;
	text-indent: 12px;
}
.subNav {
	border-bottom: 1px solid #ccc;  
	padding: 0px 0 5px 0;
	margin-top: 0px;
	color: #ccc;
}
.subNav a {
	padding: 3px;
	text-decoration: none;
}
.subNav a:hover {
	background: #ccc;
}
#photoWrapper {
	width: 746px;
	float: left;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
}
#photoWrapper img, #photoWrapperSmall  {
	float: left;
	border: none;
}
#photoWrapper h2 {
	float: left;
	margin-left: 12px;
	margin-top: 20px;
	font-weight: normal;
	font-size: 25px;
} 
#photoWrapperSmall {
	width: 270px;
	float: left;
	color: #fff;
}
#imageCaption {
	float: left;
	width: 476px;

}
#imageCaption a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 11px;
}
#imageCaption a:hover {
	text-decoration: underline;
}
#imageCaption  p {
	margin-top: 3px;
	margin-left: 10px;
}
#thumsWrapper {
	float: left;
	width: 270px;
}
#thumsWrapper img {
	float: left;
}

#footerWrapper {
	float: left;
	background: #686159;
	width: 100%;
	margin-top: 120px;
	margin-bottom: 20px;
	color: #fff;
	padding-bottom: 10px;
}
#footerWrapper h4 {
	margin-left: 15px;
	font-weight: normal;
}
.footerColumn {
	color: #fff;
	font-size: 10px;
	margin-left: 15px;
	float: left;
	width: 200px;
}
#footerWrapper a {
	color: #fff;
}	
#footerWrapper a:hover {
	color: #333;
}	
.footerColumn ul {
	margin-left: 0;
	line-height: 24px;
}
#hideshow {
	position: absolute;
	top: 60px;
	left: 213px;
	background: #fff;
	width: 280px;
	height: 395px;
}
.splitCopyBox {
	width: 49%; 
	float: left; 
}
.splitCopyBox p, .splitCopyBox ul {
	margin: 0 15px 20px 15px;
}
.wideBox {
	width: 700px; 
	float: left; 
	margin-right: 10px;
	height: 350px;
}
#footerInner {

	float: left;
}
#dhtml_tooltip{
	background-color:#fff;
	border:1px solid #000;
	position:absolute;
	display:none;
	z-index:20000;
	padding:10px;
	font-size:0.9em;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #000;
	font-size: 11px;	
	line-height: 20px;	
	background-image: url(../images/small_bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}			
#dhtml_tooltip input {
	align: right;
	margin-top: 10px;
}

#dhtml_tooltipShadow{
	position:absolute;
	background-color:#ccc;
	display:none;
	z-index:10000;
	opacity:0.7;
	filter:alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
}
#dhtml_tooltip a {
	color: #000;
	font-weight: bold;
}
#quotes {
     margin-left: 20px;
     width: 550px;
	 font-family: Georgia, "Times New Roman", Times, serif;
 }
#quotes h3 {
	font-size: 20px;
	font-weight: normal;
 }
#quotes h4 {
  	font-weight: normal;
	font-size: 16px;
}

.FormField {
	margin: 10px;
	border: 1px solid #ccc;
}
.FormField span {
	width: 180px;
	border: 1px solid #000;
	display: block;
}
.offerBox {
	padding: 8px; 
	background: #89847D; 
	color: #FFFFFF; 
	border-left: 10px solid #FFFFFF;
	float: left;
	width: 340px;
	background-image: url(../images/bg.jpg);
	background-position: -200px -80px;	
	background-repeat: no-repeat;
}
.offerBox a {
	color: #FFFFFF;
}
.offerBox p {
	margin: 5px 5px 4px 5px;
}
.offerBox h2 {
	color: #FFFFFF;
	margin: 5px;
}
.offerBox h2 a{
	text-decoration: none;
}
.offerBox strong {
	color: #FFFFFF;
}
