@charset "utf-8";
/* CSS Document */

*{margin:0;padding:0;}

@media projection, screen {
}

@media print {
	* {
    	background-color: white !important;
    	background-image: none !important;
    }
	.noprint {
		display:none;
	}
}

body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	background:#32582F url(../images/background.jpg) repeat-x;
}

#container {
	position:relative;
	width:923px;
	margin: 0 auto;
}

#header {
	width:923px;
	height:130px;
	margin-top:4px;
	position:relative;
	z-index:0;
	background:#FFF url(../images/header.jpg) right bottom no-repeat;
}

#header .logo {
	float:left;
	width:428px;
	height:84px;
	margin:46px 0px 0px 0px;
	display:inline;
}

#content-container {
	position:relative;
	width:923px;
	background:#dedede;
	z-index:999;
}

#content {
	float:right;
	width:705px;
	padding:23px 23px 40px;
	display:inline;
	z-index:1;
}

#left-nav {
	float:left;
	width:165px;
	display:inline;
	padding-top:25px;
	z-index:1;
}

#footer {
	position:relative;
	width:923px;
	height:42px;
	margin-top:15px;
	color:white;
	text-align:center;
	font-size:11px;
	clear:left;
}

.footer-links {
	float:right;
	width:250px;
	height:25px;
	margin-right:15px;
	margin-top:-25px;
	text-align:right;
}
#footer .footer-links a:link,#footer .footer-links a:visited,#footer .footer-links a:hover {
	color:white;
	text-decoration:none;
}

/***************** TEXT STYLES *************************/

p.infolink {
	font-weight:bold;
	padding-left:20px;
	margin-bottom:10px;
	background:url(/images/plus.gif) left center no-repeat;
	cursor:pointer;
}

div.infobox {
	margin-left:25px;
	margin-bottom:10px;
	display:none;
}

#header a:link,#header a:visited,#header a:hover,#footer a:link,#footer a:visited,#footer a:hover {
	text-decoration:none;
	font-weight:bold;
	color:black;
}

#content {
	color:#343434;
}

#content img {
	border:2px solid #32582F;
	float:right;
	margin-left:15px;
	margin-bottom:15px;
	padding:7px;
}

#content a:link,#content a:visited,#content a:hover {
	color:#50b948;
}


#left-nav a.menulink {
	display:block;
	padding:12px 0px 12px 30px;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
#left-nav a.menulink:link,#left-nav a.menulink:visited {
	color:black;
}
#left-nav a.menulink:hover {
	color:white;
}

#content p {
	margin-bottom:15px;
	line-height:1.5em;
}

#content p span.first {
	font-size:14px;
	font-weight:bold;
	color:#50b948;
}

h1 {
	color:#000000;
	font-size:22px;
	font-weight:bold;
	font-style:italic;
	margin-bottom:10px;
}

div.h1 {
	height:1px;
	border:1px solid black;
	width:100%;
	margin-bottom:10px;
}

#main div.h1 {
	display:none;
}

h2 {
	color:#000000;
	font-size:17px;
	font-weight:bold;
}
h3 {
	color:#000000;
	font-size:14px;
	font-weight:bold;
}
.boldtitle {
	color:#000000;
	font-size:13px;
	font-weight:bold;
}
.strong {
	font-weight:bold;
}

.emphasis {
	font-style:italic;
}

#content ul {
	margin-top:10px;
}
#content ul li {
	margin-top:10px;
	margin-left:30px;
}
#content ul ul li {
	margin-left:45px;
}

/*********** Form Styles *************/

	#contactform {
		width:440px;
	}
	#contactform .required {
		font-weight:bold;
		float:left;
		margin-top:6px;
		font-size:16px;
		color:#FF0000
	}
	#contactform .checkbox {
		float:left;
		width:15px;
		height:15px;
		margin-top:10px;
		margin-right:10px;
		display:inline;
	}
	#contactform .checkboxtext {
		float:left;
		width:250px;
		height:15px;
		margin-top:10px;
	}
	#contactform textarea {
		width:250px;
		float:left;
		height:125px;
		margin-top:10px;
	}
	#contactform label, input, .myselect {
		float:left;
		width:200px;
		height:20px;
		margin-top:10px;
		display:inline;
	}
	#contactform label {
		margin-right:10px;
		text-align:right;
		width:130px;
		display:inline;
	}
	#contactform input, textarea, .myselect {
		text-align:left;
		margin-left:10px;
		margin-top:7px;
		border:1px solid #777;
		border-bottom:2px solid #333;
		border-right:2px solid #333;
		display:inline;
	}
	#contactform br {
		clear:left;
	}

