/***********************************************/
/* styles.css                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
}
/* overrides decoration from previous rule for hovered links */

/***********************************************/
/* Header Styles                               */
/***********************************************/

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #006699;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

/***********************************************/
/* List Styles                                 */
/***********************************************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

/***********************************************/
/* Text Styles                                 */
/***********************************************/

.text1 {
	font-family: tahoma;
	font-size: 10px;
	color: #4e4e4e;
	font-weight: bold;
}
.text2 {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #8A8EC1;
}
.text3 {
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #BF302C;
}
.text4 {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #5C5C5C;
}
.text5 {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #BF302C;
}	

.text6 {
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.text7 {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.text8 {

	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #94AEC5;
}
.text9 {


	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #4E4E4E;
}
.text10 {
	font-family: tahoma;
	font-size: 10px;
	font-style:italic;
	color: #BF302C;
}
.text11 {
	font-family: tahoma;
	font-size: 14px;
	color: #5C5C5C;
}
.text12 {
	font-family: tahoma;
	font-style:italic;
	font-size: 14px;
	color: #BF302C;
}
.text13 {
	font-family: tahoma;
	font-size: 11px;
	color: #5C5C5C;
}
.text14 {
	font-family: tahoma;
	font-size: 11px;
	font-style:italic;
	color: #5C5C5C;
}
.text15 {

	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
}
.text16{
    font-family: tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #5C5C5C;
	}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#top{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	margin: 0 85% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
text-align:left;
margin-left:10px;
margin-right:10px;

}


/***********************************************/
/*Component Divs                               */
/***********************************************/

/************* #shade1 styles *************/
#shade1{
background-color:#CCCCCC
}

/************* #shade2 styles *************/
#shade2{
background-color:#FFFFFF
}

/************* #ip styles *************/
#ip{
 color: #006699; 
}

/************* #range styles *************/

#range{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}

/************** #info styles *****************/

#info{
	padding: 10px 0px 0px 10px;
	font-family: tahoma;
	font-size: 13px;
	color: #5C5C5C;
}

#info p{
	padding: 0px 0px 10px 0px;
}



/************* #siteInfo styles ***************/

#siteInfo{	
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they touch */

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html body #navBar li {border-bottom: none;}

/*********** #link1 styles ***********/

#link1{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

#link1 h3{
	padding: 10px 0px 2px 0px;
}

/********* #link2 styles ***********/

#link2{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size:90%;
	background-color: #ffffff;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;

}

#map{
}

#button-background{
background-image:url(images/button-orange.jpg);
}

#footer-background{
background-image:url(images/footer.jpg);
}

#forms{
border-bottom:solid 1px;
 border-left:solid 1px; 
 border-right:solid 1px; 
 border-top:solid 1px; 
 text-align:left;
}