@charset "utf-8";

@font-face {
	font-family: DroidSans;
	src: url("../fonts/DroidSans.ttf");
}

@font-face {
	font-family: BebasNeue;
	src: url("../fonts/BebasNeue.otf");
}

body {
	background: #EFEFEF;
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: DroidSans, Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size: 62.5%;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
	color: #FFF;
}
h1 {
	background:url("../images/logo.png");
	Width:295px;
	height:77px;
	display:block;
	text-indent:-9999px;
	margin-left:15px;
	
		
}
h2, h3, h4, h5, h6{
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px;
	color: #00a652;
	font-weight:normal;
	font-family:BebasNeue, Arial, Helvetica, sans-serif;
}

H2 {
	font-size:1.7em;
	font-weight:normal;
	padding-top:20px;
	margin-bottom:5px;	
}
p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px;
	color: #FFF;
	font-size: 1.1em;
	line-height:1.6em;
	font-family: DroidSans, Arial, Helvetica, sans-serif;
}

ul {
	font-size: 1.1em;
	line-height:1.6em;
	margin-left:27px;	
}


a img { 
	border: none;
}


a:link {
	color:#000;
	text-decoration: none;
}
a:visited {
	color: #4E5869;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}


.container {
	width: 1200px;
	background: #000; 
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 3px solid #CCC;
}

.header {
	background: #00a652;
	height: 40px;
}


.sidebar1 {
	float: right;
	width: 355px;
	padding-bottom: 10px;
	height: 550px;
	background-color: #000;
	background-image: url("../images/keyboard.jpg");
	background-repeat: no-repeat;
}
.content {
	width: 800px;
	float: left;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 20px;
	height: 530px;
}

ul.nav {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 1px solid #666; 
}

ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 160px;  
	text-decoration: none;
	background: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #ADB96E;
	color: #FFF;
}

/* ~~ The footer ~~ */
.footer {
	position: relative;
	clear: both; 
	height: 35px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #00a652;
	font-family:BebasNeue,Arial, Helvetica, sans-serif;
	font-size:1.7em;	

}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.phone_fax {
	color: #000;
}


.footer p {
	color:#000;	
	font-family:BebasNeue,Arial, Helvetica, sans-serif;
}

.footer a{
	color:#fff;	
}