@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	color: #000000;
	font-size:11px;
	background-color:#000;
	background-position:top center;
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-image:url(../Images/Background_Field.jpg);
}

#container_outer{
	position:absolute;
	left: 50%;
	width:900px;
	height:auto;
	margin-top:85px;
	margin-left: -450px; /*set to a negative number 1/2 of your width*/
	background-color:#FFF;
	border:#000 1px solid;
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment:fixed;
	background-image:url(../Images/Page_Background.jpg);
}
#homepagecopy_container{
	float:left; 
	width:630px; 
	height:auto; 
	text-align:left; 
	padding:50px 5px 10px 5px; 
	margin:0px 10px 0px 20px;
	background-position:top;
	background-repeat:no-repeat;
	background-image:url(../Images/Copy_Background_Home.png);
}
#copy_container{
	float:left; 
	width:850px; 
	height:auto; 
	text-align:left; 
	padding:50px 10px 10px 10px;
	margin:0px 20px 10px 20px;
	background-position:top;
	background-repeat:no-repeat;
}
#services_container{
	width:900px;
	padding:0px;
	height:175px;
	margin-top:5px;
	margin-bottom:10px;
	background-image:url(../Images/Fuzzy_Logic_Services.png);
}
#menu_logo{
	position:absolute;
	left: 50%;
	width:90px;
	height:90px;
	padding-top:0px;
	margin-top:5px;
	margin-left: -460px;
	background-image:url(../Images/Fuzzy_Logo.png);
}
#menu_container{
	position:absolute;
	left: 50%;
	width:825px;
	height:27px;
	padding-top:7px;
	margin-top:45px;
	margin-left: -385px;
}
#footer_container{
	position:absolute;
	left: 50%;
	width:900px;
	height:20px;
	padding-top:5px;
	margin-top:25px;
	margin-left: -450px;
	background-image:url(../Images/Menu_Bar_Bottom.jpg);
	font-size:13px; color:#FFF;
}
#news_container{
	float:right; 
	width:200px; 
	height:235px;
	padding:50px 5px 5px 5px; 
	margin:0px 20px 20px 0px;
	background-image:url(../Images/News.png);
}
#sitemap_container{
	float:right; 
	width:200px; 
	height:215px;
	padding:50px 5px 5px 5px; 
	margin:0px 20px 30px 0px;
	background-image:url(../Images/Sitemap.png);
}
#twitterlogo_container{
	float:left; 
	width:165px; 
	height:30px;
	padding:0px; 
	margin:5px 5px 30px 5px;
}
#twitterlogo2_container{
	float:left; 
	width:165px; 
	height:30px;
	padding:0px; 
	margin:0px 0px 30px 20px;
}
#website_container{
	float:left; 
	width:670px; 
	height:200px;
	padding:0px; 
	margin:0px 0px 10px 0px;
	background-image:url(../Images/Website_Graphic.png);
}
#twitter_container{
	float:left; 
	width:638px; 
	height:225px;
	padding:0px; 
	margin:0px 10px 10px 20px;
	border:#0e3e08 1px solid;
	background-image:url(../Images/Website_Graphic2.png);
}
#footer{
	position:fixed;
	height:56px;
	bottom:0px;
	width:100%;
	padding:0px;
	text-align:center;
	color:#FFF;
	background-image:url(../Images/Bottom_Bar.png);
	background-repeat:repeat-x;
}
#header{
	position:fixed;
	top:0px;
	width:100%;
	height:111px;
	color:#FFF;
	padding:0px 0px 0px 0px;
	text-align:center;
	font-size:10px;
	margin:0px;
	background-image: url(../Images/Top.png);
	background-repeat:repeat-x;
}
#divider_container{
	width:800px;
	height:20px;
	padding:0px;
	margin:10px 25px 10px 25px;
	background-image:url(../Images/Divider.png);
}
#testimonial_container{
	float:right;
	width:400px;
	height:125px;
	padding:0px;
	margin:5px 0px 5px 5px;
}

a.text:link {color:#0e3e08; font-weight:bold; text-decoration:none; font-size:11px}
a.text:visited {color:#0e3e08; font-weight:bold; text-decoration:none; font-size:11px}
a.text:hover {color:#0e3e08; font-weight:bold; text-decoration:underline; font-size:11px}
a.text:active {color:#0e3e08; font-weight:bold; text-decoration:none; font-size:11px}

a.menu:link{font-size:15px; color:#8eab49; text-decoration:none}
a.menu:visited{font-size:15px; color:#8eab49; text-decoration:none}
a.menu:hover{font-size:15px; color:#FFF; text-decoration:underline;}
a.menu:active{font-size:15px; color:#8eab49; text-decoration:none}

a.sitemap:link{font-size:12px; color:#0e3e08; text-decoration:none}
a.sitemap:visited{font-size:12px; color:#0e3e08; text-decoration:none}
a.sitemap:hover{font-size:12px; color:#0e3e08; text-decoration:underline;}
a.sitemap:active{font-size:12px; color:#0e3e08; text-decoration:none}

.style1{font-family: Verdana, Geneva, sans-serif; font-size: 11px; font-weight: bold; color: #0e3e08; text-decoration: none;}

.transparent_class {
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}

H1 {font-family: Verdana, Geneva, sans-serif; font-size: 12px; font-weight: bold; color: #0e3e08; text-decoration: none; margin-top:0px; margin-bottom:0px;}
H2 {font-family: Verdana, Geneva, sans-serif; font-size: 12px; font-weight: bold; color: #0e3e08; text-decoration: none; margin-top:0px; margin-bottom:0px;}
H3 {font-family: Verdana, Geneva, sans-serif; font-size: 12px; font-weight: bold; color: #0e3e08; text-decoration: none; margin-top:0px; margin-bottom:0px;}
H4 {font-family: Verdana, Geneva, sans-serif; font-size: 12px; font-weight: bold; color: #0e3e08; text-decoration: none; margin-top:0px; margin-bottom:0px;}
H5 {font-family: Verdana, Geneva, sans-serif; font-size: 12px; font-weight: bold; color: #0e3e08; text-decoration: none; margin-top:0px; margin-bottom:0px;}
H6 {font-family: Verdana, Geneva, sans-serif; font-size: 12px; font-weight: bold; color: #0e3e08; text-decoration: none; margin-top:0px; margin-bottom:0px;}
