body  {
       background-color: #F4E8D5;
       font-family: "Times New Roman", Times, serif;
       font-size: 12px;
       margin: 0px
       color: #000000; }
	

.teasertagline {
		font-family: "Times New Roman", Times, serif;
		font-size: 16px;
        font-weight: bold;
		color: #386C9B;
		background-color: #ffffff;
		text-align: center;  }
		

.heading {
	font: italic 28px georgia, 'times new roman', serif;
    font-weight: bold;
    text-align: Center;
	margin: 0px;
	color: #386C9B;
	background-color: #ffffff; 
}

.homebottom {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 16px;
	font-weight: bold;
	color: #386C9B;
}

.VeryBottom {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
}

.TinyText  {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}


.FrontPageText 
	{
	margin-left: 0px; 
	color: #000000;
	font-family: "Comic Sans MS";
	font-weight: normal;
	font-size: 16px; 
	}

.FrontPageTextTitle 
	{
	margin-left: 0px; 
	color: #FF0000;
	font-family: "Comic Sans MS";
	font-weight: bold;
	font-size: 18px; 
	}

.contactBoxText16 {
	font: italic 16px georgia, 'times new roman', serif;
    font-weight: bold;
    text-align: left;
	margin: 0px;
	color: #386C9B;
}

.contactBoxText12 {
	font: 10px georgia, 'times new roman', serif;
    font-weight: bold;
    text-align: left;
	margin: 0px;
	color: #386C9B;
}

.contactPetFriendly {
	font: 16px georgia, 'times new roman', serif;
    font-weight: bold;
    text-align: left;
	margin: 0px;
	color: #386C9B;
}




	/* The following bottom affects the whole page. Changing the font size here changes the whole thing */
	


#maintext {
       background-color: #ffffff;
       font-family: Verdana, Arial, sans-serif;
       font-size: 14px;
       color: #000000;}

	#maintext p ul ol li
	{
		font-family: Verdana, Arial, sans-serif;		font-size: 14px;
		color: #000000;}

	#navlist
	{
		width: 150px;
		padding: 0px;
		margin-bottom: 5px;
		text-align: left !important; 
		font-family: Helvetica, Arial, sans-serif;
		font-weight: bold;
		font-size: 16px;
		border-right: 1px solid #5E89AC;
	}
	
	#navlist ul
	{
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
	}
	
	#navlist li
	{
		border-top: 1px solid #aaa;
		border-bottom: 1px solid #5E89AC;
		margin: 3px 0 3px 0;
	}
	
	#navlist li a
	{
		display: block;
		
		background-color: #EBF3FA;
		color: #000;
		text-decoration: none;
		width: 100%;
	}
	
	html>body #navlist li a { width: auto; }
	
	#navlist li a:hover
	{
		background-color: #ffffff;
		text-decoration: underline;
		color: #000;
	}

	#leftlist
	{
		width: 150px;
		padding: 0px;
		margin-bottom: 5px;
		text-align: left !important; 

		font-size: 12px;
		border-right: 1px solid #5E89AC;
	}
		

	#navhomelist
	{
		
		padding: 0px;
		margin-bottom: 5px;

		font-family: Helvetica, Arial, sans-serif;
		font-size: 12px;
		border-right: 1px solid #5E89AC;
		border-bottom: 1px solid #5E89AC;
	}
	
	#navhomelist ul
	{
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
	}
	
	#navhomelist li
	{
		border-top: 1px solid #aaa;
		border-bottom: 1px solid #5E89AC;
		margin: -1px 0 0 0;
	}
	
	#navhomelist a
	{
		display: block;
		
		background-color: #ffffff;
		color: #000;
		text-decoration: none;
		width: 100%;
	}
	
	html>body #navhomelist  a { width: auto; }
	
	#navhomelist  a:hover
	{
		background-color: #EBF3FA;
		color: #000;
	}



/* Right Hand Cells (doesn't appear to do anything) */
.sidebox
{
	border: 1px solid #3B77A4;
	padding: .5em
}

/* Right Hand Cells header cell) */
.sideboxHeader
{
	

	font-weight: bolder;
	font-size: 14px;
	}

/* Right Hand Cells content cell) */
.sideboxContent h3 { 
	font-family: Verdana, Arial, sans-serif; 
	font-weight: bold;
	font-size: 11px; 
    color: #000;
	border-bottom: 1px solid #ccc;
	margin-bottom: -1em;
	background-image: none;
}


/* For listed menu links  */

/* Menu in left Hand Cells content cell) */
/* just comment this out for 

.MenuList
	{  
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px;
	line-height: 1.4; 
	font-weight: bold; 
	}

.MenuList h3
{ 
	font-family: Verdana, Arial, sans-serif; 
	font-weight: bold;
	font-size: 11px; 
    color: #000;
	border-bottom: 1px solid #ccc;
	margin-bottom: -1em;
	background-image: none;

	
.MenuList ul {
	margin: 0;
	padding: 0;
}

.Menulist li {
	padding: 0 0 5px 15px;
	margin: 0 0 0 0;
	list-style: none;
	background: transparent url(box-sm.gif)
	 top left no-repeat;
}

.MenuList a:link {
	text-decoration: none;
	border-bottom: dotted 1px #abc;
}
.MenuList a:visited {
	text-decoration: none;
	border-bottom: dotted 1px #bad;
}
.MenuList a:hover {
	text-decoration: underline;
	border: 0;
}
.MenuList a.image:link, #mainContent a.image:visited{ 
	border: 0;  /* don't underline image links */
}

*/


div#menulist h3
{ 
	font-family: Verdana, Arial, sans-serif; 
	font-weight: bold;
	font-size: 11px; 
    color: #000;
	border-bottom: 1px solid #ccc;
	margin-bottom: -1em;
	background-image: none;
}

div#menulist ul li           
{ 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	margin-left: -2em;
	margin-bottom: 2px;
	list-style-image: url(NewImage/yelloBox.gif);
}

div#menulist ul li a:link
{
	color: #01547B;
	text-decoration: none;
	font-weight: normal;
	border-bottom: none;
}

div#menulist ul li a:visited
{
	color: #01547B;
	text-decoration: none;
	font-weight: normal;
	border-bottom: none;
}

div#menulist ul li a:hover
{
	color: #01547B;
	text-decoration: underline;
	font-weight: normal;
}

/* BlueMenuListM1 */

div#BlueMenuListM1 h3
{ 
	font-family: Verdana, Arial, sans-serif; 
	font-weight: bold;
	font-size: 11px; 
    color: #000;
	border-bottom: 1px solid #ccc;
	margin-bottom: -1em;
	background-image: none;
}

div#BlueMenuListM1 ul li           
{ 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	margin-left: -2em;
	margin-bottom: 2px;
	list-style-image: url(NewImage/blueBox.gif);
	background-color: #D2DEF2;
}

div#BlueMenuListM1 ul li a:link
{
	color: #01547B;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
}

div#BlueMenuListM1 ul li a:visited
{
	color: #01547B;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
}

div#BlueMenuListM1 ul li a:hover
{
	color: #01547B;
	text-decoration: underline;
	font-weight: bold;
	background-color: #FFFFFF;
}


/* YellowMenuListM2 */

div#YellowMenuListM2 h3
{ 
	font-family: Verdana, Arial, sans-serif; 
	font-weight: bold;
	font-size: 11px; 
    color: #000;
	border-bottom: 1px solid #ccc;
	margin-bottom: -1em;
	background-image: none;
}

div#YellowMenuListM2 ul li           
{ 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	margin-left: -2em;
	margin-bottom: 2px;
	list-style-image: url(NewImage/yelloBox.gif);
	background-color: #E0D852;
}

div#YellowMenuListM2 ul li a:link
{
	color: #01547B;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
}

div#YellowMenuListM2 ul li a:visited
{
	color: #01547B;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
}

div#YellowMenuListM2 ul li a:hover
{
	color: #01547B;
	text-decoration: underline;
	font-weight: bold;
	background-color: #FFFFFF;
}



/* AquaMenuListMX2 */

div#AquaMenuListMX2 h3
{ 
	font-family: Verdana, Arial, sans-serif; 
	font-weight: bold;
	font-size: 11px; 
    color: #000;
	border-bottom: 1px solid #ccc;
	margin-bottom: -1em;
	background-image: none;
}

div#AquaMenuListMX2 ul li           
{ 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	margin-left: -2em;
	margin-bottom: 2px;
	list-style-image: url(NewImage/aquaBox2.gif);
	background-color: #40BACC;
}

div#AquaMenuListMX2 ul li a:link
{
	color: #01547B;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
}

div#AquaMenuListMX2 ul li a:visited
{
	color: #01547B;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
}

div#AquaMenuListMX2 ul li a:hover
{
	color: #01547B;
	text-decoration: underline;
	font-weight: bold;
	background-color: #FFFFFF;
}


/* PinkMenuListM3 */

div#PinkMenuListM3 h3
{ 
	font-family: Verdana, Arial, sans-serif; 
	font-weight: bold;
	font-size: 11px; 
    color: #000;
	border-bottom: 1px solid #ccc;
	margin-bottom: -1em;
	background-image: none;
}

div#PinkMenuListM3 ul li           
{ 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	margin-left: -2em;
	margin-bottom: 2px;
	list-style-image: url(NewImage/pinkBox.gif);
	background-color: #F3BECC;
}

div#PinkMenuListM3 ul li a:link
{
	color: #01547B;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
}

div#PinkMenuListM3 ul li a:visited
{
	color: #01547B;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
}

div#PinkMenuListM3 ul li a:hover
{
	color: #01547B;
	text-decoration: underline;
	font-weight: bold;
	background-color: #FFFFFF;
}

/* Table of condos */
#homeList{
	line-height:1.3em;
	font-size: 12px;
} * > #homeList {font-size: 12px;}

#shop #homeList{
	margin: 0 0 0 1em;
	padding: 0 0 0 15px;
} 

#homeList td{
	padding: 1.4em 0 .7em 0;
}
#shop #homeList td {
	padding: .7em 0;
}


#homeList td.text{
	background: transparent url(bg5a.gif) bottom left repeat-x;
}

#homeList h3 {
	font: 12px verdana, tahoma, arial, sans-serif;
	letter-spacing: 1px;
	margin: 0;
	margin-bottom: .5em;
}* > #homeList h3 {font-size: 12px;}


#homeList h3 a:link, #homeList h3 a:visited, #homeList h3 a:hover {
	font-weight: bold;
	color: #014D6D;
	border-bottom-color:#abc;
}