/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;}
body {line-height:1.5;}

body {
	background: #fefefe;
	padding: 10px;
	font-family: Georgia, 'Times New Roman', Serif;
	color: #3d3d3d;
}

h1 {
	font-size: 1.6em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Helvetica, Arial, Sans-Serif;
	color: #000;
	padding: 0 0 10px;
}

h2 {
	font-size: 1.2em;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#head {
	width: 100%;
	height: 80px;
	margin: 20px 0;
}

#logo {
	background: url('images/logo.jpg') no-repeat;
	width: 247px;
	height: 77px;
	cursor: pointer;
}

#logo:hover {
	background: url('images/logohover.jpg') no-repeat;
}

#slogan {
	margin: 16px 0 0;
	font-family: 'Trebuchet MS', 'Lucida Grande', Helvetica, Arial, Sans-Serif;
	text-align: right;
}

#menu {
	width: 100%;
	margin: 0 0 20px;
	padding: 0 0 8px;
	border-bottom: #3d3d3d solid 1px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	float: left;
	margin: 0 20px 0 0;
	padding: 0 0 3px 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}

#menu ul li a {
	color: #000000;
	text-decoration: none;
}

#menu ul li a:hover {
	border-bottom: 5px solid #00B698;
	margin-bottom: -5px;
	color: #1BBA97;
}

#menu ul li a.nolink {
	border-bottom: none;
	margin-bottom: 0;
	cursor: default;
}

#menu ul li a.dropdown {
	padding-right: 14px;
	background-image: url(/images/menu_arrow_0.png);
	background-position: center right;
	background-repeat: no-repeat;
}

#menu ul li a:hover.dropdown {
	background-image: url(/images/menu_arrow_1.png);
}

#menu ul li ul {
	margin: 3px 0 0 -4px;
	padding: 3px 3px 0 3px;
	border: 1px solid black;
	background: #FFFFFF;
	position: absolute;
	display: none;
}

#menu ul li:hover ul {
	display: block;
}

#menu ul li ul li {
	float: none;
	width: 150px;
	margin-bottom: 2px;
}

#menu ul li ul li a:hover {
	border-bottom: none;
	margin-bottom: 0;
}

#main {
	width: 100%;
}

#main2 {
	text-align: justify;
	width: 800px;
	margin: 0 auto;
	padding: 20px 0;
}

#main2 ul {
	list-style: inside;
}

#main2 a {
	color: #0024ff;
	text-decoration: none;
}

#main2 a:hover {
	text-decoration: underline;
}

#leftmain {
	width: 500px;
	text-align: justify;
}

#rightmain {
	
}

.leftcolumn {
	float: left;
	width: 200px;
}

.rightcolumn {
	float: left;
}

#rightmain img {
	border: 10px solid #000;
}

#foot {
	width: 100%;
}

#footcont {
	width: 545px;
	margin: 0 auto;
}

#phonecont, #emailcont {
	float: left;
	font-family: Helvetica, Arial, Sans-Serif;
	margin: 0 20px 0 0;
	font-size: .8em;
	text-align: left;
}

#phonecont {
	
}

#phone {
	float: left;
	background: url('images/phone.png');
	width: 55px;
	height: 21px;
	margin: 0 10px 0 0;
}

#emailcont {
	
}

#email {
	float: left;
	background: url('images/email.png');
	width: 51px;
	height: 21px;
	margin: 0 10px 0 0;
}

#resources {
	float: left;
	background: url('images/resources.png');
	width: 88px;
	height: 21px;
}

#resources:hover {
	cursor: pointer;
	background: url('images/resources2.png');
}

#fpleft {
	width: 279px;
	margin: 0 31px 0 0;
}

#fplefta {
	width: 279px;
	height: 186px;
	background: url('images/fpleft1.png');
}

#fpleftb {
	clear: both;
	width: 279px;
	height: 186px;
	margin: 13px 0 0;
	background: #000;
}

#fpmid {
	/*background: url('images/fpmid1.png');*/
	width: 340px;
	height: 385px;
}

#fpright {
	width: 279px;
}

#fprighta {
	width: 279px;
	height: 186px;
	background: #000;
}

#fprightb {
	clear: both;
	width: 279px;
	height: 186px;
	margin: 13px 0 0;
	background: url('images/fpright1.png');
}

form {
	padding: 10px 20px 10px 15px;
	background: #eee;
	width: 400px;
}

input {
	background: #eee;
	width: 400px !important;
	font-size: 1.1em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Helvetica, Arial, Sans-Serif;
	border: none;
	border-bottom: 1px #000 solid;
	margin: 5px 0;
	padding: 2px;
}

input.button {
	background: #000;
	width: 405px !important;
	color: #fafafa;
	border: none;
	cursor: pointer;
	margin: 30px 0 0;
	padding: 3px;
}

input.button:hover {
	background: #00b698;
}

textarea {
	width: 385px !important;
	height: 200px !important;
	padding: 5px;
	margin: 25px 0 0;
	border: 5px #000 solid;
	font-size: 1.1em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Helvetica, Arial, Sans-Serif;
}

.left {
	float: left;
}

.right {
	float: right;
}

.line {
	background: url('images/line.png') repeat-x;
	width: 100%;
	height: 10px;
}

.space1 {
	margin: 0 0 20px;
}

.space2 {
	clear: both;
	margin: 20px 0 10px;
}

.space3 {
	margin: 0 0 10px;
}

.space4 {
	margin: 10px 0 0;
}