/* 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 3px 3px;
	padding-left: 15px;
	padding-bottom: 3px;
	width: 120px;
}

#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;
}

/*Grey Gradient Caption*/

.caption2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom: 4px;
	background-image: url(images/grey_caption_gradient.jpg);
	background-position:  top left;
	background-repeat: repeat;
	padding-left: 15px;
	cursor: crosshair;
	}

#grey_caption_bottom {
	background-image: url(images/grey_caption_bottom.jpg);
	background-repeat: no-repeat;
	height: 10px;
	padding-bottom: 6px;
}

/*Rounded Corner Left Top Level Menu See Menu Update on Standard1 Style Sheet*/

/*Rounded Corner Right Top See Menu Update on Standard1 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: top right;
	background-repeat: no-repeat;
	width: 190px;
	height: 20px;
	}

/*Rounded Corner and Slogan Text above footer*/

#purple_bar {
	padding: 2px 0 0 85px;
	margin: 0;
	list-style: none;
	width: 665px;
	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;
	}

/*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/layout/tower_09.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	}

/*Alternate General Items Formatting*/
	
.general_items2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #609;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	border-bottom: 1px solid #609;
	margin: 0px 8px 10px 0;
	}

#nav {
	list-style: none;
	width: 498px;
	height: 21px;
	background:#609;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(images/purplecorner.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 50px;
	}
	
#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:#BBB8A6;
	margin:0px;
	display:block;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

.thumbnail-NoTopPad {
	padding: 5px;
	padding-top: 0px;
	}
