
#header {
	width:960px;
	background: #ffffff url(../images/layout/header_bg_2.gif) top left repeat-x;
	float:left;
  -webkit-border-bottom-left-radius:5px;
  -webkit-border-bottom-right-radius:5px;
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  margin-bottom:3em;
	}
	
	
.headertext {
	width:360px;
	float:left;
	margin-left:5em;
	}
	
.logo {
	margin-top:1em;
	}

.headertext h1{
	line-height:2em;
	color:#FFFFFF;
	font-size:4em;
	font-weight:900;
	letter-spacing:1px;
	}

#login {
	width:360px;
	float:right;
	margin:3em 5em 1em 1em;
	}

#login .tabs {
	height:38px;
	}

#login .tabs .white {
	width:12em;
	height:38px;
	background:#ffffff;
	float:left;
  -webkit-border-top-left-radius:5px;
  -webkit-border-top-right-radius:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
	}

/*#login .tabs .white:before{
	background: transparent url(../images/tab_white_tr.gif) scroll no-repeat top right;
	display: block;
	border: none;
	content: url(../images/tab_white_tl.gif);
	padding: 0;
	line-height: 0.1;
	font-size: 1px;
	height:9px;
	}*/


#login .tabs .grey {
	width:12em;
	height:38px;
	background:#cccccc url(../images/layout/tab_grey_bg.gif) repeat-x bottom left;
	float:left;
  -webkit-border-top-left-radius:5px;
  -webkit-border-top-right-radius:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
	}
	
/*#login .tabs .blue:before{
	background: transparent url(../images/tab_blue_tr.gif) scroll no-repeat top right;
	display: block;
	border: none;
	content: url(../images/tab_blue_tl.gif);
	padding: 0;
	line-height: 0.1;
	font-size: 1px;
	height:9px;
	}*/
	
#login .tabs .grey p, #login .tabs .white p {
	margin:0.8em 1em 0 1em;
	text-align:center;
	font-size:1.4em;
	font-weight:600;
	}
	
.loginmain {
	width:360px;
  -webkit-border-bottom-left-radius:5px;
  -webkit-border-bottom-right-radius:5px;
  -webkit-border-top-right-radius:5px;
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  -moz-border-radius-topright:5px;
  background:#ffffff url(../images/layout/main_bg.gif) repeat-x bottom left;
	}
	
	
.loginmain h2 {	
	margin: 0 1em 1em 1em;
	padding-top:1em;
	font-size:1.6em;
	}
	
.loginmain form {
	height:157px;
	}
	
.loginmain ul {
	list-style:none;
}
.loginmain input{
	float:left;
	border: 1px solid #000;
	padding: 2px;
	margin: 1px;
	width:200px;
}
#login label{
	clear:both;
	float:left;
	margin: 0px 10px 0px 10px;
	width:80px;
	line-height:24px;
	text-align:right;
	font-size:1.1em;
}
#login .form_agreement {
	float:left;
	margin:10px 0px 0px 25px;
}
#login .form_agreement input{
	width:20px;
	border:0;
}
#login .form_submit {
	clear:both;
	float:left;
	margin: 0.5em 0px 1em 10em;
}
#login .form_submit input {
	width:80px;
	cursor:pointer;
}

#features {
	width:920px;
	background: #ffffff url(../images/layout/features_bg.gif) top left repeat;
	margin:9px;
	-webkit-border-radius:5px;
  	-moz-border-radius:5px;
  	float:left;
	border: solid 1px #999999;
	margin-top:30px;
	padding:10px;
	}
	
.featureditems {
	width:430px;
	margin:10px;
	float:left;
	}
	
.featureditemsclear {
	clear:left;
	}

.featureditems h3 {	
	font-size:1.6em;
	line-height:1.8em;
	color:#333333;
	margin-bottom:7px;
	}

.featureditems p {
	font-size:1.4em;
	line-height:1.6em;
	color:#333333;
	margin-left:115px;
	}
	
.featureditems img{
	float:left;
	margin-right:15px;
	}
	
#people {
	width:600px;
	height:300px;
	margin-left:1em;
	background-color:#FFFFFF;
	float:left;
	margin-top:3em;
	}
	
#people .bluetop {
	width:600px;
	}
	
#people .bluetop h2 {
	color:#FFFFFF;
	font-size:2.4em;
	padding:0.2em;
	margin-left:1.2em;
	}
	
#people .greybox {
	width:598px;
	height:210px;
	}
	
#people .greybox ol{
	list-style-type:none;
	}

#people .greybox ol li {
	background:url(../images/layout/people_picture.gif) no-repeat;
	float:left;
	width:137px;
	height:137px;
	margin:3em;
	margin-top:4em;
	}

#people .greybox ol li img{
	margin:19px;
	}

#people .greybox ol li p{
	text-align:center;
	}



