body { background:url(img/bg.jpg) top center repeat-x #fbfbfb; margin:0; padding:0; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; }

/* - CONTAINER SETUP - */

.clear { clear:both }

#wrapper {
	width:960px;
	margin:0 auto;
}

#nav { 
	margin:5px 0;
}

#mainContainer {
	padding:10px;
}

.innerLeft {
	float:left; 
	margin:0;
	width:600px;
}

.innerRight {
	float:right; 
	margin:-50px 0 20px;
}
	

/* - FORMATTING - */

.body_text {
	font-family: tahoma;
	font-size: 12px;
	color: #333;
	margin:4px;
}

.footer_text {
	font-family: tahoma;
	font-size: 11px;
	color: #000;
	padding:12px;
}

h3 {
	font-family: tahoma;
	font-size: 23px;
	color: #000;
}

h4 {
	font-family: tahoma;
	font-size: 16px;
	color: #000;
}

.page_heading {
	font-size: 30px;
	color:#333;
	padding:8px 0;
}

/* - TOOLS - */

.top_tools {
	padding-top:8px;
	padding-right:15px;
	margin-bottom:-6px;
}

.bottom_tools {
	background: url(img/bottom_bg.png) no-repeat top center;
	width:950px;
	height: 46px;
}

/* - 3 SILOS ON HOME - */

.silo_heading {
	
	font-size: 17px;
	font-weight: bold;
	color: #333;
	padding:5px 15px;
	margin-top:4px
}

.silo_content {
	font-size: 12px;
	color: #000;
	padding:5px 15px;
}

/* ------- CONTACT PAGE ---------- */
#contactform div { margin:10px 0 }

.contact_form_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin:4px;
	text-align:left;
}

.contact_form_error{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F00;
	text-align:left;
}

.submit_button {
	color: #333; 
	padding:2px 5px;
	font-weight: bold; 
	border: 1px solid #333; 
	background-color: #fff;
}

/* - LINKS - */

a.footer_link:link, a.footer_link:visited {
	font-family: tahoma;
	font-size: 11px;
	color: #000;
	text-decoration:none;
}
a.footer_link:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #333;
	text-decoration:underline;
}

a.text_link:link, a.text_link:visited {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
a.text_link:hover {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #cccccc;
	text-decoration: underline;
}

a.link, a.visited {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
}
a.hover {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #cccccc;
	text-decoration: underline;
}


/* - OTHER - */

.img_border {
	border: 6px solid #fbc4ed;
	margin-top:10px
}
