/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
	color: #FFFFFF;
}

/* Hyperlink style */

a:link {
font-family: arial, helvetica, sans-serif; 
font-size: 12px; 
color: #000000; 
text-decoration: underline;
}

a:visited {
font-family: arial, helvetica, sans-serif; 
font-size: 12px; color: #000000; 
text-decoration: underline;
}

a:hover {
font-family: arial, helvetica, sans-serif; 
font-size: 12px; 
color: #000000; 
text-decoration: none;
}

a:active {
font-family: arial, helvetica, sans-serif; 
font-size: 12px; 
color: #000000; 
text-decoration: none;
}

/* home id styles */

#homewrapper {
	background-color: #CCCCCC;
	width: 800px;
	height: 750px;
	position: relative;
	left: 50%;
	margin-left: -400px;
	text-align: center;
	z-index: 1;
}


#homemain {
	background-color: #000000;
	height: 650px;
	width: 600px;
	position: absolute;
	left: 100px;
	top: 50px;
	text-align: center;
	vertical-align: middle;
	z-index: 2;
}

#homephoto {
	color: #000000;
	height: 313px;
	width: 370px;
	position: absolute;
	z-index: 3;
	left: 216px;
	top: 150px;
}

#home-image {
	background-color: #CCCCCC;
	padding-top: 20px;

}

#homelogo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: normal;
	background-color: #666666;
	height: 58px;
	width: 283px;
	position: absolute;
	left: 129px;
	top: 16px;
	z-index: 4;
	text-align: left;
	padding: 10px;
}

#homenav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #CCCCCC;
	text-align: center;
	height: 21px;
	width: 134px;
	border: 1px dotted #000000;
	position: absolute;
	top: 75px;
	left: 405px;
	color: #000000;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	z-index: 5;
}

#home-text-box {
	position:absolute;
	left:303px;
	top:574px;
	width:210px;
	height:63px;
	z-index:6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #CCCCCC;
}

#home-site-nav {
	position:absolute;
	left:227px;
	top:625px;
	width:349px;
	height:32px;
	z-index:7;
	background-color: #CCCCCC;
	padding-top: 8px;
	padding-bottom: 8px;
}

/* home class styles */

.home-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}


a.link-home-nav:link {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.5em;
}

a.link-home-nav:visited {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; color: #000000; 
	font-weight: normal;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}

a.link-home-nav:hover {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000; 
	font-weight: normal;
	text-decoration: underline;
	padding-right: 10px;
	padding-left: 10px;
}

a.link-home-nav:active {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000; 
	font-weight: normal;
	text-decoration: underline;
	padding-right: 10px;
	padding-left: 10px;
}
