@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a, a:active, a:visited {
	/*color: white;
	text-decoration: none;*/
}
#topnav ul li a, #ftext p a {
	color: white;
	text-decoration: none;
}
.green {
	color: #8f922b!important;
	font-weight: bold;		
}
a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #333;
	margin: 0px 0px 5px;
	padding: 0px;
}

h2 {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	color: #333;
	padding: 0px;
	display: inline;
	font-weight: bold;
}

h3 {
	color: #8f922b;	
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	line-height: 20px;	
}
h4 {
	color: #666;	
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	line-height: 18px;
}

.lines {
	width: 91px;
	background: url(../images/green_lines.png) repeat;
	position: absolute;
}

#wrapper {
	width: 900px;
	position: absolute;
	left: 50%;
	margin-left: -450px;
}

#header {
	background: url(../images/header.png) no-repeat;
	width: 900px;
	height: 172px;
	position: relative;
	z-index: 10;
}
	#header #logo {
		margin: 25px 0px 0px 70px;
	}
	#header .lines {
		height: 58px;
		right: 100px;
		top: 0;
	}
	#topnav {
		position: absolute;
		top: 138px;
		right: 90px;
		list-style: none;
	}
		#topnav li {
			display: block;
			margin: 0px 8px 0px 0px;
			padding: 0px;
			width: 76px;
			float: left;
			text-align: center;
		}
			#topnav li a, #topnav li a:active, #topnav li a:visited {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 10px;
				font-weight: bold;
				text-decoration: none;
				color: white;
				text-transform: uppercase;
			}
			#topnav li a:hover, #topnav .active {
				color: #cbdb29 !important;
			}

#main {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 20px 0px 35px;
}
	.box1 {
		width: 550px;
		float: left;
	}
	.box2 {
		width: 350px;
		float: left;
	}

#home {
	height: 400px;
	z-index: 1;
	margin: -35px 0px;
	background: url(../images/home_image.jpg) no-repeat left;
	position: relative;
}
	#home #copy {
		padding-top: 45px;
		font-family: "Century Gothic", Verdana, Arial, sans-serif;
		font-size: 14px;
		color: #333;
	}
		#copy .name {
			font-size: 9px;
			font-family: Arial, Helvetica, sans-serif;
			color: #000;
			text-align: right;
			margin: 10px;
		}
#logospanel {
	background: #dfe0b3 url(../images/logos_panel.jpg) no-repeat top;
	padding: 20px 0px 25px;
	margin-bottom: -15px;
}
#logospanel img{
	float: right;
	margin-right: 50px;
}

#footer {
	background: url(../images/footer.png) no-repeat;
	width: 900px;
	height: 72px;
	position: relative;
	z-index: 10;
	color: white;
	font-size: 10px;
}
	#footer .lines {
		left: 107px;
		bottom: 0;
		height: 90px;
	}
	
	#ftext {
		position: relative;
		top: 30px;
		margin: 0px 100px 0px 0px;
		text-align: right;
		font-weight: bold;
	}
		#ftext p {
			padding: 1px 0px;
			margin: 0px;
		}
		#ftext .copyright {
			font-size: 9px;
			font-weight: normal;
		}
	
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
    }
	
   .clearfix 
   {
       display: inline-block;
   } 

    /* Hides from IE Mac \*/
    * html .clearfix 
    {
        height: 1%;
    }
   .clearfix 
   {
       display:block;
   }
    /* End Hack */ 
