/* reset */
* {
	margin: 0;
	padding: 0;
}
/* render html5 elements as block */
header, footer, section, aside, nav, article {
	display: block;
	text-align: center;
}
h1 {
	margin-top: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 72px;
	color: #fc3;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	margin-top: 10px;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	text-align: center;
	color: #000;
	margin-bottom: 15px;
}
body {
	line-height: 1;
	background-color: #A3C9A8;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#15511E), to(#67936D));
	background: -moz-linear-gradient(top, #15511E 0%, #67936D 100%);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 14px;
	line-height: 18px;
}
#wrapper {
	width: 990px;
	margin: 0 auto;
	margin-top: 10px;
	background-color: #ffc;
}
#banner {
	width: 100%;
	background-image: url(images/blueback.jpg);
	background-repeat: repeat;
	display: inline-block;
}
#ban-left {
	float: left;
	width: 140px;
	margin-left: 5px;
	clear: right;
}
#ban-title {
	float: left;
	width: 700px;
	text-align: center;
	height: 140px;
	color: #fc3;
}
#ban-right {
	float: right;
	width: 140px;
	margin-right: 5px;
	clear: right;
}
#leftside {
	width: 372px;
	float: left;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 8px;
}
#who {
	color: #000;
	float: left;
	margin-bottom: 25px;
	height: 320px;
	width: 372px;
	clear: both;

}
#blogfeed {
	display: block;
	width: 372px;
	text-align: left;
	height: 920px;
	overflow: hidden;
	padding-top: 20px;
}
#rightside {
	width: 590px;
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}
#display {
	min-height:974px;
	display:none; /* until loaded */
	margin-top: 0em;
	margin-right: 1em;
	margin-bottom: 2em;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
}


body {
	font: normal .8em/1.5em Arial, Helvetica, sans-serif;
	background: #ebebeb;
	width: 990px;
	margin: 10px auto;
	color: #000;
}

a {
	color: #fc3;
}
.linkage {
	color: #36F;
}
.listings {
	margin-left:30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
}
p {
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
	color: #000;
}
#nav {
	margin: 0;
	padding: 7px 6px 0;
	background: #7d7d7d url(images/gradient.png) repeat-x 0 -110px;
	line-height: 100%;
	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
}
#nav li {
	float: left;
	position: relative;
	list-style: none;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}


/* main level link */
#nav a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
	clear: both;
}
#nav a:hover {
	background: #000;
	color: #fff;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #666 url(images/gradient.png) repeat-x 0 -40px;
	color: #999;
	border-top: solid 1px #f8f8f8;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);
	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #0078ff url(images/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	background: #ddd url(images/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
	width: 99%;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}
footer {
	width: 990px;
	clear: both;
	background-image: url(images/head-bg.png);
	background-repeat: repeat;
	background-color: #999;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: auto;
	height: 80px;
	vertical-align: bottom;
	color: #FC3;
}
.footer aside h2 {
font-size: 18px;
}

.footer aside a {

}

.footer aside a:hover {
	text-decoration: none;
}

#section-outer-block{

	
}
.footer-segment-left{
	float: left;
	margin-left: 20px;
	padding-top: 10px;
}
.footer-segment-right{
	float: right;
	padding-right: 20px;
	padding-top: 10px;
}
#wrapper #main #leftside #who p {
	font-size: 1.5em;
	text-align: justify;
	line-height: 1.2em;
}
