BODY
{
	margin: 0px;
	padding: 20px 10px;
	font-size: 11px;
	font-family: Helvetica, "trebuchet ms", helvetica, sans-serif;
}
TD
{
	vertical-align: top;
}
A
{
	font-size: 1.025em;
	font-weight: bold;
	text-decoration: none;
}
A IMG
{
	border: none;
}
H1
{
	height: 20px;
	padding-top: 5px;
	border-bottom: 1px solid #000;
	padding-left: 22px;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 10px;
}
H2
{
	font-size: 1.4em;
	margin: 10px 0px 5px;
}
H5
{
	font-size: 1.1em;
	margin-bottom: 3px;
}
P
{
	line-height: 1.5em;
}
#outer
{
	width: 930px;
	margin: 0px auto 20px;
	background: #FFF;
	padding: 5px;
}
#wrapper
{
	width: 100%;
}
/************************
* 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 Menu           *
************************/
.topnav
{
	z-index: 70;
	width: 930px;
	height: 25px;
	margin: 0px;
	position: relative;
	background: #2757E7 url(images/TopNavBG.png) repeat-x;
}
.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
{
	background:url("images/TopNavBG.png") repeat-x scroll 0 0 #2757E7;
	display: block;
	color: #FFFFFF;
	padding: 5px 10px;
	text-decoration: none;
	font-weight: normal;
}

.smoothmenu UL LI A:hover
{
	color: #fff;
	background-color: #062Fc5;
}

.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;
}
/*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;
}
/*Sub level menu links style*/
.smoothmenu UL LI UL LI A
{
	background: #fff;
	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: #FFFFFF;
}
.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;
}
/************************
* 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: 0.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
{
	position: absolute;
	left: 3px;
	top: 3px;
}
.social .RadRotator
{
	text-align: left;
	height: 15px !important;
	overflow: hidden;
	width: 793px !important;
	border-right: 1px solid #CCC;
	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;
}
/****************************
* LEFT COLUMN                *
****************************/
#navcol
{
	width: 185px;
	z-index: 5;
	border-right: 1px solid #BCB6EB;
	border-top: 1px solid #BBB5EA;
	border-bottom: 1px solid #BAB4E9;
	vertical-align: top;
	background: #DDE0FF;
	border-left: 1px solid #B9B3E8;
}

#navcol UL, #navcol UL LI UL
{
	margin: 0px;
	padding: 0px;
}

#navcol UL LI A,
#navcol UL LI SPAN
{
	margin: 0px;
	padding: 8px 0px 8px 10px;
	font-size: 1.1em;
	display: block;
	background-color: #002761;
	color: #FFF;
	border-bottom: 1px solid #385098;
}

#navcol UL LI .active, #navcol UL LI .active A
{
	border: none;
	color: #FFF;
	background: #2050E0 url(images/LeftColumnHeader.png) repeat-x;
}

#navcol UL LI A:hover, #navcol UL LI .active a:hover
{
	background-color: #08175B;
}

#navcol UL LI SPAN
{
	font-size: 1.3em;
}

#navcol UL .last
{
	border: none;
}
#navcol UL .last SPAN
{
	padding-bottom: 7px;
}

#navcol UL .separator
{
	border-top: 1px solid #DDD;
}
#navcol UL .menu A
{
	background: #153390;
}
#navcol UL .menu A:hover
{
	background: #102E8B;
}
#navcol UL LI .menu .selected
{
	background: #5969CA;
}
#navcol UL LI .menu .selected:hover
{
	background: #3A4BA0;
}
#navcol UL LI .single .selected
{
	background: #062481 url(images/bullethoverleft.gif) no-repeat 173px 12px;
}
/****************
* Sub Menus        *
****************/
#navcol UL LI UL LI A
{
	margin: 0px;
	border: none;
	font-size: 1em;
	font-weight: normal;
	padding: 4px 5px 6px 25px;
	background-color: #5969CA;
	font-family: Verdana, Arial, Sans-Serif;
}
#navcol UL LI UL LI A:hover
{
	color: #FFF !important;
	background: #3A4BA0;
}
#navcol UL LI UL LI .selected
{
	background: #304196 url(images/bullethoverleft.gif) no-repeat 170px 7px;
	color: #FFF;
}
#navcol UL LI UL LI .selected:hover
{
	background: #3A4BA0 url(images/bullethoverleft.gif) no-repeat 170px 7px;
}
/****************
* TreeView        *
****************/
#navcol .RadTreeView UL LI .rtSp, #navcol .RadTreeView UL LI .rtMinus, #navcol .RadTreeView UL LI .rtPlus
{
	height: 0px;
	visibility: hidden;
	display: none;
}
#navcol .RadTreeView .rtLI
{
	display: inline;
}
#navcol .RadTreeView .rtLI .active
{
	border: none;
}
#navcol .RadTreeView UL LI UL .rtLI A, #navcol UL LI .menu .selected
{
	border: none;
}
/********************
* Departments Menu    *
********************/
#navcol SELECT
{
	display: block;
	margin: 0px 0px 7px 12px;
	font-size: x-small;
	width: 155px;
}
#navcol UL LI SPAN SELECT
{
	display: block;
	margin: 3px 0px 5px;
	font-size: x-small;
	width: 165px;
}
#navcol .RadTreeView UL .rtLI SELECT
{
	display: block;
	margin: 0px 0px 5px;
	font-size: x-small;
	width: 165px;
}
/********************
* Department Conact    *
********************/
#navcol ADDRESS
{
	margin-top: 5px;
	text-align: center;
	color: #000;
	font-weight: normal;
	padding: 3px 0px 15px;
}
#navcol ADDRESS STRONG
{
	font-size: 1.1em;
	color: #036;
}
#navcol ADDRESS A, #navcol UL LI ADDRESS A
{
	font-size: 1em;
	padding: 0px;
	margin: 0px;
	display: inline;
	background: none;
	font-weight: bold;
	border: none;
	color: #036;
}
#navcol ADDRESS A:hover, #navcol UL LI ADDRESS A:hover
{
	background: none;
	color: #069;
}
#navcol .contact
{
	display: block;
	margin-top: 8px;
	height: auto;
}
/****************************
* CENTER / MAIN COLUMN        *
****************************/
#maincol
{
	padding: 0px 10px;
	z-index: 4;
}
#maincol OL LI
{
	line-height: 1.5em;
}
#maincol UL
{
	margin: 0px 20px 10px 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#maincol UL LI
{
	padding-left: 20px;
	padding: 4px 0px 4px 10px;
	border-bottom: 1px dashed #D4DDFF;
	line-height: 1.5em;
}
#maincol UL LI UL
{
	padding: 5px 0px 0px 10px;
}
#maincol UL LI UL LI
{
	background: none;
	border: none;
}
#maincol P
{
	margin-bottom: 20px;
	text-align: justify;
}
#maincol DL
{
	background: #F5F5F5;
	border: 3px ridge #000055;
	padding: 10px;
	margin: 15px 30px;
}
#maincol DD
{
	line-height: 1.5em;
	text-align: justify;
	margin: 0px 10px 0px 15px;
	padding-bottom: 15px;
}
#maincol DT
{
	padding-left: 15px;
	font-size: 1.2em;
	font-weight: bold;
}
IMG.floatleft
{
	float: left;
	margin: 0px 14px 3px 0px;
}
/****************************
* THIRD COLUMN                *
****************************/
#extracol
{
	width: 185px;
	vertical-align: top;
	position: inherit;
	border: 1px solid #7F99B2;
	background: #F6F6F6;
}
#extracol H2
{
	font-size: 1.3em;
	margin: 0px;
	text-align: right;
	padding-top: 5px;
	height: 25px;
	padding-right: 10px;
	font-weight: normal;
	color: #303580;
	background: #FFF url(images/RightColumnHeader.png) repeat-x;
}
#extracol H2 A
{
	font-weight: normal;
}
#extracol H3
{
	font-size: 0.95em;
	font-weight: bold;
	text-align: right;
	margin: 6px 10px -1px 0px;
	color: #303580;
}
#extracol H3 A
{
	color: #303580;
	margin-bottom: 2px;
}
#extracol H3 A:hover
{
	color: #0060EF;
}
#extracol P
{
	margin: 0px 0px 5px 10px;
}
#extracol UL
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#extracol UL LI
{
	margin: 0px;
	padding: 0px;
	background: none;
	border: none;
	text-align: right;
	line-height: normal;
}
#extracol UL A
{
	display: block;
	font-weight: normal;
	font-size: 1em;
	padding: 1px 10px 2px 5px;
	color: #616161;
}
#extracol UL A:hover
{
	font-weight: normal;
	color: #303580;
	background: #EAEAEA;
}
/************************
* PAGE FOOTER            *
************************/
#footer
{
	background: url(images/footer.png) no-repeat center top;
	margin: 2px 0px 0px;
	position: relative;
	clear: both;
	padding: 95px 10px 8px;
	color: #666;
	width: 910px;
	height: 175px;
}
#footer .leftlinks
{
	position: absolute;
	left: 259px;
	top: 18px;
	bottom: auto;
	right: auto;
}
#footer .leftlinks A, #footer .rightlinks A
{
	font-weight: normal;
	font-size: 0.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;
}

