﻿body 
{
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:12px;
	background:url(../images/layout/bkgrd_rpt.jpg) #FFFFFF repeat-x;
	color:#333333;
}

#wrapper
{
	background:url(../images/layout/shadow_rpt.jpg) top repeat-y ;
	height:100%;
	width:791px;
	margin:20px auto 0 auto;
	*margin:11px auto 0 auto;
}


/***************************************************************************************
*	Header Styles
***************************************************************************************/
#header{
	width:791px;
	height:124px;
	background:url(../images/layout/header-bkgrd.jpg) no-repeat;

}

.logo{
	float:left;
	margin:4px 0 0 38px;
}

.headerAd{
	float:right;
	margin:4px 38px 0 0;
}



/***************************************************************************************
*	Menu Styles
***************************************************************************************/
#menu{
	margin:0px 38px;
	*margin:0 35px;
	width:715px;
	height:35px;
	background:url(../images/layout/menu_bg.jpg) center top no-repeat;
}

#menu a:link, #menu a:visited{
	
	color:#FFFFFF;
	font-size:16px;
}

#menu a:hover{
	color:#F26522;
	font-size:16px;
}

#menu ul{
	padding:5px;
	margin:0px 0 0 120px;
}

#menu ul li{
	list-style:none;
	float:left;
	padding:0 18px;
}

/***************************************************************************************/




/***************************************************************************************
*	Content Styles
***************************************************************************************/
h1{
	color:#1F61A9;
	font-size:24px;
	height:24px;
	*height:23px;
	width:375px;
	border-bottom:#000000 solid 1px;
	padding:0 0 0 5px;
	margin:0px 0px 20px 0px;
}

h2{
	font-weight:bold;
	font-size:14px;
	color:#333333;
	margin-top:10px;
}

.clear{
	clear:both;
}

.content-rightShadow
{
	
	width:4px;
	height:121px;
	float:right;
	background:url(../images/layout/right_shadow.jpg) right top no-repeat;
}

.content-leftShadow{
	width:4px;
	height:121px;
	float:left;
	background:url(../images/layout/left_shadow.jpg) left top no-repeat;
}


#content{
	margin:30px 0 30px 60px;
	width:660px;
}


#content p{
	
	margin-left:10px;
}
	
.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}	

img{
	margin:0px;
	border:none;
}


/***************************************************************************************
*	Footer Styles
***************************************************************************************/
.footer-leftShadow{
	width:4px;
	height:112px;
	float:left;
	background:url(../images/layout/left_footer_shadow.jpg) left top no-repeat;
}

.footer-rightShadow
{
	
	width:4px;
	height:112px;
	float:right;
	background:url(../images/layout/right_footer_shadow.jpg) right top no-repeat;
}

#footer
{
	
	width:791px;
	height:112px;
	margin:0;
	
	
}

#footerContent{
	margin:-112px 67px 0 ;
	
	_margin:0 0 0 40px;
	width:657px;
	float:left;
	
}


#footerContent .menu{
	float:left;
	margin-left:80px;
	margin-bottom:5px;
}


#footerContent .menu a:link, #footerContent .menu a:visited{
	margin:0 11px;
	color:#000000;
	text-decoration:none;
	font-size:11px;
}

#footerContent .menu a:hover{
	color:#F26522;
}

.footerCenter
{
	
	float:left;
	width:489px;
}

.footerHeading{
	margin:0 0 10px  118px;
}

#footer p{
	color:#333333;
	font-size:11px;
	margin:5px 0;
	padding:0;
}

/***************************************************************************************/



