@import "reset.css" screen, print;
@import "forms.css" screen, print;

/* Table of Contents 
=======================
	* - Global
	1 - Header
	2 - Structure
	3 - Nav
	4 - Search
	5 - Headings
	6 - Lists
	7 - Forms
	8 - Links
	9 - Misc
=======================
*/

/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #736f70;
	font-family: "Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;
	font-size: 12px;
}

/* 1- Header
----------------------------------------------- */

div#banner {
	margin-left: -13px;
	padding-bottom: 35px;
	background: url(../img/banner.bottom.png) bottom center no-repeat #FFFFFF;
	width: 968px;
	height: 378px;
	display: inline-block;
	position: relative;
}

div#banner img {
	display: none;
}

div#banner a:first-child img {
	display: inline;
}

div#banner img {
	height: 378px;
	width: 968px;
	position:absolute;
	top: 0;
	left: 0;
	z-index: 8;
}

/* 2- Structure
----------------------------------------------- */

div#wrapper {
	width: 940px;
	margin: 0px auto;
	background-color: white;
	margin-top: 60px;
	border-top: 1px solid #404040;
}

div#content {
	display: inline-block;
	width: 941px;
}

div.inner {
 	margin: 15px;
}	


div#wrapper div#footer {
	width: 936px;
	min-height: 50px;
	border-top: 2px solid #90c23c;
	margin: 0px 2px;
	margin-top: 20px;
}

div.home {
	background: url(../img/home/content.bg.png) top center repeat-y;
	background-color: white;
}

div#content.home div.inner {
	margin: 0px 30px;
}

div#left {
	width: 200px;
	float:left;
	display: inline-block;
}

div#right {
	width: 700px;
	float:right;
	display: inline-block;
}

div#right img {
}

div#left h3.subtitle {
	background-color: #919191;
	color: white;
	font-size: 1.3em;
	padding: 5px 10px;
	font-weight: bold;
}

div#right h2.title {
	background-color: #8fc23e;
	color: white;
	font-size: 1.3em;
	padding: 5px 10px;
	font-weight: bold;
	margin-bottom: 10px;
	width: 680px;
}

div#page-banner {
	width: 700px;
	height: 232px;
	overflow: hidden;
}

div#page-banner img.subbanner{
	width: 700px;
	height: auto;
}

div.pLaunch {
	width: 720px;
	display: block;
	clear: both;
}

div.pLaunch img {
	width: 125px;
	height: 42px;
}

div.pLaunch a {
	display: block;
	float: left;
	margin-right: 18.8px;
	margin-bottom: 18.8px;
}

div#page {
	width: 100%;
	clear:both;
	display: block;
	margin-top: 20px;
	height: auto;
	overflow: hidden;
} 

div#page p {
	margin-bottom: 1em;	
}


div#page img {
	max-width: 700px;	
}

div#content.padded {
		
}

div#content.padded p {
	margin: 10px 20px;	
}
div#content.padded ul {
	margin: 0px 40px;	
}

/*=============LOGIN===============*/

fieldset#login{
	width: 312px; 
	margin: 7px;
	text-align:left;
	padding: 20px;
}

fieldset#login p {
	width: 100%;
	display: block;
	clear: both;
}

fieldset#login p input{
	width: 230px;
	padding: 3px;
	float: right;
}

fieldset#login label{
	float: left;
	margin-top: 10px;
}

/* 3- Nav
----------------------------------------------- */

div#nav {
	background: url(../img/nav.bg.png) top left repeat-x;
	height: 25px;
	width: 100%;
	margin: 0;
	padding: 0;

}
div#nav ul {
	list-style-type: none;
	float: right;
	margin: 0;
	padding: 0;	
}

div#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
}	

div#nav ul li a {
	padding: 0;
	float: left;
	margin: 0;
	height: 25px;
	background: url(../img/nav.bg.jpg) top left no-repeat;
}

div#nav ul li a:hover  {
	background-position: 0px -25px;
}

div#nav ul li a#about { width:95px; background-position: 0px -25px;   }
div#nav ul li a#about:hover, div#nav ul li a#about.active { width:95px; background-position: 0px 0px; }
div#nav ul li a#green { width: 91px;  background-position: -95px -25px;}
div#nav ul li a#green:hover, div#nav ul li a#green.active { width: 91px; background-position: -95px 0px; }
div#nav ul li a#repro { width: 92px;  background-position: -186px -25px;}
div#nav ul li a#repro:hover , div#nav ul li a#repro.active { width: 92px; background-position: -186px 0px;}
div#nav ul li a#services { width:107px;background-position: -278px -25px;}
div#nav ul li a#services:hover , div#nav ul li a#services.active { width:107px;background-position: -278px 0px;}
div#nav ul li a#haus { width: 105px;  background-position: -385px -25px;  }
div#nav ul li a#haus:hover , div#nav ul li a#haus.active { width: 105px; background-position: -385px 0px;}

ul#top {
	list-style-type: none;
	float: right;
	margin: 10px;
}

ul#top li {
	float: left;
	padding: 0;
	margin: 0;
	display: block;
}

ul#top li a {
	color: #727272;
	text-decoration: none;
	font-size: .8em;
	padding: 0px 3px;
	display: block;
}	

ul#top li+li {
	border-left: 1px solid #F2F2F2;
}

ul#bottom {
	list-style-type: none;
	float: right;
	margin: 10px;
	margin-top: 13px;
}

ul#bottom li {
	float: left;
	height: .6em;
}

ul#bottom li+li {
	border-left: 2px solid #ABABAB;
}

ul#bottom li a{
	font-size: 10px;
	text-decoration: none;
	padding: 3px 6px;
	color: #a6cd63;
	float: left;
	margin-top: -8px;
}

div#left ul.subnav {
	list-style-type: none;
	padding: 10px;
}

div#left ul.subnav li {
	background: url(../img/dots.png) bottom left repeat-x;
	height: 24px;
}

div#left ul.subnav li a {
	font-weight: bold;
	font-size: 12px;
	color: #8e908f;
}

div#left ul.subnav li a:hover, div#left ul.subnav li a.active{
	color: #8fc23e;
}

div#news{
	padding: 30px;	
}

div#news .item{
	margin-bottom: 1em;	
	display: block
}

/* 4- Search
----------------------------------------------- */

/* 5- Headings
----------------------------------------------- */

div#page h1 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #919191;
}

div#page h2 {
	font-size: 16px;
	font-weight: bold;
	color: #8fc23e;		
}

div#page h3 {
	font-size: 14px;
	font-weight: bold;

}

div#page h4 {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}

div#page h5 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

h1.newstitle {
	font-size: 24px;
	margin: 20px;
	font-weight: bolder;
	color: #808000;
}

div#news h2 {
	font-size: 16px;
	color: #444;
	font-weight: bolder;
}

/* 6- Lists
----------------------------------------------- */

ul#subnav {
	list-style-type: none;
	text-align:center;
}

ul#subnav li.col {
	display: block;
	text-align: center;
	float: left;
}

ul#subnav li.col+li.col {
	margin-left: 44px;
}

ul#planrooms , ul#publicroom, ul#fileuploads, ul#tools{
	list-style-type: none;
	margin-top: 10px;
}

ul#planrooms li , ul#publicroom li , ul#fileuploads li , ul#tools li{
	margin: 2px;
}

ul#planrooms li img , ul#publicroom li img , ul#fileuploads li img , ul#tools li img{
	margin-bottom: 3px;
}

ul#publicroom li {
	margin-left: 10px;	
	display: block;
	clear: both;
}

ul#publicroom li a.link {
	display: block;
	font-weight: bold;
	width: 120px;
	margin-bottom: 1em;
	line-height: 14px;
	text-align: left;
	padding-left: 10px;
	font-size: 10px;
	text-transform: uppercase;
	float: left;
	margin-top: .4em;
}

ul#publicroom li a.logo{
	float:left;
	display: block;
}

div#page ul {
	margin: 10px 40px;
	font-weight: normal;
}

div.more {
	width: 100%;
	clear: both;
	text-align: center;
	font-weight: bold;
}

/* 7- Forms
----------------------------------------------- */

table.form {
	padding: 5px;
}

table.form td {
	padding: 0px 3px;
}

table.form td.label {
	vertical-align: top;	
	padding-top: 3px;
}

table.form textarea, table.form input {
	width: 400px;	
}

table.form select {
	padding: 5px;
	width: 200px;
}

table.form textarea {
	height: 100px;	
}

table.form #submit {
	width: auto;	
	background: #999;
	color: #444;
	border: 1px solid #444;
	padding: 3px 5px;
}

table.form #submit:hover {	
	background: #999;
	color: #111;
	border: 1px solid #111;
	cursor: pointer;
}

table.form input[type=checkbox] {
	width: auto;	
}

/* 8- Links
----------------------------------------------- */

a.grnbtn {
	background: url(../img/home/button.bg.jpg) top center no-repeat;
	margin: 0;
	padding: 0;
	padding-top: 12px;
	padding-bottom: 6px;
	width: 186px;
	height: 30px;
	display: block;
	color: white;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 1.2em;
}

a img {
	border: none;
}

a {
	text-decoration: none;
	color:#5A5C5E;
}	

/* 9- Misc
----------------------------------------------- */

.gray {
	background-color: #F2F2F2;
	height: 250px;
}

p.copyright {
	color: #5a5c5e;
	font-size: 10px;
	float:left;
	margin: 10px;
}