@import url("text.css");

@media screen {
.HeaderAnchor
{
	cursor:pointer;
}

html {
	margin: 0;
	padding: 0 4px;
	background: #daecf8;
}

body {
	margin: 10px auto;
	padding: 0;
	width: 986px;
}

/* @group header */
/** ***************************************** */

#header {
	width: 986px;
	height: 100px;
	background: transparent url(../images/bg-header.gif) no-repeat;
}

#logo {
	padding: 8px 0 7px 15px;
}

#logo a {
	display: block;
	width: 960px;
	height: 85px;
}

#logo img, #site-name, #tagline {
	position: absolute;
	left: -999em;
}

/* ***************************************** **/
/* @end header */




/* @group navigation */
/* ***************************************** */
.pnlCenter
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;	
}

.buttons
{
	border-right-style:none;
}
.usersClass
{
	position: relative;
	left:0px;
	top:0px;
	display:inline;
}
.NavWrapper
{
	padding: 0px;
	left:0px;
	top:0px;
}

#top-nav {
	text-align: right;
}

#top-nav * {
	font: bold 11px/1.75 Arial, Helvetica, Geneva, sans-serif;
}

#top-nav ul {
	margin: 0 12px 0 0;
	padding: 0;
	text-transform: uppercase;
}

#top-nav li {
	list-style: none;
	display: inline;
	margin: 0 0.5em 0 0;
	padding: 0 0.75em 0 0;
/*	border-right: 1px solid #133d85;*/
}

#top-nav li#text-sizer {
	list-style: none;
	margin: 0 0 0 0.25em;
	padding: 0 0 0 0;
	border-right: 0 none;
}

#top-nav a:link,
#top-nav a:visited,
#top-nav a:hover,
#top-nav a:active {
	color: #133d85;
	text-decoration: none;
}

#top-nav * a#normaltext, #top-nav a.NormalText {
	text-decoration: underline;
	padding: 0 0.5em;
}

#top-nav * a#largetext, #top-nav a.LargeText {
	font-size: 15px;
	line-height: 1.2;
}

#top-nav #welcome, .welcome, .login, .logoff {
	margin: 0 0 0 5px;
	padding: 0;
	float: left;
	font-size: 0.925em;
}

#welcome .logoff, #welcome .welcome, #welcome .login {
	color: #ed1c2e;
	text-transform: uppercase;
}

#navigation {
	clear: both;
	float: left;
	border-color: #5195c7;
	border-style: solid;
	border-width: 0 1px 0 2px;
	text-transform: uppercase;
	font-size: 0.85em;
	height: 26px;
	overflow: hidden;
}

#navigation * {
	font: bold 11px/1.75 Arial, Helvetica, Geneva, sans-serif;
}

#navigation ul 
{
	list-style:none;
	margin: 0;
	display:inline;
	padding: 0;
	float: left;
	width: 983px;
	background: url(../images/bg-navigation.gif) left top;
}

#navigation li {
	list-style: none;
	margin: 0;
	padding: 0 0 0 3px;
	display: inline;
	float: left;
	background: url(../images/bg-navigation-li.gif) no-repeat;
}

#navigation li#nav-local-associations {
	padding-left: 22px;
	background-image: url(../images/bg-local-associations.gif);
}

#navigation li#nav-search {
	padding: 4px 0px 0px 10px;
	display:block;
	background-image: none;
}
#navigation li#nav-go {
	padding: 4px 10px 0px 3px;
	display:block;
	background-image: none;
	border:0pt none;	
}
#navigation li#top-menu 
{
	padding:0px 0px 0px 0px;
}
#navigation li#top-nav{
	padding: 0px 0px 0px 0px;
	display:block;
	background-image: none;
}

#navigation li#nav-search #s, .SearchBox {
	font: 11px/11px Arial, Helvetica, Geneva, sans-serif;
	border: 1px solid #6699cc;
	padding: 0 1px 2px;
	vertical-align: middle;
	top: -1px;
	position:relative;
	width: 125px;
}

#navigation li#nav-search #go {
	margin: 0;
	padding: 0;
	line-height: 1em;
	position: relative;
	top: 4px;
}

#navigation a:link,
#navigation a:visited,
#navigation a:active,
#navigation a:hover,
#navigation a:focus {
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 4px 8px 3px;
	color: #133d85;
}

#navigation a:focus,
#navigation a:hover,
#navigation a:active,
#navigation .ekflexmenu_button_selected {	
	background: url(../images/bg-navigation-a-hover.gif) left;
}

/* last link */
#navigation li#e5a1dcbef_46_64 a {
	padding-right: 13px;
	background: url(../images/bg-navigation-li.gif) no-repeat right;
}

/* last link :hover */
#navigation li#e5a1dcbef_46_64 a:focus,
#navigation li#e5a1dcbef_46_64 a:hover,
#navigation li#e5a1dcbef_46_64 .ekflexmenu_button_selected {	
	background: url(../images/bg-navigation-a-hover.gif) right;
}

#navigation #site-search {
	margin: 0;
	padding: 0;
}

#navigation #site-search label {
	position: absolute;
	left: -999em;
}

/* ***************************************** */
/* @end navigation */

/* @group auto-complete for search box */
/* ***************************************** */
#navigation li.SearchBoxAutoComplete, #navigation ul.SearchBoxListItem, #navigation li.SearchBoxAutoCompleteHighlight
{
    color:#000000;
    font-weight:normal;
    background-image:none;
    background-color:#ffffff;
    z-index:99;
    cursor:default;
    width:196px;
}

#navigation li.SearchBoxAutoCompleteHighlight
{
    font-weight:bold;
    background-color:#ECEFF8;
    z-index:99;
}

#navigation ul.SearchBoxListItem
{
    border: 1px solid #6699cc;
    width:320px;
    padding-right:36px;
    z-index:99;
}
/* ***************************************** */
/* @end auto-complete for search box */

/* @group page-body */
/* ***************************************** */

#page-body {
	background: #fff url(../images/bg-page-body.gif) repeat-y 0 0;
	color: #000;
	font-size: 12px;
	line-height: 1.3;
	padding: 0 1px 10px 2px;
}

.two-col #page-body {
	background: url("../images/bg-page-body-2col.gif") repeat-y;
}

.noMenu #page-body {
	background: url("../images/bg-page-body-noMenu.gif") repeat-y;
}

a:link {
	color: #133d85;
	text-decoration: underline;
}

a:visited {
	color: #133d85;
	text-decoration: underline;
}

a:hover, a:active {
	color: #42ade6;
	text-decoration: underline;
}

a.more,
a:link.more,
a:visited.more,
a:active.more,
a:hover.more {
	font-style: italic;
	font-weight: bold;
	color: #42ade6;
}

.CategoryName
{
	font-weight: bold;
	color: #42ade6;
	font-size:12px;
}

/* ***************************************** */
/* @end page-body */




/* @group sidebar */
/* ***************************************** */

.two-col #sidebar {
	display: none;
}

.noMenu #sidebar {
	display: none;
}

#sidebar {
	float: right;
	width: 224px;
	padding: 10px 7px 7px;
	margin-left: 2px;
}

#sidebar li + li {
	padding-top: 0.35em;
}

#sidebar .box {
	width: 223px;
	background: #f7fafd url(../images/bg-box.gif) no-repeat 0 bottom;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

#sidebar .box h2 {
	background-image: url(../images/bg-box-h2.gif);
	background-color: #006bb7;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	padding: 0;
}

#sidebar .box .content {
	background-image: url(../images/bg-box-content.gif);
	padding-top: 5px;
}

#sidebar .box ul.links-list {
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

#sidebar .box ul.links-list li {
	list-style: none;
	margin-left: 0;
	padding: 3px 0;
	text-align: center;
}

#sidebar .box ul.checklist {
	margin: 0;
	padding: 0;
}

#sidebar .box ul.checklist li {
	list-style: none;
	margin-left: 0;
	padding: 10px 25px 6px 50px;
	background: url(../images/bg-checklist-li.gif) no-repeat center top;
}

#sidebar .box ul.checklist li.first {
	list-style: none;
	margin-left: 0;
	padding: 10px 25px 6px 50px;
	background: url(../images/checkbox.gif) no-repeat 19px 10px;
}

/* ***************************************** */
/* @end sidebar */




/* @group primary */
/* ***************************************** */

#primary {
	float: right;
	width: 546px;
	padding: 10px 13px 14px;
}

#primary hr {
	color: #7eb2d8;
	background-color: #7eb2d8;
	height: 2px;
	border: 0 none;
}

.two-col #primary {
	float: right;
	width: 773px;
	padding: 0 20px;
}

#primary li + li {
	padding-top: 0.35em;
}

#sidebar .teaser {
	padding-bottom: 15px;
}

#primary img.HeaderImage {
   max-width: 563px;
}

/* @group feature rotator */

#rotator #spotlight {
	background: #fff url(../images/bg-spotlight.gif) repeat-y;
	color: #000;
}

.box-header {
	background: #23a74a url(../images/bg-spotlight.gif) repeat-y;
	color: #fff;
	text-align: right;
	font-weight: bold;
}

.box-header strong {
	float: left;
}

.box-header a,
.box-header a:link,
.box-header a:hover,
.box-header a:active,
.box-header a:visited {
	font-weight: normal !important;
	color: #fff;
}

.box-header-content {
	background: transparent url(../images/bg-spotlight-header.gif) no-repeat;
	padding: 7px 10px 4px;
}

.box-body {
	margin: -1px 0 0;
	padding: 0 0 10px;
	background: url(../images/bg-box-body.gif) no-repeat 0 bottom;
}

.box-body-content {
	border-left: 1px solid #86b7da;
	border-right: 1px solid #bcd7eb;
	padding: 0 10px;
}

#rotator #spotlight .image {
	float: left;
	width: 210px;
	height: 205px;
	background: url(../images/spinner.gif) no-repeat center;
}

#rotator #spotlight .image a {
	width: 210px;
	height: 205px;
	display: block;
	background: url(../images/bg-spotlight-image.png) no-repeat;
}

#rotator #spotlight .image img {
	position: absolute;
	left: -999em;
	
}

#rotator #spotlight .article {
	float: right;
	padding: 5px 18px 5px 17px;
	line-height: 1.3em;
	width: 300px;
	height: 106px;
	overflow: hidden;
}

#rotator #spotlight .article h2 {
	margin: 0;
	padding: 0 0 3px;
}

#rotator #spotlight .article h2 a {
	color: #133d85;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.0;
	font-size: 18px;
}

#rotator #spotlight .article p {
	margin: 0;
	padding: 0;
	line-height: 1.2;
}

#thumbnails {
	float: right;
	width: 320px;
	padding: 3px 0;
	border:none;
}

#thumbnails a {
	display: block;
	width: 98px;
	height: 59px;
	background: url(../images/spinner.gif) no-repeat center;
	border:none;
}

#thumbnails img {
	width: 98px;
	height: 59px;
	border:none;
}

#thumbnails div {
	float: left;
	margin-right: 4px;
	border:none;
}

#thumbnails #thumb2 a {
	cursor: default;
	border:none;
}

#thumbnails #thumb3 {
	margin-right: 0px;
	border:none;
}

#rotator #spotlight-control {
	text-align: center;
	float: right;
	background: transparent url(../images/bg-spotlight-control.gif) no-repeat right bottom;
	height: 24px;
	width: 336px;
}
 #rotator #spotlight-control img
 {
	border:none;
 }
 
/* @end feature rotator */

/* ***************************************** */
/* @end primary */


#footer {
	background: url(../images/bg-footer.gif) no-repeat left top;
	text-align: center;
	padding-top: 15px;
}

.two-col #footer {
	background-image: url(../images/bg-footer-2col.gif);
}

.noMenu #footer {
	background-image: url(../images/bg-footer-noMenu.gif);
}

#colophon {
	position: absolute;
	left: -999em;
}

/* ***************************************** */
/* @end footer */

}

.textEntry
{
    font-family: "Trebuchet MS, Tahoma";
    font-size: small;
    border-width:1px;
    border-style:solid;
    border-color:#9999FF;
}

.alertText
{
    font-family:"Trebuchet MS, Tahoma";
    font-size:x-small;
    background-color:Transparent;
    border-style:none;
    color:Red;
}

.linkButtonFormat
{
    font-family: "Trebuchet MS, Tahoma";
    font-size: small;
    font-weight: bolder;
    color: #133d85;
    background-image: url(/App_Themes/BasicLeaders/bg-main.png);
    border-width: 1px;
    border-style: solid;
    border-color: blue;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 1px;
    padding-top: 1px;
    text-decoration: none;
}

a.linkButtonFormat:link
{
    font-family: "Trebuchet MS, Tahoma";
    font-size: small;
    font-weight: bolder;
    color: #133d85;
    background-image: url(/App_Themes/BasicLeaders/bg-main.png);
    border-width: 1px;
    border-style: solid;
    border-color: blue;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 1px;
    padding-top: 1px;
    text-decoration: none;
}

a.linkButtonFormat:hover
{
    font-family: "Trebuchet MS, Tahoma";
    font-size: small;
    font-weight: bolder;
    color: white;
    background-image: url(/App_Themes/BasicLeaders/bg-menu-main.png);
    text-decoration: none;
}


.EntryDescRight
{
    padding-right: 10px;
    width: 175px;
    text-align: right;
}


.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=40);
	opacity:0.4;
}

.modalPopup 
{
	background-color:White;
	border-width:thick;
	border-style:solid;
	border-color:Black;
	padding:5px;
}

#mbrIdCard
{
	display: block;
	width: 220px;
	height: 140px;
	background: url(../../images/mainCardNew.jpg) no-repeat;
	border:none;
}

.formContainer
{
    padding-right:15px;
    padding-left: 15px;
    padding-bottom: 15px;
    margin: 0%;
    border-style:solid;
    border-color:#6EA7C2;
    border-width:thin;
    background-image: url(/images/formContainer.gif);
}

#fyiBox400
{
    float: right;
    width: 400px;
    text-align: left;
    margin-top: 10px;
    margin-left: 15px;
    overflow: auto;
}

#loginBox
{
    width: 285px;
    text-align: left;
    margin-top: 10px;
    overflow: auto;
}

#registerBox
{
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 10px;
    padding-bottom: 10px;
    border-style: solid;
    border-color: #6EA7C2;
    border-width: thin;
    background-color: #D2EDF3;
    clear: left;
    width: 285px;
    height: 30px;
    text-align: left;
    overflow: auto;
}

.completionListElement
{
visibility : hidden;
margin : 0px! important;
background-color : white;
color : blue;
border : solid 1px gray;
cursor : hand;
text-align : left;
list-style-type : none;
font-family : Verdana;
font-size: 9px! important;
padding : 0;
z-index : 2! important;
}
.listItem
{
padding: 1px;
z-index: 2 !important;
background-color: #dcdcdc;
}
.highlightedListItem
{
	color: menutext;
	background-color: highlight;
	padding: 1px;
	z-index: 2 !important;
}
