
/* --------------------------------------------------------------------------------------------
-	Myrtle Grand Vacations Styles 
--------------------------------------------------------------------------------------------- */

/* import CSS reset style sheet to get rid of most browser defaults... */

@import url(CSS-Reset.css);

/* define default styling for text 

	NOTE: This rule should NEVER contain properties which affect the box model - since this would 
		   be applied to every element on the page (with really nasty results).
*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color: #99B9C4;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* give paragraphs more spacing */
p, ul, h1,h2,h3 {
	margin-top: 6px;
}	
/* for unordered lists, set a display style 
ul, li {
	list-style-image: url(../images/icon-list-blue-dot.jpg);
	list-style-position:inside;
} */

ul, li {
	list-style: disc;
	list-style-position:inside;
	text-indent: 16px;
	}

/* define overides for ALL anchors */
a { 
	text-decoration:none;
	color: #264B8F;
}
/* hover color overide...for most of website   */
a:hover {
	text-decoration:none;
	color: #256A8F;
}

/* define overides for anchors that are children of class sidebartext */
.sidebarlink a {
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration:none;
	color: #FFFFFF;
}
/* hover color overide...for anchors that are children of class sidebartext   */
.sidebarlink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #FFFFCC;
}


/* hover color overide...for bottomtext class children - see: _contact-info.cfm  */
.bottomtext a:hover {
	text-decoration:none;
	color: #419CCD;
}

h1, h2, h3 {
font-family: "Bradley Hand ITC", "Brush Script MT", "Blackadder ITC", "Bickley Script", worstveldsling, Georgia, "Times New Roman", Times, serif ;
}

h4, h5 {
font-family: Arial, Helvetica, sans-serif;
}


/* override for h1 color/size...  */
h1 {
	color: #305FB6;
	font-size: 18px;
	line-height: 20px;
	font-weight:bold;
}

/* override for h2 color/size...  */
h2 {
	color: #305FB6;
	font-size: 16px;
	line-height: 18px;
	font-weight:bold;
}

/* override for h3 color...  */
h3 {
	color: #305FB6; /*color:#006699;*/
	font-weight:bold;
	font-size: 14px;
	line-height: 16px;
}


/* override for h4 color...  */
h4 {
	color: #305FB6; /*color:#006699;*/
	font-weight:bold;
	font-size: 10px;
	line-height: 14px;
	text-align:center;
}


/* override for h4 color...  */
h5 {
	color: #264683; /*color:#006699;*/
	font-weight:bold;
	font-size: 12px;
	line-height: 16px;
	text-align:center;
}



/* definitions of classes */ 

.bottomtext *{
	color: #265282;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight:bold;
}
	
.bottomnav {
	display: block;
	text-align: center;
	background-image: url(../images/aaa-home-bottom-nav-inside-background.jpg);
	}	
	
.insidetext {
	margin:0;
	padding: 12px;
	color: #474131;
	border-width:0;
	display:block;	
	}						
						

.italicBold {
	font-style: italic;
	font-weight:bold;	
}

.BodyTextWhite {
	color: #ffffff
}

.SideBarText {
	color: #ffffff;
}

.pagetext {
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 20px;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	}
	
.pagetext p, .pagetext td, .pagetext li{
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	}	
	
.subtitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	font-style: italic;
	}
	
.smallwhitetext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	}		
	
.tabletext {
	padding: 8px;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	}	
	
.tabletext ul, li {
	list-style: disc;
	list-style-position:inside;
	text-indent: 22px;
	}	
	
.sidebarphone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}	

	

/*.cfdebug { display: none; }*/

/*
.BodyText,.BodyTextSmall,.BodyTextBold,.BodyTextUnderlined,a.BodyLinkText:link,a.BodyLinkText:visited,a.BodyLinkText:active,
a.BodyLinkText:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	text-transform: none;
	color: #5D5D5D;
	text-decoration: none;
}

.BodyTextSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;

}

.BodyTextBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	font-weight: 900;
	text-transform: none;
	color: #353443;
	text-decoration: none;

}


.BodyTextUnderlined {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	text-transform: none;
	color: #353443;
	text-decoration: underline;

}

a.BodyLinkText:link,a.BodyLinkText:visited,a.BodyLinkText:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	text-transform: none;
	color: #8C6B00;
	text-decoration: underline;

}

a.BodyLinkText:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	text-transform: none;
	color: #CC6600;
	text-decoration: underline;

}

//  mini 

a.MiniBodyLinkText:link,a.MiniBodyLinkText:visited,a.MiniBodyLinkText:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-transform: none;
	color: #8C6B00;
	text-decoration: underline;

}

a.MiniBodyLinkText:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-transform: none;
	color: #CC6600;
	text-decoration: underline;

}



.BodyLinkTextBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	font-weight: 900;
	text-transform: none;
	color: #8C6B00;
	text-decoration: underline;

}


.FooterText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: 900;
	color: #8C6B00;
	text-decoration: none;
	letter-spacing: 1px;
}

*/