/* ELITE SPAS - CORE STYLE SHEET */


/*-------------------------*/
/* MAIN LAYOUT SETUP */
/*-------------------------*/
body
{
font-family: "lucida grande", verdana, arial, sans-serif;
font-size: 12px;
margin: 0px;
background: #EBEBEB;
background-image: url(skins/classy/styleImages/backgrounds/water06.jpg);
}

#MainContainer
{
width: 785px;
background: #FFF;
border-right: 1px solid #00538E;
}

table
{
font-size: 12px;
}


/*-------------------------*/
/* SPLASH TITLE SETUP */
/*-------------------------*/
.Splash
{
color: #fff;
}
.Splash a:link, .Splash a:visited, .Splash a:active
{
color: #fff;
text-decoration: none;
}

.Splash a:hover
{
color: #00538E;
background: #fff;
text-decoration: none;
}

/*-------------------------*/
/* NAVIGATION TITLE SETUP */
/*-------------------------*/
#Title
{
padding: 10px;
}

#Title p
{
font-family: georgia, times, serif;
font-size: 26px;
font-style: italic;
color: #00538E;
}

#Title h3
{
font-family: georgia, times, serif;
font-size: 36px;
font-style: italic;
font-weight: normal;
color: #00538E;
margin: 0px;
}

/*-------------------------*/
/* NAVIGATION SETUP */
/*-------------------------*/
#Nav
{
font-family: georgia, times, serif;
font-size: 15px;
font-style: italic;
padding: 10px 3px 0px 10px;
}

#Nav a:link, #Nav a:visited, #Nav a:active
{
color: #000;
text-decoration: none;
}

#Nav a:hover
{
color: #00538E;
text-decoration: none;
}

#Nav a:link.Nav, #Nav a:visited.Nav, #Nav a:active.Nav
{
color: #00538E;
text-decoration: none;
}

#Nav a:hover.Nav
{
color: #000;
text-decoration: none;
}

#Nav a:link.Black, #Nav a:visited.Black, #Nav a:active.Black
{
color: #000;
text-decoration: none;
}

#Nav a:hover.Black
{
color: #000;
text-decoration: none;
}


#Nav ul
{
list-style: none;
margin: 5px 0px 0px 0px;
padding-left: 10px;
font-size: 13px;
}

#Nav li
{
margin: 5px 0px;
padding: 0px;
}


/*-------------------------*/
/* FEATURE SETUP */
/*-------------------------*/
#Feature
{
padding: 15px;
}

#Feature h1
{
font-family: georgia, times, serif;
font-size: 17px;
font-style: italic;
font-weight: normal;
color: #00538E;
margin: 0px;
}

#Feature p
{
font-size: 11px;
}

#Feature a:link, #Feature a:visited, #Feature a:active
{
color: #00538E;
font-weight: bold;
text-decoration: underline;
}

#Feature a:hover
{
color: #000;
font-weight: bold;
text-decoration: underline;
}

/*-------------------------*/
/* CONTENT SETUP */
/*-------------------------*/
.Content
{
padding: 10px 5px;
}

.Content a:link, .Content a:visited, .Content a:active
{
color: #00538E;
font-weight: bold;
text-decoration: underline;
}

.Content a:hover
{
color: #000;
font-weight: bold;
text-decoration: underline;
}

.Content h3, h3
{
font-family: georgia, times, serif;
font-size: 20px;
font-style: italic;
font-weight: normal;
color: #00538E;
margin-bottom: 0px;
}

.Content h2, h2
{
font-family: georgia, times, serif;
font-size: 24px;
font-style: italic;
font-weight: normal;
color: #00538E;
margin-bottom: 0px;
}

.Content h1, h1
{
font-family: georgia, times, serif;
font-size: 28px;
font-style: italic;
font-weight: normal;
color: #00538E;
margin-bottom: 0px;
}

p.Blue
{
color: #00538E;
}

.SmallText { font-size: 10px; }
.Highlighted { color: #00538E; }
.Error { color: #F00; }

/*-------------------------*/
/* FOOTER SETUP */
/*-------------------------*/
#Footer
{
padding: 10px;
font-size: 10px;
color: #00538E;
}

#Footer a:link, #Footer a:visited, #Footer a:active
{
color: #00538E;
font-weight: bold;
text-decoration: underline;
}

#Footer a:hover
{
color: #000;
font-weight: bold;
text-decoration: underline;
}

#Footer .White
{
color: #fff;
}

#Footer .White a:link, #Footer .White a:visited, #Footer .White a:active, #Footer .White a:hover
{
color: #fff;
}