/* ADOT SCENIC ROADS WEB SITE STYLESHEET FOR INDEX PAGE ONLY       */



/* -------------------------------- */
/* HTML TAG RESET                   */
/* ---------------------------------*/
p, body {
	margin: 0px;
	padding: 0px;
}

/* -------------------------------- */
/* HTML TAG DEFINITION              */
/* -------------------------------- */
a:hover {
	visibility: visible;/* This is for IE 6 so the hover tag works on images */
}


/* -------------------------------- */
/* PAGE ELEMENTS                    */
/* -------------------------------- */
#container {/* This white space on the ADOT template for content */
	width: 100%;
	background-color: #FFFFFF;
	height: 600px;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(ScenicRoads_Common/Images/bg_images/bg_index.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

		/* -------------------------------- */
		/* HEADER                           */
			#header{
				clear: both;
				width: auto;
				min-height: 75px;
				height: auto;  /* Hack for IE6 */
				height: 75px; /* Hack for IE6 */
				vertical-align: middle;
				padding-top: 0px;
				padding-right: 30px;
				margin-top: 0px;
				margin-right: 350px;
				margin-bottom: 0px;
				margin-left: 0px;
			}
			#header h1 {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 26px;
				font-weight: lighter;
				letter-spacing: -1px;
				margin-top: 0px;
				margin-right: 20px;
				margin-bottom: 0px;
				margin-left: 30px;
				padding-top: 20px;
			}

		/* -------------------------------- */
		/* MAIN                             */

				/* -------------------------------- */
				/* STRAIGHT TEXT                    */
					div.straightText {
						padding: 0px;
						clear: both;
						height: auto;
						width: auto;
						margin-top: 0px;
						margin-bottom: 0px;
						margin-left: 0px;
						margin-right: 350px;
					}
					div.straightText p {
						height: auto;
						width: auto;
						margin-left: 30px;
						margin-right: 20px;
					}
					div.straightText h1 {
						font-family: Verdana, Arial, Helvetica, sans-serif;
						font-size: 18px;
						font-weight: lighter;
						letter-spacing: -1px;
						margin-top: 0px;
						margin-right: 20px;
						margin-bottom: 0px;
						margin-left: 30px;
						padding-top: 0px;
						border-bottom-width: 1px;
						border-bottom-style: none;
						border-bottom-color: #B77656;
						border-top-style: none;
						border-right-style: none;
						border-left-style: none;
					}
					div.straightText ul {
						list-style-image: url(ScenicRoads_Common/Images/bullet.gif);
						list-style-position: outside;
						margin-right: 20px;
						padding: 0px;
						margin-top: 5px;
						margin-bottom: 5px;
						margin-left: 50px;	
					}

				
