/****************************************
CORE PAGE 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;*/
	background-color: #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
	font-size: 62.5%;
}

.body2{font-family:arial;font-size:12px;background-color:white;border: thin solid #B4B4B4;}

#maintemplate {
/*background-attachment: fixed;*/
	background-color: #CCCCCC;
  background-image: url(../images/body_bg_wide1.jpg);
  background-position: top center;
  background-repeat: repeat-y;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.3em;
  color: #4C4C4C;
}

.logoborder {
	border-left: 3px solid #e3b16f;
	border-right: 3px solid #e3b16f;
}

#submain {
	background-color: #7086d3; /*#88A9C0 */
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
}

#header {
	background-color: #3C6481;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
#footer {
	background-color: #3C6481;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

#logintop {
	background-image: url(../media/Tab_Top.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin-left: 15px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-top: 5px;
	padding-top: 3px;
	padding-bottom: 0px;
	text-align: center;
	color: #081e6c;
	font-size: 95%;
	font-weight: bold;
}

#login {
	background-image: url(../media/Tab_Row.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 15px;
	margin-right: 5px;
	padding-left: 12px;
	padding-right: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: thin double #FF9933;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 93%;
	line-height: 1.3em;
}
#login a, a:link, a:visited, a:active, a:hover, p
{
	font-size: 95%;
}

#loginBar {
	text-align: right;
	padding: 0px 10px 0px 0px;
	MARGIN: 0px 0px 0px 0px;
	BACKGROUND-COLOR: #FDF5E6;
	font-size: .9em;
}

.loginText {
	font-size: 95%;
	vertical-align: bottom;
}

#admintop {
	background-image: url(../media/Tab_Admin.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin-left: 15px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-top: 5px;
	padding-top: 3px;
	padding-bottom: 0px;
	text-align: center;
	color: white;
	font-size: 95%;
	font-weight: bold;
}

#admin {
	background-image: url(../media/Row_Admin.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 15px;
	margin-right: 5px;
	padding-left: 8px;
	padding-right: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: thin double #2d3f7d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 93%;
	line-height: 1.3em;
}

#admin a, a:link, a:visited, a:active a:hover
{
	font-size: 95%;
}

.story {
	/*CLEAR: both;*/
	background-color: #FFFFFF;
	border: thin solid #B4B4B4;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	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;
}


#page {
    margin: 0 auto;
    /*padding-bottom: 25px;*/
    position: relative;
    text-align: left;
    width: 900px;
}

.partner {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #dbdbdb;
}

P
{
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.3em;
	margin-top: 5px;
	margin-bottom: 0;
}


/****************************************
CORE HEADER ELEMENT STYLES
****************************************/

H1 {
	color: #3865E5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-variant: small-caps;
}

H2
{
	color: #081e6c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : medium;
	font-style: italic;
	border-bottom: double #9999CC;
}

H3 {
	color: #a05103;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : medium;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}

H4
{
	color: #081e6c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.3em;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 10px;
}

H5
{
	color: #081e6c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 10px;
}

/****************************************
CORE LINK ELEMENT STYLES
****************************************/

a, a:link, a:visited, a:active
{
	color: #336699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: Navy;
	text-decoration: underline;
	font-size: 1.2em;
}

.hplink
{
	color: Navy;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-decoration: none;
}


/****************************************
CORE TABLE ELEMENT STYLES
****************************************/
.table
{
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

TH
{
	color: Black;
	background-color: #F5F5F5;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 1.0em;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: thin inset Gray;
}


TR
{
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

TD
{
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/****************************************
CORE STYLE 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;
	line-height: 1.3em;
}

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;
}


/****************************************
OTHER STYLE ELEMENT STYLES
****************************************/

.style
{
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.3em;
}

.footer
{
	color: #336699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : small;
}

.summary
{
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : small;
}

.message {
	background-color: #CC99CC;
	font-size: larger;
	font-weight: bold;
}

.bordGrey {
	border: 1px dashed #999999;
	background-color: #F0F8FF; /*E4D29D*/
	padding: 5px 5px 5px 5px;
	font-size: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.bordGrey1 {
	border-left: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
	border-right: 1px dashed #999999;
}

.linkscript {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color:#336699;
	cursor: pointer; 
}

#desc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.3em;
	margin-left: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border: thin solid #B4B4B4;
}
#desc a, a:link, a:link, a:visited, a:active, a:hover
{
 	font-size: 1.2em;
}

#desc1 {
border-left: thin solid #B4B4B4;
border-right: thin solid #B4B4B4;
border-top: thin solid #B4B4B4;
border-bottom: thin solid #B4B4B4;
padding-top: 20px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/*  ******************************************************   */
/*  These glowingtabs styles are used for the MAIN menu tabs */
/*  ******************************************************   */
.glowingtabborder {
	background-color: #e3b16f;
	height: 3px;
	line-height: 3px;
}

#glowingtabs{
	background-color: #ffffff;
	float: left;
	width: 100%;
	font-size: 1.0em;
	line-height: normal;
}

#glowingtabs ul{
	list-style-type: none;
	margin:0;
	margin-left: 80px; /*Left offset of entire tab menu relative to page*/
	padding:0;
}

#glowingtabs li{
	display:inline;	
	margin:0;
	padding:0;
	font-size: 1.0em;
}

#glowingtabs a{
	float: left;
	background: url(../media/glowtab1-left.gif) no-repeat left top;
	margin: 0 5px;
	margin-right: 5px; /*spacing between each tab*/
	padding: 0 0 0 9px;
	text-decoration: none;
}

#glowingtabs a span{
display:block;
background:url(../media/glowtab1.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*/
}

/*  ****************************************************** */
/*  These glowingtabs1 styles are used for the ADMIN pages */
/*  ****************************************************** */

#glowingtabs1{
float:left;
width:100%;
font-size:90%;
line-height:normal;
border-bottom: 1px solid #7e9fff; /*Add border strip to bottom of menu*/
}


#glowingtabs1 ul{
list-style-type: none;
margin:0;
margin-left: 5px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

#glowingtabs1 li{
display:inline;
margin:0;
padding:0;
}

#glowingtabs1 a{
	float: left;
	background: url(../media/glowtab1-left.gif) no-repeat left top;
	margin: 0;
	margin-right: 5px; /*spacing between each tab*/
	padding: 0 0 0 9px;
	text-decoration: none;
}

#glowingtabs1 a span{
display:block;
background:url(../media/glowtab1.gif) no-repeat right top;
padding: 4px 12px 2px 3px;
font-weight:bold;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#glowingtabs1 a span {float:none;}
/* End IE5-Mac hack */

#glowingtabs1 a:hover span {
color: black;
}

#glowingtabs1 #current a{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs1 #current a span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: black;
}

#glowingtabs1 a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs1 a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}



/****************************************
NAVIGATION STYLE ELEMENT STYLES
****************************************/


#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;
}

#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
}

#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;
	font-size: 95%;
}
.forum2 p{
	font-size: 95%;
}

.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.4em;
}

.rotatingNewsWrap {
	width: 700px;
	clear: both;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
}

.rotatelist {
	position: relative;
	z-index: 50;
	width: 700px;
	height: 1100px;
	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;
}

.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;
}

.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;	
}

.moreinfo {
	background-color: #DDDDDD;
	text-align: left;
	font-style: italic;
	cursor: pointer;
	margin-bottom: 5px;
}
.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;
}
/*  ************ ADMIN Specific Styles  ************************ */
#adminlink a{
	color: #003C00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-variant: small-caps;
	font-weight: bold;
}

.admintable1 {
	background-color: #7086d3; /*#99B0A3;*/
	margin-left: 15px;
	margin-right: 5px;
}

.admintable2 {
	background-color: #dbdbdb; /*#EEF2F0;*/
	border: medium solid;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}

#searchlist{
	margin-top: 5px;
	margin-left: 10px;
}

#footlink {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-variant: small-caps;
	font-weight: bold;
}

#footlink a{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-variant: small-caps;
	font-weight: bold;
}

#doclink 
{
 	font-size: .9em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#doclink a, a:link, a:link, a:visited, a:active, a:hover
{
 	font-size: .9em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#related_docs{
	position: relative;
	font-weight:bold;
	float: left;
	width: 100%;
	height: 20px;
	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%;*/
}

#label{
	position: relative;
	top: 4px;
	clear: both;
	margin: 1px 5px;
	margin-bottom: 1.3em;
	font-size: 92%;
	text-align: left;
}

#label1{
	position: relative;
	font-weight:bold;
	float: left;
	width: 100%;
	/*height: 20px;*/
	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%;*/
}
