/**********************
  HOME SPECIFIC STYLES
***********************/
div#pageWrap.home {}

div#header.home {
	background:url(/images/headerBG_home.png) no-repeat top center;
	_background:url(/images/headerBG_home.gif) no-repeat top center; /*ie6*/}

div#contentWrap.home {
	background:url(/images/contentWrapBG_home.png) no-repeat center bottom;
	_background:url(/images/contentWrapBG_home.gif) no-repeat center bottom; /*ie6*/}

div#footerWrap.home {
	margin-top:7px;}
	
div#contentTop {
	margin:auto;
	width:920px;
	height:290px;
	background:#fff;}

div#contentTopFooter {
	margin:auto;
	background:url(/images/contentTopFooterBG.jpg) no-repeat center top;
	width:920px;
	height:5px;}

div#sideMenuWrap.home {
	background:url(/images/sideMenuWrapBG_home.jpg) no-repeat right top;}
	
div#contentRight.home {
	margin-right:19px;
	width:745px;
	background:url(/images/contentRightBG_home.jpg) no-repeat left top;}
	
div#fma.home {
	width:745px;
	height:93px;}
	
div#fmaFlash.home {
	width:745px;
	height:93px;}
	
div#colLeft.home {
	float:left;
	width:400px;}
	
div#colRight.home {
	float:right;
	width:270px;
	min-height:300px;}
	
div#mainContentArea.home {
	width:425px;
	margin-left:20px;}
	
div#pageTitleWrapHome {
	width:345px;
	font-size:13pt;
	color:#4d4d4d;
	margin:12px 0 16px 20px;}
	
div#homeMore {
	width:129px;
	height:40px;
	float:right;}
	
div#homeMore a {
	display:block;
	width:129px;
	height:40px;
	background:url(/images/learnmoreButton.jpg) no-repeat left top;}
	
div#homeMore a:hover {
	background:url(/images/learnmoreButton_hover.jpg) no-repeat left top;}
	
div#homeMore a span {
	display:none;}	

/*side content*/
div#sideTitle {
	height:38px;
	padding:2px 6px 0 6px;
	background:url(/images/sideTitleBg_home.png) left top repeat-x;
	_background:none; /*ie6*/}
	
div#sideTitle div {
	background:#f2f2e5 url(/images/sliderNav_spanBG.jpg) no-repeat left top;}
	
div#sideTitle div h1 {
	font-size:14pt;
	height:19px;
	margin-top:0;
	padding:5px 10px 4px;
	color:#a56005;
	background:url(/images/sliderNav_aBG.jpg) no-repeat right top; }

div#sideContent.home {
	padding-right:10px;}

div#colRight.home h1,
div#colRight.home h2,
div#colRight.home h3, 
div#colRight.home h4,
div#colRight.home h5,
div#colRight.home h6	{
	font-size:9pt;
	font-weight:bold;
	line-height:1.5em;
	margin:10px 0 10px;
	color:#4d4d4d;}

div#colRight.home p {
	font-size:8pt;
	line-height:1.5em;}
	
div#colRight.home ul,
div#colRight.home ol {
	margin:10px 0 18px;}

div#colRight.home ul {
	list-style:none;}

div#colRight.home ol {
	list-style:lower-alpha;
	margin:0 0 10px 35px;}

div#colRight.home ul li,
div#colRight.home ol li {
	font-size:8pt;
	line-height:1.2em;}

div#colRight.home ul li {
	margin:0 0 10px 15px;
	padding-left:20px;
	background:url(/images/bullet.gif) no-repeat left top;}

div#colRight a,
div#colRight a:link,
div#colRight a:active,
div#colRight a:visited {
	color:#4e4e4e;
	text-decoration:none;}
	
div#colRight a:hover {
	text-decoration:underline;}
	
div#colRight.home ul li i {
	font-family:Arial, Helvetica, sans-serif;
	font-size:7pt;}

/****************
  SLIDER STYLES
*****************/
#slider {
  width:920px;
  margin:0 auto;
  position:relative;}
    
#slider h1,
#slider h2,
#slider h3,
#slider h4,
#slider h5,
#slider h6 {
	font-size:14pt;
	color:#a56005;}

.scroll {
  height:265px;
  width:920px;
  overflow:auto;
  overflow-x:hidden;
  position:relative;
  clear:left;}

.scrollContainer div.panel {
  padding:10px;
  height:265px;
  width:890px;}
    
ul.navigation {
	padding:4px 0 0 14px;
	height:26px;
  list-style:none;
  background:url(/images/sliderNavBG.jpg) repeat-x left top;}

ul.navigation li {
	float:left;
  margin-right:10px;}

ul.navigation a {
	display:block;
	font-size:10pt;
	color:#555;
  text-decoration:none;
  background:#f2f2e5 url(/images/sliderNav_aBG.jpg) no-repeat right top;}
    
ul.navigation a span {
	display:block;
	padding:5px 10px 4px;
	background:url(/images/sliderNav_spanBG.jpg) no-repeat left top;}

ul.navigation a:hover {
	background:#4d4d4d url(/images/sliderNav_aHoverBG.jpg) no-repeat right top;
	color:#fff;}
	
ul.navigation a:hover span {
	background:url(/images/sliderNav_spanHoverBG.jpg) no-repeat left top;}

ul.navigation a.selected {
	color:#a56005;
    background:#fff url(/images/sliderNav_aActiveBG.jpg) no-repeat right top;}
    
ul.navigation a.selected span {
    background:url(../images/sliderNav_spanActiveBG.jpg) no-repeat left top;}

ul.navigation a.selected:hover {
    color:#a56005;}

ul.navigation a.selected:hover span {
	background:url(/images/sliderNav_spanActiveBG.jpg) no-repeat left top;;}

ul.navigation a:focus {
    outline:none;}

/*not using them
.scrollButtons {
    position:absolute;
    top:150px;
    cursor:pointer;}

.scrollButtons.left {
    left:-20px;}

.scrollButtons.right {
    right:-20px;}
*/

.hide {
    display: none;}

