html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background:#FFF;
	font-family:lucida grande,arial,helvetica,sans-serif;
	color:#000;
	font-size:0.8em;
	text-align:center;
	/*background:transparent url('../images/background.jpg') no-repeat scroll left bottom;*/
}
a {
	color:#16387C;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#16387C;
	text-decoration: underline;
}
a img {
	border:none;
}
h2 {
	position:relative;
	color:#4D6041;
	font-size:2.5em;
	line-height:1em;
	margin:0 0 -3px 0;
	padding:0;
	font-family:arial,helvetica,sans-serif;
}
h3 {
	color:#16387C;
	font-size:1.23em;
	line-height:1.25;
	margin:0 0 0 0;
	padding:0;
	font-family:arial,helvetica,sans-serif;
}
p {
	margin:0 0 10px;
	padding:0;
}
hr {
	border:none; 
	border-bottom:1px solid #B8C6AF;
	height:0px;
	margin-top:0px;	
	width:90%;
}
.clear {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}
.lalign {
	text-align:left;
	float:left;
}
.ralign {
	text-align:right;
	float:right;
}

.header {
	height:50px;
}
.header .background {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	text-align:left;
	background:#FFF url('../images/bgheader.jpg') repeat-x scroll left top;
	min-height:16px;
	/*border-bottom:1px solid #708D5F;*/
}
.header .menu {
	float:left;
	padding:3px 5px;
	height:1%;
}
.header .menur {
	float:right;
}
.header .menu:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}
.header .menu h1 {
	float:left;
	font-size:1em;
	font-weight:normal;
	margin:0;
	text-align:center;
}

.header .menu ul {
	float:left;
	list-style:none outside none;
	margin:0;
	padding:0;
}
.header .menu li {
	position:relative;
	float:left;
	margin:0;
	padding:0;
	height:16px;
}
.header .menu li.sub {
	height:36px;
}
.header .menu li a {
	padding:0 5px;
}
.header .menu li a.active {
	font-weight:bold;
	color:#000;
}
.header .menu li ul { 
	position:absolute;
	top:20px;
	left:0;
	width:500px;
}

/*home*/
.home {
	position:relative;
	width:820px;
	margin:0 auto;
}
.home .person1 {
	position:absolute;
	left:0;
	width:400px;
	height:100px;
	background-color:#D3EBF7;
}
.home .person2 {
	position:absolute;
	right:0;
	width:400px;
	height:100px;
	background-color:#D3EBF7;
}

.home .personbox {
	position:relative;
	padding:10px 20px;
	text-align:left;
}
.home .personbox .person {
	position: relative;
	height:60px;
}
.home .personbox .person .picture {
	float:left;
	background:#EEE url('../images/profileimage.png') no-repeat scroll left top;
    width: 55px;
    height: 55px;
	margin-right:5px;
}
.home .personbox .person .picture img {
	display:block;
    width: 50px;
    height: 50px;
	margin:2px auto;
}
.home .personbox .person .info {
	float:left;
	padding:0 5px;
}
.home .personbox .person h2 {
	color: #000;
	font-weight: bold;
	font-size:1em;
	display: block;
	padding: 4px 0 9px 0;
}
.home .personbox .searchbutton {
	position:absolute;
	right:10px;
	z-index:50;
	background:#FFF url('../images/search.png') no-repeat scroll 50% 50%;
    border: 0 none;
    cursor: pointer;
    height: 21px;
    padding: 0;
	margin:0;
	border:1px solid #CCC;
    width: 21px;
}
.home .personbox .form {
	position:absolute;
	right:10px;
	z-index:100;
	width:310px;
}
.home .personbox .form .field {
	position: relative;
    border: 1px solid #CCC;
	background-color: #FFF;
	height:21px;
	text-align:left;
}
.home .personbox .form .field input {
	float:left;
	width:270px;
	border-style: none;
    border-width: 0;
    margin: 0 0 0 5px;
    outline: medium none;
    padding: 1px 5px 2px 0;	
	font-size:1em;
}
.home .personbox .form .field label {
	float:right;
	background:#FFF url('../images/search.png') no-repeat scroll 50% 50%;
    border: 0 none;
    cursor: pointer;
    height: 21px;
    padding: 0;
	margin:0;
    width: 22px;
    text-indent:-9999px;
	border-left:1px solid #CCC;
	
}
.home .personbox .form .result ul {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #CCC #CCC #CCC;
    border-style: solid;
    border-width: 0px 1px 1px;
    overflow: hidden;
    padding: 2px 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.home .personbox .form .result ul li {
	clear:both;
    padding: 1px 0;
    display: block;
}
.home .personbox .form .result ul li a {
	clear:both;
    height: 30px;
    display: block;
	padding:0 3px;
	overflow:hidden;
}
.home .personbox .form .result ul li a:hover {
	text-decoration:none;
}
.home .personbox .form .result ul li.hover a {
	background-color:#DFF1FF;
}
.home .personbox .form .result ul li img {
	float:left;
    width: 30px;
    height: 30px;
	margin-right:5px;
}
.home .personbox .form .result ul li span {
	color: #000;
	font-weight: bold;
	font-size:1em;
	display: block;
	width: 260px;
	white-space:nowrap;
	overflow:hidden;
	padding-top:3px;
}

/*content*/
.content {
	position:relative;
	text-align:left;
	width:600px;
	margin:0 auto 10px auto;
}
.content h2 {
	width:450px;
}
.content .backbutton {
	position:absolute;
	right:0;
	top:1em;
}
.content .box {
	position:relative;
	border:1px solid #B8C6AF;
	padding:10px 6px 30px;
	background-color:#FFF;
	opacity:.70;
	filter: alpha(opacity=70);
	z-index:10;
}

/*form.default*/
form.default {
	margin:10px 0;
}
form.default div.rowtext,
form.default div.rowcheckbox,
form.default div.rowtextarea,
form.default div.rowbutton {
	clear:both;
	margin-bottom:5px;
}
form.default div.rowtext:after,
form.default div.rowcheckbox:after,
form.default div.rowtextarea:after,
form.default div.rowbutton:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}
form.default label {
	float:left;
	width:120px;
}
form.default span.req {
	color:red;
	margin-left:5px;
	line-height:20px;
}
form.default input {
	float:left;
	margin-right:5px;
}
form.default  input.text {
	border:1px solid #CCC;
	width:200px;
}
form.default  textarea {
	border:1px solid #CCC;
	width:90%;
	font-family:lucida grande,arial,helvetica,sans-serif;
	font-size:1em;
}
form.default  div.rowcheckbox {
	padding:3px 0;
}
form.default  div.rowcheckbox input {
	margin-right:10px;
}
form.default  div.rowtextarea label {
	float:none;
	display:block;
}
form.default  div.rowbutton {
	padding-top:10px;
}
form.default  div.rowbutton input {
	margin-right:10px;
}
form.default .message {
	color:red;
	margin:10px 0;
}

/*example*/
table.example {
	border-collapse: collapse;
}
table.example td {
	vertical-align:top;
	padding:0 10px 20px 0;
}


/*tweets*/
.tweets {
	padding:5px 0;
}
.tweets div {
	border-bottom:1px solid #B8C6AF;
	padding:5px 0;
	margin:5px 0;
}
.tweets div small {
	display:block;
	color:#999;
	padding-top:5px;
}



/*networks*/
.networks .block {
	background-color: #F5F5F5;
    border: 1px solid #D6D6D6;
	padding:5px 10px;
	margin-bottom:10px;
}
.networks .icons img {
	margin:0.2em 0.2em 0 0;
}
.networks .networkrow {
	height:2em;
}
.networks .networkrow img,
.networks .networkrow h3 {
	float:left;
	margin-right:5px;
}
.networks .networkrow a {
	line-height:1.5em;
}


