html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #09F;}
a:hover {color: #C60;}

body {
	color: #000;
	font-size: 11px;
	font-family:'Numans', sans-serif;
	font-weight: 400; 
	line-height: 18px;

}
.body_text_bold_green{
	font-family:'Numans', sans-serif;
	font-weight: 700; 
	font-size: 11pt;
	color: #81A30F;
	line-height: 16px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	color: #81A30F;
	font-size: 24px;
	font-family:'Numans', sans-serif;
	font-weight: 400; 
	margin-bottom: 20px;
	line-height: 30px;

}
h2 {
	color: #81A30F;
	font-size: 16px;
	font-family:'Numans', sans-serif;
	font-weight: 400; 
	line-height:17pt;
	margin-bottom: 15px;

}
h3 {
	color: #000;
	font-size: 14px;
	font-family:'Numans', sans-serif;
	font-weight: 400; 
	line-height:15pt;
	margin-bottom: 15px;
}

code {
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.back_btn {
	float: left;
	padding-top:10px;
	padding-bottom:10px;

	}

.right {float: right;}

/* structure */
.container {
	background-color:#FFF;	
	opacity: .95;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 45px 40px;
	width: 915px;
}

/* header */
.top {
	padding: 0px 10px 0px;
}

/* title */
.header {
	background-color:#FFF;	
	opacity: .95;
	font-size: 1.2em;
	height: 229px;
	margin:0 auto;
	padding: 40px 45px 0px;
	width: 915px;
}
.header .left, .header .right {
	color: #FFF;
	height: 150px;	
}
.header .left {
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 150px;
	text-align: center;	
	width: 800px;
}
.header .right {
	overflow: auto;
	width: 212px;
}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}
/* body right */
.bodyright {
	float: right;
	width: 240px;
	height: 434px;
	background-color:#babeae;
	margin: 0;
	color: #fff;
	font-size: 12px;
	font-family:'Numans', sans-serif;
	font-weight: 400; 
	line-height:16px;
	padding: 8px 8px 8px 8px;
}
.bodyright h2 {
	color: #5A5A43;
	font-size: 1em;
	line-height: 30px;
	
}
.bodyright ul {
	padding: 0;
}
.bodyright li {border-bottom: 1px solid #EAEADA;}
.bodyright li a {
	color: #000;
}
.bodyright li a:hover {
	background: #F0F0EB;
	color: #654;	
}
/* project name */
.imageright {
	float: right;
	width: 240px;
	margin: 0;
	padding: 8px 8px 8px 8px;
}
/* project name */
.projectname {
	float: right;
	width: 250px;
	margin-top:15px;
	color: #000;
	font-size: 14px;
	font-family:'Numans', sans-serif;
	font-weight: 400;
	line-height: 16px;
}
.projectname ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.projectname li {border-bottom: 1px solid #EAEADA;}
.projectname li a {
	color: #000;
	font-size: 11px;
	font-family:'Numans', sans-serif;
	font-weight: 400; 
	line-height: 16px;

}
.projectname li a:hover {
	background: #F0F0EB;
	color: #654;	
}

/* project content */
.project {
	float: left;
	width: 633px;
}

/* navigation */
.navigation {	
	border: 1px solid #DFEEF7;
	height: 41px;
}
.navigation a {
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}

/* main */
.main {
	border-top: 4px solid #FFF;
	background: url(img/bgmain.gif) repeat-y;
}

/* footer */
.footer {
	color: #000;
	font:12px sans-serif;
	line-height: 15px;
	text-align: left;
}
.footer a,.footer a:hover {color: #000;
}
/*quarters*/
.q1 {width:210px; margin:30px 15px 15px 0; float:left;}
.q2{width:210px; margin:15px 15px 15px 0; float:left;}
.q4 {margin:10px 0px 0 0}
/* project home */
.projectcontent {
	float: left;
	width: 900px;
}