﻿/**************** BEGIN CSS RESET ****************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/**************** END CSS RESET ****************/




html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: black;
}

body {
	background-color: #966d37;
}

#wrapper {
	background: url('../images/wrapperBG.jpg') repeat-y top center;
	margin: auto;
	width: 888px;
}

.wrapperTopCap {
	background: url('../images/topCap.jpg') no-repeat top center;
	display: block;
	height: 27px;
	width: 100%;
}

.wrapperBottomCap {
	background: url('../images/bottomCap.jpg') no-repeat top center;
	display: block;
	height: 26px;
	width: 100%;
	clear: both;
}

#content {
	background: white url('../images/contentBG.jpg') repeat-y top center;
	margin: -9px auto 0px auto;
	width: 850px;
}

div#content .left {
	background: url('../images/leftBlue.jpg') no-repeat top center;
	float: left;
	height: 640px;
	width: 154px;
}


div#content .body {
	float: left;
	margin-left: -8px;
	width: 540px;
	position: relative;
	z-index: 100;
}

div#content .header {
	background: url('../images/headerBG.png') no-repeat top left;
	height: 115px;
	width: 540px;
}


div#content .right {
	background: url('../images/rightOrange.jpg') no-repeat top center;
	float: right;
	height: 640px;
	width: 163px;
}

div#content .diamond {
	height: 434px;
	margin: 20px 0px 0px -148px;
	position: relative;
	width: 311px;
	z-index: 10;
}

.footer {
	background: white url('../images/contentBG.jpg') repeat-y top center;
	font-size: .8em;
	height: 92px;
	display: block;
	margin: auto;
	text-align: center;
	width: 850px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



/***** IMAGE, TEXT *****/

a {
	color:#084F91;
	text-decoration: none;
}

a:hover {
	color:#084F91;
	text-decoration: underline;
}


h4 {
	color: #084F91;
	font-size: 15pt;
	text-align: center;
	width: 510px;
}

div#content .left img {
	margin: 10px 0px 0px 4px;
}

div#content .body img {
	margin: 20px 0px 10px 7px;
}


div#content .body h4,
div#content .body h2 {
	margin: 20px 15px;
}

div#content .body p
 {
	margin: 20px 15px 20px 25px;
}

div#content .body ul#body {
	list-style: square;
	margin: 20px 15px 20px 40px;
}

div#content .body h3 {
	border-bottom: 1px #f99d1e solid;
	color: #084f8f;
	font-size: 1.2em;
	margin: 30px 15px -20px 15px;
	width: 350px;

}

div#content .body p {
	font-size: 1em;
}

.footer ul {
	float: left;
}

.footer li {
	float: left;
}

.footer li.left {
	color: white;
	font-size: .7em;
	padding: 0px 0px 5px 5px;
	width: 147px;
	text-align: left;
}

.footer li.right {
	padding-top: 50px;
	text-align: center;
	width: 535px;
}



/** TEXT WRAP **/
	
   .curve { 
	float: right;
	display: block;
	height: 16px;
	clear: right;
   }
   
   #curve1 { width: 80px;}
   #curve2 { width: 90px;}
   #curve3 { width: 100px; }
   #curve4 { width: 120px; }
   #curve5 { width: 140px; }
   #curve6 { width: 160px; }
   #curve7 { width: 170px; }
   #curve8 { width: 170px; }
   #curve9 { width: 160px; }
   #curve10 { width: 140px; }
   #curve11 { width: 120px; }
   #curve12 { width: 110px; }
   #curve13 { width: 90px; } 
   #curve14 { width: 70px; } 
   #curve15 { width: 60px; }
   #curve16 { width: 50px; }
   #curve17 { width: 40px; }
   
   
   
   
/* CONTACT FORM STYLES */

ol#contactForm {
	list-style: none;
	margin: 0 0 0 25px;
	padding: 0;
}

ol#contactForm li {
	margin-bottom: 6px;
}

/*ol#contactForm label {*/
ol#contactForm .dataLabel {
	display: block;
	width: 150px;
	text-align: left;
	margin-right: 6px;
	float: left;
	vertical-align: bottom;
	font-weight: bold;
}

ol#contactForm input, ol#contactForm textarea {
	border: 2px gray solid;
	margin: 0px;
	padding: 0px;
}

ol#contactForm input, ol#contactForm textarea
{
	width: 200px;
}

ol#contactForm input:focus {
	border-color: #0296D2;
}

ol#contactForm input#txtCity {
	width: 100px;
}

ol#contactForm input#txtState, ol#contactForm input#txtZip {
	width: 42px;
}

ol#contactForm input#btnSubmit {
	width: 60px;
	border: 2px gray solid;
	padding: 3px;
	background-color: #ccc;
}

