﻿/* The basics... */
*, html, body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

html {
	
	}

body 
{
	background: #3f98c8 url('../images/mainBG.jpg') repeat-x;
	font-size: small;
	color: #333333;
	text-align: center;
	margin: 0;
	padding:0;
	font-family: Verdana;
	line-height: 1.3;
}

a
{
    color: #15afd6;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

img a
{
	text-decoration: none;
}

img
{
	border: none;
}

p
{
    margin-bottom: 10px;
}

ul
{
    margin-bottom: 10px;
    margin-left: 35px;
}

ul li
{
    margin-bottom: 5px;
    list-style-type: square;
}

ol
{
    margin-bottom: 10px;
    margin-left: 35px;
}


#page
{
	width: 981px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#menu
{
	background: #19475f url('../images/menuBG.jpg') repeat-x;
	width: 981px;
	height: 40px;
}

#menu ul
{
	list-style: none;
	float: right;
	height: 40px;
}

#menu ul li
{
    list-style-type: none;
	float: left;
	color: #fff;
	padding-top: 18px;
	text-align: center;
	font-size: 10pt;
}

#menu a
{
	text-decoration: none;
	color: #fff;
}

#menuHome a
{
	width: 84px;
	height: 40px;
	background: url('../images/menuHome.jpg') no-repeat top left;
	display: block;
	float: left;
	text-decoration: none;
	margin-top: -18px;
	padding-top: 18px;
}

#menuHome a:hover
{
	background: url('../images/menuHomeOver.jpg') no-repeat top left;
}

#menuAbout a
{
	background: url('../images/menuAbout.jpg') no-repeat top left;
	width: 84px;
	height: 40px;
	display: block;
	float: left;
	text-decoration: none;
	margin-top: -18px;
	padding-top: 18px;
}

#menuAbout a:hover
{
	background: url('../images/menuAboutOver.jpg') no-repeat top left;
}

#menuArticles a
{
	background: url('../images/menuArticles.jpg') no-repeat top left;
	width: 92px;
	height: 40px;
    display: block;
	float: left;
	text-decoration: none;
	margin-top: -18px;
	padding-top: 18px;
}

#menuArticles a:hover
{
	background: url('../images/menuArticlesOver.jpg') no-repeat top left;
}

#menuPracticeAreas a
{
	background: url('../images/menuPracticeAreas.jpg') no-repeat top left;
	width: 129px;
	height: 40px;
    display: block;
	float: left;
	text-decoration: none;
	margin-top: -18px;
	padding-top: 18px;
}

#menuPracticeAreas a:hover
{
	background: url('../images/menuPracticeAreasOver.jpg') no-repeat top left;
}

#menuInfoForParents a
{
	background: url('../images/menuInfoForParents.jpg') no-repeat top left;
	width: 128px;
	height: 40px;
    display: block;
	float: left;
	text-decoration: none;
	margin-top: -18px;
	padding-top: 18px;
}

#menuInfoForParents a:hover
{
	background: url('../images/menuInfoForParentsOver.jpg') no-repeat top left;
}

#menuInfoForKids a
{
	background: url('../images/menuInfoForKids.jpg') no-repeat top left;
	width: 108px;
	height: 40px;
    display: block;
	float: left;
	text-decoration: none;
	margin-top: -18px;
	padding-top: 18px;
}

#menuInfoForKids a:hover
{
	background: url('../images/menuInfoForKidsOver.jpg') no-repeat top left;
}

#menuContact a
{
	background: url('../images/menuContact.jpg') no-repeat top left;
	width: 91px;
	height: 40px;
    display: block;
	float: left;
	text-decoration: none;
	margin-top: -18px;
	padding-top: 18px;
}

#menuContact a:hover
{
	background: url('../images/menuContactOver.jpg') no-repeat top left;
}

.estateMenu
{
	float: right;
	background-color: #f9f6f1;
	border: solid 1px #cfc8b5;
	padding: 8px;
	margin-left: 15px;
	margin-bottom: 10px;
	width: 250px;
	font-size: 8pt;
	margin-right: -10px;
}

.estateMenu ul
{
	margin: 0;
}

.estateMenu ul li
{
	list-style: none;
	margin: 0;
	margin-bottom: 8px;
}

.estateMenu ul li ul
{
	list-style: none;
	margin: 0;
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 8px;
}


.estateMenu ul li ul li
{
	list-style: square;
	margin: 0;
	margin-left: 20px;
	margin-bottom: 8px;
}


#content
{
	background: url('../images/contentBG.png') repeat-y;
	background-color: #f1ecde;
	min-height: 1050px;
	float: left;
	margin-top: -10px;
	width: 981px;
}

#header
{
	float:left;
}

#logo
{
	background: url('../images/logo.gif') no-repeat;
	width: 286px;
	height: 330px;
	float: left;
}

#mainLogo
{
	background: url('../images/mainLogo.jpg') no-repeat;
	width: 286px;
	height: 160px;
	float: left;
}

#mainHeader
{
	background: url('../images/mainHeader.jpg') no-repeat;
	width: 695px;
	height: 160px;
	float: left;
}

#headerPics
{
	float: left;
	width: 456px;
}

#practiceAreas
{
	background: url('../images/practiceAreasBG.jpg') no-repeat;
	width: 239px;
	height: 330px;
	float: left;
}

#practiceAreas a
{
    text-decoration: none;
    margin-left: 40px;
    color: #153e54;
    font-weight: bold;

}

#practiceAreas p
{
    margin-bottom: 12px;
}

#practiceAreas fieldset
{
    border: none;
    margin-top: 14px;
}

#intro
{
	background: url('../images/introSeperator.jpg') no-repeat;
	width: 981px;
	height: 38px;
	clear: both;
	padding-top: 5px;
	padding-left: 15px;
}

#intro h1
{
	color: #224759;
	font-size: 20px;
	font-weight: normal;
	margin-left: 0px;
}

#mainIntro
{
	background: url('../images/mainIntro.jpg') no-repeat;
	width: 981px;
	height: 39px;
	clear: both;
	padding-top: 5px;
	padding-left: 15px;
}

#mainIntro h1
{
	color: #224759;
	font-size: 20px;
	font-weight: normal;
	margin-left: 0px;
}

#bodyText
{
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	color: #333333;
	float: left;
	width: 702px;
}

#sidebar
{
	width: 239px;
	float: right;
	margin-top: -5px;
	height: 100%;
}

#ContactInfo
{
    background: url('../images/contactInfoBG.jpg') no-repeat;
	width: 239px;
	height: 141px;
	padding-left: 20px;
	padding-top: 70px;
}

#ContactInfo p
{
    color: #fff;
}

#ContactInfo a
{
    color: #eae3ce;
    float: right;
    margin-right: 35px;
}

#mainContactInfo
{
    background: url('../images/mainContactInfoBG.jpg') no-repeat;
	width: 239px;
	height: 141px;
	padding-left: 20px;
	padding-top: 70px;

}

#mainContactInfo p
{
    color: #fff;
}

#mainContactInfo a
{
    color: #eae3ce;
    float: right;
    margin-right: 35px;
}

#InquiryForm
{
    background: url('../images/inquiryBG.jpg') no-repeat;
	width: 239px;
	height: 288px;
	padding-left: 20px;
	padding-top: 70px;
}

#InquiryForm p
{
    color: #fff;
}

#InquiryForm a
{
    color: #eae3ce;
    float: right;
    margin-right: 35px;
}

#mainInquiryForm
{
    background: url('../images/mainInquiryBG.jpg') no-repeat;
	width: 239px;
	height: 288px;
	padding-left: 20px;
	padding-top: 70px;
}

#mainInquiryForm p
{
    color: #fff;
}

#mainInquiryForm a
{
    color: #eae3ce;
    float: right;
    margin-right: 35px;
}

.contactLabel
{
	color: #fff;
}

.contactForm
{
	margin-right: 35px;
	color: #fff;
}

.textbox
{
	border: solid 1px #00acd5;
}

#footer
{
	clear: both;
	background: #123c51 url('../images/footerBG.jpg') repeat-x;
	height: 75px;
	width: 950px;
	color: #fff;
	font-size: 7pt;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
}