body {
	background: #e1e1e1 url("/images/bg_body.gif") repeat-x left top;
	font: 12px/1.4em Arial, Helvetica, Geneva, sans-serif;
	color: #404040;
	margin: 0;
	padding: 0;
}
a {
	color: #ff6b08;
}
a:hover {
	color: #000;
}
#wrapper {
	width: 970px;
	margin: 0 auto;
	position: relative;
}
h1 {
	
	
	width: 289px;
	height: 106px;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 22px;
	color: #005CC0;
	margin-top: 0.8em;
}

ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
li {
	background: url(/images/blue_bullet.gif) no-repeat 0 5px;
	padding-left: 10px;
	margin-bottom:  0.5em;
	list-style-image: none;
	list-style-type: none;
}

/*Layout*/
#content {
	width: 970px;
	background: #fff url("/images/bg_content.gif") repeat-y left top;
	padding-top: 10px;
}
#mainContent {
	width: 605px;
	float: left;
	padding: 1px 25px 0 25px;
}
/* Content  with  right sidebar */
#intContent {
	width: 650px;
	float: left;
	padding: 1px 25px 0 25px;
}
/* Content full page width with no right sidebar */
#interiorContent {
	width: 920px;
	/*float: left;*/
	padding: 1px 25px 0 25px;
}
#sidebar {
	margin-left: 655px;
	/*width: 260px;*/
	padding: 1px 15px 15px 15px;
	margin-right: 25px;
	background-color: #f6f6f6;
}
/* narrow sidebar in interior pages */
#sidebar_int {
	margin-left: 700px;
	/*width: 260px;*/
	padding: 1px 15px 15px 15px;
	margin-right: 25px;
	background-color: #f6f6f6;
}

#footerSearch 
{
	background:transparent url(/images/bg_footer.gif) no-repeat scroll 0 0;
	margin:0 auto;
	padding:10px;
	position:relative;
	width:970px;
}

#footer {
	background: url("/images/bg_footer.gif") no-repeat left bottom ;
	padding: 0 25px 20px 25px;	
	clear: both;
}

/*Main Menu*/
#mainMenu {
	list-style: none;
	margin: 0 5px;
	padding: 0;
	background: #005cbf url(/images/bg_menu.gif) repeat-x left top;
	width: 960px;
	height: 2.5em;
}
#mainMenu li {
	margin: 0;
	padding: 0;
	float: left;
	background: none;
}
#mainMenu li a {
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0 13px;
	/*border-right: 1px solid #fff;*/
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	line-height: 2.5em;
	
}
#mainMenu li a:hover {
	background-color: #ff6b08;
	color: #fff;
}


/*Utility Navigation*/
#utilityNav {
	list-style: none;
	margin: 0;
	border-top:  1px solid #e1e1e1;
	padding: 10px 0 0 0;
}
#utilityNav li {
	display: inline;
	margin-right: 20px;
	background: none;
	padding-left: 0;
}
#utilityNav li a {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

/*Homepage items*/
.homeBox1, .homeBox2 {
	width: 290px;
	float: left;
}
.homeBox2 {
	margin-left: 25px;
}
h3 {
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	background: #ffa161 url("/images/bg_headings.gif") repeat-x right top;
	padding: 3px;
	margin: 0.3em 0;

}
.searchBar {
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	background: #ffa161 url("/images/bg_headings.gif") repeat-x right top;
	padding: 3px;
	margin: 0.3em;
	font-weight:bold;

}
.event {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 10px;
	clear: left;
	margin-bottom: 10px;
}
.event h4 {
	margin-bottom: 0;
	font-size: 12px;
}
.event p {
	margin: 0;
}
.eventImg {
	float: left;
	width: 110px;
}
#homeGraphics {
	width: 605px;
	height: 250px;
	position: relative;
	margin-bottom: 10px;
	background: url(/images/bg_home_graphics.jpg) no-repeat left top;
}
.hTop {
	position: absolute;
	text-align: right;
	right: 10px;
	top: 15px;
	width: 595px;
	color: #fff;
	font-size: 16px;
	margin: 0;
}
.hMid {
	position: absolute;
	left: 15px;
	top: 110px;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0;
}
.hImg {
	position: absolute;
	width: 283px;
	height: 188px;
	right: 10px;
	bottom: 10px;
}
.hBot {
	position: absolute;
	left: 10px;
	bottom: 10px;
	font-size: 22px;
	font-style: italic;
	color: white;
	margin: 0;
	background-color: #155696;
	padding: 10px;
	border: 1px solid #fff;
}
.homePhoto {
	border: 1px solid #fff;
}


/*Sidebar items*/
.sidebarItem {
	background: url(/images/bg_sidebaritem.gif) no-repeat left bottom;
	padding-bottom: 10px;
}
.sidebarItem h4 {
	font-size: 13px;
	margin: 0.5em 0 0.3em 0;
}
.sidebarItem p {
	margin: 0 0 0.3em 0;
}

 /*sidebar links */
.sidebarItem ul li{ list-style-type:none; background:none;} 
.sidebarItem li a{
	color:#333; font-weight:bold; text-decoration:underline; 
}
.sidebarItem li a:visited{
	color:#333; font-weight:bold; text-decoration:underline;   
}
.sidebarItem li a:hover{
	color: #ff6b08; font-weight:bold; text-decoration:underline;  
}

/*eNews*/
#eNews {
	border-top: 1px solid #e1e1e1;
	clear: both;	
	margin: 0 25px;
	background: url(/images/enews.gif) no-repeat left top;
	padding: 5px 0;
}
#eNews p {
	margin: 0;
}
#eNews h4 {
	font-size: 12px;
	text-transform: uppercase;
	padding: 18px 93px 0 10px;
	margin: 0 25px 0 0;
	width: 188px;
	height: 77px;
	float: left;
	color: #fff;
	
}

/*Top boxes*/
#membersLogin, #searchBox {
	position: absolute;
	padding: 5px 10px;
	background-color: #ececec;
	border: 1px solid #d0d0d0;
}
#membersLogin {
	left: 350px;
	top: 25px;
}

#searchBox {
	right: 5px;
	top: 25px;
}
#membersLogin h5, #searchBox h5 {
	font-size: 11px;
	margin: 0 0 0.2em 0;
	text-transform: uppercase;
}
#membersLogin label {
	font-size: 11px;
}
#searchBox label {
	display: none;
}

/* Adjustment for the members login in search page*/

/*Top boxes*/
#membersLoginTop, #searchBoxTop {
	position: absolute;
	padding: 5px 10px;
	background-color: #ececec;
	border: 1px solid #d0d0d0;
}
#membersLoginTop {
	left: 550px;
	top: 25px;
}

#searchBoxTop {
	right: 240px;
	top: 25px;
}
#membersLoginTop h5, #searchBoxTop h5 {
	font-size: 11px;
	margin: 0 0 0.2em 0;
	text-transform: uppercase;
}
#membersLoginTop label {
	font-size: 11px;
}
#searchBoxTop label {
	display: none;
}


input#username, input#password, input#search, input#query {
	font-size: 11px;
	width: 90px;
	margin-right: 10px;
}
input#search, input#query {
	width: 140px;
}
input#login, input#go {
	font-size: 11px;
	text-transform: uppercase;
	background-color: #ff6b08;
	color: #fff;
	border: 0;
	font-weight: bold;
}
#result_report, #other_pages {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 4px;
	margin-bottom: 10px;
}
#results {
	margin-bottom: 20px;	
}
.url {
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
}
form {
	margin: 0;
	padding: 0;
}

/*Sponsors*/
#sponsors {
	padding: 10px 25px;
	text-align:center;
	position:relative;
}
#sponsors p {
	font-size: 11px;
	margin: 0;
	
}
#sponsors p img {
	vertical-align: middle;
}

/*Images*/
.imgLeft {
	border: 0;	
	float: left;
	margin: 10px 10px 10px 0;
}
.imgRight {
	border: 0;	
	float: right;
	margin: 10px 0 10px 10px;
}

h4 a.arrow {
	background: url("/images/news_arrow_sm.jpg") no-repeat right center;
	padding-right: 25px;
}
