/* Define Tags */

html, body { height: 100%; }

body { 
	margin:0;
	padding:0;
	font-family:Verdana,Arial,Helvetica;
	background: #f5f0d4 url(images/bg.gif) repeat-x;
}

a, a:visited, a:hover {	
	font-size:11px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:100;	
	color:#999;	
	text-decoration:underline;
	line-height: 1em;
	}

a:hover {
	color:#ccc;	
	}
	
h1, h2, h3, h4, h5, h6 {
	margin:14px 0 0 0;
	padding: 0 0 10px 0;
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;
	color:#b0a2be;
	border-bottom:2px solid #e7e7e7;
	}

h1 {
	font-size:16px;
	font-weight: 600;
	}

h2 {
	color:#7b5123;
	font-size:14px;
	border-bottom:0;
	}

h3 {
	font-size:12px;
	border-bottom:0;
	color: #455268;
	}

h4 {
	font-size:10px;
	border-bottom:0;
	}

h5 {
	font-size:9px;
	border-bottom:0;
	}
	
hr { 
	height:1px;
	color:#000000;
	}
	
form {
	margin:0;
	padding:0;
	}

img {
	display:block;
	}
	
ul, ol, li {	
	line-height: 2.5em;
	font-size: 11px;
	font-family: Verdana,Arial,Helvetica; 
	font-weight: 100;
	color: #b0a2be;
	}
	ul {
		padding:10px;
		list-style-type: none;
		}
		li {
			margin-left: 30px;
			}

/* Custom Class Names */
p, span, .copy, .bold, .copySmall, .copyLarge, .form, .button, .hdr, .subHdr, .error {
	font-size:11px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:100;
	line-height:1.5em;
	padding: 0;
	margin: 0;
	color: #555;
	}
	
.copySmall, a.copySmall, a.copySmall:visited, a.copySmall:hover {	
	font-size:10px;	
	}
	
.copyLarge, a.copyLarge, a.copyLarge:visited, a.copyLarge:hover {	
	font-size:14px;	
	}

.form {
	background-color:#fff;
	}
	
.button { 
	color:#fff; 
	font-weight:100; 
	background-color:#455268;
	cursor:pointer;
	padding: 2px;
	}
	
.hdr, a.hdr, a.hdr:visited, a.hdr:hover, .subHdr, a.subHdr, a.subHdr:visted, .subHdr:hover {
	font-size:14px;	
	font-weight:800;
	color:#000;	
	}
.subHdr, a.subHdr, a.subHdr:visted, .subHdr:hover {	
	font-size:10px;	
	}
	
.error, a.error, a.error:visited, a.error:hover {	
	color:#900;	
	}

.bold {	
	font-weight:800;
	}

.copyright, .copyright a, .copyright a:visited, .copyright a:hover {	
	font-size:10px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;
	color:#000;	
	line-height:1em;
	text-decoration:none;
	}

.copyright a:hover {
	text-decoration:underline;
	}

.pagelist { /* CAN'T BE AN ID CONTAINER BECAUSE IE SUCKS */
	float:left;
	}
.pagelist ul {
	list-style-type:square;
	}
	.pagelist ul li {
		line-height:1.5em;
		}
	.pagelist ul li a,.pagelist ul li a:visited,.pagelist ul li a:hover {
		text-decoration: underline;
		padding: .2em .5em;
		color: #474747;
		}
		.pagelist ul li a.thispage {
			background-color:#e5cd57;
			}
		.pagelist ul li a:hover {
			text-decoration: none;
			color: #7b5123;
			}
.clear {
	clear:both;
	}
	
.dropcap {
	float: left;
	width: 50px;
	font-size: 62px;
	line-height: 51px;
	font-weight: normal;
	color:#7b5123;
	font-family: georgia, times;
	}
	
.indent {
	text-indent:1.5em;
	}
	
/********************************
 *	INLINE LIST STYLES		*
 *	AND CUSTOM PAGE		*
 *	DEFINITIONS BELOW		*
 ********************************/

#pageContainer {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

#banner {
	position: relative;
	width: 100%;
	height: 160px;
	background: url(images/top_bg.jpg) repeat-x;
	margin: 0;
	padding-top: 10px;
}

.space { clear:both; }

/* This inside of each div - banner, div2, div3, and footer - to center content */

#cont {
	position: relative;
	width: 762px;
	margin: 0 auto;
}

#cont2 {
	position: relative;
	width: 800px;
	margin: 0 auto;
}

#logo {
	position: relative;
	width: 220px;
	height: 160px;
	background: url(images/logo.jpg) no-repeat;
	float: left;
}

#logo a {
	position: absolute;
	left: 20px;
	display: block;
	width: 200px;
	height: 160px;
}

#navigation {
	position: relative;
	float: left;
	width: 560px;
	height: 107px;
	padding-top: 27px;
}

#nav1, #nav2, #nav3 {
	position: absolute;
}

#nav1 {
	left: 50px;
}

#nav2 {
	left: 226px; 
}

#nav3 {
	left: 403px;
}

#nav1 {
	width:157px;
	height:107px;
	padding:0;
	margin:0px 20px 0px 0px;
	background:url(images/nav1.gif) no-repeat top left;
}
		
#nav1 li {margin: 0; padding: 0; list-style: none; position:absolute;}
#nav1 li, #nav1 a {height: 26px; display: block; color:transparent;}
#nav1 span { display:none; }
				
		#nav1_1	{ width:157px; top:0; }
		#nav1_2	{ width:157px; top:27px; }
		#nav1_3	{ width:157px; top:54px; }
		#nav1_4	{ width:157px; top:81px; }
		
		#nav1_1 a:hover { background:transparent url(images/nav1.gif) no-repeat -157px 0px; }
		#nav1_2 a:hover { background:transparent url(images/nav1.gif) no-repeat -157px -27px; }
		#nav1_3 a:hover { background:transparent url(images/nav1.gif) no-repeat -157px -54px; }
		#nav1_4 a:hover { background:transparent url(images/nav1.gif) no-repeat -157px -81px; }
		
		#nav1_1 a.current { background:transparent url(images/nav1.gif) no-repeat -157px 0px; }
		#nav1_2 a.current { background:transparent url(images/nav1.gif) no-repeat -157px -27px; }
		#nav1_3 a.current { background:transparent url(images/nav1.gif) no-repeat -157px -54px; }
		#nav1_4 a.current { background:transparent url(images/nav1.gif) no-repeat -157px -81px; }
		
#nav2 {
	width:157px;
	height:107px;
	padding:0;
	margin:0px 20px 0px 0px;
	background:url(images/nav2.gif) no-repeat top left;
}
		
#nav2 li {margin: 0; padding: 0; list-style: none; position:absolute;}
#nav2 li, #nav2 a {height: 26px; display: block; color:transparent;}
#nav2 span { display:none; }
				
		#nav2_1	{ width:157px; top:0; }
		#nav2_2	{ width:157px; top:27px; }
		#nav2_3	{ width:157px; top:54px; }
		#nav2_4	{ width:157px; top:81px; }
		
		#nav2_1 a:hover { background:transparent url(images/nav2.gif) no-repeat -157px 0px; }
		#nav2_4 a:hover { background:transparent url(images/nav2.gif) no-repeat -157px -81px; }
		
		#nav2_1 a.current { background:transparent url(images/nav2.gif) no-repeat -157px 0px; }
		#nav2_4 a.current { background:transparent url(images/nav2.gif) no-repeat -157px -81px; }
		
#nav3 {
	width:157px;
	height:107px;
	padding:0;
	margin:0px 0px 0px 0px;
	background:url(images/nav3.gif) no-repeat top left;
}
		
#nav3 li {margin: 0; padding: 0; list-style: none; position:absolute;}
#nav3 li, #nav3 a {height: 26px; display: block; color:transparent;}
#nav3 span { display:none; }
				
		#nav3_1	{ width:157px; top:0; }
		#nav3_2	{ width:157px; top:27px; }
		#nav3_3	{ width:157px; top:54px; }
		#nav3_4	{ width:157px; top:81px; }
		
		#nav3_1 a:hover { background:transparent url(images/nav3.gif) no-repeat -157px 0px; }
		#nav3_2 a:hover { background:transparent url(images/nav3.gif) no-repeat -157px -27px; }
		#nav3_3 a:hover { background:transparent url(images/nav3.gif) no-repeat -157px -54px; }
		#nav3_4 a:hover { background:transparent url(images/nav3.gif) no-repeat -157px -81px; }
		
		#nav3_1 a.current { background:transparent url(images/nav3.gif) no-repeat -157px 0px; }
		#nav3_2 a.current { background:transparent url(images/nav3.gif) no-repeat -157px -27px; }
		#nav3_3 a.current { background:transparent url(images/nav3.gif) no-repeat -157px -54px; }
		#nav3_4 a.current { background:transparent url(images/nav3.gif) no-repeat -157px -81px; }

.navBlock {
	width: 145px;
	height: 28px;
	background: url(images/nav_bg.jpg) no-repeat;
	border-bottom: 1px dotted #999;
	padding-left: 12px;
}

.navBlockLast {
	width: 145px;
	height: 28px;
	background: url(images/nav_bg.jpg) no-repeat;
	padding-left: 12px;
}

#div2 {
	position: relative;
	background: #fff;
	width: 100%;
	padding: 0;
	margin: 0;
}

#div3 {
	position: relative;
	width: 100%;
	background: #dee3f0;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	padding: 0;
	margin: 0;
}

/* temp heading */
#mainHeading {
	position: relative;
	width: 762px;
	height: 151px;
	margin: 0 auto;
}

#div3 img {
	padding: 5px;
	background: #fff;
	border: 1px solid #444;
}

#image1, #image2, #image3 {
	position: absolute;
	width: 225px;
	padding: 20px 0px 20px 0px;
}

#image1 p, #image2 p, #image3 p, #image1 a, #image2 a, #image3 a {
	color: #555;
	font-size: 10px;
	text-align: left;
	line-height: 1.5em;
}


#image1 {
	left: 0px;
}

#image2 {
	left: 265px;
}

#image3 {
	left: 533px;
}

.verticalDots {
	position: absolute;
	height: 100%;
	border-left: 1px dotted #999;
	width: 1px;
	clear: none;
}

#footer {
	position: relative;
	text-align: center;
	margin-top: 10px;
	height: 150px;
}

#footer p, #footer a, #footer a:hover {
	font-size: 10px;
	color: #686868; 
	line-height: 1.7em;
	padding: 2px;
	text-align: center;
}

#footer a {
	color: #b28043;
}

#footer a:hover {
	color: #777;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	z-index: 10;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 14px;
	text-transform: capitalize;
}

#devNav {
	border: 1px dotted #999;
	padding: 0;
	width: 160px;
	background: #dee3f0;
}

#devNav a:link, #devNav a:hover, #devNav a:visited {
	height: 35px;
	display: block;
	border-bottom: 1px dotted #888;
	width: 145px;
	line-height: 35px;
	text-decoration: none;
	padding-left: 15px;
	color: #777;
}

#devNav a:hover {
	background: #efefef;
	color: #455268;
}

#devNav ul {
	padding: 10px 0px 20px 0px; 
	margin: 0;
}

#devNav ul li {
	margin: 0px;
	padding-left: 0px;
}

input, select {
	width: 240px;
	height: 15px;
	border: 1px dotted #888;
	margin-left: 5px;
}

textarea {
	border: 1px dotted #888;
	width: 240px;
	margin-left: 5px;
}

.copy select {
	width: 145px;
}

.button {
	width: 65px; 
	height: 28px;
	margin-bottom: 25px;
}

.checkbox {
	width: 10px;
	height: 10px;
}

.homeHeader {
	width: 760px;
	height: 160px;
	background: url(images/main_pic.jpg) no-repeat;
	margin: 20px 0px 20px 0px;
}

#bottomSpacer { height: 105px; }
div#bottomFloat { bottom: 0px; }
#bottomFloat {
	clear: both; z-index: 1;
  height: 100px;
  background-color: #ABABAB;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 0px;
  margin: 0px;
  border-top: #3c3c3c 2px solid;
  }

/* hide from mac ie5 \*/
#bottomFloat, #bottomFrame {
  position: absolute;
  }
/* end hide from mac ie5 */
html>body #bottomFloat, #bottomFrame {
  position: fixed;
  }