/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
    margin: 0; 
    padding: 0; 
    border: 0; 
}

body {
/*  this is moved to cuidentity.css to avoid it being shown in the content editor
	background-image: url(/images/pagebg.jpg);
	background-repeat: repeat-x;
  */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
  
#left {
    float: left; 
	width: 167px;
	position: relative;
	top: 0px;
	left: 40px;
	border-right: 1px solid #000000;
	margin-bottom: 0px;
	padding-bottom: 50px;
}

#center { 
	margin: 14px 252px 0px 220px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	padding-bottom: 50px;	
}

#centerwide { 
	margin: 14px 40px 0px 220px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	padding-bottom: 50px;
}

#center ul, #centerwide ul {
	margin-left: 20px;
}
#center li, #centerwide li {
	list-style-position: outside;
	list-style-type: square;	
}


#right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 182px;
	padding: 10px;
	display: inline;
	float: right;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;	
	background-color: #eeeeee;
	margin: 15px 40px 0px auto;
	padding-bottom: 50px;	
	line-height: 15px;
}

#right img { float: right; margin: 0px 0px 10px 10px; }

/* The CSS that's required to position the footer */
/*  
	html
	{
		height: 100%;
	}

	body
	{
		height: 100%;
	}

	#contents
	{
		position: relative;
		min-height: 100%;
	}

	* html #contents
	{
		height: 100%;
	}
  */
  
#footer {
    /*  position: relative;  */
    /*  margin: -40px 40px 0px 40px;  */
	/*  _margin-top: 0px; needed in IE to show top border */
	/* _top: -30px; needed in IE to move up block */
    /*  text-align: center;    */
    /*  font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;  */
    /*  border-top: 1px solid #46541B;
    padding: 5px 15px 0px 15px;  */   
    clear: both; 
	padding: 0px 40px 5px 40px;
	line-height: 15px;
}

#footer td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	padding-top: 5px;
	text-align: center;
}

ul#mainnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	margin: 0px;
	padding: 0px;
	width: 165px;
	float:left;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;	
}

ul#mainnav li {
	list-style-type: none;
	line-height: 24px;
	margin: 0px;
	border-top: 1px solid #fff;
	padding: 0px 0px 0px 25px;
	background: #D8E5AF;	
}

ul#mainnav li a { 
	color: #000000; 
	text-decoration: none;
}

ul#mainnav li.sel a { 
	color: #ffffff;
}

ul#mainnav li.sel {
	background-image:url(/images/bullet1.gif);
	color: #ffffff;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: 10px 6px;
}

ul#mainnav ul.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0px 0px 0px -25px;
	padding: 0px;
	width: 165px;
}

ul#mainnav ul.subnav li {
	list-style-type: none;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 0px 38px;
	background-color: #DDDDDD;
}

ul#mainnav ul.subnav li.sel {
	background-image: url(/images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 26px 9px;
	background-color: #cccccc;
	color: #000000;
}

ul#mainnav ul.subnav li ul.subnav { /* added by sdawson for l3 nav */
	font-size: 11px;
	margin-left: -38px;
	width: 165px;
	text-indent: 10px;
}

ul#mainnav ul.subnav li ul.subnav li.sel { /* added by sdawson for l3 nav */
	background-position: 36px 10px;
}

ul#mainnav ul.subnav li ul.subnav li ul.subnav { /* added by sdawson for l4 nav */
	font-size: 11px;
	margin-left: -38px;
	width: 165px;
	text-indent: 15px;
	font-style: italic;
}

ul#mainnav ul.subnav li ul.subnav li ul.subnav li.sel { /* added by sdawson for l4 nav */
	background-position: 42px 10px;
}

ul#mainnav ul.subnav li a { 
	color: #000000; 
} 

ul#mainnav ul.subnav li.sel a { 
	color: #000000;
}

#masthead {
	background-image: url(../images/landscape.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 187px;
	background-color: #000000;
}
#navstrip {
    height: 30px;
	background-image: url(/images/mainnavbg.jpg);
	background-repeat: repeat-x;
}
#utils {
	width: 300px;
	position: absolute;
	top: 261px;
	right: 50%;
	margin-right: -389px;
	text-align: right;
	z-index: 2;
	height: 30px;
}
ul#edlist  { margin: 0px; padding: 0px; }
ul#edlist li {
	margin: 0px;
	float: right;
	display: table-cell;
	position: relative;
	padding: 7px 10px 0px 10px;
	margin: 1px 0px 0px 0px;
	height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #999999;	
}

ul#edlist li a { text-decoration: none; color: #ffffff;}

h1, .newsTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	
	margin-bottom: 10px;
}

#center p, #centerwide p, #right p { margin-bottom: 15px; } 

a, a:visited {
	color: #6F7D4C;
	text-decoration: none;
	font-weight: bold;
}
a:hover { text-decoration: underline; }

/*
	These styles may be used in the shared code which drives this web site
*/

/* username/password login prompts */
.user_pass {
	font-family: Helvetica, Verdana, sans-serif; 
	font-size: 12px; 
	color: #B40000; 
	font-style: normal; 
	text-decoration: none; 
	font-weight: normal;
}

/* next 3 are user prompt styles for errors, warnings, and informational messages */

.errorText {
	font-family : Helvetica, Verdana, sans-serif;
	font-size : 11px;
	color: Red;
	font-weight : bold;
}

.warnText {
	font-family : Helvetica, Verdana, sans-serif;
	font-size : 11px;
	color: Orange;
	font-weight : bold;
}

.smallInform {
	font-family : Helvetica, Verdana, sans-serif;
	font-size : 11px;
	color: Green;
	font-weight : bold;
}

/*  common styles for listings  */
.listHeadingRow {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #4f3c0d;
	background-color: #D8E5AF;
}
.listFirstRow {
	background-color: #FFFFFF;
}
.listAlternateRow {
	background-color: WhiteSmoke;
}

/*  news module styles  */

#news_headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
#news_dateline, .newsDetailsItemDate {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
}
#news_display td p {
	margin: 0px;
	padding: 0px;
}

/* used to make colored grid in a table w/out using table borders */
.colored {
	background-color : #BED0D2;
}
.clear {
	background-color : White;
}

/* next 3 are used for form field labels */
.required  {
	color : #B40000;
	font-size : 10px;
}
.optional  {
	color : Black;
	font-size : 10px;
}
.disable  {
	color : Silver;
	font-size : 10px;
}

/* some common font sizes */
.smallFont {
	font-size : 11px;
	font-family : Helvetica, Verdana, sans-serif;
}
.tinyFont  {
	font-size : 9px;
	font-family : Helvetica, Verdana, sans-serif;
}

/* button-type links */
.buttons {
	color: #0000A3;
	text-decoration: none;
	font-size: 10px; 
	font-family : Helvetica, Verdana, sans-serif;
}

.buttons:VISITED {
	color: #0000A3;
	text-decoration: none;
}

.buttons:HOVER {
	color : #016874;
	text-decoration: underline;
}

/* "Site by WDG" signature */
.wdgSiteSig, .wdgSiteSig:link, .wdgSiteSig:visited {
	color: DarkGray;
}

/* pretty-looking input boxes */
.styled_input { 
	font-family: Helvetica, Arial, sans-seriff;
	font-size: 12px; 
	background-color:#f9f1dd;
	color:Black;
	border-width:1px; 
}

/* form submit buttons */
.cmdBtn {
	font-size: 11px;
}
