﻿@import url('https://fonts.googleapis.com/css?family=Cabin');
body {
	PADDING: 0;
	BACKGROUND:  #808080;
	MARGIN: 0;
	COLOR: #000;
	FONT-FAMILY: "Cabin", sans-serif; 
	font-size: 1em; 
	font-weight: normal;
	text-align: center; /*IE hack*/
}
#wrapper { /*wraps the entire page with a div tag */
	width: 800px;
	padding: 0;
	background: #eee;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #000;
	border-left: 1px solid #000;	
	text-align: left;
	}

#banner {height: 152px; width: 800px}

/*--- Horozontal MAIN navigation ---*/

#mainNavigation {
	padding-top: 15px;
	padding-left: 4em;
	float: left;
	width: 700px;
		}
		
ul.mainNav {
	width: auto;
	list-style-type: none; /*remove bullets*/
	padding-left: 0;
	margin-left: 0;
	}
	
.mainNav li{
display: inline;
}

.mainNav a {
	display: block;
	color:#006BB6; /* Text color*/
	font-size: 1.3em;
	font-weight: bold;
		padding: 0 11px 5px 11px;
	text-decoration: none;
	}


ul.mainNav li a{
	float: left;
	text-decoration: none;
	
}

.mainNav a:link, .mainNav a:visited{
color: #006BB6;
}

.mainNav a:hover{
	font-weight: bold;
	text-decoration: underline;
}
/*--- End of Horizontal Menu styles---*/


/* -- Main Content --*/
#content {
	clear: both;
	
	margin-right: 4em;
	width: 700px;
	margin-left: 4em;
	}

.captions {
font-size: .75em;
font-weight: normal;
}

.updated {
	clear: both;
	font-size: .75em;
	font-weight: bold;
	color: #5c688b;
	text-align: right;
	padding-right: 1em;
	padding-bottom: 1em;
}

DT {
	FONT-WEIGHT: bold
}
OL {
	LINE-HEIGHT: 1.5em
}
LI {
	font-size: .93em;
	LINE-HEIGHT: 1.5em;
	margin-bottom: .5em; /*added 2/2008 to try better spacing */
}
.barelist {
	list-style-type: none; /*remove bullets*/
	}
#content li {
	font-size: .85em;
	line-height: 1.5em;
	margin-bottom: .5em;
	} /* text in the main content area may be different from menu lists items*/
	
DL {
	LINE-HEIGHT: 1.5em
}
DT {
	LINE-HEIGHT: 1.5em
}
DD {
	LINE-HEIGHT: 1.5em
}

p {
	font-size: 1em;
	MARGIN-TOP: 0px; MARGIN-BOTTOM: 1em; LINE-HEIGHT: 1.2em; PADDING-TOP: 0px;
}
p.middle {
	text-align: center
	}
li.address {
	font: normal 1em Arial, Helvetica, sans-serif; margin-top: 0; margin-bottom: 0; line-height: 1.2em; 
	}
	
.leftfloat { float: left;
	font-size: .85em;
	 } /*property to give divs with thumbnail images*/

/* Style to make renegade floats clear and line up vertically.  Last two styles are IE hacks*/
.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
	}
.clear {
	min-height: 1px;
	max-width: 500px;
	margin-bottom: 15px;
	}						/*-- IE7 hack for renegade floaters, to give vertical space --*/
* html .clear {
	height: 1px;
	}
/*-- End of renegade float style --*/


h1 { font-size: 1.5em; margin: 0 0 1em; color: #000066}

H2 { FONT-SIZE: 1.3em; margin: 0 0 1em; color: #006BB6}

H3 { FONT-SIZE: 1.1em; margin: 0 0 1em;}

H4 { FONT-SIZE: .9em; margin:  0 0 1em;}

H5 { FONT-SIZE: .75em; margin: 0 0 1em;}


IMG {
	border: 0;
}

img.outlined {
	padding: 10px;
	margin: 10px 10px 10px 10px;
	border: 1px solid #000;
	}

img.leftfloat {
	float: left;
	padding: 10px;
	margin: 10px 10px 10px 0;
	border: 1px solid #000;
	}
img.bareleft {
	float: left;
	/*padding: 10px;*/
	margin: 0px 10px 10px 0;
		}
img.rightfloat {
	float:right;
	padding: 10px;
	margin: 10px 0 10px 10px;
	border: 1px solid #000;
	}
	
/* To center an image with external CSS, use a DIV with class=imagecenter */
.imagecenter {
	text-align: center
	}
	
	
#introlist {
	float: left;
	font-size: 1em;
	}
#introlist img {
	float: left;
	margin: 0px 10px 15px 0px;
	}


a {
	COLOR: #993300; BACKGROUND-COLOR: transparent
}
a:link {
	COLOR: #993300; BACKGROUND-COLOR: transparent
}
a:visited {
	COLOR: #9b4e00; BACKGROUND-COLOR: transparent
}
a:hover {
	color: #006BB6;
	}

.title {
	font-weight: bold;
	color: #006699;
}

.blue {
	/*color: #006699;*/
	color: #006BB6;
}
.black {
	color: #000000;
	}



