/**************/
/* 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:#444444;
	color:#ccc;
	border:1px solid #555555;
}

/* main content area (body) */
#contentwrapper{
	background:#fff;
}

/* 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:#3366cc;
	/*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 #336699;
 text-transform:uppercase;
 text-align:center;
 line-height:32px;
}

/* secondary and tertiary menus (override) */
.menulist ul li {
 text-transform:none;
 background: #003366;
 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:#3366cc;
}
.menulist a.highlighted {
 color: #FFF;
 background:#000033;
}
/* same goes for second tier and down */
.menulist ul li a.highlighted {
 color: #ccc;
 background-image:none;
 background-color: #000033;
}
.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 #3366cc;
}

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

/* widget containers */
.widget{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	background: repeat-x url('/templates/images/widgetbg_gray.gif') white;
}

/* links */
.widget a:link, .widget a:visited{
	color:#3366cc;
	text-decoration:none;
}
.widget a:hover, .widget a:active{
	color:#3366cc;
	text-decoration:underline;
}

/* forms */
.widget input[type="text"], input[type="password"], input[type="submit"], .widget select, .widget textarea {font-size:11px; border:1px solid #ccc; padding:2px;}

/***************/
/* DISCUSSIONS */
/***************/

.discussionsThreadDisplay {border:1px solid #ccc;background-color:#eef;}
	.discussionsThreadTitle {font-size:14px;line-height:18px;font-weight:bold;}
	.discussionsThreadStatus {color:#666;}
.discussionsPostDisplay {border:1px solid #ccc;padding:5px;background-color:#eef;}
	.discussionsPostStatus {color:#666;}
	
	
/* ================= */
/* = 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;}
