/****************************************
CORE LINK ELEMENT STYLES
****************************************/
html,body,div,span,h1,h2,h3,h4,h5,p,blockquote,pre,a,em,strong,ol,ul,li,form,table,textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style:inherit;
	font-weight:inherit;
	text-decoration:inherit;
	line-height: 1.3em;
}

body {
/*background-attachment: fixed;*/
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
	font-size: 62.5%;
}

P
{
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.3em;
	margin-left: 10px;
	margin-right: 10px;
}

/****************************************
CORE HEADER ELEMENT STYLES
****************************************/

H1 {
	color: #3865E5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em; 
	font-variant: small-caps;
	margin-left: 10px;
	margin-bottom: 0px;
}

H2
{
	color: #336699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 1.6em;
	border-bottom-style: double;
	border-bottom-color: #9999CC;
	font-style: italic;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

H3 {
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 1.4em;
	margin-left: 10px;
	margin-bottom: 0px; 
}

H4
{
	color: #203637;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	margin-left: 10px;
	margin-bottom: 0px;
}

H5
{
	color: #DAA520;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 0px;
}

/****************************************
LINK ELEMENT STYLES
****************************************/

a, a:link, a:visited, a:active
{
	color: #336699;
	text-decoration:none;
	font-size: 1.2em;
}

a:hover
{
	color: Navy;
	text-decoration: underline;
	font-size: 1.2em;
}


.hplink
{
	color: Navy;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 1.2em;
}


/****************************************
CORE TABLE ELEMENT STYLES
****************************************/
TABLE
{
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

TH
{
	background-color: #F5F5F5;
	color: Black;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: thin inset Gray;
	font-size: 1.2em;
}
TH a:link {font-size: 1.0em;}
TH a:visited {font-size: 1.0em;}
TH a:active {font-size: 1.0em;}

TR
{
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

TD
{
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*
TH1
{
	color: Black;
	background-color: #F5F5F5;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-size: small;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: thin inset Gray;
}
*/
/****************************************
LISTS ELEMENT STYLES
****************************************/

LI
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding-left: 10px;
}

OL LI
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding-left: 10px;
}

UL LI
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding-left: 10px;
}

OL UL LI
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding-left: 10px;
}

DT
{
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 1.2em;
	font-weight : bold;
}

DD
{
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 1.2em;
}

PRE
{
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 1.2em;
	font-style : normal;
	font-weight : normal;
	font-variant : normal;
	letter-spacing : normal;
	word-spacing : normal;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/*  ******************************************************   */
/*  These glowingtabs styles are used for the MAIN menu tabs */
/*  ******************************************************   */

#glowingtabs{
margin-left:40px;
float:left;
width:100%;
font-size: 0.8em;
line-height:normal;
border-bottom: 1px solid #7e9fff; /*Add border strip to bottom of menu*/
}


#glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 5px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

#glowingtabs li{
display:inline;
margin:0;
padding:0;
}

#glowingtabs a{
float:left;
background:url(../media/glowtab-left.gif) no-repeat left top;
margin:0;
margin-right: 5px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}

#glowingtabs a span{
float:left;
display:block;
background:url(../media/glowtab.gif) no-repeat right top;
padding: 4px 12px 2px 3px;
font-weight:bold;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#glowingtabs a span {float:none;}
/* End IE5-Mac hack */

#glowingtabs a:hover span {
color: black;
}

#glowingtabs #current a{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs #current a span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: black;
}

#glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}

/*  ****************************************************** */

.style
{
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

.footer
{
	color: #336699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 1.0em;
}

.summary
{
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 1.0em;
}

.message {
	background-color: #CC99CC;
	font-size: 1.2em;
	font-weight: bold;
}

#label{
	position: relative;
	top: 4px;
	clear: both;
	margin: 1px 5px;
	margin-bottom: 1.3em;
	font-size: 1.2em;
	text-align: left;
}
#label1{
	position:relative;
	float:left;
	width:100%;
	height:30px;
	font-size: 1.2em;
	text-align:center;
	background:#f0f0f0 url(../images/label_bg.png) no-repeat 100% 100%;
}

.bordGrey {
	border: 1px dashed #999999;
	background-color: #F0F8FB;
	padding: 5px 5px 5px 5px;
}

.bordGrey1 {
	border-left: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
	border-right: 1px dashed #999999;
}

.linkscript {
	font-weight: bold;
	color:#336699;
	cursor: pointer; 
}

#desc {
	border: thin solid #B4B4B4;
	margin-left: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;

}
#navBar {
	padding: 0px 0px 0px 0px;
	MARGIN: 0px 0px 0px 0px;
	BACKGROUND-COLOR: Gray;
}
#navBar UL A:link {
	DISPLAY: block
}
#navBar UL A:visited {
	DISPLAY: block
}
#navBar UL {
	LIST-STYLE-TYPE: none;
}
#navBar LI {
	BORDER-BOTTOM: 1px solid #292929;
}
#sectionLinks {
	padding: 0px 0px 0px 0px;
	MARGIN: 0px 0px 0px 0px;
	font-size: 0.8em;
	BACKGROUND-COLOR: #D8D4A7;
	font-style: italic;
	font-weight: bold;
}
#sectionLinks A:link {
	PADDING-TOP: 2px;
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 0px;
	WIDTH: auto;
	border-right: thin groove #858585;
}
#sectionLinks A:visited {
	PADDING-TOP: 2px;
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 0px;
	border-right: thin groove #858585;
}
#sectionLinks A:hover {
	BORDER: 1px solid #9999CC;
	PADDING-TOP: 2px;
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 0px;
	BACKGROUND-COLOR: #FFFFFF;
}
#sectionLinks H3 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 10px; PADDING-BOTTOM: 2px; PADDING-TOP: 10px
}
#loginBar {
	text-align: right;
	padding: 0px 10px 0px 0px;
	MARGIN: 0px 0px 0px 0px;
	BACKGROUND-COLOR: #FDF5E6;
	font-size: 1.0em;
}
.loginText {
	font-size: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: bottom;
}
.story {
	CLEAR: both;
	background-color: #FFFFFF;
	border: thin solid #B4B4B4;
	margin-left: 10px;
	margin-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.story P {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
}
#headlines {
	PADDING-RIGHT: 10px; 
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 10px;
	PADDING-TOP: 10px;
	FONT-SIZE: 1.0em;
	MARGIN: 0px;
}
#headlines P {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 5px; 
	PADDING-TOP: 5px;
}
#mapsection {
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	FONT-SIZE: 1.0em;
	PADDING-BOTTOM: 5px;
	MARGIN: 0px;
	PADDING-TOP: 5px;
	background-image: url(../images/Mapquest_logo.jpg);
	text-align: center;
}
#newssection {
	FONT-SIZE: 1.0em;
	MARGIN: 0px;
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 15px;
	PADDING-TOP: 5px;
	background-image: url(../images/Newsletter_logo.jpg);
	text-align: center;
}
.FlatButton
{
	font-size: 1.2em;
	height: 19px;
	color: black;
	border: solid 1px black;
	background: url('images/ButtonBackground.gif');
}
.forum1 {
	background-color: #F3F3F3;
	margin-left: 10px;
	margin-right: 10px;
}
.forum2 {
	background-color: #F5F5FA;
	border: medium solid;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
.alternate1 {
	background-color: #FFFFFF;
}
.alternate2 {
	background-color: #C7C7C7;
}
.paynow {
	background-color: #EFC154;
	text-align: left;
	font-style: italic;
	cursor: pointer;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.6em;
}

.rotatingNewsWrap {
	width: 400px;
	clear: both;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 3px;
	float: left;
}

.newslisttab {
	position: relative;
	top: 0px;
	background-color: #EBF0FA;
	margin: 0px;
	display: inline;
	padding: 4px 5px;
	margin-right: 3px;
	color: #000066;
	border: 1px solid #999999;
	border-bottom: none;
	cursor: pointer;
	border-left-color: #999999;
	text-transform: uppercase;
	font: bold 1.0em/1.8em Verdana, Arial, Helvetica, sans-serif;
}

.firstTab {
	background-color: #FFF;
}

.rotatelist {
	position: relative;
	z-index: 50;
	width: 800px;
	height: inherit;
	overflow: auto;
	font-size: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FCFCFC;
	text-align: left;
	padding: 10px 0 5px;
}

.bordGreyNews {
	border: 1px solid #999999;
}

.tooltip {
	position: absolute; 
	width: 200px; 
	left:385px; 
	top:188px; 
	visibility: hidden; 
	z-index:1; 
	padding: 4px; 
	background-color: #FFFFCC; 
	BORDER: 1px solid #000000;
}
.redtext
{
	color: Red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-style: italic;
	font-weight: bold;	
}
.Diamond
{
	color: #FFA07A;
	font-size: 1.6em;
	font-weight: bold;
	text-transform: capitalize;
	border-bottom: groove #FFA07A;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.Platinum
{
	color: #4D4D63;
	font-size: 1.6em;
	font-weight: bold;
	text-transform: capitalize;
	border-bottom: groove #4D4D63;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.Gold
{
	color: #DAA520;
	font-size: 1.6em;
	font-weight: bold;
	text-transform: capitalize;
	border-bottom: groove #DAA520;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.Silver
{
	color: #B2B2B2;
	font-size: 1.6em;
	font-weight: bold;
	text-transform: capitalize;
	border-bottom: groove #B2B2B2;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.Bronze
{
	color: #743C21;
	font-size: 1.6em;
	font-weight: bold;
	text-transform: capitalize;
	border-bottom: groove #743C21;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.Friends
{
	color: #4169E1;
	font-size: 1.6em;
	font-weight: bold;
	text-transform: capitalize;
	border-bottom: groove #4169E1;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.Nolevel
{
	color: #535353;
	font-size: 1.6em;
	font-weight: bold;
	text-transform: capitalize;
	border-bottom: groove #535353;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.PubCategory 
{
	color: Navy;
	font-size: 1.6em;
	font-weight: bold;
	text-transform: capitalize;
	border-bottom: groove #F1E8DC;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
}

#related_docs{
	position: relative;
	float: left;
	width: 100%;
	height: 20px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	background: #2d3f7d; /*978656*/
	color: #FFFFFF;
	border-bottom-style: groove; /*background:#E4C59D url(http://localhost/aahamcarolina/images/label_bg.png) no-repeat 100% 100%;*/
}

.regtable1 {
	background-color: #99B0A3;
	margin-left: 10px;
	margin-right: 10px;
}
.regtable2 {
	background-color: #EEF2F0;
	border: medium solid;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
.sizeimage {
	height: 50%;
	width: 30%;
	margin-left: 50px;
	margin-right: 150px;
	margin-bottom: 50px;
	padding-bottom: 50px;
}
