/* @group Global + Hacks */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

* {
	margin: 0;
}

body {
	line-height: 1;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	background: #12533a url(../images_home/bg.png) repeat-x fixed;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}
	
#wrap {
	background: url(../images_home/g_pattern.png) no-repeat fixed right top;
}

.clear {
	clear: both;
}

ol, ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

span {
	color: #000;
}

a {
	color: #218261;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1{
	font-weight: bold;
	font-size: 20px;
	color: #7e4825;
}

h2 {
	
}

h3 {                         

}

h4 {
	text-transform: uppercase;
	font-size: 14px;
}

p {
	color: #424037;
	margin-bottom: 15px;
	margin-top: 15px;
	font: 13px/20px "calibri", Verdana, Lucida;
}

ul {
	}

ul li {
	}


/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Sticky Footer & Clearfix */




.left {
	float: left;
}

.right {
	float: right;
}


#body_wrap {
	
}

/* @group page */

#body_wrap {
	width: 960px;
	margin: 0 auto;
}

#header {
	height: 80px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#header_left {
	width: 380px;
	float: left;

}


#header_right {
	width: 580px;
	float: left;
}

#header_right img {
	margin-top: 62px;
}

#main_content {
	height: 266px;
	width: 960px;
	background-image: url(../images_home/main_content_bg.png);
}



#main_content_left {
	width: 480px;
	float: left;
}

#main_content_right {
	width: 465px;
	float: left;
	margin-top: 18px;
	padding-left: 15px;
}

#main_content_right p {
}

#active_photo {
	width: 469px;
	height: 248px;
	background-image: url(../images_home/active_photo_temp.jpg);
	margin: 9px;
}

#project_ideas {
	margin-top: 8px;
	clear: both;
}


#lower_content {
	clear: both;
	margin-top: 8px;
}

#lower_content_left {
	float: left;
}

#lower_content_left {  
    height:  169px;  
    width:   476px;  
    padding: 0;  
    margin:  0;  
} 
 
#lower_content_left img {    
    height:  169px;  
    width:   476px;  
    top:  0; 
    left: 0 
} 

#lower_content_right {
	float: right;
}

#footer {
	clear: both;
	height: 30px;
	padding-top: 5px;
}

#footer a {
	color: #dfdfdf;
	text-decoration: none;
	font-size: 11px;
}

#footer a:hover {
	color: #feffff;
	text-decoration: underline;
}

#footer ul {
	display: inline;
}

#footer ul li {
	float: left;
	margin-right: 10px;
}

#footer_right {
	float: right;
	color: #dfdfdf;
	font-size: 11px;
}

.flag {
	clear: both;
	float: right;
	margin-top: 5px;
	font-size: 11px;
	color: #dedede;
	
}

.flag img {
	margin-left: 5px;
}
/* @end */

