/*
	red: rgb(176,25,32)
	blue: rgb(64,79,98)
	
	red:#b01920;
	blue:#404f62;

Sunday:
	background:#f8f8f8;;
Monday {
	background:cornsilk;
Tuesday {
	background:#ff9933; 
Wednesday {
	background:#deb887;
Thursday {
	background:#8fbc8f;
Friday {
	background:#ff8888;
Saturday {
	background:#b0c4de;
*/

html {
	font-family:verdana,"luxi sans",sans-serif;
	height:100.2%;
}
body {
 background-color: #fff;
 margin-top: 0px;
}
#wrapper {
	position:relative;
	text-align: center;
	width: 960px;
	margin: 0 auto;
}
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 104px;
	background:#ffffff;
	background-image: url(../images/logo.png);
	background-repeat:no-repeat;
	text-align:center;
	z-index:1000;
/*	border-left:1px solid #ccc;
	border-right:1px solid #ccc;*/
}
#header h1 {
	font-size:18px;
	color:rgb(64,79,98);
	margin:0;
	padding:32px 0 8px 0;
	font-style:italic;
}
.welcome {
	font-size:12px;
	color:rgb(176,25,32);
}
#search {
 position: absolute;
	top:6px;
	left:716px;
	width:250px;
}
#search input {
	font-size:10px;
	font-family:verdana,"luxi sans",sans-serif;
	color:#666;
}	

#userbar {
 position: absolute;
	top:64px;
	left:760px;
	width:200px;
	height:16px;
	font-size:11px;
	background:#fff;
	color:rgb(57,57,107);
}
#userbar a {
	color:rgb(57,57,107);
}
#userbar a:hover {
	color:#c00;
}

/* Drop Down Menu style*/
#menubar {
	position: absolute;
	top:104px;
	left:0px;
	width: 960px;
	height: 24px;
/*	border-top:2px solid #e8e8e8;
	border-bottom:2px solid #e8e8e8;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;*/
	z-index:100;
}

#bc {
	width:360px;
	float:left;
	text-align:left;
	font-size:10px;
	color:rgb(64,79,98);
	line-height:24px;
	padding-left:8px;
}
#bc a:hover {
	color:rgb(176,25,32);
}
#menu {
	width:580px;
	float:right;
}
#menuh {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
/*	margin:2em;*/
/*	margin-top: 1em;*/
}
#menuh a {
	text-align: center;
	display:block;
	border: 0; /*1px solid #eee;*/
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
}
#menuh a:link, #menuh a:visited, #menuh a:active {	/* menu at rest */ 
	color: 333;
/*	background-color: #fff;*/
	text-decoration:none;
}
#menuh a:hover {	/* menu at mouse-over  */
	color: #fff;
	background-color: rgb(64,79,98);
	text-decoration:none;
}	
#menuh a.top_parent, #menuh a.top_parent:hover {  /* attaches down-arrow to all top-parents */
/*	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;*/
	background-color: #fff;
	background-image: url(../images/flag_sm.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-weight:bold;
	color:#333;
	text-align:left;
	padding-left:24px;
}
#menuh a.top_parent:hover {
	color:#c00;
}
#menu a.this_one {
	background:rgb(208,214,233); /*#ddd*/
	background-image: url(../images/flag_sm_this_one.png);
	background-position: left center;
	background-repeat: no-repeat;
}
#menuh a.parent, #menuh a.parent:hover {	/* attaches side-arrow to all parents */
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
#menuh ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:80px;	/* width of all menu boxes */
}
#menuh li {
	position:relative;
	min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
}
#menuh ul ul {
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
/*	padding: 1em;*/
	background-image:url(../images/dropdown_bg.png);
	margin:0; /*0 0 0 -2em;*/
	width:160px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#menuh ul ul li {
	border-top:1px solid #ccc;
}
#menuh ul ul ul {
	top:0;
	left:100%;
}
div#menuh li:hover {
	cursor:pointer;
	z-index:100;
}
div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

#credits {
	clear:both;
	background:#fff;
	background-image:	url(../images/mws_button.png);
	background-repeat:no-repeat;
	background-position: 642px 0;
	text-align:center;
	color:#aaa;
	padding:8px 0 8px 0;
	font-size:10px;
}
#credits a {
	color:#aaa;
}
#credits a:hover {
	color:#c00;
}
#homecredits {
	position:absolute;
	width:960px;
	top:700px;
	left:0px;
	background:#fff;
	background-image:	url(../images/mws_button.png);
	background-repeat:no-repeat;
	background-position: 642px 0;
	padding:8px 0 8px 0;
	text-align:center;
	color:#aaa;
	font-size:10px;
}

#foot {
	clear:both;
	color:#fff;
	font-size:11px;
	text-align:center;
	height:16px;
	line-height:16px;
}
#foot a {
	color:#fff;
}
#foot a:hover {
	color:#333;
}
#hotline {
	background-color:rgb(176,25,32);
	float:left;
	width:200px;
}
#webmaster {
	background-color:rgb(176,25,32);
	float:right;
	width:192px;
	text-align:right;
	padding-right:8px;
}
#fcontent { 
	background-color:rgb(176,25,32);
	float:left;
	width:560px;
}

