﻿/************************
* PAGE HEADER			*
************************/
#header
{
	margin: 0px;
	margin-bottom: 8px;
	z-index: 6;
}

.banner
{
	position: relative;
	color: #bcbcbc;
}

.banner .links
{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 500px;
	text-align: right;
	z-index: 9999;
}

.banner .links a
{
	color: #eeeeee;
	padding-top: 5px;
	background: no-repeat left center;
	padding-right: 5px;
}

.banner .links a:hover
{
	color: #fff;
}

.banner .links .mobile
{
	background-image: url('images/cellphone.png');
	padding-left: 17px;
	
}

.banner .links .twitter
{
	bottom: auto;
	left: auto;
	right: auto;
	top: auto;
	position: relative;
	border: none;
	background-image: url('images/twitter.png');
	padding-left: 20px;
}

.banner .links .mcn
{
	background-image: url('images/mcn.png');
	padding-left: 22px;
}


.banner .links .contact
{
	background-image: url('images/contact.png');
	padding-left: 27px;
}

#banner_container
{
	clear: both;
	width: 930px;
	height: 225px;
	position: relative;
	overflow: hidden;
}

#banner_container img
{
	width: 935px;
	height: 225px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

#banner_container img.show
{
	display: none;
	z-index: 1 !important;	
}

.topnav
{
	z-index: 70;
	width: 930px;
	height: 25px;
	margin: 0px;
	position: relative;
	background: #2757e7 url('images/TopNavBG.png') repeat-x;
}

/************************
* TopNav Menu			*
************************/
.smoothmenu ul
{
	z-index: 100;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1em !important;
}

/*Top level list items*/
.smoothmenu ul li
{
	position: relative;
	display: block;
	float: left;
	border-right: 1px solid #353535;
	border-bottom: none;
	padding: 0px;
	background: none;
	line-height: normal;
}

/*Top level menu link items style*/
.smoothmenu ul li a
{
	display: block;
	color: white;
	padding: 5px 10px;
	text-decoration: none;
	font-weight: normal;
}

.smoothmenu ul li .green
{
	background: #393 url('images/TopNavBG.png') repeat-x;
}

.smoothmenu ul li .green:hover
{
	background: #171 url('images/TopNavBG.png') repeat-x;
	color: #fff;
}

.smoothmenu ul li a .sf-sub-indicator
{
	font-weight: bold;
	vertical-align: top;
	font-size: 1.1em;
	line-height: 1em;
}

.smoothmenu ul li a:hover
{
	color: #163fe5;
	background-color: #ffffff;
}


/*1st sub level menu*/
.smoothmenu ul li ul
{
	position: absolute;

	display: none; /*collapse all sub menus to begin with*/
	border: 1px solid #778;
	background: #fff;
	width: 174px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.smoothmenu ul li ul li
{
	border-bottom: 1px solid #eee;
	position: relative;
	display: list-item;
	float: none;
}

/* Sub level menu links style */
.smoothmenu ul li ul li a
{
	font: normal 11px Verdana;
	padding: 5px;
	margin: 0;
	border-top-width: 0;
	color: #163fe5;
	width: 165px;
}

.smoothmenu ul li ul li a:hover
{
	background: #163fe5;
	color: white;
}

.smoothmenu ul li ul li a span
{
	position: absolute;
	right: 7px;
	top: 5px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.smoothmenu ul li ul li ul
{
	top: 0;
	left: 174px;
}

/* down and right arrow images */
.downarrowclass
{
	position: absolute;
	top: 8px;
	right: 7px;
}

.rightarrowclass
{
	position: absolute;
	top: 6px;
	right: 5px;
}

/************************
* Search Box			*
************************/
.topnav .sf_searchBox
{
	position: absolute;
	right: 0px;
	top: 4px;
	color: #002D3C;
	font-size: 12px;
	width: 115px;
	margin: 0;
	padding: 0;
	border: 0;
}

.sf_searchBox label
{
	display: none;
}

.sf_searchBox .sf_searchText
{
	clear: left;
	float: left;
	width: 80px;
	font-size: .9em;
	height: 10px !important;
	margin-right: 3px;
	background: #fff;
}

.sf_searchBox .sf_searchSubmit
{
	height: 18px;
	vertical-align: top;
	width: 22px;
	color: #335196;
	background: url('/images/icons/icon-search.png') no-repeat;
	font-weight: bold;
	border: none;
	padding: 0px;
	cursor: pointer;
}

.sf_searchBox .sf_searchSubmit:hover
{
	background-position: 0px -20px;
}
/************************
* TWITTER FEED			*
************************/
.social
{
	height: 20px;
	padding: 3px;
	font-family: Tahoma, Palatino Linotype, Times, Sans-Serif;
	background: #efefef;
	border: 1px solid #ccc;
	margin-bottom: 3px;
	position: relative;
	text-align: right;
}

.social .first
{
	margin-right: 810px;
}

.social .RadRotator
{
	text-align: left;
	height: 15px !important;
	overflow: hidden;
	width: 793px !important;
	border-right: 1px #ccc solid;
	line-height: 15px;
	position: absolute;
	left: 27px;
	top: 5px;
	padding-right: 10px;
}

.social .RadRotator .rrItemsList
{
	padding: 0px;
	margin: 0px;
}

.social .RadRotator .rrItem
{
	height: 15px;
	overflow: hidden;
	background: none;
}

.social .RadRotator a
{
	font-size: 1em;
}

/************************
* PAGE FOOTER			*
************************/
.innerfooter
{
	
	border: 1px solid #ccc;
	background: #e5e5e5;
	padding: 5px;
	font-size: .9em;
	text-align: right;
	clear: both;
}
#footer
{
	background: url('images/footer.png') center top no-repeat;
	margin: 2px 0px 0px 0px;
	position: relative;
	clear: both;
	padding: 95px 10px 8px 10px;
	color: #666;
	width: 910px;
}

#footer .leftlinks
{
	position: absolute;
	left: 259px;
	top: 18px;
	bottom: auto;
	right: auto;
}

#footer .leftlinks a,
#footer .rightlinks a
{
	font-weight: normal;
	font-size: .9em;
}

#footer .rightlinks
{
	position: absolute;
	left: 513px;
	top: 18px;
	text-align: right;
}

#gallery
{
	position: absolute;
	display: none;
	background: #fff;
	border: 1px solid #339;
	width: 650px;
	height: 450px;
	padding: 50px 15px 30px 40px;
	z-index: 9999;
}

#gallery .info
{
	overflow: auto;
	height: 450px;
	padding-right: 20px;
	z-index: 10000;
	position: relative;
}

#gallery .info img
{
	max-width: 600px;
	display: block;
	margin: 0px auto;
}

#gallery .close
{
    background-image:url('images/close.png');
    position:absolute;
    right: 5px;
    top: 5px;
    cursor:pointer;
    height:35px;
    width:35px; 
}

#footer address
{
	font-style: normal;
}

#footer a
{
	color: #888;
}

#footer a:hover
{
	color:#555;
}

#footer .usercount
{
	visibility: hidden;
}

#footer .copyright
{
	font-size: 1.2em;
	position: absolute;
	left: 50px;
}

#footer .links
{
	height: 150px;
	float: left;
}

#footer .links ul
{
	color: #777;
	list-style-type: square;
}

#footer .links ul li
{
	padding: 1px 0px;
	background: none;
}

#footer .links a
{
	color: #999;
}

#footer .links a:hover
{
	color: #666;
}

#footer .links a img
{
	clear: both;
	border: 1px solid #ccc;
	display: block;
	margin-bottom: 10px;
}

#footer select
{
	font-size: x-small;
	margin-left: 25px;
	border: 1px solid #666;
	width: 155px;
}

#footer .socials
{
	padding-left: 20px;
}

#footer .socials a img
{
	display: inline;
	margin: 3px 0px 0px 5px;
	border: none;
}