/* CSS Document */
body {
	margin:0; padding:0;
	background:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px; line-height:1.3em;
	}
	
h1 {color:#5B3E1C; font-size:22px; font-weight:200; line-height:1.1em;}
h2 {color:#5B3E1C; font-size:16px; font-weight:700; line-height:1.1em;}

hr {	text-align:center;	height:1px; width:100%; border:0;color:#D3AE12; background:#D3AE12;}

input.button {background-color:#5B3E1C; color:#FFF; border: 1px solid #5B3E1C;cursor:pointer; }


.first {color:#5B3E1C; font-size:18px; font-weight:800; line-height:1.5em;}

.brown {color:#5B3E1C;}
.home {border-top:1px solid #D3AE12; padding-top:10px;}

.application a:link, .application a:visited, .application a:active {
	
	display:block; 
	padding:6px;
	font-size:18px;
	width:400px;
	background-color:#D3AE12; 
	color:#5B3E1C; 
	text-decoration:none; 
	font-weight:800;
	text-align:center;
	}
.application a:hover, .application a:visited:hover { background-color:#6C412A; color:#FFFFFF; text-decoration:none; }

a:link, a:visited, a:active {text-decoration:underline; color:#D3AE12;}
a:hover, a:visited:hover {text-decoration:underline; color:#6C412A;}

.inside {padding:3px;}
#container {
	width:945px;
	margin:0px auto;
	}
	
	#content {
	float:left;
	background:#FFF url("../images/gradient.jpg") repeat-x;
	width:945px;
	padding:0; margin:0;
	}
	
	#logo {
	float:left;
	width:335px;
	padding:0; margin:0;
	}
	#navigation {
	float:left;
	width:603px;
	padding:0; margin:0;
	}
	
	#main {
	float:left;
	width:945px;
	margin-top:-55px;
	}
		#leftcol {
			float:left;
			width:300px;
			margin:55px 0 0 0;
			padding:38px 0 0 90px;		
			}
			/* adjust top padding above to align images with start of text */
		#rightcol {
			float:left;
			margin:0 0 0 0px;
			width:475px;
			
			padding:0 0 10px 0;
			}
			
		#onecol {
		float:left; 
		width:700px;
		padding:40px 0 10px 150px;
		margin:0px;
		
		}
	#homemain {
	float:left;
	width:945px;
	}
		#homeleftcol {
			float:left;
			width:400px;
			margin-top:0px;
			margin-left:30px;
			}
		#homerightcol {
			float:left;
			margin-left:30px;
			width:455px;
			margin-top:60px;
			padding-bottom:10px;
			}
			
	#fullcol {
			float:left;
			width:900px;
			margin:70px 20px 10px 20px;		
			}
	
	#footer {
	float:left;
	width:945px;
	border-top:1px solid #5B3E1C;
	background:#E5D6CE;
	color:#5B3E1C;
	}
	#footer a:link, #footer a:visited, #footer a:active {text-decoration:underline; color:#5B3E1C;}
	#footer a:hover, #footer a:visited:hover {text-decoration:underline; color:#6C412A;}
