@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../img/background_gradient.png);
	background-repeat: repeat-x;
	background-color: #592025;
	margin: 0;
	padding: 0;
}

#header {
	width: 955px;
	height: 163px;
	margin: 0 auto;
	position: relative;
	background-image: url(../img/head_back.jpg);
}

#wrapper {
	width: 955px;
	top: 0px;
	margin: 0 auto;
	position: relative;
	font-size: 0.8em;
	line-height: 1.5em;
	background-color: #e4dc7a;
}

#breadcrumbs {
	width: 900px;
	height: 30px;
	vertical-align: middle;
	padding-bottom: 20px;
}

#middle {
	width: 915px;
	position: relative;
	float: left;
	background-color: #e4dc7a;
	padding-left: 40px;
	padding-top: 20px;
}

#topstory {
	float: left;
	width: 450px;	
}

#story {
	float: left;
	width: 560px;
	margin-bottom: 40px;	
}

#clear {
	clear: both;
}


#p {
	padding-bottom: 4px;
}

#imageleft {
	float: left;
	height: 100%;
	margin-right: 20px;
}

#imageright {
	float: right;
	margin-left: 20px;
}

#left {
	float: left;
}



#rightbar {
	width: 290px;
	float: right;
	position: relative;
	margin-right: 20px;
	padding-left: 20px;
	border-left-color: #cccc66;
	border-left-width: thin;
	border-left-style: solid;
	margin-bottom: 30px;
}

#rightbar img {
	text-align: center;
}

#rightbar ul li{
	line-height: 20px;
	padding-bottom: 5px;
}

#bottom {
	width: 935px;
	top: 0px;
	margin: 0 auto;
	position: relative;
	background-color: #250d0f;
	clear: both;
	height: 120px;
	bottom: 0px;
	color: #ffffff;
	font-size: 12px;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: -20px;
}

#bottom a {
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#bottom a:hover {
	text-decoration: underline;
	color:#CCCCCC;
}

#bottombadge {
	height: 60px;
	float: right;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
}

h1 {
	font-family: Impact, Helvetica, Arial, sans-serif;
	color: white;
	font-size: 60px;
	padding-left: 60px;
	padding-top: 50px;
	margin-bottom: 0px;
	font-weight: normal;
}

h2 {
	font-family: Impact, Helvetica, Arial, sans-serif;
	color: white;
	font-size: 22px;
	margin-top: 0px;
	padding-left: 170px;
	margin-bottom: 0px;
	font-weight: normal;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 20px;
	margin-top: 0px;
}

/* menu stuff */

ul.menu,
ul.menu li,
ul.menu ul {
	font-size: 18px;  
	z-index:100;
	background-color: #006600;
	
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.menu {
	position: relative;
	z-index: 100;
	float: left;
	padding-left: 20px;
	background-color: #006600;
	border-top: 1px solid #009900;
	border-bottom: 1px solid #009900;
	width: 935px;
}

ul.menu li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

ul.menu li.hover,
ul.menu li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.menu ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.menu ul li {
 float: none;
}

ul.menu ul ul {
 top: 1px;
 left: 99%;
}

ul.menu li:hover > ul {
 visibility: visible;
}

/* style the links for the top level */

.menu a, .menu a:visited {
	display:block;
	font-size:18px;
	font-weight: bold;
	vertical-align: middle;
	text-decoration:none; 
	color:#ffffff; 
	width:170px; 
	height:40px;  
	background: #006600; 
	padding-left: 20px; 
	line-height:40px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:170px; 
	w\idth:170px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#006600 bottom right no-repeat;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#006600 bottom right no-repeat;
}
.menu ul ul :hover > a.drop {
	background:#006600 bottom right no-repeat;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#006600;
}
/* style the third level hover */
.menu ul ul ul a:hover {background:#006600;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:40px;
	left:-20px; 
	width:170px;
	border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#006600; 
	color:#ffffff; 
	height:auto; 
	line-height: 30px; 
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 5px;
	width:170px;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:170px;
	w\idth:128px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#ffffff; 
	background: #00CC00;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#fff;
	background:#00cc00;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul{
	visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
	}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
	visibility:visible;
}
