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

/* HSCAPCORP 1/10 */

body {margin: 0; padding: 0; text-align: center; background: #eeeee5 /*url(images/common/bg.gif) repeat-x*/; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #black;}
body { behavior:url("csshover.htc"); }
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;
	/*font-size: 16px;	 SET FONT-SIZE HERE */
	/*font-weight: bold;*/
	/*background: black;*/
	}

/* END NAV */

/*#leftcolumn {float: left; width: 220px; margin: 0; padding: 0;}
#leftcolumn p, #rightcolumn p {font-size: 13px; color: #333333; padding: 0 10px;}*/

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

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

#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;}








#columns {float: left; width: 620px; margin: 0;}
#columns p {margin: 20px 0;}
#columns a.link {color: #013f53; text-decoration: none;}
#columns a.link:hover {text-decoration: underline;}

#column1 {float: left; width: 290px; /*padding-right: 5px;*/}

#column2 {float: right; width: 290px; /*padding-left: 5px;*/}







#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;}


.photo_left {float: left; margin: 4px 10px 10px 0;}


.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;
}



/*************** TEXT STYLES ******************/

h1 {font-size: 24px;}
h2 {font-size: 18px;}

.title {font-size: 24px; font-weight: bold; margin-top: 0;}

.morelink {text-transform: uppercase; font-weight: bold; color:#9b9b82; text-decoration: none; padding-right: 13px; background: url(images/common/morelink.gif) no-repeat right 3px;} 

/*************** FORMS ******************/

.formtable {margin: 0 auto;}
.formtable td {padding: 4px;}
.formtable .formtext {text-align: right; font-weight: bold;}

/*MISC*/
