@charset "UTF-8";
/* CSS Document */

/* HSCAPCORP 1/10 */

/* CHAIRMAN'S BLOG */

body {margin: 0; padding: 0; text-align: center; background: #eeeee5 ; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #black;}
a {color: #013f53; font-weight: bold;}
#wrapper {width: 950px; margin: 0 auto; text-align: left;}
#header {margin: 0;}
#header img {vertical-align: bottom;}/*yet another fix for IE - eliminates extra space under header img*/

#page_header {
	position:relative; /* to position page header txt */
	margin: 0 0 10px;
	padding: 0;
	}

#page_header_txt {
	position:absolute;
	left:490px;
	top:10px;
	width:440px;
	height:240px;
	/*text-align: left;*/
}

#page_header_txt h1 {
	font-size: 16px;
	font-weight: bold;
	color: black;
}

#page_header_txt .subtitle {
	color: #013f53;
	font-weight: bold;
}

#page_header .tagline {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #333333;
	margin: 10px 0 0;
}

/* NAV */

#nav_container {
	width: 100%;
	float: left; /* div encloses list */
	background: url(../../../../images/nav/nav_bg.gif) repeat-x;
	border-bottom: 1px solid white;
	}

div#nav {
	width: 950px;
	margin: 0 auto;
	text-align: center;
	}

/* END NAV */

#content {margin: 0; padding: 0; background: url(../../../../images/common/bg_wrapper.gif) repeat-y;}

#leftcolumn {float: left; display: inline; width: 650px;} /*display inline as fix for IE float rendering bug which doubles left margin*/
#leftcolumn h1 {font-size: 22px; color: #013f53;}
#leftcolumn h2 {font-size: 18px;}

#pageText {padding: 20px;}

#rightcolumn {float: right; width: 280px; margin: 0; padding: 0;}

#rightcolumn #content_right {background: #e0e2d7 url(../../../../images/rightcolumn/content_right_top.gif) 0 0 no-repeat;}
#rightcolumn #content_right .wrap {padding: 10px 20px 0;}
#rightcolumn #content_right #content_bottom {height: 10px; background: url(../../../../images/rightcolumn/content_right_bottom.gif) 0 bottom no-repeat;}
#rightcolumn #content_right h1 {font-size: 16px; color: #013f53;}
#rightcolumn #content_right h2 {font-size: 14px;}
#rightcolumn #content_right p {font-size: 12px;}
#rightcolumn #content_right .title_em {font-weight: bold; font-style: italic; color: #013f53;}

#rightcolumn #news {margin: 10px 0; background: #8d876c url(../../../../images/rightcolumn/news_top.gif) 0 0 no-repeat;;}
#rightcolumn #news .wrap {padding: 10px 20px 0;}
#rightcolumn #news #news_bottom {height: 10px; background: url(../../../../images/rightcolumn/news_bottom.gif) 0 bottom no-repeat;}
#rightcolumn #news h1 {font-size: 14px; color: #ecede5;}
#rightcolumn #news p {color: #ecede5;}
#rightcolumn #news a {color: #ecede5;}
#rightcolumn #news .morelink {text-transform: uppercase; font-weight: bold; color: #ecede5; text-decoration: none; padding-right: 13px; background: url(../../../../images/common/morelink.gif) no-repeat right 3px;}

#footer_container {width: 100%; height: 120px; text-align: left; background: #e4e4dd;}
#footer {width: 950px; margin: 0 auto; font-size: 12px; color: #000; }
#footer p {padding: 39px 0 0 21px;}
#footer p a {color: #1d7a97; text-decoration: none;}
#footer p a:hover {text-decoration: underline;}




.clearfloat { /* final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*********** WP STYLES *************/

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata {
	background: #fff;
	margin: 30px 0;
	padding: 10px;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	/*text-align: center;*/
	}

#searchform label {display: none;}

#sidebar #searchform #s {
	/*width: 108px;*/
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	background: #fff;
	margin: 15px 0 10px;
	padding: 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */