
@import url(/global/css/global-styles.min.css);

body {
	margin: 0;
	background: #112971 url(/images/assnimg1022/imgs/bak_body.jpg) repeat-y top center;
}

body#nobackground { background: #fff; }

body,
td,
p {
	color: #333;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}

a:link, 
a:active, 
a:visited,
#maincontentcell a:link, 
#maincontentcell a:active, 
#maincontentcell a:visited{
	color: #11286f;
	text-decoration: underline;
}

a:hover,
#maincontentcell a:hover { text-decoration: none; }

hr {
	color: #ccc;
	background-color: #ccc;
}


/* Global Navigation
----------------------------------------*/
#navtop1 li ul,
#navtop2 li ul {
	background: #eeeeee;
	padding: 5px;
	width: 181px;
	border: solid 1px #ccc;
}

ul#navtop1 li li a,
ul#navtop1 li li a:hover,
ul#navtop2 li li a,
ul#navtop2 li li a:hover  {
	color: #0d1427;
	background: none;
	font: normal 11px/12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	z-index: 999;
	padding: 7px 8px;
	width: 165px;
	text-align: left;
}

ul#navtop1 li li a:hover,
ul#navtop2 li li a:hover { color: #fff ;background: #0a2a75; }

* html ul#navtop1 li li a,
* html ul#navtop1 li li a:hover,
* html ul#navtop2 li li a,
* html ul#navtop2 li li a:hover { width: 175px; }

#navtop1 li ul li,
#navtop2 li ul li { border: none; }

/* Global Nav - Below Banner */
ul#navtop2 { background: #ccc url(/images/assnimg1206/imgs/bak_navtop2.png) no-repeat left bottom; }

ul#navtop2 li { margin-bottom: 5px; }

ul#navtop2 li li { margin: 0; }

/* Top-Navigation Below Banner
-----------------------------------*/
ul#navtop2 { background: transparent url(/images/assnimg1022/imgs/bak_navtop2.png) no-repeat left bottom; }
ul#navtop2 li { margin-bottom: 4px; }
ul#navtop2 li li { margin: 0; }


/* System Messages
----------------------------------------*/
#returnlinktable,
.infomessage,
.errormessage,
.loginmessage {
	border: 1px solid #000;
	border-top: none;
	border-bottom: none;
	background: #fff;
}

table#returnlinktable {
	padding: 5px 15px 5px 0;
	background: #fff;
}

table#pageheadertable { background: #112971; }

td#pageheadercell { text-align: center; }

/* Main Content
----------------------------------------*/
#maincontenttable {
	border: 1px solid #000;
	border-top: none;
	border-bottom: none;
	background: #fff;
}


/* Sub Content
----------------------------------------*/
#maincontentsubcell p { line-height: 1.6em; }

#maincontentsubcell p font { line-height: 1.1em; }


/* Footer
----------------------------------------*/
#footertable {
	border: 1px solid #000;
	border-top: none;
	border-bottom: none;
	background: #fff;
}

/* Clickable Logo
----------------------------------------*/
#logo-click {
	border: none;
	position: absolute;
	left: 50%;
	margin-left: -380px;
	text-indent: -9999px;
	top: 40px;
	width: 250px;
	z-index: 100;
}

#logo-click h1 {
	height: 100px;
	opacity: 0;
}


/* Rotating Marketing Banner
----------------------------------------*/


div#banner.mktg-banner-widget ul.imageRotation div{
	margin: 5px;
}


div#banner.mktg-banner-widget a#next-btn,
div#banner.mktg-banner-widget a#prev-btn{
	height: 29px;
	width: 29px;
	display: block;
	position: relative;
	z-index: 99;
}

div#banner.mktg-banner-widget a#next-btn{
	background: url(/associations/7940/imgs/btn-arrow-right.png);
	top: 205px;
	left: 310px;
}

div#banner.mktg-banner-widget a#prev-btn{
	background: url(/associations/7940/imgs/btn-arrow-left.png);
	top: 235px;
	left: 10px;
}



