/* CSS Document */

/********************************************************************************
			NORMALIZATION
********************************************************************************/

body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, label, p, td {

	margin: 0;
	padding: 0;
}
ul, ol {

	list-style: none;
}
html {

	font-size: 125%; /* normalizes font size for all child elements to 20px font */
}
html body {

	font-size: 50%; /* normalizes font size for all child elements to 10px font */
}
h1, h2, h3, h4, h5, h6 {

	font-weight: normal;
}

/********************************************************************************
			BODY
********************************************************************************/

body {

	background: #e1e1e1 url(../images/bgTopRepeat.jpg) repeat-x left top;
}

/********************************************************************************
			CONTAINER
********************************************************************************/

#container {

	width: 1000px;
	height: auto;
	margin: auto;
	position: relative;
}

/********************************************************************************
			HEADER WITH NAVIGATION
********************************************************************************/

#headerInfo {

	width: 1000px;
	height: 160px;
	background: url(../images/headerInfo.jpg) no-repeat left top;
	position: relative;
}
/* not using right now
#mainNav {

	position: absolute;
	left: 22.3%;
	top: 83%;
}
*/
ul#navLinks li {

	display: inline;
	margin: 0;
	padding: 0;
}
ul#navLinks li.navLink1 {

	position: absolute;
	left: 23.5%;
	top: 85%;
}
ul#navLinks li.navLink2 {

	position: absolute;
	left: 35.7%;
	top: 85%;
}
ul#navLinks li.navLink3 {

	position: absolute;
	left: 48.5%;
	top: 85%;
}
ul#navLinks li.navLink4 {

	position: absolute;
	left: 62.7%;
	top: 85%;
}
ul#navLinks li.navLink5 {

	position: absolute;
	left: 71.1%;
	top: 85%;
}
ul#navLinks li.navLink6 {

	position: absolute;
	left: 87.5%;
	top: 85%;
}
ul#navLinks li a {

	display: block;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #5d5d5d;
	text-transform: uppercase;
	padding: 0 6px;
	text-decoration: none;
}
ul#navLinks li a:hover {
	
	font-weight: bold;
	color: #004688;
	text-decoration: none;
}
ul#navLinks li a#activeLink {
	
	font-weight: bold;
	color: #004688;
	text-decoration: none;
}

/********************************************************************************
			HEADER PIC
********************************************************************************/

#headerPic {

	width: 1000px;
	height: 254px;
}

/********************************************************************************
			HEADER CONTENT
********************************************************************************/

#headerContent {

	width: 900px; /* 1000px (actual width) - 100px (padding) = 900px */
	height: 135px;
	background: url(../images/headerContent.jpg) no-repeat left top;
	padding: 0 50px;
}
#headerLeftColumn {

	width: 405px; /* 450px (actual width) - 45px (padding) = 400px */
	height: auto;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #ffffff;
	padding: 5px 10px 0px 35px;
}
#headerRightColumn {

	width: 405px; /* 450px (actual width) - 45px (padding) = 400px */
	height: auto;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #ffffff;
	padding: 5px 35px 0px 10px;
}

/********************************************************************************
			CONTENT
********************************************************************************/

#contentContainer {

	width: 860px;
	height: auto;
	margin: 0 auto 0 auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: normal;
	color: #000000;
}
#contentContainer a, #contentContainer a:hover {

	font-weight: normal;
	color: #004688;
	text-decoration: underline;
}
#leftColumn {

	width: 415px; /* 430px (actual width) - 15px (padding) = 415px */
	height: auto;
	float: left;
	padding: 12px 15px 0 0;
}
#rightColumn {

	width: 415px; /* 430px (actual width) - 15px (padding) = 415px */
	height: auto;
	float: left;
	padding: 12px 0 0 15px;
}
#oneColumn {

	width: 860px;
	height: auto;
	padding: 12px 0 0 0;
}

/* ==== LOCATIONS ==== */

#locationsLeftColumn {

	width: 585px; /* 600px (actual width) - 15px (padding) = 585px */
	height: auto;
	float: left;
	padding: 12px 15px 0 0;
}
#locationsRightColumn {

	width: 244px; /* 260px (actual width) - 15px (padding) - 1px (border) = 244px */
	height: auto;
	float: left;
	padding: 12px 0 0 15px;
	border-left: #b4b4b4 solid 1px;
	text-align: left;
}
#locationsRightColumn a, #locationsRightColumn a:hover {
	
	font-weight: bold;
	text-decoration: none;
}

/* =================== */

h1.homePage {
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 8px;
	margin-top: 15px;
	border-bottom: #b4b4b4 solid 1px;
}
h1 {
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 8px;
	margin-top: 30px;
	border-bottom: #b4b4b4 solid 1px;
	clear: both;
}
h2 {

	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #004688;
}
ul {

	list-style: disc;
	margin-left: 15px;
}
ul.arrow {

	list-style: none;
	margin: 0;
	padding: 0;
}
ul.arrow li {

	background: url(../images/listArrow.jpg) no-repeat left 2%;
	padding-left: 25px;
	margin-bottom: 20px;
}
img.floatRight {

	float: right;
	border: #004688 solid 1px;
	padding: 2px;
	margin: 3px 0 12px 12px;
}
img.floatLeft {

	float: left;
	border: #004688 solid 1px;
	padding: 2px;
	margin: 3px 12px 0 0;
}
span.quote {

	display: block;
	padding: 10px;
	background: #efefef;
	border: #b4b4b4 solid 1px;
	clear: both;
}
div.clearBoth {

	clear: both;
}
#bondLetter {

	float: left;
	margin: 0 10px;
	font-size: 14px;
	font-weight: bold;
	color: #004688;
}
#bondLetter img {

		border: #b4b4b4 solid 1px;
}
#gallery {

	float: left;
	margin: 0 10px;
	font-size: 14px;
	font-weight: bold;
	color: #004688;
}
#map { 
		
	width: 822px;
	height: auto;
	margin: 20px 10px 0 10px;
	font-size: 14px;
	font-weight: bold;
	float: left;
	color: #004688;
}
#map img {

	border: #b4b4b4 solid 1px;
}
div.clearBoth {

	clear: both;
}


/********************************************************************************
			COPYRIGHT
********************************************************************************/

#copyrightBG {

	width: 100%;
	height: 244px;
	background: url(../images/copyrightBG.jpg) repeat-x left bottom;
	float: left;
	clear: both;
}
#copyrightContent {

	width: 1000px;
	height: 124px; /* 244px (actual height) - 120px (padding) = 124px */
	background: url(../images/copyright.jpg) no-repeat left bottom;
	margin: auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 21px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	padding-top: 120px;
	position: relative;
}
#copyrightContent a {

	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
#copyrightContent a:hover {

	font-weight: normal;
	text-decoration: underline;
}
div#contactImageMap {

	position: absolute;
	left: 70%;
	top: 0%;
	width: 250px;
	height: 100px;
}

/****************************************
			CONTACT FORM NEW
****************************************/
			
fieldset {

	width: 425px;
	border: #004b85 solid 1px;
	background-color: #e9e9e9;
	position: relative;
	margin-top: 1em;
	padding: 1em;
}
legend {

	color: #ad0000;
	position: absolute;
	top: -0.75em;
	left: 0.5em;
}
form#contactForm td {

	padding-bottom: 1em;
	color: #004688;
}
form#contactForm input {

	width: 463px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	border: #004688 inset 1px;
}
form#contactForm textarea {

	width: 463px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	border: #004688 inset 1px;
}
form#contactForm input.button {

	width: auto;
	background-color: #b0b3b5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	border: #004688 outset 1px;
	padding: 5px 25px;
}
form#contactForm input.radio {

	width: auto;
}
form#contactForm td.formHeader {

	font-size: 16px;
	color: #000000;
	background-color: #b0b3b5;
	padding: 0.5em;
}


/****************************************
			CONTACT FORM OLD


br.clearfix {

	display: block;
	height: 1px;
	visibility: hidden;
	clear: both;
}
form#contact label {

	display: block;
	float: left;
	margin-bottom: 12px;
	width: 415px;
}
form#contact label.csz {

	display: block;
	float: left;
	margin-bottom: 12px;
	width: 145px;
}
form#contact input, textarea{

	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #004688;
	border: #828282 solid 1px;
	margin-top: 3px;
}
form#contact input {

	width: 415px;
	background: #ffffff;
	padding: 3px;
}
form#contact input.csz, select.csz {

	width: 125px;
	margin-right: 12px;
}
form#contact textarea {

	width: 415px;
	background: #ffffff;
	height: 125px;
	padding: 3px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}
form#contact input.button {

	border: #b4b4b4 solid 1px;
	background: #004688;
	color: #ffffff;
	padding: 5px 25px;
	width: auto;
}

****************************************/