/* CSS Document */


/* GENERAL 
_____________________________________________________________________________*/


body {
	background-color: #D4E5D5;
	font: 10pt Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 1.5em;
}

html { 
	margin-bottom: 1px;
	min-height: 100%; 
	height:100%;
	}
 
* { 
	padding:0; 
	margin:0; 
	border: 0; 
}
 

div { 
	border: 0px solid #ccc; 
}

table { 
	cellspacing: 0;
	cellpadding: 0;
}
 
.clear { 
	clear: both; 
	height: 1px;
	overflow: hidden;
}
 
img { 
	border: 0; 
	vertical-align: bottom; 
}
 
/*     FORMS
__________________________________________________*/

input  {
	background-color: transparent;
	background: transparent;
	color: #FFFFFF;
	padding-left: 3px;
}

input.submit_nmcat {
	border: 0px;
	background-color: none;
	color: #BDE3BE;
	font-style: italic;
	font-eight: bold;
	padding: 0 0 50px 560px;
	_padding: 0 0 50px 440px;
	font-family: "Times New Roman", Times, serif;
}

*:first-child+html input.submit_nmcat { /* FOR IE7 */
	padding: 0 0 50px 440px;
}

 /*\*/
 html>body*input {
	color: #1875AE;
}
 /**/

 /*\*/
 html>body*input.submit_nmcat {
	padding: 0px;
}
 /**/

 /*\*/
 html>body*#submit {
	padding: 0 0 50px 540px;
}
 /**/

.checkbox {
	margin-right: 10px;
}

.form_input {
	float: left;
	width: 150px;
	height: 30px;
}

.text, .textarea {
	float: left;
	width: 450px;
	background-color: transparent;
	border: 1px solid #FFFFFF;
}

.textarea {
	height: 100px;
	color: #FFFFFF;
	padding-left: 3px;
	overflow: auto;
}

 /*\*/
 html>body*.text, .textarea {
	background-color: #FFF;
	color: #1875AE;
}
 /**/

/* LINKS
_____________________________________________________________________________*/

a { 
	text-decoration: none; 
	color: #BCE3BE;
}

a:hover { 
	text-decoration: none; 
	color: #FFFFFF;
}

a.active { 
	text-decoration: none; 
	color: #FFFFFF;
}

a.active:hover { 
	text-decoration: none; 
	color: #BCE3BE;
}

.navlink {
	width: 250px;
	height: 40px;
	background-image: url(/images/arrow_right.jpg);
	background-repeat: no-repeat;
	background-position: 0 1px;
	font-weight: bold;
	text-transform: uppercase;
}

a.nav {
	display: block;
	margin-left: 18px;
	padding-bottom: 10px;
}

.line {
	border-bottom: 1px solid #FFFFFF;
}

.active {
	color: #FFFFFF;
}

a.more {
	color: #FFFFFF;
	display: block;
	width: 45px;
	height: 23px;
	background-image: url(/images/arrow_right.jpg);
	background-position: 35px 4px;
	background-repeat: no-repeat;
	font-style: italic;
	float: right;
}

/* HEADER
_____________________________________________________________________________*/

h1 {
	font-size: 10pt;
	margin-bottom: 20px;
}

h1.inline {
	font-size: 10pt;
	margin-bottom: 0px;
}

h2 {
	font-size: 10pt;
	display: inline;
	color: #BCE3BE;
}

h3 {
	font-size: 10pt;
	display: inline;
}

#nav_menu {
	margin-bottom: 30px;
}

/* CONTENT
_____________________________________________________________________________*/

#container {
	width: 850px;
	margin-left: auto;
	margin-right: auto; 
}

#content_back {
	background-image:url(/images/bg_repeat.jpg);
	background-repeat:repeat-y;

}

#content_top {
	background-image:url(/images/bg_top.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#content_bottom {
	background-image:url(/images/bg_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#text {
	min-height: 567px;
	height: auto !important;
	height: 567px;
	padding: 15px 80px 25px 100px;
	position: relative;
}

#right_column {
	position: absolute;
	left: 420px;
	top: 10px;
	width: 300px;
}