@charset "utf-8";
body  {
	font: 70% Arial, Helvetica, sans-serif;
	background: #FFFFFF url(img-ui/bg_masthead_tile.jpg) repeat-x;
	margin: 0;
	padding: 0;
	color: #666666;
}
a {
	font-weight: bold;
	color: #EA804D;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #E42038;
	border-style: none;
}
h1 {
	font-size: 140%;
	color: #6A7A49;
}
h2 {
	font-size: 120%;
	color: #6A7A49;
}
h3 {
	font-size: 110%;
	color: #BA9B8D;
}
#container {
	background: #FFFFFF;
	width: 80%;
} 
#header {
	position: relative;
	width: 100%;
	height: 205px;
} 
#masthead {
	background: #FFFFFF url(img-ui/bg_logo.gif) no-repeat right top;
	height: 205px;
}

#header h1{
}
#logo {
	position: absolute;
	height: 139px;
	width: 298px;
	left: 0px;
	top: 0px;
	background: url(img-ui/logo_main.gif) no-repeat;
}

#hdrDetails {
	position: absolute;
	height: 72px;
	width: 200px;
	right: 24px;
	top: 84px;
	color: #8CB060;
	font-size: 100%;
	font-weight: bold;
	text-align: right;
}

#logon form {
	margin: 0px;
	padding: 0px;
}
#logon {
	position: absolute;
	height: auto;
	width: 300px;
	top: 0px;
	right: 12px;
	background: #F2F6ED;
	padding: 4px;
	color: #96B463;
}
#submitLogon {
	color: #F5C3AC;
	background: #FCEEE8;
	border: 1px solid #D2DFBD;
	margin: 0px;
}
#logon input.txt {
	color: #E0001B;
	background: #FCFDFB;
	border: 1px solid #D2DFBD;
}
#header a {
}
#bgNav {
}
#navTab {
}
#gNav {
	position: absolute;
	height: 27px;
	width: 75%;
	left: 21px;
	top: 156px;
}
#gNav ul {
	margin: 0;
	padding: 0;
}
#gNav ul li {
	display: inline;
}
#gNav ul li a {
	display: block;
	float: left;
	font: bold 11px/28px Verdana, Arial, Helvetica, sans-serif;
	color: #F3C2AA;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 12px;
	padding-left: 12px;
	border: 1px solid #FFFFFF;
}
#gNav ul li a:hover, .sidebar a:hover, #header a:hover {
	color: #659223;
	background: #D2DFBD url(img-ui/bg_nav_over.jpg) repeat-x top;
	border: 1px solid #CEDEBB;
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer ul li {
	display: inline;
	font-weight: bold;
	color: #BBBAB9;
}
#footer ul li a {
	display: block;
	float: left;
	font: bold 11px/28px Arial, Helvetica, sans-serif;
	color: #B59788;
	text-decoration: none;
	padding-right: 6px;
}
#footer ul li a:hover {
	color: #FCC71F;
}
#mainContent {
	vertical-align: top;
	padding-right: 12px;
	padding-left: 12px;
	font-size: 110%;
}
#topFluff {
	background: #FCEEE8 url(images/contentHeroImg.jpg) no-repeat;
	height: 220px;
	width: 100%;
	overflow: hidden;
	border: 4px solid #FCEEE8;
}
#hdrUlined {
	padding-top: 4px;
	border-bottom: 1px solid #CECFCE;
	padding-bottom: 2px;
	margin: 0px 0px 18px;
}
.bg_flank {
	width: 42px;
}
#flankLeft {
	background: url(img-ui/bg_masthead_left.jpg) no-repeat;
}
#flankRight {
	background: url(img-ui/bg_masthead_right.jpg) no-repeat;
}
#sideContainer {
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: 100%;
}
.sidebar {
	background: #E2EED3;
	padding: 6px 10px 24px;
	color: #6F7E5A;
	margin-bottom: 4px;
}
.sidebar h2 {
	margin: 0px;
	padding: 9px;
	background: #F1F7EA;
}
.sidebar h3 {
	margin: 0px;
	padding-top: 9px;
}
.sidebar p {
}
.sidebar a {
	color: #EA804D;
	font-weight: bold;
	text-decoration: none;
}
.sidebar a:hover {
	font-weight: bold;
	color: #E0001B;
	background: #E2EED3;
	border-style: none;
}
.itemDate {
	font-size: 10px;
	text-align: right;
	margin: 0px;
	padding: 0px 0px 6px;
	border-top: 1px solid #C6D0B0;
	color: #A3A3A3;
}
.item_title {
	color: #C5D89C;
	margin: 0px;
	padding: 18px 0px 4px;
}

#footer {
	padding: 12px 10px 0 20px;
	height: 28px;
	background:#F5F1EF url(img-ui/bg_footer.gif) repeat-x;
	color: #606260;
	margin: 0px;
} 
#footer p {
	margin: 0; 
	padding: 10px 0;
}
.tblData {
	border: 1px solid #CCCCCC;
}
.tbl_td_data {
	border: 1px solid #F0F0F0;
}
.tbl_hdr {
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	background: #08827B;
	text-align: center;
}
#msgs, #errors {
	margin-top: 12px;
	padding-left: 12px;
	padding-right: 12px;
}
#msgs {
	border: 2px solid #007820;
	background: #F1F8F1;
	color: #006A24;
}
#errors {
	border: 2px solid #EF2F24;
	background: #FFFFCC;
	color: #EF2F24;
}
#errors h3, #msgs h3 {
	text-align: center;
	margin: 0px;
	padding-bottom: 6px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: blink;
}
.jumpMenu {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.btn_admin, .btn_adminDelete {
	color: #FFFFFF;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 2px 5px 3px;
	border-top: 1px solid #08827B;
	border-right: 2px solid #024B44;
	border-bottom: 2px solid #024B44;
	border-left: 1px solid #08827B;
	display: block;
	width: 75px;
	text-align: center;
}
.btn_admin {
	background-image: url(img-ui/bg_edit.gif);
	background-repeat: repeat-x;
}
.btn_admin a {
	color: #FFFFFF;
}
.btn_adminDelete {
	background-repeat: repeat-x;
	background-image: url(img-ui/bg_delete.gif);
}
.bdr_img, #projFeatureImg {
	border: 6px solid #B4B6B4;
}
.bdr_img{
	margin-bottom: 12px;
}
#projFeatureImg {
	float: left;
	margin: 0px 6px 2px 0px;
	padding: 0px;
}
.ok {
	color: #009900;
}
.notOK {
	color: #FF0000;
}
.pass {
	font: 18px "Courier New", Courier, mono;
	letter-spacing: .5em;
}
input.submit {
	color: #FFFFFF;
	background: #024B44 url(img-ui/bg_gnav.jpg) repeat-x center;
	border: 1px solid #024B44;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clrFloats {
	margin: 0px;
	padding: 0px;
	clear: left;
	height: 12px;
	width: 490px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
