/* NALAND.COM CSS */

/* scroll bar hack for Mozilla */
html {height: 100%;} 
body {min-height: 101%;} 


/* page container div - allows page content to float within centered body */
#container {
	/* comment out this whole blocal for left aligned content */
	margin: 0 auto;
	width: 724px;
	text-align: left;
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}



/* override for divs where we need centered content */
#centered_content {
	text-align: center;	
}

#header {
	margin: 0 auto;
	width: 724px;
	height: 100px;
	text-align: left;
	position: relative;
	background-color: #9B2C10;
	background-image: url(../img/header.gif);
	left: 0px;
}

#date-layer {
	position:absolute;
	left:214px;
	top:51px;
	width:230px;
	height:14px;
	z-index:1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	font-size: 10px;
}

/* body and main content area formatting */
body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-align: center;  /* change to left for left aligned content */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/*padding-left: 3px;
	padding-right: 2px;*/
}

a:link {
	color: #0033CC;
	text-decoration: underline;
}
a:visited {
	color: #809FFF;
	text-decoration: underline;
}
a:hover {
	color: #a1acac;
	text-decoration: underline;
}
a:active {
	color: #406294;
	text-decoration: none;
}

.content {
	/* global top and bottom padding for content */
	padding-top: 10px;
	padding-bottom: 10px;
}

.content p, h1, h2, h3, h4, h5, li {
	/* tag specific right-left padding for content */
	padding-right: 10px;
	padding-left: 10px;
}

.content form {
	/* tag specific right-left padding for content */
	margin-left: 10px;
}

.content p {
	margin-top: 0px;
}

.content ol,ul {
	margin-left: 40px;
}

.content h1 {
	font-weight: bold;
	font-size: 20px;
	color: #406294;
	margin-top: 0px;
}



.content h2 {
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	margin-top: 0px;
	/*padding-left: 3px;*/
}


.content h3 {
	font-weight: bold;
	font-size: 20px;
	color: #406294;
	margin-top: 0px;
}

.quotation {
	margin-left: 20px;
	font-style: italic;
}

.block_indent {
	margin-left: 20px;
}

.headline {
	font-weight: bold;
	font-size: 12px;
}


/* Jump Navigation  */
.jump_nav_header {
	background-color: #406294;
	color: #CCCCCC;
	font-size: 10px;
}

.jump_nav {
	background-color: #406294;
	color: #FFFFFF;
	font-size: 10px;
}


/* data table formatting */
.data_table {
	font-size: 11px;
	text-align: left;

}

.data_table_header {
	background-color: #406294;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.data_table_r1 {
	background-color: #CACDC0;
	color: #406294;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.data_table_r2{
	background-color: #D1D3DF;
	color: #406294;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
}


/* side sub-navigation area formatting */
.sub_nav_side_links {
	font-weight: bold;
	text-align: left;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


/* miscellaneous page area formatting */
.footer_copyright {
	color: #000000;
	font-size: 10px;
	text-align: center;	
}
.footer_links {
	font-size: 9px;
	font-style: italic;
	color: #406294;
	text-align: center;
}


/* table cell background colors */
.white_cell {
	background-color: #FFFFFF;
}
/*.yellow_cell {
	background-color: #FFCC00; 
}
.green_cell {
	background-color: #339900;
}*/
.dark_blue_cell {
	background-color: #003366;
}
.blue_cell {
	background-color: #6666CC;
}
/*.light_green_cell {
	background-color: #66CC33;
}
.gold_cell {
	background-color: #CC9933;
}
.light_gold_cell {
	background-color: #FFCC66; 
}*/

/* form formatting */


.form_header {
	font-weight: bold;
	font-size: 13px;
}

.form_required {
	color: #FF0000;
}

.form_element_padding {
	padding-top: 4px;
	padding-bottom: 4px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* font-family: "Times New Roman", Times, serif, Arial, "Arial Narrow"; */
	font-size: 13px;
	color: #333333;
}

.form_full_width { 
	background-color: #FFFFFF; 
	border: 1px solid #666666; 
	width: 200px;
}

.form_half_width { 
	background-color: #FFFFFF; 
	border: 1px solid #666666; 
	width: 105px;
}

.form_pull_down { 
	background-color: #FFFFFF; 
	border: 1px solid #666666;
	/*font-size: 12px; */
	width: 92px;
}

.form_pull_down_full_width { 
	background-color: #FFFFFF; 
	border: 1px solid #666666;
	/*font-size: 12px; */
	width: 205px;
}

.form_full_width_disabled { 
	background-color: #999999; 
	border: 1px solid #666666; 
	width: 200px;
}

.form_half_width_disabled { 
	background-color: #999999; 
	border: 1px solid #666666; 
	width: 105px;
}

.form_pull_down_disabled { 
	background-color: #999999; 
	border: 1px solid #666666; 
	width: 92px;
}

.form_pull_down_full_width_disabled { 
	background-color: #999999; 
	border: 1px solid #666666; 
	width: 205px;
}

.form_radio {} 

.form_text_area { 
	background-color: #FFFFFF; 
	border: 1px solid #666666; 
	width: 477px;
}

.form_button {
	color: #FFFFFF;
	background: #006699;
	border: 1px outset #666666;
} 

/* hack to kill autofill for fields we don't want autofilled */
.autofill_killer {
	color: #FFFFFF;
}
