/* CSS Document */

body { background-image: url('../images/dora_bg.jpg');
       	margin:0; padding:0;
		font-family:Arial, Helvetica, sans-serif;
		font-size:9pt;
		text-align:left;
}

.container { width: 691px;
            background-color: white;
            padding-top:10px;
            border-top:solid 2px #cccccc;
}

#header { height:236px;}


#content { padding:15px;
           text-align:left;
    }


.divider { width:1px;
           background-color:#cccccc;
           height:100%;
           padding:5px 0;
}

#navbar li { list-style-type:none;
          text-align:left;
}

h3 {
font-family: tahoma;
font-size: 13px;
color: #000066;
}

h5 {
font-family: Monotype corsiva;
font-size: 20px;
color: #ff0000;
}


/*----------------- SIDEBAR --------------------*/

#sidebar { padding:15px;
color: #000000;
text-align:center;
    }

#sidebar_page {
color: #000000;
padding:10px;
text-align:center;
}

#sidebar_text_home {
padding-bottom: 15px;
text-align:left;
}

#home_list{ list-style: none;
            margin:0 20px;
            padding:0;
}


#sidebar_page li {
margin: 5px 10px;
border-bottom: 1px black solid;
color: #3d85aa;
font-size: 12px;
font-weight: bold;
}

#menu_list, p {text-align: left;
}


.sidebar_link {
text-decoration: none;
margin-top: 8px;
}


#sidebar_page a:hover {
text-decoration: none;
color: #3d85aa;
}

#sidebar_page a:visited {
text-decoration: none;
color: #3d85aa;
}

#texas_map {
border-bottom: 1px black solid;
}

.about_links {
list-style-image: url("../images/arrow.jpg");
}


/*----------------- END SIDEBAR --------------------*/

/*----------------- FOOTER --------------------*/

#footer { 
border-left:1px white solid;
border-right:1px white solid;
width: 690px;
padding:0px;
text-align:center;
font-size:8pt;
background-color:#ffffff;
}

#grey_bar_box { height:20px;
                background-color:#868686;
                margin-bottom:1px;
}

#grey_bar {
padding-top: 10px;
color: black;
height: 60px;
background-color: #aeaeae;
text-align:center;
}

/*----------------- END FOOTER --------------------*/


img {vertical-align:top;}
a, img { border:0;}


td { vertical-align:top;
     text-align:left;
}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}

input, textarea
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:0.75em;
		line-height:1.667em;
		color:#848484;
	}

input, select { vertical-align:middle; font-weight:normal;}

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

