@charset "UTF-8";
/* CSS Document */
/*----------global styles----------*/

body {
	background-color:#31883A;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

p, h1, h2, h3, h4, li {
	margin: 1ex 1em;
}

div#outerDiv {
	width:800px;
	height:auto;
	margin:0 auto;
	background-color:#4545A2;
	
	
}

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

div#header {
	height:240px;
	position:relative;
	background-image:url(../images/header3rounded.png);
	background-repeat: no-repeat;	
	
}

/*----------mainNav-------------*/





div#header h1{
	margin-left:-9000px
}




/*------contactButton-------*/

#header div#contactButton {
	position:absolute;
	left:650px;
	top:0;
	
}

#contactButton a:link, #contactButton a:visited {
	height:37px;
	width:83px;
	display:block;
	text-indent:-9000em;
	background:url(../images/contact.jpg) no-repeat;
	border:none;
	
}
#contactButton a:hover, #contactButton a:active {
	height:37px;
	background:url(../images/contactHover.jpg) no-repeat;

	
}

	
/*-----content-------*/

div#content {
	width:600px;
	background-color:#FFF;
	margin: 0 20px 0 110px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	border:3px solid #963;
}

.floatRight {
	margin: 10px 0 10px 10px;
	float: right;
}

div#content p {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#006;
	font-size: .9em;
	line-height:1.4em;
	margin:1ex 0;
}
div#content h1, #content h2, #content h3, #content h4 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

div#content h1 {
	font-size:1.6em;
	font-weight:bold;
	color:#31883A;
	margin:10px 0 1.4ex 0;
}
div#content h2 {
	font-size:.9;
	color:#31883A;
	margin: .4ex 0;
}

div#content h4 {
	font-size:1.1em;
	color:#666;
	font-weight:bold;
	margin: 1ex 0 -.2ex 0;
	
}

div#content a:link, div#content a:visited {
	text-decoration:none;
	color:#31883A;
	font-weight:bold;
	font-size:1em;
}

div#content a:hover, div#content a:active {
	text-decoration:none;
	color:#4545A2;
	font-weight:bold;
	font-size:1
	em;
	border-bottom:1px #4545A2 dashed;
}
div#content ul li {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#006;
	font-size: .9em;
	line-height:1.4em;
	margin:1ex 0;
	
}

/*------footer---------*/

div#footer {
	width:800px;
	height:auto;
	background-color:#4545A2;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 20px;
	background-image: url(../images/bottom.jpg);
	background-repeat:no-repeat;
	background-position: center bottom;	
	}

div#footer a:link, div#footer a:visited {
	text-decoration:none;
	color:#FFF;

	
}

div#footer a:hover, div#footer a:active {
	text-decoration:none;
	color:#003;
	border-bottom:1px #003 dashed;
	
}

div#footer p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.75em;
	color:#FFF;
	margin:0;
	text-align: center;
	text-indent: 60px;
	
	
}



	
/*-----miscellaneous styles------*/
	


.clear {clear:both}
	
	
	

	

