@import "reset.css";
@import "boxes.css";

/*
	GLOBAL
*/

body{
	background: #f7f7f7;
	font: normal .75em Verdana, Tahoma, Arial, sans-serif;
	line-height: 1.5em;
}

a{
	color: #ff8a00;
}

a:hover{
	color: #d47300;
}

#heading{
	min-width: 1000px;
	height: 334px;
	padding-bottom: 59px;
	overflow: hidden;
	
	background: white url(./../img/headingBackground.png) repeat-x;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
}
#menuFlash{
	min-height: 330px;
}

#wrapper{
	position: relative;
	bottom: 67px;
	width: 900px;
	margin: 0 auto;
	padding: 6px 30px 0 30px;
	
	background: url(./../img/underHeadingBackground2.png) right top no-repeat;
}

#bodier{
	/*background-color: red;*/
	/*border-left: 1px solid red;*/
	background: url(./../img/boiderLeftBorder.png) left bottom no-repeat;
}

#container{	
	position: relative;
	right: -2px;
	width: 635px;
	float: right;
}

#sidebarOuter{
	position: relative;
	top: -3px;
	left: -2px;
	width: 250px;
	float: left;
	
	background: #fefefe url(./../img/sidebarBackground.png) 0 38px repeat-x;
}

#sidebarOuter > div{
	background: url(./../img/sidebarBackgroundBottom.png) left bottom no-repeat;
	padding-bottom: 5px;
}

#sidebar{
	background: transparent url(./../img/sidebarBackgroundTop.png) no-repeat;
	/*background-color: red;*/
	/*min-height: 800px;*/
	height: 100%;
}

#footer{
	height: 29px;
	padding: 25px 25px 0 25px;
	clear: both;
	
	background: #9a1933 url(./../img/footerBackground.png) no-repeat;
	font-size: .88em;
}

/*
	MAIN MENU
*/

.menu, .menu a{
	font-size: 1.14em;
	text-decoration: none;
}

.menu dt{
	padding-top: 15px;
	height: 80px;

	background: url(./../img/menuArrowDown.gif) 220px 45px no-repeat;
	color: #8e8e8e;
	text-transform: uppercase;
}

.menu dt span{
	padding-top: 15px;
}

.menu dt span span{
	display: block;

	text-transform: lowercase;
}

.menu dt img{
	margin: 0 20px;
	float: left;

	vertical-align: middle;
}

.menu.closed dt{
	background-image: url(./../img/menuArrowRight.gif);
	color: #ff8a00;
	cursor: pointer;
}

.menu.closed.org dd{
	display: none;
}

.menu .opened{
	color: #8e8e8e;
}

.menu dd a{
	display: block;
	margin-bottom: 3px;
	padding: 0 0 7px 100px;
	
	background: url(./../img/menuArrowRightWithDash.gif) 65px 6px no-repeat;
	font-size: 1em;
}

/*
	FOOTER
*/

#footer ul{
	float: left;
	overflow: hidden;
}

#footer li{
	padding: 0 15px;
	float: left;
	
	border-left: 1px solid #fff;
}

#footer li:first-child{
	padding-left: 0;

	border: none;
}

#footer li a{
	text-decoration: none;
}

#footer p{
	color: #fff;
	text-align: right;
}

#heex{
	float: right;
	margin: 0.3em 20px 0 0;
	/*background: #f7f7f7;*/
}
#heex *{
	float: left;
}
#heex a{
	margin-left: .6em;
	font-weight: bold;
}