@charset "UTF-8";

/* These are the general styless that will effect the entire website */

body {
	background: #9fa1a4;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	padding-top: 0px;
}

a {
	color: #0099cc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* Set the styles for the search bar */

#topBar{
	width:					100%;
	height:					36px;
	border-bottom:			solid 1px #c7c7c7;
	margin-bottom:			16px;
	padding:				0px;
}

#topBar .search {
	width: 					916px;
	margin-right: 			auto;
	margin-left: 			auto;
	padding:				7px 0px;
}

#topBar .search .leftContent{
	float:					left;
}

#topBar .search .rightContent {
	float: right;
}

#topBar .search .rightContent input{
	width: 160px;
	vertical-align: top;	
}

#topBar .search .rightContent input.searchBtn{
	width: 34px;
}

#topBar .search .clear{
	clear:					both;
}


/* This sets the main container for all pages */

#container {
	background-image: url(../images/dropShadow.jpg);
	background-repeat: repeat-y;
	width: 978px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 9px;
	background-position: center;
}

#container:after
{
    content: "";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
	overflow: hidden;
}

.borderImage{
	content: "";
	background-image: url(../images/shadow.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	width: 978px;
	height: 9px;
	margin: 0px auto 0px auto;
	padding: 0px;
}

.bottom {
	background-position: 0 -9px;
}




/* This styles the masthead area */

#container #masthead {
	margin: 0 14px 0 14px;
}

#container #masthead #logo {
	float: left;
}
#container #masthead #mainNav {
	float:right;
	font-size: 11px;
	line-height: 14px;
	margin:23px 17px 0px 0px;
	height:65px;
	width:536px;
}
#container #masthead #mainNav ul {
	text-align: left;
	float: right;
	background:url(../images/navBG.jpg) repeat-x;
	height:65px;
	list-style:none;
}
#container #masthead #mainNav ul li {
	float:left;
	margin-left: 1px;
	height:65px;
	margin-right:1px;
}
#container #masthead #mainNav a {
	display: block;
	padding: 17px 23px 0px 23px;
	color: #3896de;
	text-decoration: none;
	text-transform:uppercase;
	background:url(../images/navBG-off.jpg) repeat-x top;
	height:46px;
	border-bottom:1px solid #9fa1a4;
	border-top:1px solid #ececec;
}
#container #masthead #mainNav a.giveaway {
	background:url(../images/navBG-over.jpg) repeat-x top;
	color:#ececec;
}
#container #masthead #mainNav a:hover {
	background:url(../images/navBG-over.jpg) repeat-x top;
	color:#ececec;
}
#container #masthead #mainNav #current a {
	background:#FFFFFF;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #9fa1a4;
	border-left:1px solid #9fa1a4;
	border-right:1px solid #9fa1a4;
	margin-left:-1px;
	margin-right:-1px;
	color: #3896de;
}
#container #masthead #mainNav #current a:hover {
	color:#2288c1;
}
/*

#container #masthead #mainNav {
	float: right;
	margin: 20px 17px 0px 0px;
}
*/


/* This styles the footer area */

#footer{
	width: 970px;
	margin: 0 auto;
	color: #CCCCCC;
	margin-top: 5px;
}

#footer a{
	color: #CCCCCC;
	text-decoration: none;
	padding-left: 10px;
}

#footer a:hover{
	text-decoration: underline;
}

#footer ul{
	list-style: none;
	padding: 0px;
	text-align: center;
}

#footer li{
	display: inline;
	margin: 0;
	padding: 0px 13px 0px 23px;
	text-transform: uppercase;
}

#footer .current{
	background-color: #666;
	color: #FFF;
	padding: 3px 6px;
}

#footer ul a{
	color: #FFFFFF;
}

#footer #legal{
	text-align: center;
	padding: 0px 0px 10px 0px;
}

#footer #advertise{
	text-align: center;
	padding: 7px 0px 7px 0px;
}




/* This styles the title area for interior pages */

#pageTitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	clear: both;
	margin: 0px 31px 0px 31px;
	background-image: url(../images/bgPageTitle.jpg);
	background-repeat: no-repeat;
	height: 56px;
}

#pageTitle #issue{
	color: #b2e9ff;
	font-size: 20px;
	letter-spacing: 1px;
	position: absolute;	
	bottom: 13px;
	left: 15px;
}

#pageTitle #title{
	position: absolute;
	right: 15px;
	top: 8px;
}

#pageTitle #title h1{
	font-size: 40px;
	text-align: right;
	font-weight: 100;
	color: #FFF;
}

/* This styles the breadcrumb area for interior pages */

#breadCrumbs {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	margin: 0px 31px 0px 31px;
	background-image: url(../images/bgBreadCrumbs.jpg);
	background-repeat: no-repeat;
	height: 45px;
	color: #FFF;
	text-transform: uppercase;
}

#breadCrumbs #title{
	float: right;
	font-size: 26px;
	font-style: italic;
	text-transform: lowercase !important;
	padding-right: 20px;
	line-height: 26px;
	margin-top: -10px;
	font-weight:lighter;
}

#breadCrumbs ul{
	list-style: none;
	padding: 10px 15px;	
}

#breadCrumbs li{
	padding: 0px 10px 0px 28px;
	line-height: 25px;
	float: left;
	background-image: url(../images/breadCrumbArrow.gif);
	background-repeat: no-repeat;	
}

#breadCrumbs li.firstitem{
	float: left;
	background-image: none !important;
	padding: 0px 10px 0px 5px !important;
}

#breadCrumbs a{		
	height: 35px;
	color: #FFF;
}