/* 
 ::::::::::::::::::::::::::::::::::::::::::::::::::::
  Copyright Forged Media 2005. Used with Permission.                             
  May not be duplicated or reproduced.
  
  Author: Lee Carroll 05/08/07
 ::::::::::::::::::::::::::::::::::::::::::::::::::::
*/

body {
	font: Arial, sans-serif;
	font-size:12px;
	color:#313231;
}
body a:active, a:focus{
	outline: 0 none;
	-moz-outline: 0 none;
	}

body a{
	color:#313231;
}
body a:link{
	color:#313231;
}
body a:visited{
	color:#313231;
}
body a:hover{
	color:#313231;
	text-decoration: none;
}
body {
	font-family:Arial;
	background-image:url(../images/bkgd.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
li{
	padding-bottom:10px;
}
#contentContainer{
	margin: 5px auto 0;
	width:864px;
	background-image:url(../images/bkgd_container.jpg);
	background-repeat:repeat-y;
}
#header{
	width:864px;
	height:127px;
}

#banner{
	width:864px;
	height:275px;
}

#contactBanner{
	width:864px;
	height:325px;
}

#nav{
	width:864px;
	height:30px;
}

#content {
	width:830px;
	background-image:url(../images/bkgd_content.jpg);
	background-repeat:no-repeat;
	padding:10px 17px;
}

#ltCol{ 
	width:552px;
	float:left;
}

#ltColGen{
	width:502px;
	display:block;
	float:left;
	background-image:url(../images/bkgd_general.jpg); 
	background-repeat:no-repeat; 
	padding-top:30px; 
	padding-left:25px; 
	padding-right:25px;
}

#ltColFull{
	width:780px;
	float:left;
	background-image:url(../images/bkgd_full.jpg); 
	background-repeat:no-repeat; 
	padding-top:30px; 
	padding-left:25px; 
	padding-right:25px;
}

#rtContactCol{
	color:#FFFFFF;
	width:217px;
	height:526px;
	float:left;
	background-image:url(../images/bkgd_rtCol.jpg); 
	background-repeat:no-repeat; 
	padding:27px 30px;
}

#rtContactCol a:link{
	color:#FFFFFF;
}

#rtContactCol a:visited{
	color:#FFFFFF;
}

#rtContactCol a:hover{
	color:#c7f14e;
	text-decoration: none;
}

#rtContactCol ul{
	list-style-type: disc;
	list-style-image:url(../images/listIcon.gif);
	margin-left:25px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left:0px;
}
#rtContactCol li{
	padding-bottom:5px;
}

#rtContactCol .textField{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#d9ded9;
	border: 1px solid #FFFFFF;
	margin-bottom:8px;	
	padding:3px;
	width:200px;
}

#rtContactCol .submitBtn{
	margin-left:140px;
	background-color:#d9ded9;
	border: 1px solid #FFFFFF;
	color:#101010;
	font-weight:bold;
}
#footer{
	font-size:10px;
	float:inherit;
	width:864px;
	margin: 0 auto;
	height:45px;
	text-align:center;
	padding-top:10px;
	position:static;
	background-image:url(../images/bkgd_footer.jpg);
	background-repeat:no-repeat;
}

#footer a:link{
	color:#313231;
	font-size:10px;
	text-decoration:none;
}

#footer a:visited{
	color:#313231;
	font-size:10px;
	text-decoration:none;
}

#footer a:hover{
	color:#313231;
	font-size:10px;
	text-decoration:underline;
}

#copy{
	font-size:10px;
	float:inherit;
	width:864px;
	margin: 0 auto;
	height:45px;
	text-align:center;
	padding-top:10px;
	position:static;
}

/* Header styles */
h2{
	color:#95b636;
	font-size:20px;
	font-weight:100;
	margin:0;
}

h3{
	color:#c7f14e;
	font-size:18px;
	font-weight:100;
	margin:0;
}

fieldset{
	BORDER-RIGHT: #bbc2bb 1px solid; 
	PADDING-RIGHT: 5px; 
	BORDER-TOP: #bbc2bb 1px solid; 
	PADDING-LEFT: 5px; 
	PADDING-BOTTOM: 0px; 
	BORDER-LEFT: #bbc2bb 1px solid; 
	PADDING-TOP: 0px; 
	BORDER-BOTTOM: #bbc2bb 1px solid; 
	HEIGHT: 200px;
	WIDTH: 230px; 
}

legend{
	color:#313231;
	font-size:14px;
	font-weight:bold;
}

/* General text fields */
.textField{
	font-size:12px;
	font:Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#F0F0F0;
	border: 1px solid #666666;
	padding:3px;
	width:200px;
}

.submitBtn{
	color:#FFFFFF;
	background-color:#101010;
	border: 1px solid #101010;
	font-weight:bold;
}