#company_logo{ 
	margin: 0 auto;
	height: 140px; 
	width: 140px; }

/*GLOBAL*/


* {
	margin:0;
	padding:0;
	list-style:none;}
html {

}

body {
	background: #fff url('../images/background.png') repeat-x;
	height: 100%;
	margin:0 auto;
	width: 100%;
    }





/*STRUCTURE*/

#header {
	background: url('../images/header.png') no-repeat;
	height: 79px;
	margin: 0 auto;
	width: 1000px;

    }

#header_image {
	height: 250px;
	width: 785px;
	margin: 0 auto;
    }

#content {
	width: 780px;
	margin: 0 auto;
	margin-top: 20px;

    }

#left_column {
	width: 240px;
	float: left;

    }

#right_column {
	width: 530px;
	float: right;
	margin-top: 50px;

    }

#footer {
	background: #323232 url('../images/footer.png') repeat-x;
	height: 22px;
	width: 100%;
        text-align: center;
    }

#footer a {
    color: #fff;
    text-decoration:none;
    font-size: .80em;
    font-family: arial, sans-serif;
}

.contact {
	width: 190px;
	display: block;
	margin-left: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 5px;
	border-bottom: 1px dotted #444;}





/*HEADER*/

#navigation {
	height: 29px;
	width: 400px;
	position: absolute;
	margin-left: 316px;
	margin-top: 51px;}

#navigation a {
	color: #444;
    float:left;
	font-family: century gothic, arial, sans-serif;
	font-size: 1em;
	font-weight: 600;
	text-decoration: none;
	margin-left: 25px;}

#navigation a:hover {
	color: #207615;}

#input_container {
	background: url('../images/input_background.png') no-repeat;
	height: 41px;
	width: 190px;
	position: absolute;
	margin-top: 41px;
	margin-left: 780px;}

.input {
	background: #fff;
	height: 17px;
	width: 120px;
	position: absolute;
	margin-top: 11px;
	margin-left: 28px;
	padding-left: 2px;
	border: 0;
	color: #ddd;
	font-family: century gothic, arial, sans-serif;
	font-size: .88em;}

.submit_btn input {
	background: url('../images/submit_button.png') no-repeat;
	height: 23px;
	width: 23px;
	display: block;
	float: right;
	margin-top: 9px;
	margin-right: 10px;
	border: 0;
	cursor: pointer;}



	

/*SIDEBAR*/

#sidebar_top {
	background: url('../images/sidebar_top.png') no-repeat;
	height: 24px;
	width: 236px;}

#sidebar_body {
	background: url('../images/sidebar_body.png') repeat-y;
	width: 236px;}

#sidebar_bottom {
	background: url('../images/sidebar_bottom.png') no-repeat;
	height: 26px;
	width: 236px;}

.sidebar_link a {
	color: #444;
	font-family: century gothic, arial, sans-serif;
	font-size: .88em;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	margin-left: 35px;}

.sidebar_link a:hover {
	color: #207615;}





/*TEXT*/

h1 {
	color: #444;
	font-family: century gothic, arial, sans-serif;
	font-size: 2.25em;
	font-weight: bold;}

h2 {
	margin-top: 10px;
	color: #207615;
	font-family: century gothic, arial, sans-serif;
	font-size: 1em;
	font-weight: bold;}

h3 {
	color: #444;
	font-family: century gothic, arial, sans-serif;
	font-size: .75em;
	font-weight: normal;
	line-height: 20px;}

    p {
	color: #444;
	font-family: century gothic, arial, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 20px;}

h4 {
	color: #444;
	font-family: century gothic, arial, sans-serif;
	font-size: .75em;
	font-weight: bold;}





/*RANDOM*/

#vspacer {
	height: 45px;}

.vspacer2 {
        height: 20px;}

.clear {
	clear:both;}

.clearfix:after {
	margin: 0 auto;
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}

.clearfix {
	margin: 0 auto;}
