/* CSS Document */

body {
margin:0px;
padding:0px;
background-color:#eee;
}
img {
border:0px;
}
#topline {
width:100%;
background-color:#FFFF99;
height:10px;
}
#wrapper {
width:770px;
margin:0px auto;
}
	#head {
	height:83px;
	}	
		#logo {
		float:left;
		width:394px;
		}
		#headrt {
		float:left;
		width:376px;
		background: url(images/headrt.jpg) top left no-repeat;
		height:83px;
		}
	#nav {
	width:100%;
	height:19px;
	background:url(images/navbg.jpg) top left repeat-x;
	
	}
		#nav img{
		height:13px;

		padding:3px 20px 3px 20px;
		border-left:1px solid #333;
		}
		#navhome {
		margin-left:252px;
		}
		
	#bodytop {
	clear:both;
	height:335px;
	width:770px;
	background: url(images/bodytop.jpg) top left no-repeat;
	}
		#topcopy {
		width:480px;
		float:right;
		margin-right:15px;
		margin-top:10px;
		}
	#bodybtm {
	width:770px;
	margin-top:-1px;
	clear:both;
	_height:auto;
	_height:300px;
	min-height:300px;
	background: url(images/bodybtmbg.jpg) top left repeat-y;
	border-bottom: 2px solid #999;
	}
		#btmcopy {
		width:480px;
		float:right;
		margin-right:15px;
		margin-top:-80px;
		}
		#btmleft {
	position:relative;
	float:left;
	width:230px;
	margin-left:10px;
	margin-top:-100px;
	margin-bottom:0px;
	height: 400px;
		}
		
	#footer {
	clear:both;
	height:25px;
	width:764px;
	border-top: 2px solid #e7e7e7;
	background: #fff  url(images/footbg.jpg) 300px 5px no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:4px 0px 0px 6px
	}
	.leftimg {
	float:left;
	width:100px;
	margin:5px;
	}
	.leftimgb {
	float:left;
	margin:5px;
	width:200px;
	}
	
	/*text*/
	p, ul, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:16px;
	}
	#topcopy table {
	width:400px;
	}
	#topcopy td {
	border:1px solid #fff;
	}
	h1 {
	font-size:24px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	a:link {
	color:#dc3603;
	text-decoration:none;
	}
	a:visited {
	color:#dc3603;
	text-decoration:none;
	}
	a:hover {
	color:#3399CC;
	text-decoration:underline;
	}
	a:active {
	color:#dc3603;
	text-decoration:none;
	}
	strong{
	font-size:12px;
	font-weight:bold;
	color:#333333;
	}
	
	/* Forms Attributes */	
					
.row { /* contact form row */
margin-top:10px;
clear:both;
font-size:11px;
}

.row label {  /* contact form row label */
display: block;
float: left;
width: 140px;
text-align: right;
padding-top: 10px;
padding-right: 3px;
}

.boldLabel {
font-weight:bold;
width: 100px;
color: #f7971d;
margin-right: 5px;
}
input {
margin-top: 10px;
font-size:10px;
}
select {
margin-top: 10px;
font-size:10px;
}
.row textarea {
width:130px;
height:100px;
}
