@import url('shadedborder.css');
/*        classes         */

html, body{
	margin: 0;
	padding: 0;	
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


div.clear{
	clear: both;
}

form.generic input[type="text"]{
	width: 180px;
	height: 20px;
	background: transparent url('../images/textbox.png') no-repeat top center;
	border: 0;
	margin: 0;
	text-align: center;
	color: gray;
	vertical-align: middle;
}

.error{
	color: red;

	font-size: 8pt;

	font-weight: bold;

}

img {
	border: 0;
}

a{
	color: dodgerblue;
	text-decoration: none;
}

a:hover {
	color: #ee881c;
	text-decoration: none;
}

h1, h2, h3, h5, h5, h6 { font-size:100% }


/*        ids         */

div#container {
	width: 900px;
	margin: 0 auto;
}

/*---------   header   ---------*/

div#header{
	margin: 0;
	padding: 0;
}

div#tools{
	float: right;
	margin: 0;
	padding: 2em 0 0.1em 0;
	margin-bottom: 0.5em;
	color: white;
	height: 30px;
	font-size: 8pt;
}

div#tools p {
	display: inline;
	margin: 0;
	padding: 0 1em;
}


div#headersplash{
	clear: both;
	background: transparent url('../images/header.jpg') no-repeat top center;
	display: block;
	height: 266px;
	width: 900px;
	margin: 0;
	padding: 0;
}

div#contact{
	position: relative;
	float: right;
	right: 2em;
	top: 0;
	background-color: black;
	color: white;
	opacity: 0.8;
	width: 180px;
	padding: 0.5em;
	font-size: 8pt;
	margin: 0 0 0 0 ;
}

form#contactForm textarea{
	text-align: center;
	width: 180px;
	height: 100px;
	background: transparent url('../images/textarea.png') no-repeat top center;
	border: 0;
	margin: 0;
	color: gray;
	vertical-align: middle;
}

form#contactForm input[type="submit"]{
	border: 1px white solid;
	background: gray;
	color: white;
}

div#contactResp{
	display: inline;
	color: white;

	font-size: 8pt;

}

/*---------   Navbar + News    ---------*/

div#navSection {
	width: 100%;
	margin: 0.5em 0;
}

/*---------   News    ---------*/

div#news {
	color: white;
	max-width: 500px;
	width: auto;
	height: 2.5em;
	font-size: 9pt;
}

span#newspre {
	display: table-cell;
	vertical-align: middle;
	padding-left: 0.7em;
	font-weight: bold;
}

div#news ul {
	display: table-cell;
	width: 100%;
	padding-left: 0.3em;
	margin: 0;
	vertical-align: middle;
	text-align: left;
	list-style: none;
	height: 2.4em;
}

div#news a {
	color: white;
	text-decoration: underline;
}

div#news a:hover{
	color: black;
}

/*---------   Navbar    ---------*/

div#navbar{
	float: right;
	height: 50px;
 	margin: 0;
	padding: 0;
}

div#navbar ul{
	padding: 0 0.6em;
	text-align: center;
	/* to get the links to the bottom, it's 2.4em, but we want to give them a slight padding*/
	padding-top: 1.9em;
	margin: 0;
	list-style: none;
}

div#navbar li{
	margin: 0;
	padding: 0.3em;
	display: inline;
	font-size: 9pt;
	font-weight: bold;
}

div#tools a, div#navbar li a{
	color: white;
	text-decoration: none;
}

div#tools a:hover, div#navbar li a:hover {
	color: #ee881c;
	text-decoration: none;
}


/*---------   Main   ---------*/

div#main{
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
	z-index: 0;
}

div#content {
	width: 97%;
	padding: 1em;
	margin: 0;
	z-index: 1;
	line-height: 150%;
}

div#content h1 {
	font-size: 22pt;
	color: #6B6B6B; /*deepgray*/
	font-weight: bold;
	margin: 0;
}

div#content h2{
	font-size: 12pt;
	color: orangered;
	font-weight: bold;
	margin: 1em 0;
}

div#content h3{
	font-size: 10pt;
	color: black;
	margin: 0.5em 0;
}

div#content p{
	margin: 1em 0;
}
 
div#content li{
	margin: 1em 0;	
}


/*---------   Footer   ---------*/

div#footer{
	margin: 2em 0 0 00;
	padding: 0 0 3px 0;
	background-color: black;
	text-align: center;
	color: white;
}

div#mailinglist{
	clear: both;
	width: 100%;
	background-color: #EAEAEA;
	border-top: 1px #CDCDCD solid;
	text-align: center;
	padding: 0.3em 0 0.1em 0 ;
	margin: 0;
}

div#mailinglist span{
	color: black;
	margin: 1em 0;
}



div#listformlayer{ display: inline;} 


form#listform{ display: inline; }



div#respmsg{
	display: inline;
	color: black;

	font-size: 8pt;

}


input#submit {
	background: transparent url('../images/button.png') no-repeat center center;
	height: 20px;
	margin : 0;
	padding: 0;
	vertical-align: middle;
}

img#logo {
	vertical-align: middle;
	height: 40px;
	width: 104px;
	padding: 0;
	margin: 0;
}

img#toTop {
	float: right;
	position: relative;
	width: 80px;
	height: 38px;
	right: 30px;
	top: 32px;
	border: 0;
}

