/*** CONTAINING ELEMENTS ***********************/

html {
	font: 12px Arial, sans-serif;
}
body {
	margin: 0;
	padding: 0;
	background: url('../layout/body.png') repeat-y center;
}
#container {
	width: 750px;
	height: auto;
	margin: 0 auto;
	background: #9C0 url('../layout/sideback.png') no-repeat bottom left;
}
#preload {
	position: absolute;
	top: -50px;
}
* html body {
	background: url('../layout/bodyie.png') repeat-y center;
} /* IE HACK */
.center {
	text-align: center;
}
.break {
	clear: both;
	color: #eee;
}

div.center {
	margin: 0 auto;
}

p.noindent {
	text-indent:0px !important;
}
/*** SPONSOR BOX *******************************/

#sponsor {
	float: left;
	width: 150px;
	background: #9C0 url('../layout/sponsor.png') no-repeat center bottom;
	padding: 5px 0 10px 0;
	text-align:center;
}
#sponsor p {
	margin: 0;
	font-size: 0.9em;
	text-align: center;
}
#sponsor a {
	color: #000;
	text-decoration: none;
}
#sponsor a:hover {
	text-decoration: underline;
}
#sponsor img {
	border: 0;
}

/*** SIDE BAR **********************************/
#sidebar {
	margin-top: -3em;
	width: 150px;
	float: left;
	clear: left;
	padding: 0;
}
html:root #sidebar {
	position: absolute;
	top: 120px;
}
/** BEGIN NEW MENU **/
#menu {
	height: 120px;  /*FF HACK*/
	margin: 1em 0 0 0; /*vpos offset*/
}

#menu ul {
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	padding-top: 0px; 
	margin: 0px; 
	list-style-type: none;
}
#menu li {
	position: relative;
}
#menu ul ul ul {
	left: 100%; 
	width: 100%; 
	position: absolute; 
	top: 0px;
	margin-left: -10px;
	margin-top: -23px;
}
/*IE hacks put into header */
div#menu ul ul ul {
	display: none;
}
div#menu ul ul li:hover ul ul {
	display: none;
}
div#menu ul ul li:hover ul {
	display: block;
}
div#menu ul ul ul li:hover ul {
	display: block;
}
#sidebar ul li a {
	display: block;
	height: 20px; 
	width: 125px;
	background: url('../layout/sidebar/link.png') no-repeat left;
	color: #EFC;
	padding: 3px 15px 0 0;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
}
#sidebar ul li a:hover {
	background: url('../layout/sidebar/linkh.png') no-repeat left;
	margin: 0;
	color: #FFF;
}
#sidebar ul ul ul li a {
	background: url('../layout/sidebar/link2.png') no-repeat left;
}
#sidebar ul ul ul li a:hover {
	background: url('../layout/sidebar/linkh2.png') no-repeat left;
	margin: 0;
}
/*Menu Position Controls */
#sidebar ul ul ul.shift {
	margin-top:0px;
}
#sidebar ul ul ul.shiftup{
	margin-top:-23px;
}
#sidebar ul ul ul.shiftres {
	margin-top:-46px;
}
#sidebar ul ul ul ul {
	margin-top: 0;
}
/* End New Menu */

/* Hack the index header spacing problem*/
#indexbanner {
	height: 120px
}

* html #sidebar {
	margin-right: -3px;
} /* IE HACK */
#sidebar h3 {
	margin: 2em 0 0 0;
	padding: 6px 0 1px 0;
	background: #9C0 url('../layout/sidebar/boxhead.png') no-repeat;
	color: #EFC;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
#sidebar h4 {
	margin: 0;
	padding-bottom: 2px;
	color: #EFC;
	font-size: 1em;
	text-align: center;
}
#sidebar .box {
	margin: 0 3px 0 3px;
	font-size: 0.8em;
}
#sidebar .top {
	background: url('../layout/sidebar/boxtop.png') no-repeat top;
}
#sidebar .box p {
	margin: 0;
	padding: 0px 6px;
	background: url('../layout/sidebar/boxmid.png') repeat-y center;
}
#sidebar .bottom {
	background: url('../layout/sidebar/boxbot.png') no-repeat bottom;
}
#sidebar .box a {
	color: #000;
}
#sidebar .box a:hover {
	background: #CF6;
}
#sidebar form.close {
	margin: 0 auto;
	padding: 5px 0px 8px 0px;
}
#sidebar #featured {
	text-align:center;
}

#sidebar #sidelogo {
	margin: 2em 0 0 0;
}

/*** FOOTER ************************************/

#footer {
	width: 750px;
	margin: 0 auto;
	padding-top: 45px;
	padding-bottom: 5px;
}
#footer p {
	color: #FFF;
	text-align: center;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#footer .box1 {
	width:35%;
	float: left;
	text-align:center;
}
#footcontainer { width: 100%; height: 100%; display: table; margin-top: 10px;}
#position { display: table-cell; vertical-align: middle; border: }
#footer .box2 {
	width:29.9%;
	float: left;
	text-align:center;
	margin-top:-10px;	
}

#footer .box3 {
	width: 35%;
	float: left;
	text-align:center;
	position:relative;
}

#footer img {
	border:0;
	width:88px;
	height:31px;
	opacity:0.5;  
	filter:alpha(opacity=50); /**Note: This is not yet a CSS standard. However, it works in all modern browsers, and is a part of the W3 CSS3 recommendation.**/
	opacity:0.5;
}