@import "objects.css";
html,body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	vertical-align: middle;
	min-width: 960px;
	/*background: url("images/index_bkg.gif") top center repeat-x;*/
	font-size:12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#wrapper { 
	height: 100%;
	width: 100%;
	background-color:#D1D900;
}
#container{
	width:960px;
	margin: 0 auto;
	text-align: left;
}
#index_header {
	width: 100%;
	height: 490px;
	text-align: center;
	background: url("images/index_background.png") top center repeat-x;
}
#generic {
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #F0F0F0;
	float: left;
	padding-bottom: 10px;
}
#index_illustration{
	width:960px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	background: url("images/index_illustration.png") top center no-repeat;
}
#index_logoblurb {
	width: 475px;
	height: auto;
	text-shadow: 0 1px 0 white;
	color: #545454;
	font-size: 15px;
}
#index_feature {
	height: 200px;
	width: 100%;
	background-color:#fff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer {
	height: max;
	width: 100%;
	background: url("images/index_footer_background.png") top center repeat-x;
	background-color:#D1D900;
	text-align: center;
	float:left;
	min-height: 150px;
}

#foot_feature {
	width: 200px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 15px;
	float:left;
	font-size: 12px;
	text-shadow: 0 1px 0 #F1F731;
}

#menu {
	position:absolute;
	background: url("images/header_bkg.png") top right no-repeat;
	width:960px;
	height: 86px;
}
#contact_content {
	background-color:#FFF;
	border-bottom:2px;
	border-bottom-style:solid;
	border-right: 2px;
	border-right-style: solid;
	border-color: #CCC;
	width: 940px;
	_width: 960px;
	height: auto;
	margin-right: 8px;
	float: left;
	display: block;
	padding: 10px;
	color: #666;
	margin-bottom: 15px;
}
#services_content {
	background-color:#FFF;
	border-bottom:2px;
	border-bottom-style:solid;
	border-right: 2px;
	border-right-style: solid;
	border-color: #CCC;
	font-size: 13px;
	width: 290px;
	_width: 310px;
	min-height: 800px;
	margin-right: 8px;
	float: left;
	display: block;
	padding: 10px;
	color: #666;
}
#gallery_content {
	width: 160px;
	_width: 150px;
	_margin: -1px;
	height: auto;
	float: left;
	display: block;
}

.image         {
	padding: 5px;
	margin: 5px;
	border-bottom:2px;
	border-bottom-style:solid;
	border-right: 2px;
	border-right-style: solid;
	border-color: #CCC;
	display: block;
    float: left;
	background-color: #FFF;
	_padding-bottom: 1px;
}  
.image:hover {
	background-color: #000;
} 

.greentext {
	color: #AFB500;
}
.blacktext {
	color: #000;
}


/* ======= BUTTONS WITH ROLLOVERS ========= */
a.home {display: block; width: 70px; height: 80px; text-indent: -5000px; background:url(images/header_home.png); text-decoration:none; float:right;}
a:hover.home {background-position: -70px 0px;}
a.gallery {display: block; width: 96px; height: 80px; text-indent: -5000px; background:url(images/header_gallery.png); text-decoration:none; float:right;}
a:hover.gallery {background-position: -96px 0px;}
a.services {display: block; width: 142px; height: 80px; text-indent: -5000px; background:url(images/header_services.png); text-decoration:none; float:right;}
a:hover.services {background-position: -142px 0px;}
a.contact {display: block; width: 178px; height: 80px; text-indent: -5000px; background:url(images/header_contact.png); text-decoration:none; float:right; margin-left: 10px;}
a:hover.contact {background-position: -178px 0px;}

a.foot_www {display: block; width: 92px; height: 74px; text-indent: -5000px; background:url(images/foot_www.png); text-decoration:none; float:left; margin-left: 0px;}
a:hover.foot_www {background-position: -92px 0px;}
a.foot_face {display: block; width: 68px; height: 74px; text-indent: -5000px; background:url(images/foot_face.png); text-decoration:none; float:left; margin-left: 0px;}
a:hover.foot_face {background-position: -68px 0px;}
a.foot_twit {display: block; width: 63px; height: 74px; text-indent: -5000px; background:url(images/foot_twit.png); text-decoration:none; float:left; margin-left: 0px;}
a:hover.foot_twit {background-position: -63px 0px;}

a.cta {display: block; width: 474px; height: 84px; text-indent: -5000px; background:url(images/cta.png); text-decoration:none; }
a:hover.cta {background-position: -474px 0px;}

