/***********************************************/
/* css/style_textonly.css     
/* coded by Vishal Agarwala
/***********************************************/

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

html,body{
	text-align: center;
	/* background-color: #002a5c; */
	background-color: #4fb4ae;
	height:100%; /* needed for container min-height */
	padding-top: 5px;	
}

div {
	font-family: "Trebuchet MS","Lucida Grande",Verdana, Tahoma, Arial,sans-serif;
}

a {
	color: #000;
	text-decoration: none;
	outline: none;
}

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

h1 {
	display: none;
}

h2 {
	display: none;
}

h3 {
	font-weight: bold;
}

h4 {
	font-weight: bold;
	padding: 15px 0 5px 0;
}

p {
	padding-bottom: 10px;
}

strong {
	font-weight: bold;
}

* { 
	behavior: url(iepngfix.htc);
}

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

div#top_shadow {
	background: transparent url(../images/container_bg_top.jpg);
	color: #4fb4ae;
	width: 64.00em;
	margin: 0 auto;
	margin-bottom:-3px;
}

div#container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto;
	min-width: 832px;
	text-align: center;
	width: 64.00em;
	background: url(../images/container_text_bg.jpg) repeat-y;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#wrapper {
	margin: 0 auto;
	min-width: 792px;
	text-align: center;
	width: 60.92em;
	background: url(../images/base_text.jpg) no-repeat;
}

div#content_box {
	text-align: left;
	margin: 0 15px 0 15px;
	padding: 160px 0 80px 0;
}

div#IEroot #content_box {
	padding: 80px 0 80px 0;
}

div#content_box_header {
	height: 22px;
	background: url(../images/box_text_top.jpg) no-repeat;
	padding: 3px 0 0 10px;
	font-weight: bold;
}

div#content_box_main {
	background: #a1daed url(../images/box_text_bottom.jpg) bottom left no-repeat;
	padding: 10px 10px 20px 10px;
	margin-top: -3px;
	width: 742px;
}

div#submenu {
	width: 200px;
	float: left;
}

div#gis {
	padding-left: 220px;
}

div#footer {
	position:absolute;
	bottom: 0; /* stick to bottom */
	width: 700px;
	text-align: center;
	font-size: 85%;
	padding: 7px 0 10px 48px;
	line-height: 15px;
}
div#IEroot div#footer {
	left: 0;
	padding-left: 68px;
}
/***********************************************/
/* ID specific HTML tag styles                 */
/***********************************************/ 

div#masthead a {
	position: absolute;
	display: block;
	text-indent: -100em;
	overflow: hidden;
	outline: none;
}

div#content a {
	color: #069;
}

div#submenu li {
	padding-left: 20px;
	background: transparent url(../images/bullet_go.gif) no-repeat;
	margin-bottom: 7px;
}

div#submenu li a {
	position: static;
	display: incline;
	text-indent: 0;
	overflow: visible;
}

ul#download li {
	padding-left: 20px;
	background: transparent url(../images/bullet_pdf.gif) no-repeat;
	margin-bottom: 7px;
}

ul#download li a {
	position: static;
	display: incline;
	text-indent: 0;
	overflow: visible;
}

div#sitemap li a {
	position: static;
	display: incline;
	text-indent: 0;
	overflow: visible;
}

div#sitemap ul {
	padding-top: 5px;
}

div#sitemap li {
	padding-left: 20px;
	padding-bottom: 5px;
	background: transparent url(../images/bullet_green.gif) no-repeat;
}

div#footer a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px #000 dotted;
}

div#footer a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px #000 dotted;
}

/***********************************************/
/* Classes                                     */
/***********************************************/

.selected {
	position: absolute;
	display: block;
	text-indent: -100em;
	overflow: hidden;
}

/***********************************************/
/* Contact Form                                */
/***********************************************/

fieldset { border:0;margin:0;padding:0; }
label { display:block; }
input.text,textarea { width:300px;font:12px/12px 'courier new',courier,monospace;color:#333;padding:3px;margin:1px 0;border:1px solid #ccc; }
input.submit { padding:2px 5px;font:bold 12px/12px verdana,arial,sans-serif; }
