/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;
}

body {
background-repeat: repeat-x;
background-image: url(../images/body-bg.png);
background-color: #c3bda4;
font-family: Georgia, "Times New Roman", Times, serif;
font:80%/1.25;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

h1 {
font-family: Georgia, "Times New Roman", Times, serif;
padding:10px 0;
letter-spacing:-1px;
font-size:18px;
}

h2 {
font-family: Georgia, "Times New Roman", Times, serif;
padding:20px 0;
letter-spacing:-1px;
font-size:16px;
}

h3 {
padding-top: 10px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:12px;
font-weight:bold;
}

h4 {
font-weight: bold;
font-size: 0.9em;
font-family: Georgia, "Times New Roman", Times, serif;
}

h5 {
padding-top: 11px;
font-family: Georgia, "Times New Roman", Times, serif;
color:#343434;
font-size:9px;
}

p {
padding-left: 0;
padding-bottom: 0px;
padding-right: 0;
padding-top: 0;
margin:0;
}

ul, ol {margin-bottom: 15px; margin-right: 0px; margin-left: 0px; margin-top: 0px; padding: 0px;}

li {margin-left: 40px; margin-bottom: 0px; margin-right: 0px; margin-top: 0px; padding: 0px;}

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a, a:visited {
color: #583434;
text-decoration: underline;
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

/***** Tables *****/

table {
border:0;
margin:0 0 18px 0;
padding:0;
}

	table tr td {
	padding:2px;
	}

/***** Wrapper *****/

#mainbg {
	background-color: #c3bda4;
	background-image: url(../images/body-bg.png);
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
}

#wrap {
background-color: #c3bfa2;
border-color: #191919;
border-style: solid;
border-width: 1px;
height: 100%;
width: 766px;
margin:0 auto;
}

#wrap4 {
	background: #fff url(../images/body-shadow-br.png) 100% 0 repeat-y;
	height: 100%;
	width: 814px;
	margin:0 auto;
}

#wrap3 {
	background: transparent url(../images/body-shadow-bl.png) 0 0 repeat-y;
	height: 100%;
	width: 814px;
	margin:0 auto;
}


#wrap2 {
background-color: transparent;
background-image: url(../images/body-shadow-tl.png);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0pt 0pt;
height: 100%;
width: 814px;
margin:0 auto;
}

#wrap1 {
background-color: transparent;
background-image: url(../images/body-shadow-tr.png);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: right 0pt;
height: 100%;
width: 814px;
margin:0 auto;
}

/***** Header *****/

/***** Navigation *****/

#nav {max-height: 133px; height: 133px;}
#home { background-repeat: no-repeat; background-image: url(../images/home.png); height: 133px; width: 102px; float: left;}
#home a:hover {height: 133px; width: 102px; background-repeat: no-repeat; background-image: url(../images/home_on.png); float: left;}
#homecurrent {background-image: url(../images/home_on.png); background-repeat: no-repeat; height: 133px; width: 102px; float: left;}
#about {background-image: url(../images/aboutus.png); background-repeat: no-repeat; height: 133px; width: 101px; float: left;}
                                                                                                                                                        
#about a:hover {background-image: url(../images/aboutus_on.png); background-repeat: no-repeat; height: 133px; width: 101px; float: left;}
                                                                                                                                                        
#aboutcurrent {background-image: url(../images/aboutus_on.png); background-repeat: no-repeat; height: 133px; width: 101px; float: left;}
#abouton {background-repeat: no-repeat; background-image: url(../images/aboutus(on).png); height: 133px; width: 101px; position: relative; top: -133px;}
#areascurrent {background-repeat: no-repeat; background-image: url(../images/practice_on.png); height: 133px; width: 101px; float: left;}
#areas a:hover {background-repeat: no-repeat; background-image: url(../images/practice_on.png); height: 133px; width: 101px; float: left;}
#areas {background-repeat: no-repeat; background-image: url(../images/practice.png); height: 133px; width: 101px; float: left;}
#resources {background-image: url(../images/resources.png); background-repeat: no-repeat; height: 133px; width: 102px; float: left;}
#resourcescurrent {background-image: url(../images/resources_on.png); background-repeat: no-repeat; height: 133px; width: 102px; float: left;}
#resources a:hover {background-image: url(../images/resources_on.png); background-repeat: no-repeat; height: 133px; width: 102px; float: left;}
#contact {background-image: url(../images/contact.png); background-repeat: no-repeat; height: 133px; width: 102px; float: left;}
                     

                    


                            

#contactcurrent {background-image: url(../images/contact_on.png); background-repeat: no-repeat; height: 133px; width: 102px; float: left;}
                     

                    


                            

#contact a:hover {background-image: url(../images/contact_on.png); background-repeat: no-repeat; height: 133px; width: 102px; float: left;}
/***** Content *****/

/***** Footer *****/


/***** Global Classes *****/

.clear 			{ clear:both; }
#clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.wrap 			{ border-style: none; width:960px;margin:0 auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }
#left 		{ float: left; height: 100%; width: 258px; }
#right 		{ background-color: #c3bfa2; float: left; height: 100%; width: 508px; }
#main 		{ float: left; background-color: #291515; height: 100%; width: 766px; }
#promo 		{ background-image: url(../images/promo.jpg); background-repeat: no-repeat; width: 508px; height: 252px; }
#content 		{ min-height: 460px; font-size: 80%; padding: 25px; border-bottom-style: solid; border-bottom-color: #84816f; border-bottom-width: 1px; background-image: url(../images/content-bg.png); background-repeat: no-repeat; height: 100%; width: 458px; }#contentleft 		{ float: left; width: 254px; height: 100%; }
#content_home 		{ font-size: 80%; padding: 25px; border-bottom-style: solid; border-bottom-color: #84816f; border-bottom-width: 1px; background-image: url(../images/content-bg.png); background-repeat: no-repeat; height: 100%; width: 458px; }#contentleft 		{ float: left; width: 254px; height: 100%; }
#contentright		{ height: 100%; float: left; width: 225px; }
#contentleft 		{ height: 100%; float: left; width: 225px; }
#contentleft li, #contentright li {margin-left: 30px; font-size: 11px;}
#content ul { margin-left: 15px;}
#footer 		{ height: 30px; width: 766px; }
#footerleft 		{ min-height: 30px; float: left; background-color: #8c8667; height: 100%; width: 258px; }
#footerright 		{ padding-left: 25px; padding-top: 8px; font-size: 11px; text-align: left; float: left; background-color: #c3bfa2; height: 20px; width: 483px; }
#logo 		{ background-image: url(../images/logo.jpg); background-repeat: no-repeat; height: 158px; }
#pic 		{ margin-top: -1px; background-repeat: no-repeat; background-image: url(../images/pic.jpg); height: 194px; }
#nav img 		{ padding: 0px; margin: 0px; }
#left #content 		{ height: 100%; min-height: 250px; }
#sidebar {width: 258px; height: 100%;}
#extra 		{ min-height: 289px; background-repeat: repeat-x; background-image: url(../images/leftfade.jpg); height: 100%; width: 258px; }
#address 		{ background-position: 0 bottom; height: 150px; width: 258px; background-image: url(../images/address.png); background-repeat: no-repeat; }
#content p, #content_home p  		{ padding-top: 10px; padding-bottom: 10px; }
#content h2, #content_home h2 		{ padding-bottom: 15px; padding-top: 15px; font-family: Georgia, "Times New Roman", Times, serif; }
#staffpic 		{ margin-left: 20px; float: left; border-color: #a59f84; border-style: solid; border-width: 10px; }
#staffintro 		{ float: left; padding-top: 40px; padding-left: 25px; height: 100%; width: 247px; }
#staffbio 		{ padding-left: 20px; padding-bottom: 20px; padding-right: 20px; font-size: 12px; }
#staffbio p 		{ padding-bottom: 5px; padding-top: 5px; }
#staff 		{ margin-bottom: 35px; margin-top: 15px; }
table.center 		{ text-align: center; }

