/* @override 
	http://tahiti/uafs_new/styles/styles.css
*/

@import url("reset.css");

/* @group Basic */

body {
	font: 12px Verdana, Arial, sans-serif;
	color: #fff;
}

h1 {
	font: normal 16px Verdana, Arial, sans-serif;
	margin-bottom: 18px;
	text-transform: uppercase;
	color: #fff;
}

h2 {
	margin-bottom: 10px;
	font-size: 14pt;
	text-transform: uppercase;
	color: #77755c;
}

h3 {
	margin-bottom: 10px;
}

p {
	margin-bottom: 18px;
	line-height: 17px;
}

table {
	margin-bottom: 18px;
}

ul {
	margin-bottom: 18px;
}

a:link, a:visited {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}

a:hover, a:active, a.active:link, a.active:visited {
	color: #ffda69;
	font-weight: normal;
	text-decoration: none;
}

/* @end */

#content {
	width: 761px;
	margin: 7px auto;
}

#main {
	background-color: #77755c;
	padding: 29px 40px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
}

#nav {
	margin: 0 0 3px;
	font-size: 0;
	background-color: #77755c;
}

#banner {
	margin: 0 0 3px;
	font-size: 0;
	background-color: #77755c;
	line-height: 0;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-indent: 0;
	letter-spacing: 0;
	word-spacing: 0;
}

#graphic {
	float: right;
	margin: 6px 0 0 15px;
}

#subnav {
	list-style: none;
	margin-bottom: 18px;
}

#subnav li {
	list-style: none;
	display: inline;
	text-transform: uppercase;
}

#subnav a:link, #subnav a:visited {
	font-weight: bold;
	text-decoration: none;
}

#subnav a:hover, #subnav a:active {
	font-weight: bold;
	text-decoration: none;
}

.squeeze {
	padding: 0 22px;
}

.col1 {
	float: left;
	width: 280px;
}

#detail {
	background-color: #fff;
	color: #77755c;
	width: 500px;
	padding: 20px;
	position: absolute;
	margin-left: 150px;
	display: none;
	border: 4px solid #77755c;
}

.detail {
	background-color: #fff;
	color: #77755c;
	width: 500px;
	padding: 20px;
	position: absolute;
	margin-left: 10px;
    
	display: none;
	border: 4px solid #77755c;
}

.detail a:link, .detail a:visited {
	color: #77755c;
	font-weight: bold;
	text-decoration: none;
}

.detail a:hover, .detail a:active {
	color: #ffda69;
	font-weight: bold;
	text-decoration: none;
}

.detail .col1 {
	font-weight: bold;
	width: 140px;
}
/**/

#detail a:link, #detail a:visited {
	color: #77755c;
	font-weight: bold;
	text-decoration: none;
}

#detail a:hover, #detail a:active {
	color: #ffda69;
	font-weight: bold;
	text-decoration: none;
}

#detail .col1 {
	font-weight: bold;
	width: 140px;
}

#footer {
	font-size: 10px;
	color: #77755c;
	line-height: 18pt;
	margin-top: 12px;
}

#footer a:link, #footer a:visited {
	text-decoration: underline;
	color: #77755c;
}

#footer a:hover, #footer a:active {
	text-decoration: none;
	color: #77755c;
}