/*HTML Elements*/

	html {
		font: 12px Arial, "Lucida Grande", "Myriad Pro", Verdana, sans-serif;
		color: #000;
		
	}
	
	table tr td {
		font: 12px Arial, "Lucida Grande", "Myriad Pro", Verdana, sans-serif;
	}
	body {
		width: 100%;
		text-align: center;
		margin: 0 auto;
		background: #fff url('../images/bg.jpg') repeat-x top;
	}
	body#index {
		
	}
	#kontainer {
		margin: 0px auto;
		width: 1000px;
		text-align: left;
		display: block;
	}
	
	#kontainer h2.header { 
	  font-family: "Trajan Pro", Verdana, Arial, sans-serif; 
	  font-weight: bold;
	  font-size: 24px;
	  color:#b95300;
	}

#content{
	width:500px;
	position:relative;
	margin-left:60px;
	min-height:500px;
}



#content a:link, #content a:visited {
			text-decoration: none !important;
			color:#000 !important;
		}
		#content a:hover {
			text-decoration: underline;
		}
		#content a:visited {
		color: #000 !important;
		}



#content form.involved input, #content form.involved select, #content form.involved textarea{
	border: 1px solid #999;
}

#content form.involved input.field, #content form.involved textarea.field{
	width:300px;
}

#content form.involved textarea.field{
	height:100px;
}


#content form.involved input.zip{
	width:96px;
}

	#nav{
		height:37px;
		background: url('../images/nav.jpg') no-repeat top center;
	}
	
	#nav_content{
		margin: 0px auto;
		width: 1000px;
		text-align: left;
		position:relative;
	}
	#top_nav {
		color:#fff;
		position:absolute;
		top:10px;
		left:20px;
	}
	
	#top_nav a{
		padding-right:10px;
		padding-left:10px;
		font-size: 12px;
	}
	#right_bucket{
		width:375px;
		position:absolute;
		top:80px;
		right:10px;
	}
	
	#right_bucket img{
		margin-left:7px;
		margin-top:10px;
	}
	
	#belsome{
		width:364px;
		height:502;
		background: url('../images/belsome.png') no-repeat;
	}
	#banner{
		height:356px;
		background: url('../images/banner.jpg') no-repeat top center;
	}
	#banner_text{
		margin: 0px auto;
		height:356px;
		width: 1000px;
		text-align: left;
		position:relative;
	}
	#banner_text a.logo{
		display:block;
		width:220px;
		height:140px;
		position:absolute;
		top:15px;
		left:17px;
		text-indent: -20000px;
	}
	
	#footer{
		background:#003185;
		height:34px;
		width:100%;
	}
	#footer_content{
		margin: 0px auto;
		width: 1000px;
		text-align: left;
		position:relative;
	}
	#footer_content p{
		color:#fff;
		display:inline;
	}
	
	#footer_content p.copy{
		top:-5px;
		position:absolute;
		left:50px;
	}
	#footer_content p.gator{
		top:-5px;
		position:absolute;
		right:30px;
	}
	
	
	a {
		color: #FFF;
	}
		a:link, a:visited {
			text-decoration: none !important;
		}
		a:hover {
			text-decoration: underline;
		}
		a:visited {
		color: #fff;
		}
	img {
		border: none!important;
	}
	map {
		border: none;
	}
	ul {
	
	}
	ul li {
		line-height:16px;
		text-decoration: none;
	}
	ul li a {
		text-decoration: none;
	}
	ol {
	
	}
	ol li {
	
	}
	
	p {
		color: #000;
		line-height: 1.8em;
		margin-bottom:18px;
	}
	.sIFR-replaced h1 {
		color: #3A990D;
	}
	.sIFR-alternate {
		position: relative;
			left: -9999px;
		display: none;
	}
	/*  User Selected Text  */
	::-moz-selection{
		background:#6374AB;
		color:#fff;
	}

	::selection {
		background:#6374AB;
		color:#fff;
	}

	code::-moz-selection {
		background: #333333;
	}

	code::selection {
		background: #333333;
	}
	
	
/*DOM Specific*/


	
/* global */

.right {
	float: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
.crite {
	clear: left;
}

.red{
	color:#FF0000;
}
