@import 'reset.css';

body {
	font: 100%/1.5 arial, helvetica, sans-serif;
}

.halfSpaceBefore {
	margin-top: .7em;
}

.halfSpaceAfter {
	margin-bottom: .7em;
}

.halfSpaceBoth {
	margin-top: .7em;
	margin-bottom: .7em;
}


/*-------------------- container DIV --------------------*/

#container {
	width: 724px;
	margin: 0 auto 30px;
	padding: 0 30px;
	border: solid 1px #999;
}


/*-------------------- header DIV --------------------*/

#header {
	width: 726px;
	margin-bottom: 35px;
}

#headerText {
	
	float: right;
	font-family: arial, helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	text-align: right;
	padding-right: 5px;
	padding-top: 79px;
	color: #006bb7;
	font-size: 80%;
	line-height: 125%;
	width: 237px;
	
}

#phone {
	
	font-style: normal;
	font-weight: bold;
	color: #23408f;
	font-size: 150%;
	line-height: 140%;
	float: right;
	padding-top: 65px;
}

/*-------------------- navcontainer DIV --------------------*/

#navcontainer {
	margin-top: 8px;
	height: 30px;
	width: 726px;
	background-color: #fff; /*--this controls the white lines between the blue buttons--*/
}

#active { background-color: #3e66bd }
	
/*-------------------- leftColumn DIV --------------------*/

#leftColumn {
	float: left;
	width: 404px;
	font-size: 85%;
	margin-left: 42px;
	margin-bottom: 20px;
	padding-right: 20px;
	border-right: 1px solid #f48315;
}

#leftColumn h3 {
	font-size: 95%;
	font-weight: normal;
	color:#fff;
	background-color: #23408F;
	padding-left: .5em;
	margin-top: 1.25em;
	margin-bottom: 1em;
}

#leftColumn h4 {
	font-size: 115%;
	color: #006bb7;
	line-height: 130%;
	font-family: arial, helvetica, sans-serif;
	margin-bottom: 5px;
}

#leftColumn ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1.2em;
	margin-top: .8em;
	padding-bottom: 2px;
	line-height: 130%;
}

#leftColumn a:link { text-decoration: underline; }

#leftColumn a:visited { text-decoration: underline; }

#leftColumn a:hover { text-decoration: underline; }


/*-------------------- photo DIV --------------------*/

#photoHeadlineWhite {
	width: 404px;
	font-size: 210%;
	color: #fff;
	font-weight: boldl;
	text-align: center;
	line-height: 105%;
	position: absolute;
	z-index: 50;
}

#photoHeadlineBlue {
	width: 404px;
	font-size: 210%;
	color: #23408F;
	font-weight: bold;
	text-align: center;
	line-height: 105%;
	position: absolute;
	z-index: 50;
}

#photocaption {
	font-size: 100%;
	color: #fff;
	font-weight: normal;
	text-align: center;
	padding-top: 9px;
	padding-bottom: 9px;
	line-height: 120%;
	background-color: #23408F;
	margin-bottom: 15px;
}


/*-------------------- button DIVs --------------------*/

.blueButton {
	background-image: url(../images/buttons/blue-button.jpg);
	background-repeat: no-repeat;
	width: 109px;
	height: 27px;
	margin-left: 146px;
	margin-top: 15px;
	text-align: center;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
}

.blueButton a { color: white; }

.blueButton a:link { text-decoration: none; }

.blueButton a:visited { text-decoration: none; }

.blueButton a:hover { text-decoration: none; }

.blueButton2 {
	background-image: url(../images/buttons/blue-button.jpg);
	background-repeat: no-repeat;
	width: 109px;
	height: 27px;
	padding-right: 19px;
	margin-top: 7px;
	text-align: center;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	float: left;
}

.blueButton2 a { color: white; }

.blueButton2 a:link { text-decoration: none; }

.blueButton2 a:visited { text-decoration: none; }

.blueButton2 a:hover { text-decoration: none; }

.tripleButton {
	width: 404px;
	height: 62px;
	margin-left: 20px;
	
}



/*-------------------- rightColumn DIV --------------------*/

#rightColumn {
	float: left;
	width: 202px;
	font-size: 80%;
	padding-left: 20px;
	font-family: arial, helvetica, sans-serif;
}

#rightColumn h4 {
	font-size: 115%;
	color: #006bb7;
	line-height: 120%;
	margin-bottom: .5em;
}


#rightColumn ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1.3em;
	padding-top: .4em;
	padding-bottom: .5em;
	line-height: 130%;
}

#rightColumn a:link { text-decoration: underline; }

#rightColumn a:visited { text-decoration: underline; }

#rightColumn a:hover { text-decoration: underline; }


/*-------------------- footer --------------------*/

#footer {
	width: 647px;
	padding-top: 10px;
	margin-left: 42px;
	border-top: 1px solid #f48315;
	margin-bottom: 20px;
	clear: both;
}

#footer ul li { display: inline; }

.bottomLinks li a {
	
	font-family: Arial, Helvetica, sans-serif;
	color: #23408f;
	font-size: 75%;
	padding-right: 3em;
}

#backToTop {
	font-family: Arial, Helvetica, sans-serif;
	color: #006bb7;
	font-weight: bold;
	font-size: 80%;
	float: right;
}

#footer a:link, a:visited { text-decoration: none; }

#footer a:hover { text-decoration: underline; }


/*-------------------- floats --------------------*/



.floatLeft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
	

.floatRight { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}


.clearFloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

