/* CSS RESET v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*End of CSS reset*/

.clearer {
	clear: both;
}

body{ 
	margin:0px 0px 0px 0px; 
	background:url(images/background_topbar.gif) repeat-x #62a33b;	
}

#container {
	width:1150px;  /*CHANGED JUNE 3-10*/
	margin: 0px auto;
	background-color:#62a33b;
}
	
		#header {
			width:1150px;  /*CHANGED JUNE 3-10*/
			height:343px;
			background:url(images/background_header.jpg) no-repeat;
			float:left;
			margin:0px 0px 0px 0px;
		}
		
			#logo {
				width:530px;
				height:57px;
				float:left;
				margin:38px 0px 0px 160px;  /*CHANGED JUNE 3-10*/
			}
			
			#contact {
				width:131px;
				height:14px;
				float:right;
				margin:28px 120px 0px 0px;  /*CHANGED JUNE 3-10*/
			}	
				
				a.contact_rollover{
    				display: block;
   					width: 131px;
    				height: 14px;
    				background: url("images/contact-rollover.png") no-repeat 0 0;
    				text-decoration: none;
					float:left;
				}
				a:hover.contact_rollover {
					background-position: -131px 0;
    			}				

		
	#main_container1 {
		width:967px;
		float:left;
		margin:0px 0px 0px 107px;  /*CHANGED JUNE 3-10*/
		background-color: #62a33c;
	}

		
		#main_container2 {
			width:936px;
			float:left;
			margin:0px 0px 0px 0px;
			background-color: #80320a;
		}
		
			#left_column {
				width:627px;
				background-color: #80320a;
				float:left;
				margin:0px 0px 0px 0px;
			}
			
				#divider {
					width:234px;
					height:2px;
					float:left;
					margin:7px 0px 0px 44px;
				}
				
				#content {
					width:531px;
					float:left;
					min-height:300px;
					float:left;
					margin:20px 0px 30px 44px;
				}	
		
			#menu_column {
				width:309px;
				min-height:250px;
				float:left;
				margin:0px 0px 0px 0px;
			}
			
			#blog_container {
				float:left;
				width:253px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size:12px;
				color:#ffffff;
				line-height:16px;
				padding: 0px 0px 0px 0px;
				margin: 0px 0px 0px 22px;
			}
			
			.blog_feed {
				float:left;
				width:220px;				
				padding: 0px 0px 0px 0px;
				margin: 10px 0px 15px 15px;
			}			
			
			#right_column {
				width:31px;
				float:right;
				margin:0px 0px 0px 0px;
			}	
						
/*START of primary navigation*/

#nav_container {
	float:left;
	padding:0px 0px 20px 15px;
	line-height:12px;
}

#navlist ul, #navlist li {
	width:266px;
	float: left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	border-bottom: 0px dotted #6896b4;
}

#navlist a:link {
	float: left;			
	font-weight: bold;
	font-size:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f8d72d;
	text-decoration: none;
	margin: 15px 0px 5px 30px;
}

#navlist a:visited {
	float: left;			
	font-weight: bold;
	font-size:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f8d72d;
	text-decoration: none;
	margin: 15px 0px 5px 30px;
}
	
#navlist a:hover {
	color: #ffffff;	
}	

/*End of navigation*/		
			
#footer_wrapper {
	min-width:1150px;  /*CHANGED JUNE 3-10*/
	height:486px;
	background-color:#293f18;
}

	#footer {
		margin: 0px auto;
		width:1150px; /*CHANGED JUNE 3-10*/
		height:207px;
		background:url(images/background_footer.jpg) no-repeat;
	}
	
		#footer_copyright {
			width:936px;
			text-align:center;
			padding: 125px 0px 0px 107px;  /*CHANGED JUNE 3-10*/
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#f8d72d;
			line-height:22px;
		}
		
		.copyright_link {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#62a33c;
			line-height:14px;
		}	
		.copyright_link:hover {
			color:#3f8116;
		}	
		
		.footer_menu_link {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#f8d72d;
			line-height:14px;
			text-decoration:none;
		}	
		.footer_menu_link:hover {
			color:#62a33c;
		}	
		
		.inktvis{ 
			color:#62a33c;
			padding:0px 0px 0px 0px;
			margin:0px 0px 0px 0px;
			text-align:center;		
		}
/*Misc*/

a img {border: none; }

.bullet {
		margin: 10px 0px 15px 15px;
		padding: 0px 0px 0px 0px;
		list-style:disc outside;
		}

/*HEADERS*/

/*main page titles*/
h1 {
	font-size: 20px;
	font-weight: normal;
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration:none;
	margin: 10px 70px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*blog date*/
h3 {
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration:none;
	margin: 10px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
}

/* Text */

p {	
	margin: 0px 0px 15px 0px;
	font-size: 12px;
	font-weight: normal;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration:none;
	line-height:17px;
 }

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#535252;
	line-height:15px;
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	line-height:15px;
}

.quote {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#edbe27;
	line-height:15px;
	word-spacing:0.5px;
	text-decoration:none;
	}

/* Rollovers */
.link {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#638fc3;
	line-height:15px;
	word-spacing:0.5px;
	text-decoration:none;
	}
.link:hover {color: #f4851f;}

.blog_link {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#d8ab24;
	line-height:15px;
	word-spacing:0.5px;
	text-decoration:underline;
	}
.blog_link:hover {color: #ffffff;}

/* Contact form styling **********************************************/

#contact_form {
	float:left;
	padding:20px 0px 0px 30px; /*top right bottom left*/
}

.name_top {
	border: 1px solid #aa5b33;
	color:#1b1c19;
	width: 225px;
	height:14px;
	background:#eef4d8;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	padding: 2px 2px 0px 5px;  /*top right bottom left*/
	margin: 0px 0px 0px 0px;  /*top right bottom left*/
	text-align:left;
	font-weight:normal;
}

.name {
	border: 1px solid #aa5b33;
	color:#1b1c19;
	width: 225px;
	height:14px;
	background:#eef4d8;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	padding: 2px 2px 0px 5px;  /*top right bottom left*/
	margin: 5px 0px 0px 0px;  /*top right bottom left*/
	text-align:left;
	font-weight:normal;
}

.phone {
	border: 1px solid #aa5b33;
	color:#1b1c19;
	width: 150px;
	height:14px;
	background:#eef4d8;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	padding: 2px 2px 0px 5px;  /*top right bottom left*/
	margin: 5px 0px 0px 0px;  /*top right bottom left*/
	text-align:left;
	font-weight:normal;
}

.comments {
	border: 1px solid #aa5b33;
	color:#1b1c19;
	width: 290px;
	height:80px;
	background:#eef4d8;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	padding: 2px 2px 0px 5px;  /*top right bottom left*/
	margin: 5px 0px 0px 0px;  /*top right bottom left*/
	text-align:left;
	font-weight:normal;
}

