* {margin: 0;  padding: 0;}
html{ margin: 0; padding: 0; width:100%; height: 100%;}
body {
	font: 12px Arial, sans-serif;
	line-height:18px;

	background: #fff;
	color: #000;
	padding: 0;

	/*fix center*/
	/*width: 900px;
	margin: 0 auto;*/
	min-width: 800px;
	/*width: expression(document.body.clientWidth < 800 ? "800px": "auto");*/

	/*min-height ie*/
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
}


table { border-collapse: collapse; border-spacing: 0; }
td { padding:0; vertical-align: top;}

img {	border: 0px;}


/*color: #0066CC;*/
/*
a {	color: #009FFF;	}
a:hover {text-decoration: none; color: #0066CC;}
*/
a {color:#194972;}
a:hover {text-decoration: none;}






strong, b { font-weight:bold; }
em, i { font-style:italic; }

pre{
	font: 12px Arial, sans-serif;
	color: Black;
}

h1 { font-weight: normal;	font-size: 130%;}
h2 { font-weight: normal; font-size: 120%; color: #678a9b;}
h3 { font-weight: bold; font-size: 100%; color: #333;}


hr {
	border-top: 1px dotted gray;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	height: 1px;
}

.both{ clear: both; }
.fr{ float: right; }
.fl{ float: left; }



/*=======================================*/
p.logo{
	float: left;
	margin: 10px 20px 32px 40px;
}

a.logo {
	padding: 10px 20px;
	color: #fff;
	background: #0066cc;
	text-decoration: none;
	font-size: 120%;
}




.menulogo{
	margin-left: 20px;
	color: #666;
	font-size: 110%;
}




.menu.menupad{
	margin-top: 38px;
}

.menu {
	overflow: hidden;
	/*background: #3E4043;*/
}

.menu li {
	width: 260px;
	float: left;
	list-style: none;
	padding-top: 10px;
	padding-bottom: 7px;
}

.menu li.selected{
	background: #FFC028;
}

.menu li a{
	font-size: 130%;
	color: #666;
	margin-left: 20px;
	white-space: nowrap;
}
.menu li.selected a{
	color: #000;
	text-decoration: none;
}

.submenu {
	background: none;
}
.submenu li{
	padding-top: 10px;
}
.submenu li a{
	font-size: 100%;

}

.submenu li.selected a{
	color: #825A00;
	text-decoration: underline;
}





/*=======================================*/
.local-left{
	float: right;
	width: 40%;
	margin-left: 4%;
	clear: both;
}

.local2-left{
	float: right;
	width: 50%;
	margin-left: 4%;
	margin-top: 18px;
}



.content {
	margin-left: 60px;
	margin-right: 4%;
	margin-top: 40px;

	padding-bottom: 180px;

	font: 16px "Times New Roman", Times, serif;
	line-height:21px;


	clear: both;
}

.content p{
	margin-bottom:18px;
	width: 40%;
	max-width: 900px;
	min-width: 500px;
}

.content em{
	color: #666;
}

.content h1, .content h2, .content h3{
	margin-bottom: 18px;
}




.content span.screen {
	display: block;
    margin-left: -8px;
	margin-top: -8px;
	margin-bottom: 72px;
    padding: 0px;
	position: relative;
}
.content span.screen img {
	display: block;
}
.content span.screen span {
	display: block;
    text-align: left;
    padding: 0px 8px 0px 50%;

	font: 12px Arial, sans-serif;
	line-height:18px;
}

.content .screen.nosh {
	margin-left: 0;
}




.content .project_info{
	color: #666;
	font: 12px Arial, sans-serif;
	line-height:18px;

	padding: 18px 0 18px 0;
}
.content .project_info a{
	font-size: 16px;
}




/*========= table ========*/


.content table {
    padding: 0px;
    margin: 0;
    border-collapse: collapse;
	/*border-bottom: 1px #0066cc solid;*/

	 font: 14px Georgia, serif;
	 color: #2e3530;
}

.content table caption {
    padding: 5px 0px 10px 0px;
    margin: 0px;
    text-align: left;
    font-style: italic;
}

.content table tr.highlight {
    background-color: #d2dfe8;
    color: black;

}

.content table th {
    padding: 7px 10px;
    background-color: #fff;
    color: #768071;
    border-bottom: 1px #666 solid;
	 font: 14px Georgia, serif;
}

.content table td {
    padding: 7px 10px;
    border-right: solid 1px #DDE8D8;
    border-left: solid 1px #DDE8D8;

    border-bottom: solid 1px #DDE8D8;
}

.content table tr.highlight td{ border-right: solid 1px #fff }





/*=======================================*/
.rounded{
	width: 60%;
	max-width: 900px;
	min-width: 500px;
	margin-bottom: 18px;
	position: relative;
	padding: 36px 0;
}
.rounded p{
	margin: 0;
	width: 92%;
	padding: 0 4%;

	max-width: 92%;
	min-width: 400px;
}


.round, .round div{height: 5px; overflow:hide;}
.round.rt{
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
}
.round.rb{
	top: 100%;
	left: 0;
	position: absolute;
	width: 100%;
	margin-top:-4px;
}

.grey{background: #F0F0E7; color: #3D3D2E/*#2B2B20*/;}
.grey .round.rt{		background: url(/img/grey-rt1.gif) no-repeat scroll 0 0;}
.grey .round.rt div{	background: url(/img/grey-rt2.gif) no-repeat scroll 100% 0;}
.grey .round.rb{		background: url(/img/grey-rb1.gif) no-repeat scroll 0 0;}
.grey .round.rb div{	background: url(/img/grey-rb2.gif) no-repeat scroll 100% 0;}






/*=======================================*/
.footer {
	position: absolute;
	bottom: 0;
	height: 80px;
	width: 100%;
}

.footer  p, address{
	margin-left: 60px;
	font-style: normal;
}
.footer  .copy{
	position: absolute;
	margin-left: -12px;
}

/*----------------------*/

body .YMaps-layer-container td {
	border: none;
	padding: 0;
}
