body {
	background-image: url(../images/BG.jpg);
	background-repeat: repeat-x;
	background-color:#f6f6f6;
	font-family: arial, sans serif; 
	font-size: 12px;
	padding: 0;
	margin: 0;
}

a img{ border:none;}

div#page {
	padding: 0;
	margin: 0 auto;
	width: 990px;
}

div#header {
	background-image: url(../images/HeaderBG.jpg);
	background-repeat: repeat-x;
	height: 74px;
	padding: 15px;
	width: 960px;
}

div#header img {
	margin:15px;	
}

div#menu {
	background-color: #545760;
	color: #FFFFFF;
	float: left;
	height: 40px;
	width: 780px;

	z-index:222;
}

div#search {
	background-color: #98bf03;
	color: #FFFFFF;
	float: left;
	font-size:14px;
	line-height: 40px;
	height: 40px;
	padding-left: 10px;
	width: 200px;
}

div#search form {
	display: inline;	
}

div#search input {
	border: 1px solid #666666;
	width: 115px;	
}

div#search input.submit {
	border: none;
	vertical-align:text-bottom;
	width: auto;		
}

div#mythsfacts {
	background-color: #98bf03;
	clear: both;
	color: #FFFFFF;
	float: left;
	height: 300px;
	padding: 5px 20px;
	width: 210px;
}

div#mythsfacts h1 {
	font-size: 18px;
	margin: 0px;
	margin-top:10px;
	padding: 0;
}

div#mythsfacts a, div#sidebar_content a{
	color: #FFFFFF;
}

div#mythsfacts p {
	margin: 10px 0px;	
}

p.myth {
	color: #1d885c;
	font-weight: bold;
}

div#flash {
	background-image: url(../images/FlashPlaceHolder.jpg);
	float: left;
	height: 310px;
	width: 740px;
	z-index:2;
}

div#content_wrap {
	clear: both;
	min-height: 400px;
	padding-top: 15px;
	width: 100%;
}

div#sidebar_content {
	background-color: #545760;
	/*float: left;*/
	color: #FFFFFF;
	margin:0 10px 10px 0;
	padding: 6px;
	width:227px;
}
.sidebar_buttons {
	width:239px;
	margin-top:15px;
} 

div#news {
	background-color: #ffffff;
	color: #000000;
	padding: 6px;
	height: 50px;
	padding-bottom: 20px;
	margin-top: 0px;
}

div#news h1 {
	margin: 0px;
	padding: 0px;
	width: 206px;
	height: 25px;
	line-height: 25px;
	background-image: url(news.gif);
	font-size: 16px;
	color: #ffffff;
	padding-left: 10px;
}

div#news a {
	color: #0000ff;
}

div#main_content {
	background-image: url(../images/ContentAreaBG.png);
	background-repeat: repeat-x;
	color: #666666;
	float: left;
	line-height: 1.5em;
	padding: 15px;
	width: 690px;
}

div#main_content h1 {
	background-image: url(../images/ContentAreaTitleBar.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 45px;
	line-height: 45px;
	font-size: 28px;
	font-weight: normal;
	margin: 0;
	margin-top: 25px;
	padding-left: 10px;
}

div#bottom_links {
}

div#bottom_links img {
	margin-right: 20px;
	margin-bottom: 20px;	
}

div#footer {
	background-color: #545760;
	clear:both;
	color: #FFFFFF;
	padding: 25px 25px;
	height: 25px;
}

div#footer ul.footer_menu {
	padding:0; margin:0;list-style-type: none; 
}

div#footer ul.footer_menu li {	
	background-image: url(../images/footer_nav_divider.jpg);
	background-position: right;
	background-repeat: no-repeat;
	float:left; 
	padding:0 10px 0 10px; 
	position:relative;
}

div#footer ul.footer_menu li.first{
	padding-left: 0;	
}

div#footer ul.footer_menu li.last {
	background-image:none;	
}

div#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}

div#footer div#copyright {
	float: left;
	clear: both;
	width: 100%;
}

div#copyright img#commerx_logo {
	margin-top:-25px;
}

div#page.subpage div#content_wrap {
	padding-top:0;	
}
div#page.subpage div#main_content {
	background: rgba(255, 255, 255, 0.3);
	color: #666666;
	float: left; 
	min-height: 400px;
	padding-right: 75px;
	width: 690px;
}

div#page.subpage div#sidebar_content {
	background-color: #98bf03;
	border-top:2px solid #b0c0cd;
	float: left;
	padding:10px;
	margin: 0;
	width: 190px;
}

form#ajaxSearch_form fieldset {
	border: none;
	border-bottom: 2px solid #98bf03;
}

/* Menu Fix */
.menu ul li ul {
	z-index:9999;
	position:absolute;
}
.menu ul li {
	z-index:99;
}

/* Reusable Classes */
.left {
	float:left;
	width:250px;
}

/* Donate Button */
#header #donate_button {
	float:right;
	width:196px;
}
#header #donate_button img {
	margin:0;
	border:none;
}
