/**************/
/* MAIN STUFF */
/**************/

body{
	background:url('/templates/images/bgstrip2.gif') repeat-x #55555A;
	font-family:"Trebuchet MS", "Lucida Sans", helvetica, arial, sans-serif;
	font-size:11px;
	color:#333;
}

/* color for links above global nav */
#prenav{
	color:#ccc;
}
#prenav a:link, #prenav a:visited {color: #ccc; text-decoration:none;}
#prenav a:hover, #prenav a:active {color: #ffcc33; text-decoration:underline;}

/* global site search box */
#sitesearch input {
	background:#EEEEEE;
	color:#222222;
	border:1px solid #555555;
}

/* main content area (body) */
#contentwrapper{
	background:#333;
	color:white;
	font-family:arial;
}

/* breadcrumbs bar */
#breadcrumbs{
	background:url('/templates/images/breadcrumbbg.gif') repeat-x #58585E;
	color:#eeeeee;
}
#breadcrumbs a:link, #breadcrumbs a:visited {color: #ffffff; text-decoration:none;}
#breadcrumbs a:hover, #breadcrumbs a:active {color: #ffffff; text-decoration:underline;}

/* footer */
#footer{
	color:#eeeeee;
	background:#222222;
	text-align:center;
}
#footer a:link, #footer a:visited {color: #ffffff; text-decoration:none;}
#footer a:hover, #footer a:active {color: #ffffff; text-decoration:underline;}

/**************/
/* GLOBAL NAV */
/**************/

/* global nav color */
#globalnav{
	background:#397ca6;
	/*background-image: url("/templates/images/globalheader_red.png");*/
}

/* menu font */
.menulist {
	font-family:"Lucida Sans", helvetica, arial, sans-serif;
}

/* first tier list items (buttons across global nav) */
.menulist li {
 border: 1px solid #666;
 text-transform:uppercase;
 text-align:center;
 line-height:32px;
}

/* secondary and tertiary menus (override) */
.menulist ul li {
 text-transform:none;
 background: #222;
 text-align:left;
 line-height:16px;
}

/* Menu links -- top level and down */
.menulist a {
 color: #fff;
 text-decoration: none;
 font-weight:normal;
 letter-spacing:normal;
}

/* Menu links - second level down (override) */
.menulist ul li a {
 color: #ccc;
 text-decoration: none;
 font-weight:normal;
 letter-spacing:normal;
}

/* More on menu links --top level ad down */
/* 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
 background:#222;
}
.menulist a.highlighted {
 color: #FFF;
 background:#111;
}
/* same goes for second tier and down */
.menulist ul li a.highlighted {
 color: #ccc;
 background-image:none;
 background-color: #333;
}
.menulist ul li a:hover, .menulist ul li a.highlighted:hover, .menulist ul li a:focus {
	color:#fff;
 	background: url('/templates/images/highlightarrow.gif') no-repeat 4px 8px #666;
}

/*****************/
/* WIDGET STYLES */
/*****************/

/* widget containers */
.widget{
	background: none;
	font-size:12px;
	line-height:16px;
}

/* links */
.widget a:link, .widget a:visited{
	color:#aaaa00;
	text-decoration:none;
}
.widget a:hover, .widget a:active{
	color:#aaaa00;
	text-decoration:underline;
}
.widgetTitle, h2{
	font-size:18px;
	color:yellow;
	font-weight:normal;
}

/* ================= */
/* = FLASH CONTENT = */
/* ================= */

.flashwarn{
	color:#999999;
}
.flashwarn a:link, .flashwarn a:visited {color: #666666; text-decoration:none;}
.flashwarn a:hover, .flashwarn a:active {color: #666666; text-decoration:underline;}
