

body
{
	background-image:url(images/body-bg1.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#000;
	margin:0 auto 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2f2c2c;
	line-height:18px;
}
.searchBox{
  background:url('images/search-box.jpg') no-repeat right top;
  width:131px;
  border:none;
} 
#page
{
	width:982px;
	margin:0 auto 0 auto;
	padding:0px;
}

#header
{
	width:982px;
	height:106px;
	margin:0px;
	padding:0px;
	float:left;
}

#logo
{
	width:235px;
	height:106px;
	margin:0px;
	padding:0px;
	float:left;
}
#askExpert
{
	width:183px;
	margin:0px;
	padding:15px 25px 0px 25px;
	float:left;
	font-size:11px;
	color:#fff;
	line-height:normal;
}

#expertBtns
{
	width:189px;
	height:124px;
	margin:0px;
	padding:45px 0px 0px 0px;
	float:left;
}

#mainContent
{
	width:481px;
	min-height:400px;
	margin:7px 0px 0px 0px;
	padding:35px;
	float:left;
	background-image:url(images/content-bg-repeater.jpg);
	background-repeat:repeat-x;
	background-color:#D2D2D2;
}

#navigation
{
	width:168px;
	margin:0px;
	padding:15px;
	float:left;
}
.navigation2 {
	display: block;
	text-align: center;
	}
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
#footer
{
	width:942px;
	height:58px;
	margin:0px;
	padding:10px 20px 20px 20px;
	float:left;
	background-image:url(images/footer-bg.jpg);
	background-repeat:no-repeat;
	color:#fff;
	font-size:11px;
}

#footerText
{
	width:855px;
	height:48px;
	margin:0px;
	padding:0px;
	float:left;
	color:#fff;
	text-align:center;
}

#icons
{
	width:87px;
	height:48px;
	margin:0px;
	padding:0px;
	float:left;
}


/*---------------TEXT STYLES------------------------------------*/

h1
{
	color:#1b5679;
	font-size:22px;
	font-weight:bold;
	margin-bottom:3px;
}

.rule
{
	color:#fff;
	margin-top:30px;
	margin-bottom:30px;
}

.ruleEx
{
	color:#262626;
	margin-top:20px;
	margin-bottom:20px;
}

.dates
{
	font-size:11px;
	font-weight:bold;
}

.menuTitles
{
	color:#ffd400;
	font-size:14px;
	padding-left:15px;
	margin-bottom:0px;
}
html>body .entry ul {
	color:#000000;
	}

html>body .entry li {
	color:#000000;
	}

ul
{
	font-size:9px;
	padding-left:25px;
	padding-top:0px;
	margin-top:3px;
}


ul li
{
	color:#fff;
	list-style-type:square;
	margin-top:0px;
	padding-left:0px;
	margin-left:0px;
}


ul li a, ul li a:visited
{
	font-size:12px;
	color:#fff;
	font-style:normal;
	text-decoration:none;
	font-weight:normal;
}

ul li a:hover, ul li a:active
{
	font-size:12px;
	color:#fff;
	text-decoration:underline;
	font-weight:normal;
}

a, a:visited
{
	color:#27709b;
	font-weight:bold;
	text-decoration:none;
}

a:hover, a:active
{
	color:#27709b;
	font-weight:bold;
	text-decoration:underline;
}


/*---------------------------------- FIX FOR FLOATED ELEMENTS WITHIN A CONTAINER DIV --------------------------*/
.clearfix:after
{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/*--- Fix for IE on Mac ---*/
.clearfix
{
	display: inline-block;
}

/*--- Hack for bug in IE6 ---*/
* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}
