/* Nested Box with Header and Footer - Flexible */ 
/* Created by: Keith Post - Post Studio Website Design */

/* type: element selectors */
body {
	margin:20px 100px 0 100px;
	background-image:url('img/image3.jpg');
	background-repeat:repeat-x;
	color: #000080;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	}
 img {
	border: 0px none;
	}
h1 {
	font-size: 1.2em;
	color: #000080;
	margin-bottom: 10px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	}
h2 {
	font-size: 0.80em;
	color: #404040;
	font-family: Arial, Helvetica, sans-serif;
	}
h3 {
	font-size: 0.7em;
	color: #9F722D;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	} 
label {
	color: #996633;
	font-size: 0.8em;
	font-weight: 900;
	display: block;
	border-bottom: 2px solid #D1D1A3;
	background: #EAEAD5;
	font-family: Arial, Helvetica, sans-serif;
	}
li {
	color: #000080;
	font-size: 0.7em;
	list-style: circle;
	}
/* type: id = "selector-elements" should be used only once within each page presentation to validate */
#hdr {
	height:61px;
	background:transparent;
	text-align: left;
	padding: 10px 0px;
	vertical-align: middle;
	}
#bar {
	height:30px;
	background-image:url('img/barbk.jpg');
	background-repeat:repeat-x;
	color: #000080;
	font: 0.8em Arial, Helvetica, sans-serif;
	padding: 10px 20px 0 20px;
	text-align: center;
	}
#l-col {
	float:left;
	background:#EBEBFF;
	color: #9F722D;
	width:150px;
	text-align: left;
	margin: 0px 20px 10px 0px;
	padding: 0px 0px;
	}
#r-col {
	float:right;
	color: #9F722D;
	width:150px;
	text-align: center;
	margin: 0px 0px 20px 20px;
	padding: 20px 0px;
	}
	
#rotor1 {
	border:0px none;
	margin-bottom:5px;
	padding:0px
	}
#rotor2 {
	border:0px none;
	margin-top:5px;
	padding:0px
	}
	
	
#l-col p {
	font-size: 0.7em;
	line-height: 1.5em;
	color: #6A3500;
	}
	
#gapper {
	margin-bottom:20px;
	}
	
#contmajor {
	background:#fff url('img/contback.jpg') no-repeat;
	text-align:left; padding:20px; 
	}
	
#contmajor p {
	font-size: 0.75em;
	line-height: 1.5em;
	color: #000080;
	margin-bottom: 0px;
	}
	
#cont {
	background:#fff;
	background-repeat: no-repeat;
	background-color:#fff;
	text-align: left;
	padding: 20px;
	}
	
#cont p {
	font-size: 0.75em;
	line-height: 1.5em;
	color: #000080;
	margin-bottom: 0px;
	}
	
#lineplus {
	line-height:150%;
	}
	
#contactbloc {
	margin-left:250px;
	}
	
blockquote {
	font-size:0.90em;
	}
	
.darker {
	font-size: 0.71em;
	color: #000374;
	background:transparent;
	}
	
.minor {
	font-size: 0.75em;
	font-style:italic;
	}
	
.moreminor {
	font-size:0.6em;
	}
	
.italic {font-style:italic;
	}
	
#preftr {
	background:#ebebff;
	color: #808080;
	margin:0;
	font-size: .6em;
	text-align: center;
	border-top: 1px solid #000080;
	border-right: 0px none;
	border-bottom: 1px solid #000080;
	border-left: 0px none;; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px
	}

#ftr {
	background:transparent;
	color: #fff;
	margin:0px 0 20px 0;
	font-size: .5em;
	text-align: center;
	padding: 12px 10px;
	}
	
#ftrdark {
	background:transparent;
	color: #000;
	margin:0px 0 20px 0;
	font-size: .5em;
	text-align: center;
	padding: 12px 10px;
	}

/* class = "pseudo-classes" */
a:link {
	color: #0000ff;
	} 
a:visited {
	color: #0000cc;
	} 
a:hover {
	color: #0000ff;
	} 
a:active {
	color: #0000ff;
	}
	
a.scrollink:link {
	color: #000080;
	} 
a.scrollink:visited {
	color: #000080;
	} 
a.scrollink:hover {
	color: #0000ff;
	} 
	
#menu {
height: 2em;
list-style-type: none;
margin-top:0;
margin-right:0;
margin-bottom:30px;
margin-left:0;
padding: 0;
}
#menu li {
display: block;
margin: 0;
padding: 0;
}
#menu li a:link, #menu li a:visited {
background-color: #EBEBFF;
border-right: 1px #ddd solid;
border-bottom: 1px #ddd solid;
color: #404040;
display: block;
font-family:arial,sans-serif;
font-size: 1em;
font-weight:bold;
margin-top:5px;
margin-left: 0px;
padding: 5px 5px;
text-align: left;
text-decoration: none;
width: 150px;
}
#menu li a:hover {
background:url('img/buttonback.jpg');
text-decoration: none
}
#menu li a#selected:link, #menu li a#selected:visited {
background-color: #ebebff;
color: #053188;
border-right: solid 1px #404040;
border-bottom: solid 1px #404040;
text-decoration: none;
}
#menu li a:active {
background-color: #ffdf99;
color: #053188;
border-right: solid 1px #404040;
border-bottom: solid 1px #404040;
text-decoration: none;
}

.hide{
display:none;
}
