/* these classes are required by the header/footer system and should not be removed or changed */

.dontShow
{
	display: none;
}

/* this will not move the element it is applied to, but will allow elements inside it to be absolutely positioned relative to it */
.relativePositioned
{
	position: relative;
}

.bold
{
	font-weight: bold;
}

div.wholeSite
{
	margin: auto;
	width: 1024px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000; /* black */
}

div.maroonBar
{
	margin: auto;
	background-color: #7b1b1d;
	height: 7px;
	width: 1024px;
}

div.address
{
	margin: auto;
	background-color: #00115c;
	border-color: #000000;
	border-top-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	font-family: Arial, Verdana, Times;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	width: 1024px;
}

div.logoBar
{
	margin: auto;
	text-align: left;
	background-color: #FFFFFF;
	border-color: #000000;
	border-top-style: solid;
	border-width: 1px;
	height: 85px;
	width: 1024px;
}

div.headerLogo
{
	display: inline;
}

a.headerLogo
{
	display: inline;
}

a.headerLogo > img
{
	border: none;
	float: left;
}

img.headerFlair
{
	display: inline;
	float: right;	
}

div.navBar
{
	margin: auto;
	text-align: left;
	border-top-style: solid;
	border-width: 1px;
	width: 1024px;
	height: 32px;
	background-image: url('navBarBG.png');
	background-repeat: repeat-x;
}

a:hover
{
	color: #8c2c2e;
}

div.loginBox
{
	margin: auto;
	border-color: #b9b7ba;
	border-top-style: solid;
	border-width: 1px;
	background-color: #00115c;
	width: 1024px;
	height: 65px;
	overflow: hidden;
}

div.memberAreaText
{
	display: inline;
	float: left;
	width: 680px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #FFFFFF;
	font-family: Arial, Verdana, Times;
	font-size: 13px;
	text-align: left;
}

div.memberAreaText > p
{
	margin: 0px;
}

div.memberAreaText a
{
	text-decoration: none;
	color: white;
}

a.logLink
{ 	color: #b8c9e7;
	text-decoration: none;
}

a.logLink:hover
{	color: #FFFFFF;	 }

fieldset.loginFieldset
{
	margin-top: 5px;
	border-style: none;
	padding: 0px;
}

div.userPasswordBlock
{
	display: inline;
	float: right;
	padding-right: 10px;
	padding-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

div.userPasswordBlock > label
{
	float: left;
}

div.userPasswordBlock > input
{
	float: left;
	clear: left;
}

label.loginLabel {
	color: #FFFFFF;
	font-family: Arial, Verdana, Times;
	font-size: 10px;
	font-variant: small-caps;
}

input.loginFieldButton, button.loginFieldButton
{
	margin-left: 3px;
	margin-right: 3px;
}

div.loginButtons
{
	color: #FFFFFF;
	font-family: Arial, Verdana, Times;
	font-size: 12px;
	display: inline;
	float: right;
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 5px;
}

div.footerLinks
{
	clear: left;
	margin: auto;
	background-color: #d2d3d8;
	height: 25px;
	width: 1024px;
	text-align: center;
}

a.footerLink
{
	color: #313131;
	font-family: Arial, Verdana, Times;
	font-size: 11px;
	text-decoration: none;
}


div.bodyPositioner
{
	margin: auto;
	padding: 0px;
	width: 1024px;
	display: block;
    min-height: 487px;
	background-color:  #d2d3d8;
	text-align: left;
	vertical-align: top;
}

/* these classes are used by the system that chooses whether to display elements based on whether the user is logged in or not */

.membersOnly
{
	display: inline;
}

.nonMembersOnly
{
	display: inline;
}

.disabledNavButton
{
	color: gray;
	display: block;
	text-align: left;
	padding: 5px 12px;
	text-decoration: none;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #a2a2a2;
	margin: 0px;
	width: 120px;
	height: 21px;
	position: relative; /* allows the popup to be positioned absolutely relative to this element */
}

.hoverText
{
	display: none;
	width: 150px;
	position: absolute;
	top: 0px;
	left: 40px;
	background-color: #FFFFE0; /* lightyellow */
	border: 1px solid black;
	z-index: 1;
}

/* end of classes for display based on login status */


/* these classes are used by the drop-down navigation bar*/

#navTopLevel
{
	border-width: 1px;
	display: inline;
	padding-left: 25px;
	padding-right: 25px;
	vertical-align: middle;
}
	
#navTopLevel li
{
	text-align: left;
	width: auto;
	color: #313131;
	float: left;
	list-style: none;
	font-size: 14px;
	font-family: Arial, Verdana, Times;
	text-decoration: none;
}

#navTopLevel li a
{
	display: block;
	text-align: left;
	padding: 5px 12px;
	text-decoration: none;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #a2a2a2;
	width: 120px;
	height: 21px;
	color: #2F4F4F; /* darkslategray */
	white-space: nowrap;
}

#navTopLevel li a:hover
{
	text-align: left;
	background: #b8c9e7;
	/*background: #8FBC8F; 8bbee5/* darkseagreen */
}
		
#navTopLevel li ul
{
	text-align: left;
	margin: 0;
	padding: 0;
	position: absolute;
	display: none;
	width: auto;
	background-color: #000936;
	border: 1px;
	border-color: #c0c0c0;
	border-style: solid;
	border-top: 1px solid white;
}
		
#navTopLevel li ul li
{
	text-align: left;
	float: none;
	font-size: 12px;
	color: white;
	display: inline;
}
		
#navTopLevel li ul li a
{
	text-align: left;
	width: 120px;
	color: #c0c0c0;
	border: none;
	/*border: 1px;
	border-color: #000936;
	border-style: solid;*/
}
		
#navTopLevel li ul li a:hover
{
	text-align: left;
	width: 120px;
	background-color: #8aa7dc;
	/*background: #a8bfe7;*/
	color: #000000;
	/*border: 1px;
	border-color: #FFFFFF;
	border-style: solid;*/
}

/* end of header/footer classes */


/* this class is used to display the background on every page and should not be removed */

body
{
	margin: auto;
	text-align: center;
}

body.background
{
	/*background-image: url(../support/background.png);
	background-repeat: repeat-x;*/
	background-image: url(../images/bg.png);
	background-repeat: repeat;
}

body.centerJustifyBackground
{
	/*background-image: url(../support/background.png);
	background-repeat: repeat-x;*/
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	text-align: center;
}

/* end of background classes */

