﻿
/* ***************************** */
/* ***** MASTER PAGE STYLES **** */
/* ***************************** */

body 
{
	background-color: #B0B0B0;
	background-image: url(../_images/site/gray_text_bg.jpg);
	background-attachment:fixed;
	margin:0 auto;
	padding:30px 30px 30px 30px;
	text-align:center;
	font-size: 12pt; 
	font-family: Times New Roman;
}

#pageWrapper 
{
	background-color:#FFFFFF;
    width:1100px;
    margin:0 auto;
	
    text-align:center;
} 
#menuContent
{
	background-color:#FFFFFF;
   	padding:0 0 0 0;
    text-align:center;
} 

#contentWrapper 
{
	
	padding:5px;
	font-size: 12pt; 
	font-family: Times New Roman;
} 

#leftBanner
{
	float:left;
	text-align:left;
	padding: 0 0 0 40px;
	
}

#leftInnerBanner
{
	float:left;
	text-align:left;
	padding: 65px 0 0 220px;
	vertical-align:bottom;
	
}

#rightInnerBanner
{
	position:relative;
	text-align:right;
	padding: 0 5px;
}

#rightBanner
{
	position:relative;
	text-align:right;
	padding: 0 20px;
}


.twitterPost
{
	text-align:center;
	font-weight:bold;
}

.IE
{
    z-index: 1001;

}

/* ***************************** */
/* ******** TEXT STYLES ******** */
/* ***************************** */

a.menu:link {text-decoration:none;}    /* unvisited link */
a.menu:visited {text-decoration:none;} /* visited link */
a.menu:hover {font-weight:bold;}   /* mouse over link */
a.menu:active {font-weight:bold;}  /* selected link */



/* ***************************** */
/* HEADER AND FOOTER DECORATIONS */
/* ***************************** */
.headerbox {
   background: #FFFFFF url(../_images/site/goldgradtop.png) repeat-x top left;
	background-color: #FFFFFF;
	width:1160px;
	
    text-align:center;
    margin:0 auto;
    
}
.headertop div {
   background: url(../_images/site/header_tl_gray.gif) no-repeat top left;
   
}
.headertop {
   background: transparent url(../_images/site/header_tr_gray.gif) no-repeat top right;
}
.footerbox {
   background: #B0B0B0 url(../_images/site/goldgradbottom.png) repeat-x bottom left;
}
.headerbottom div {
   background: url(../_images/site/header_bl_gray.gif) no-repeat bottom left;
}
.headerbottom {
   background: transparent url(../_images/site/header_br_gray.gif) no-repeat bottom right;
}

.headertop div, .headertop,
.headerbottom div, .headerbottom {
  /* background-color: #B0B0B0;*/
   width: 100%;
	height: 50px;
   font-size: 1px;
   margin:0 auto;
 }

.headercontent 
{
	width:100%;
	
	margin:0 auto;

}