﻿/*THIS IS INCLUDED AFTER SEARCHSTYLE.CSS SO WE CAN OVERRRIDE SOME ITEMS - KEEP THAT IN MIND WHEN MAKING CHANGES*/

/*Hide the banner images (main) and captions on load - this avoids having everything show up and then disappear*/
#g1, .captions
{
	display: none;
}	

.gallery
{
    width: 761px;
    height: 301px;
    *height: 304px;
    _height: 304px;
    position: relative;
    padding: 0;
    margin: 0;
    right: 0;
    background-image: url(../images/programs/bannerShell.gif); /*Blank shell for load*/
    background-repeat: no-repeat;
    background-position: right top;    
    /*border: solid 1px red;*/
    text-align: right;
}
.galleryCont
{
   
    width: 761px;
    height: 301px;
    padding: 0;
    margin: 0;
}

.galleryCont div
{
	top: 0px;
	left: 4px;
}

/*captions style*/

.captions
{
	text-align: left;
	position: absolute;
	left: 30px;
	top: 265px;
	z-index: 10;
}	

.captions ul, .captions li
{
	margin:0;
	padding:0;
	list-style:none;
	color: #fff;
	font-weight: 700;
	font-family: Arial, Sans-Serif;	
}

.captions li
{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:630px;
	height:25px;
	/*border: solid 1px black;*/
	overflow:hidden; 
	font-size:16px;
}

.captions li a
{
	color: #fff;
	text-decoration: none;
	font-family: Arial, Sans-Serif;
	font-weight: 700;
	font-size:16px;
}

.captions li a:link
{
	color: #fff;
	text-decoration: none;
}

.captions li a:visited
{
	color: #fff;
	text-decoration: none;
}	
	
.captions li a:hover
{
	color: #fff;
	text-decoration: underline;
}	
	

#prevBtn, #nextBtn
{ 
	display: block;
	width:15px;
	height:15px;
	position:absolute;
	left:670px;
	top:267px;
	z-index: 12;
}	

#nextBtn
{ 
	left:696px;
}														

#prevBtn a, #nextBtn a
{  
	display: block;
	width:15px;
	height:15px;
	outline-style: none;
	outline: none;
	background:url(../images/bannerIcons/prev.gif) no-repeat 0 0;
}
	

#nextBtn a
{ 
	background:url(../images/bannerIcons/next.gif) no-repeat 0 0;	
}

/*end of captions style*/


#homeColumnContent
{
	*margin-top: -3px;	/*IE 7 - mysterious line above content*/
	_margin-top: -3px;	/*IE 6 - mysterious line above content*/
	width: inherit;
	text-align: left;	
	/*border: 1px solid white;*/
	background: url(../images/sitewide/innerRightBackground.gif) repeat-y right top;
	font-family: Verdana, Sans-Serif;
	overflow: hidden;	/*Forces the div to expand to cover the floated elements*/
	_height: 95%; /*overflow: hidden doesn't work for IE6*/
	position: relative;
}

#formTop, #formMiddle, #formBottom
{
	margin: 0;
	padding: 0;
	margin-left: 20px;
	width: 719px;
	text-align: left;
	font-size: 11px;
	color: #225B8C;
	background-color: #D4ECF8;
}

#formTop, #formBottom
{
	height: 17px;
}

#formTop
{
	/*border: solid 1px blue;*/
	margin-top: 7px;
	background: url(../images/regions/formTop719x17.gif) no-repeat left top;
}

#formMiddle
{
	background: url(../images/regions/formMiddle719x1.gif) repeat-y left top;
	position: relative;
	text-align: left;
	height: auto;	/*note - this is overwriting searchStyle.css*/
}

#formBottom
{
	/*border: solid 1px red;*/
	background: url(../images/regions/formBottom719x17.gif) no-repeat left top;
}


#fmRightTop
{
	/*note - this is overwriting searchStyle.css*/
	background: url(../images/regions/fmRightTop402x38.gif) no-repeat left top;
}


#fmRightBottom
{
	/*note - this is overwriting searchStyle.css*/
	background: url(../images/regions/fmRightBottom402x17.gif) no-repeat left top;
}


#divMainTitle
{
	width: 490px;
	margin-left: 15px;
	top: 0;
	color: #0157a2;
	font: bold 22px Arial;
}

#divTextBarkerTop, #divTextBarkerMiddle, #divTextBarkerBottom
{
	width: 492px;
	margin-left: 7px;
}

#divTextBarkerTop
{
	margin-top: 15px;
	height: 16px;
	background: url(../images/regions/mainBarkerTop492x16.gif) no-repeat left top;
}

#divTextBarkerMiddle
{
	background: url(../images/regions/mainBarkerMiddle492x1.gif) repeat-y left top;
}

#divTextBarkerMiddle h1
{
	color: #F58023;
	font-size: 14px;
	padding-left: 5px;
	padding-right: 10px;
}

#divTextBarkerMiddle p
{
	padding: 5px 15px 0 20px;
	font: 11px Verdana;
	color: #464646;
}

#divTextBarkerMiddle a
{
	color: #F58023;
	text-decoration: none;
	font-weight: bold;
}

#divTextBarkerMiddle a:link
{
	color: #F58023;
	text-decoration: none;
}

#divTextBarkerMiddle a:visited
{
	color: #F58023;
	text-decoration: none;
}

#divTextBarkerMiddle a:hover
{
	color: #0157A2;
	text-decoration: underline;
}

#divTextBarkerBottom
{
	height: 16px;
	background: url(../images/regions/mainBarkerBottom492x16.gif) no-repeat left top;
	margin-bottom: 15px;
}

#divBarkerRightTop, #divBarkerRightBottom, .divSideBarkers
{
	position: absolute;
	right: 3px;
	width: 210px;
	height: 142px;
}

#divBarkerRightTop
{
	top: 0;
}

#divBarkerRightBottom
{
	top: 147px;
}

