@charset "utf-8";
/* CSS Document */

body {
	margin-top: 50px;
	padding: 20px;
	font-family: verdana;
	font-size: 12px;
	background-color:#333333
}
#shadow-container {
	position: relative;
	left: 1px;
	top: 1px;
	margin:0 auto;
	width: 881px;
	height:577px;
}
#shadow-container .shadow2, #shadow-container .shadow3, #shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}
#shadow-container .shadow1 {
	background: #000;
}
#shadow-container .shadow2 {
	background: #000;
}
#shadow-container .shadow3 {
	background: #000;
}
#shadow-container .container {
	background: #ffffff;
	border: 4px solid #b7d033;
	padding: 0px;
}
.container {
	width: 881px;
}
#logo {
	position: absolute;
	top: -87px;
	left:-54px;
	z-index: 1;
}
#content {
	margin-top: 17px;
	margin-bottom: 0px;
	font-family: Arial;
	font-size: 12px;
	width:838px;
	text-align:justify;
	position:relative;
	margin-left:17px;
}

#content a:link, #content a:visited {color:#119294}
#content p {
	margin-bottom:20px;
	width:566px;
	color:#4c4c4c;
}
#homeImg {
	width:837px;
	margin:0 auto;
	height:279px;
	z-index:100;
	position:relative;
}
#homeImag .imgLeft {
	float:left;
}
#homeImag .imgRight {
	float:right;
}
#contactInfo {
	float:right;
	position:relative;
	width:218px;
}
#navBar {
	width:650px;
	float:right;
	margin-bottom:13px;
	margin-right: 21px;
	margin-top: 111px;
	z-index:2;
	position:relative;
	font-size:14.31px;
}
table#nav {
	text-align:center;
	width:  650px;
	color: #009092;
}
table#nav a:link, table#nav a:visited {
	color: #009092;
	text-decoration:none;
}
table#nav a:hover {
	text-decoration:underline;
}
table#nav td {
	padding:2px;
}
.navDiv {
	color:#b6d133;
}
.clearfloat {
	clear:both;
}
#footer {
	width: 881px;
	margin:0 auto;
	text-align:center;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer a:link, #footer a:visited {
	text-decoration:underline;
	color:#666666;
	font-size:10px;
}
#footer a:hover {
	text-decoration:none;
}

