﻿@import 'reset.css';
@import 'typography.css';
/* @import 'lib/grid.css'; */
@import 'forms.css';

/*----------GENERAL SETTINGS----------*/
body {
	color: #646451;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	background: #e7e7e4 url(/images/body_bg.jpg) repeat-y center top;
	margin: 0;
	padding: 0;
	font-size: 100%;
	height: 100%;
}

a:link {color: #000; text-decoration: none; outline: none;}
a:visited {color: #d27005; text-decoration: none; outline: none;}
a:hover {color: #98bc6f; text-decoration: none; outline: none;}
a:active {color: #000; text-decoration: none; outline: none;}

img {
	margin: 0px;
}

.container {
	background: #e7e7e4 url(/images/interior_header_bg.jpg) repeat-x left top;
}

#home .container {
	background: #e7e7e4 url(/images/index_header_bg.jpg) repeat-x left top;
}

h1 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	top: 16px; left: 427px;
	margin: 0;
	width: 425px;
	color: #fff;
	height: 0px;
	font-size: 1.6875em;
}

h2 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.25em;
	color: #4d5274;
	font-weight: bold;
	margin-bottom: 7px;
}

h4
{
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 0.8125em;
	color: #4d5274;
	font-weight: bold;
	margin-bottom: 1.5em;
}

h5 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 1em;
	color: #4d5274;
	font-weight: bold;
	margin-bottom: 0em;
}

ul {
	list-style-type: disc;
	font-size: 0.8125em;
	margin: 0 0 1.5em 0;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

em {
	background: transparent none no-repeat;
}

p img {
	margin: 0 1em 0 0;
}

.emp_times {
	font-style: italic;
	font-family: "Times New Roman", Times, Georgia, serif;
}


/*----------HEADER----------*/
#header {
	height: 173px;
	width: 840px;
	margin: 0 auto;
}

#home #header {
	height: 366px;
}

#logo {
	float: left;
	background: url(/images/logo.jpg) no-repeat left top;
	width: 388px;
	height: 108px;
}

#logo a {
	display: block;
	width: 388px;
	height: 108px;
}

#hero {
	clear: both;
	width: 840px;
	height: 235px;
}

#interior_hero {
	position: relative;
	top: 108px;
	width: 388px;
	height: 65px;
	background: #98bd6f url(/images/interior_hero.jpg) no-repeat left top;
	z-index: 20;
}

#content {
	width: 840px;
	margin: 0 auto;
	background: url(/images/content_bg.jpg) repeat-y left top;
}


/*----------MAIN NAV---------*/
#navigation {
	position: relative;
	top: 56px;
	float: right;
    width: 412px;
    white-space: nowrap;
}

#home #navigation {
	top: 66px;
}

#navigation ul {
	font-size: 0.60em;
	margin: 0px;
	text-align: left;
    white-space: nowrap;
}

#navigation li {
    display: inline;
    list-style-type: none;
    white-space: nowrap;
}

#navigation li a {
	font-family: Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    color: #3b342b;
    text-transform: uppercase;
    white-space: nowrap;
}

#navigation li a:hover, #navigation li a.current {
	color: #65698f;
}


/*----------SUBNAV---------*/
#subnav {
	position: relative;
	top: 51px;
	float: right;
    width: 412px;
}

#subnav ul {
	font-size: 0.625em;
	margin: 7px 0 0 0;
	text-align: left;
}

#subnav li {
    display: inline;
    list-style-type: none;
}

#subnav li a {
	font-family: Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    color: #81776a;
    margin-right: 10px;
}

#subnav li a:hover, #subnav li a.current {
	color: #65698f;
}


/*----------LEFT SIDE----------*/
#left {
	float: left;
	width: 388px;
	min-height: 100%;
	background-color: #fff;
}

#left_image p {
	position: relative;
	top: 355px;
	left: 64px;
	font-size: 0.8125em;
	font-weight: bold;
}

#left_image a {
	color: #4a4969;
}

#left_image a:hover {
	color: #999fc1;
}


/*----------RIGHT SIDE----------*/
#right {
	float: left;
	margin: 35px 0 100px 40px;
	width: 412px;
	height: 100%;
	background-color: #e7e7e4;
}

#right p {
	font-size: 0.8125em;
	color: #59554f;
}

#right li {
	margin-bottom: .5em;
}



/*----------HOME PAGE----------*/
#blog
{
	width: 388px; 
	background-color: #99be70;
	text-align: center;
	vertical-align:middle;
	padding-top:10px;
	
}

#blog a
{
	color: #fff;
}

#blog a:hover
{
	text-decoration: underline;
}


#login
{
	width: 388px; /*height: 90px;*/
	background-color: #99be70;
	text-align: center;
	padding-top: 20px;
}

#loginBox
{
	width: 220px;
	text-align:center;
	background:#e7e7e4;
}

#loginBox h4
{
	/*color:#1C1F64;*/
	color:Black;
	background:#7077A5;
	padding-bottom:5px;	
}

#loginBox div p
{
	color:#1C1F64;
	font-size: 0.6875em;
	margin: 0px;
}

#loginBox div a
{
	font-size: 0.6875em;
	color:#1C1F64;
	margin: 0px;
}

#login p
{
	color: #fff;
	font-size: 0.6875em;
	margin: 0px;
}

#login a
{
	color: #fff;
}

#login a:hover
{
	text-decoration: underline;
}

#data_isight {
	font-size: 0.6875em;
}

#data_isight p {
	margin: 0 85px 60px 78px;
}


/*----------INTERIOR PAGES----------*/
#left_image {
	width: 388px;
	height: 392px;
}

#flashalt {
	margin-bottom: 20px;
}


/*----------FOOTER----------*/
#footer {
	border-top: 2px solid #e7e7e4;
}

#footer_logo {
	float: left;
	margin: 0 0 120px 40px;
	width: 69px;
	height: 79px;
	background: url(/images/footer_logo.jpg) no-repeat left top;
}

#footer_logo a {
	display: block;
	width: 100%;
	height: 100%;
}

#footer_logo_cht {
	float: left;
	margin: 0 0 100px 10px;
	width: 122px;
	height: 79px;
	background: url(/images/cht_small.jpg) no-repeat left top;
}

#footer_logo_cht a {
	display: block;
	width: 100%;
	height: 100%;
}

#footer_logo_ncpa {
	float: left;
	margin: 0 0 100px 20px;
	width: 77px;
	height: 75px;
	background: url(/images/ncpa_logo.gif) no-repeat left top;
}

#footer_logo_ncpa a {
	display: block;
	width: 100%;
	height: 100%;
}

#footer p
{
	position:absolute;
	float:left;
	margin-top: 95px;
	margin-left: 40px;
	font-size: 0.6875em;
	color: #606060;
	
}

#footer a {
	color: #606060;
}

#footer a:hover {
	color: #98bc6f;
}

#footer .footer_link {
	color: #fff;
}

#footer .footer_link a, #footer .footer_link a:visited {
	color: #fff;	
}

#footer .footer_link a:hover {
	color: #fff;	
}

.errorText
{
	font-size: 0.8125em;
	color:Red;
	margin: 0px;
	padding: 0px;
}

.welcomeText
{
	font-size: 0.8125em;
	color:Black;
	margin: 0px;
	padding: 0px;
}

.OpenPositionMoreInfo
{
	font-style:italic;
	color: #4d5274;
	margin-left:5px;
}

.OpenPositionMoreInfo:hover
{	
	color: Red;
}

.OpenPositionName
{
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 1em;
	color: #4d5274;
	font-weight: bold;
	margin-bottom: 7px;
}

.OpenPositionName:hover
{
	color: Red;
}

#ImgHeaderNoTrees
{
	/*margin-left: 388px;*/
	padding: 0 0 0 0;
	margin:0 0 0 0;
	
}