/* Use this page to overwrite styles found in standard1.css - do not change standard1.css */

/*Grey Gradient Left Column  */
#grey_left_column {
	background-image: url(images/grey_gradient.jpg);
	background-repeat: repeat;
	padding: 0px 3px 0px 0px;
	padding-left: 0px;
	padding-bottom: 3px;
	width: 125px;
}

#greytop {
	background-image: url(images/grey_top.jpg);
	background-repeat: no-repeat;
	height: 10px;
}

#greybottom {
	background-image: url(images/grey_bottom.jpg);
	background-repeat: no-repeat;
	height: 10px;
}


/*Rounded Corner Right Top See Menu Updated on Standard 1 Style Sheet*/

.nav_about_box2 {
	background-color: #609;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 1px;
	background-image: url(images/purplecorner-r.jpg);
	background-position: right;
	background-repeat: no-repeat;
	width: 190px;
	}

/*Rounded Corner and Slogan Text above footer*/

#purple_bar {
	padding: 2px 0 0 80px;
	margin: 0;
	list-style: none;
	width: 670px;
	height: 16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background:#609;
	font-size: 11px;
	float: left;
	font-weight: bold;
	background-image: url(images/purplecorner-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left;
	}

/*DropDown Menu - Vertical 
#nav {
    padding: 0 0 0 10px;
    margin: 0;
    list-style: none;
    width: 740px;
    height: 20px;
    background:#609;
    margin-bottom: 5px;
    
    }
    
#nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#nav a {
    display: block;
    color:#FFFFFF;
    text-decoration:none;
}

#nav li {
    font-family:Arial, Helvetica, sans-serif;
    color:#FFFFFF;
    background:#609;
    font-weight:bold;
    float: left;
}

/*Drop down menu tags*/

#nav li ul {
    position: absolute;
    width: 125px;
    left: -999em;
    border: 1px solid #609;
}

#nav li ul li {
    width:119px;
    font-family:Arial, Helvetica, sans-serif; 
    font-size:10px; 
    font-weight:normal;
    border-bottom: 1px solid #609;
    clear:left;
    padding: 3px;
    background: #fff;
}

#nav li ul li a {
    color: #609;
    background-color:#fff;
    display:block;
    }


#nav li ul li a:hover{
    color: #609;
    background-color:#ccc;
    margin:0px;
    display:block;
}

#nav li:hover ul, #nav li.sfhover ul {
    left: auto;
}

/*End Drop down menu tags*/ 

/*Background Image Bottom Right

#boundary_bottom_image {
	width: 750px;
	margin:0px auto;
	border:0;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-image: url(images/tower.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	}

*/



