@charset "UTF-8";
/* CSS Document */
/* GLOBAL ELEMENTS */
	

input {
   background: #FFFFFF !important;
} 

* {
		margin:0;
		padding:0;
		border: 0;
	
		}
	
	body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
		}
	hr {
		color: #ffffff;
		background-color: #ffffff;
		height: 1px;
		width: 90%;
		margin: 5px auto;
		}
	
	p, span, ul li, ol li {
	font-size: 12px;
	line-height: 2em;
		}
	p {
		margin:6px 0 10px 0;
		color:#cccccc;
		}
		
		.style1 {color:  #529CCF; font-size:12px;}
		.style2 {color:#ff9835; font-size:12px;}
		.style3 {color:  #529CCF;}
		.style4 {font-size: 10px; color:  #529CCF;}
		
		h1, h2, h3, h4, h5, h6 {
		margin:0 0 0 0;
		color:#ff9835;
		font-size:16px;
		font-weight:100;
		}
	em {
		font-style: italic;
		}
	a {
	color:#FFFFFF;
	text-decoration:underline;
	}
	
/* END GLOBAL */

/* STANDARD CLASSES */
	.alert {
		color:#ffffff;
		}
	
	.legal {
		font-size:1em;
		color:#ffffff;
		}
	.clear_float {
		clear: both;
		}

/* END STANDARD CLASSES */


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #bbbbbb;
	text-decoration: none;
	background-color: #000000;
	background-image: url(../images/body_background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#wrapper {
	min-height: 780px;
	height: auto !important;
	height: 780px;
	width: 822px;
	margin-left:auto;
	margin-right:auto;
	
}


#logo {
	margin: 10px 0 16px 10px;
	}
	

#nav_shadow {
	background-image: url(../images/nav_shadow.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 822px;
	margin:0;
}

#subnav {
	padding: 8px 0 5px 0;
	height: 20px;
	width: 822px;
}
#subnav ul {
	padding-right: 20px;
}

#subnav li {
	display: inline;
	float: right;
	padding-left: 13px;
}

#subnav a {
	font-size: 11px;
	text-decoration:none;
	font-weight:900;
}

#subnav a:hover {
	color:#ff9835;
}

#subnav .active {
	color:#ff9835;
}


#content_wrapper {
	width: 822px;
}

#content_wrapper #left_content {
	width: 314px;
	padding: 0 0 0 10px;
	float:left;
	display:inline;
}
#content_wrapper #left_content img {
	margin: 0px;
	padding: 0px;
}
#content_wrapper #left_content h2{
	margin-right:10px;
	margin-left:10px;
	margin-top: 40px;
	margin-bottom: 10px;
}
#content_wrapper #left_content p{
	font-size:11px;
	margin-right:50px;
	margin-left:10px;
}


#content_wrapper #left_content a {
	margin: 0px;
	padding: 0px;
}

#projects_news_wrapper {
width:300px;
float:left;
display:inline;
margin-top: 10px;
}

#small_icon {
width:90px;
float:left;
display:inline;
margin-left: 10px;
}

#news_description {
width:200px;
float:right;
display:inline;
}

#news_description p{
margin: 0 0 0 10px;
}



#content_wrapper #right_content {
	background-image: url(../images/wrapper_background.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	display: inline;
	float: right;
	width: 488px;
	padding: 0 10px 20px 0;
}

#content_wrapper #right_content h1, h2, h3, h4, h5, h6{
margin-right:10px;
margin-left:20px;
}

#content_wrapper #right_content h3, h4, h5, h6{
margin-right:10px;
margin-left:20px;
color: #529CCF;
}
#content_wrapper #right_content p{
margin-right:10px;
margin-left:20px;
}

#footer {
    width: 822px;
	margin-left:auto;
	margin-right:auto;
}

#footer p {
	font-size:10px;
	color:#CCCCCC;
}

#form {
padding: 10px 10px 0 20px;
}


