@import url("home.css");
@import url("nav.css");
@import url("form.css");
@import url("table.css");
@import url("custom.css");

/********************************************
			GLOBAL SETTING
 ********************************************/

* {
	margin: 0px;
	padding: 0px;	
}

span.access {
	display: none;
}


/********************************************
				Links & Messages
 ********************************************/

a {
	color: #3366cc;
	text-decoration: none;
}

a img {
	border: 0px;
}

a:hover, a.active {
	text-decoration: underline;
}

/*** error / message ***/

p.message {
	font-size: 1.1em;
	color: #ff6600;
	font-weight: bold;
}

p.error,
p#js_error {
	font-size: 1.1em;
	color: #ff0000;
	font-weight: bold;
}


/********************************************
			BODY / HEADER / FOOTER
 ********************************************/

body {
	height: 100%;
	font-size: 62.5%;
	font-family: Verdana;
/*  background-color: #003974;*/
    background-color: #fff;
    background-color: #003974;
}


/*** header ***/
div#header {
	background-color: #003974;		
	overflow: hidden;
	width: 100%;
	height: 63px;
	padding: 0;
	margin: 0;
	border-bottom: 4px solid #c1272d;
}

div#txt_nsa {
	width: 450px;
	height: 63px;
	float: left;
}

div#txt_research {
	width: 250px;
	height: 63px;
	float: right;
}

div#lightgrey_bar {
	height: 25px;
	background-color: #f7f7f7;
	border: 1px solid #d4d4d4;
}

/*** footer ***/
div#footer {
	clear: both;
	color: #ffffff;
	background-color: #003974;
	text-align: center;
	width: 100%;
	font-size: 1.1em;
	line-height: 15px;
	padding-top: 10px;
	padding-bottom: 50px;
	border-top: 4px solid #c1272d;
}

div#footer a {
	color: #ffffff;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}


/********************************************
		CONTENT CONTAINER - STRUCTURE
 ********************************************/
div#test {
	background-color: #ffffff !important;
	overflow: hidden;
}

div#content_container {
	border-bottom: 2px solid #fff;
	overflow: hidden;
	height: 100% !important;
	background:transparent url("/images/nav/sidehero_img.jpg") bottom left no-repeat;		
}

ul#spacing {
    border: 1px solid red;
}

img#navdoc{
    float: left;
    position: relative !important;
    top: -270px;    
}

div#editable_content {
    
}

div#editable_content p {
	margin-bottom: 15px;
}

div#editable_content p.topic {
	font-size: 1.7em;
	text-transform: uppercase;
	background-color: #3366cc;
	color: #ffffff;
	padding: 5px 0px 5px 5px;
}

div#editable_content p.heading{
	font-size: 1.4em;
	text-transform: uppercase;
	background-color: #C1272D;
	color: #ffffff;
	padding: 1px 0px 1px 0px;
	width: 95%;
	text-align: center;
	font-weight: bold;
}

div#editable_content p.topic_no_bg {
	font-size: 1.7em;
	text-transform: uppercase;
	color: #003974;
	font-weight: bold;
}

div#editable_content p.title {
	font-size: 1.2em;
	font-weight: bold;
	color: #3366cc;
}

div#editable_content h1 {
	color: #003974;
	font-size: 1.2em;
	text-decoration: underline;
	margin-bottom: 15px;	
}

div#editable_content h2 {
	color: #003974;
	font-size: 1.0em;
	margin-bottom: 15px;
	
}

div#editable_content h3 {
	color: #C1272D;
	font-size: 1.0em;
	margin-bottom: 15px;	
}

div#editable_content h4 {
	color: #77787b;
	font-size: 1.0em;
	margin-bottom: 15px;	
}

div#editable_content ul,
div#editable_content ol {
	margin-left: 30px;
}

div.hr {
	clear: both;
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-bottom: 1px solid #d4d4d4;
}

div.full_content_container {
/*  background-color: #ffffff !important;*/
}

div#right_sidepanel {
	width: 200px;
	float: right;
	padding-left: 10px;
	border-top: 1px solid #fff;
	background-color: #fff;
}

div#right_sidepanel ul {
	list-style: none;
	padding-left: 5px;
	width: 159px;
}

div#right_sidepanel ul li {
	
}

div#right_sidepanel ul li p {
	list-style: none;
	padding-left: 5px;
}

div#right_sidepanel ul li {
	list-style: none;
	padding-left: 5px;
}

div#right_sidepanel ul li a{
	color: #c1272d;
}

div#right_sidepanel div#attachments ul {
	padding: 0;
	margin: 0;
}

div#right_sidepanel div#attachments ul li {
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 15px;	
}

div#right_sidepanel div#attachments ul li a {
	padding-left: 5px;
	display: block;
	margin-top: 5px;
}

div#right_sidepanel div#attachments ul li.special {
	background: transparent url("/images/icons/pdf.gif") -2px 7px no-repeat !important;
	border-bottom: 1px solid #d4d4d4;
	padding-left: 20px;
}

div#right_sidepanel div#attachments ul li.special a {
	padding-left: 0px !important;
}

div#right_sidepanel h2 {
	display: block;
	height: 37px;
	width: 179px;
	padding-bottom: 1px;
	border-bottom: 3px solid #c1272d;
}

div#right_sidepanel h2.registered {
	background: url("/images/sidebar/registereduser.gif") no-repeat;
}

div#right_sidepanel h2.attachments {
	background: url("/images/sidebar/attachments.gif") no-repeat;	
}

div#right_sidepanel h2.sponsors {
	background: url("/images/sidebar/sponsor.gif") no-repeat;	
}

div#right_sidepanel div.outer_div {
	width: 157px;
	border: 1px solid #d4d4d4;
	border-top: none;
	padding: 10px;	
	margin-bottom: 10px;
	font-size: 1.1em;
}

div#content_container div#navpanel {
	float: left;
	width: 176px;
	margin-top: 0px;
	margin-right: 10px;
	height: 100% !important;
	background-color: #E0DEDF;
}

div#navpanel div#sidehero {
	position: relative;
	bottom: 2px;
	left: 0;
	height: 197px;
	width: 176px;
}

div#main_content {
	padding-top: 1px;	
	border-top: 1px solid #d4d4d4;
	margin-right: 10px;
	margin-top: 2px;
    
}

div#main_content div#hero {
	background: #fff url("/images/nav/heroimg_bg.png") repeat-x;
	height: 194px;
	border: 1px solid #d4d4d4;
	overflow: hidden;
}

div#main_content div#hero img{
	float: left;
}

div#main_content div#editable_content {
	overflow: hidden;	
	padding: 20px;
	color: #77787b;
	font-size: 1.1em;	
}

div#main_content div#editable_content h1 {
	color: #003974;
	font-size: 1.4em;
}

div#main_content div#editable_content p {
	margin-top: 10px;
	margin-bottom: 5px;
}

div#main_content div#editable_content a {
	color: #296CC7;	
}

div#main_content div#editable_content a:hover {
	color: #c1272d;
}

div#main_content div#editable_content ul {
	margin-top: 10px;
	margin-bottom: 5px;
	list-style:none;
}

div#main_content div#editable_content ul li {
  background: url("/images/bullet_carrot_content.gif") top left no-repeat;
	float: none;
	text-indent:20px;
}

div#main_content div#editable_content ul li:hover {
  /*background-position:bottom left;*/
}

div#main_content div#editable_content ul li a {	
	height: 17px;
	color: #003974;	
}

div#main_content div#editable_content ul li a:hover {
	background-position: bottom left;
	color: #c1272d;
}

div#bg_rightbar {
	background: transparent url("/images/bg_rightbar.gif") right repeat-y;
	overflow: hidden;
	width: 100%;
}

div#leftnav {
	float: left;
}

div#rightbar {
	float: right;
}


/********************************************
		CONTENT CONTAINER - leftnav
 ********************************************/

div#leftnav {
	width: 154px;
	font-size: 1.1em;
}

div#leftnav li {
	background: url("/images/nav/bg_nav.gif") !important;
	list-style: none;
	border-bottom: solid 1px #d4d4d4;
	border-top: solid 1px #ffffff;
}

div#leftnav a {
	background: transparent url("/images/bullet_carrot.png") no-repeat 7px 9px;
	width: 154px;
	display: block;
	text-indent: 18px;
	padding-top: 4px;
	padding-bottom: 6px;
}

div#leftnav a:hover {
	color: #ffffff;
	background: #3366CC url("/images/bullet_carrot.png") no-repeat 7px -91px;
}


/********************************************
		CONTENT CONTAINER - content
 ********************************************/

div#content {
	padding: 13px 0px;
	color: #77787b;
	font-size: 1.1em;
	margin-left: 167px;
	margin-right: 192px;
}

div.full_content {
	margin-left: 13px !important;
	margin-right: 13px !important;
}

div#content p {
	margin-bottom: 15px;
}

div#content p.topic {
	font-size: 1.7em;
	text-transform: uppercase;
	background-color: #3366cc;
	color: #ffffff;
	padding: 5px 0px 5px 5px;
}

div#content p.topic_no_bg {
	font-size: 1.7em;
	text-transform: uppercase;
	color: #003974;
	font-weight: bold;
}

div#content p.title {
	font-size: 1.2em;
	font-weight: bold;
	color: #3366cc;
}


/********************************************
		CONTENT CONTAINER - rightbar
 ********************************************/

div#rightbar {
	width: 178px;
}


div#login_form_box,
div#attachments_n_news_box,
div#sponsors_box {
	background-color: #eceade;
	padding: 2px;	
	margin-bottom: 10px;
	color: #3a3a3a;
}

div#login_form_box p#registered_users,
div#attachments_n_news_box p#attachments_n_news,
div#sponsors_box p#sponsors {
	width: 172px;
	height: 23px;
	border: 1px solid #ffffff;
}

div#login_form_box form,
div#member_logged_in,
div#attachments_n_news_box div#wrap {
	font-size: 1.1em;
	line-height: 14px;
	text-align: right;
	border: 1px solid #ffffff;
	border-top: 0px;
}


/*** login_form_box ***/
div#login_form_box p#registered_users {
	background: url("/images/txt_registered_users.gif") no-repeat;
}

div#login_form_box a {
	font-size: 0.8em;
	color: #663300;
}

div#login_form_box form {
	padding: 6px 10px 6px 0px;
	background-color: #e8e6e4;
}

div#login_form_box form div {
	margin-bottom: 0em;
}

div#login_form_box form label {
	width: auto;
	float: none;
	margin: 0px !important;
	font-size: 1.1em;
}

div#login_form_box form input {
	margin-bottom: 6px;
	width: auto;
}

div#login_form_box form button {
	background: url("/images/btn_login.gif") no-repeat;
	width: 51px;
	height: 22px;
	border: 0px;
	margin-top: 3px;
}


/*** member_logged_in ***/
div#member_logged_in {
	padding: 6px 10px 6px 0px;
	background-color: #e8e6e4;
}

div#member_logged_in p {
	margin-bottom: 0.5em;
}

div#member_logged_in a {
	font-size: 1em;
}

div#member_logged_in ul li {
	list-style: none;
}


/*** attachments_n_news_box ***/
div#attachments_n_news_box p#attachments_n_news {
	background: url("/images/txt_attachments_n_news.gif") no-repeat;
}

div#attachments_n_news_box a {
	color: #1342cf;
	text-decoration: none;
}

div#attachments_n_news_box a:hover {
	text-decoration: underline;
}

div#attachments_n_news_box div#wrap {
	padding: 6px 6px 10px 0px;
	background-color: #ebf0fa;
}

div#attachments_n_news_box div#wrap div.first {
	border-bottom: 1px dashed #999999;
	padding-bottom: 10px;
	margin-bottom: 6px;
}

div#attachments_n_news_box div#wrap span {
	font-size: 0.8em;
}


/*** sponsors_box ***/
div#sponsors_box p#sponsors {
	background: url("/images/txt_sponsors.gif") no-repeat;
}

div#sponsors_box div {
	background-color: #ffffff;
	text-align: center;
	padding: 6px 0px;
}

#ie-fix {
  background:#fff 0 0 url("/images/backbar.gif") repeat-y;
}

