/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
}

h1 {
	font-size: 1.9em;
	font-weight: normal;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
}

h3 {
	font-size: 1.1em;
	font-weight: normal;
}
legend {
	font-weight: bold;
	margin-bottom: 10px;
}
label {
}

input {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

fieldset {
	padding: 10px;
	border: 1px solid #005469;
	width: 70%;
	margin-top: 10px;
}
legend {
	color: #005469;
}



/***********************************************/
/* Main Layout Divs                              */
/***********************************************/

#container {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 30px;
	background: url(../img/bkg_plan.gif) repeat-y center top;
}
#wrapper {
	width: 760px;
	text-align: left;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-color: #005469;
	width: 100%;
	height: 149px;
}
#main_nav {
	font-size: 0.7em;
	margin-bottom: 15px;
}
#leftcol {
	float: left;
	width: 180px;
	margin-right: 30px;
}

#content {
	width: 530px;
	float: left;
	font-size: 0.8em;
	color: #005469;
}
#book {
	width: 750px;
	font-size: 0.7em;
	color: #005469;
}
#bflash {
	text-align: center;
	background-color: #e5e9ea;
}


#footer {
	background-color: #002C35;
	width: 100%;
	height: 68px;
	background-image: url(../img/footer_stripes.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#copyright {
	width: 760px;
	text-align: left;
	color: #FFFFFF;
	font-size: 0.7em;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}


/***********************************************/
/* Link Styles                                */
/***********************************************/

a:link, a:visited{
	color: #9D080D;
	text-decoration: none;
}
a:hover{
	color: #9D080D;
	text-decoration: underline;
}

/***********************************************/
/* Footer Link Styles                                */
/***********************************************/

#copyright a:link, #copyright a:visited{
	color: #fff;
	text-decoration: none;
}
#copyright a:hover{
	color: #fff;
	text-decoration: underline;
}

/***********************************************/
/* fly out menu                              */
/***********************************************/

	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 165px;
	}
	
	#nav li { /* all list items */
	position : relative;
	float : left;
	}
	
	#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 165px;
	margin-top : -23px;
	padding: 0px;
	}
	
/* 1st-level links */
	#nav li a { 
	width: 135px;
	w\idth : 135px;
	display : block;
	color : #9D080D;
	text-decoration : none;
	height: 23px;
	line-height: 23px;
	padding-left: 30px;
	}
	
	#nav li a:hover {
	color : #FFFFFF;
	background: #FFFFFF url(../img/bkg_nav_o.gif) no-repeat;
	}
	
/* 2nd-level links */
	#nav li ul li a {
	width: 165px;
	w\idth : 165px;
	display : block;
	color : #9D080D;
	text-decoration : none;
	height: 23px;
	line-height: 23px;
	padding-left: 10px;
	background: #e5e9ea;
	}
	
	#nav li ul li a:hover {
	color : #FFFFFF;
	background: #e5e9ea url(../img/bkg_subnav_o.gif) no-repeat}
	
	
/* magic */
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}





/***********************************************/
/* Home page Layout Styles                     */
/***********************************************/

#htop_txt {
	width: 310px;
	float: left;
}

#htop_img {
	width: 220px;
	float: left;
	text-align: right;
}
#who {
	width: 290px;
	float: left;
	margin-right: 20px;
}
#ads {
	width: 220px;
	float: left;
}

#content p {
	margin-top: 0.7em;
	margin-bottom: 0em;
}

/***********************************************/
/* Download Layout Styles                     */
/***********************************************/

#dloads {
	background-color: #E5E9EA;
	font-size: 0.7em;
	color: #005469;
	padding: 10px;
}
#dloads p {
	margin-top: 0.7em;
	margin-bottom: 0.7em;
}
/***********************************************/

.nospace {
	margin: 0px;
	padding: 0px;
}
.homep {
	margin: 0px;
}


.divide {
	clear: both;
	background-image: url(../img/rule.gif);
	background-repeat: no-repeat;
	height: 59px;
	background-position: center;
}
.red {
	color: #FF0000;
}
.labelfloat {
	float: left;
	width: 110px;
}
.inputmarg {
	margin-bottom: 5px;
}
.imgright {
	float: right;
	margin-bottom: 0px;
	margin-left: 20px;
}


#inquiry #submitbutton{
	margin-top: 10px;
}

#login #submitbutton{
	margin-top: 10px;
	margin-left: 110px;
}
#ads p {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}
blockquote {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
}
#enviro_intro {
	background-color: #E5E9EA;
	font-size: 0.7em;
	color: #005469;
	padding: 10px;
}
#content_enviro {
	width: 530px;
	float: right;
	font-size: 0.8em;
	color: #005469;
}
#leftcol_enviro {
	float: left;
	width: 180px;
	margin-right: 30px;
}

/***********************************************/
/* Home page finance box                    */
/***********************************************/

#promo {
	background-color: #E5E9EA;
	font-size: 0.7em;
	color: #005469;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#promo p {
	margin-top: 0.7em;
	margin-bottom: 0.7em;
}
/***********************************************/
/* site map                    */
/***********************************************/

#content ul li {
	margin-bottom: 5px;
	background: url(../img/arrow.gif) no-repeat 0px 4px;
	list-style: none;
	padding-left: 12px;
}
#content ul li ul {
	margin-top: 5px;
	font-size: 11px;
}
.nadz {

	width: 530px;
	float: left;
	font-size: 1.0em;
	color: #005469;
}

