/* CSS by Travis King of Teamunited Web Design */

/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }



																							/* CSS Document */
body {	
	font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	text-align:center;
	font-size: 62.5%;
	margin:0;
	background: #d5e6a2 url(images/background.jpg) repeat-x;
}
	
.wrapper{
	width: 770px;
	position: relative;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0;
	top: 0;
	left:0;
	background:#FFF;
}
#branding{											/* Branding */
	width: 770px;
	height: 100px;
	background-color: #FFF;
	background-image: url(images/branding.gif);
}
#header{											/* Header */
	width: 768px;
	height: 200px;
	background-color: #FFF;
	background-image: url(images/header.jpg);
	border: 1px solid #64458A;
}

.slideshow{
	position: relative;
	top: 165px;
	left: 15px;
}

#nav{												/* Navigation */
	margin: 0;
	padding: 0;
	background: #FFF;
	list-style-type: none;
	width: 770px;
	float: left;
	border-top: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
}
#nav li{
	margin: 0;
	padding: 0;
	float: left;
	background: #644589;
}
#nav a{
	float: left;
	width: 108px;
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	line-height: 2.5;
	font-size: 1.3em;
	font-weight: bold;
	border-left: 1px solid #fff;
}
#nav a:hover{
	background: #d6e6a5;
	color: #000;
}
#content{
	width: 770px;
	text-align: left;
	font-size: 1.5em;
	clear: both;
	background: #FFF url(images/content_background.jpg) repeat-x;
	border-top: 1px solid #64458A;
	border-right: 1px solid #c8de7b;
	border-left: 1px solid #c8de7b;
}
#content a{
	color: #9ab737;
	text-decoration: underline;
}

#content ol li{
	margin-left: 15px;
	list-style: circle;
}

#content_left {
	float: left;
	width: 67%;
}
#content_left ul {
	padding: 5px 10px 5px 30px;
	background: #e0d8ea;
}
#splash {
	margin: 20px;
	border-bottom: 1px solid #64458a;
}
#splash h1{
	margin-left: 20px;
	margin-bottom: 10px;
	font-size: 1.5em;
	color: #64458a;
}
#splash h2{
	margin-left: 20px;
	color: #64458a;
}
#news {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	border: 2px solid #ccc9a2;
	background: #fffcd9;
}
#news p{
	margin: 20px;
	padding: 20px;
	background: #fefce9;
}
#news h1{
	text-align: center;
}
#news h2{
	text-align: center;
	}
#content_right {
	padding-left: 520px;
	padding-right: 20px;
	padding-bottom: 20px;
	background: #FFF url(images/content_background.jpg) repeat-x;
} 
#content_right h3{
	padding: 35px 0 15px 0;
	text-align: center;
	font-size: 1.4em;
	color: #64458a;
	background: url(images/our_office_background.jpg) no-repeat #c8de7b;
	border-bottom: 2px solid #FFF;
}
#content_right h4{
	text-align: center;
	font-size: 1.3em;
	color: #64458a;
}
#content_right p{
	margin: 0;
	padding: 5px;
	font-size: 0.9em;
	text-align: center;
	color: #64458a;
}
#content_right ul{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background: url(images/woodstock_background.gif) repeat-x;
	border-left: 1px solid #c8de7b;
	border-right: 1px solid #c8de7b;
}
#content_right img{
	padding: 5px;
	border: 1px solid #64458a;
	background: #FFF;
}
#footer{
	bottom: 0;
	margin: 0;
	padding: 0;
	width: 770px;
	clear: both;
	background: #644589;
	border-top: 4px solid #c8de7b;
}
#footer p{
	font-size: 1.2em;
	color: #FFFFFF;
	padding: 20px;
}
#footer a:link{
	color:#6FB70B;
}

#footer a:visited{
	color:#6FB70B;
}

#footer a:link:hover, #footer a:visited:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

													/* Classes */

.edit {
	color:#FF0000;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
	margin: 0 auto;
	display: block;
}
.splash_picture {
	float: left;
	margin: 5px 20px;
	padding: 5px;
	color: #FFF;
	border: 1px solid #64458a;
}
.splash_picture_margin_top {
	float: left;
	margin: 20px 20px 5px 20px;
	padding: 5px;
	color: #FFF;
	border: 1px solid #64458a;
}
.apple {
	padding: 10px 20px;
}
.first_paragraph {
	padding: 20px 20px 40px 20px;
}

.other_paragraphs {
	padding: 10px 20px;
}
.staff_paragraphs {
	padding: 20px;
	border-bottom: 1px solid #64458a;
}
.services_paragraphs {
	padding: 20px;
	border-bottom: 1px solid #64458a;
	background-color: #fffcd9;
}
.services_h2 {
	padding: 10px;
}
.extra_bottom_padding_paragraphs {
	padding: 20px 20px 40px 20px;
	border-bottom: 1px solid #64458a;
}
.captioned_photo {
	float: left;
}
.captioned_photo p{
	width: 150px;
	margin: 0;
	padding: 5px 0 10px 20px;
	font-size: 0.9em;
	text-align: center;
	color: #666;
}
.captioned_photo img{
	margin: 20px 20px 0px 20px;
	padding: 5px;
	display: block;
	border: 1px solid #64458a;
}
.last_nav{
	border-right: 3px solid #fff;
}

.first_nav{
	border-left: 3px solid #fff;
}
.img_no_border{
	border: none !important;
}
.italics{
	font-style: italic;
}
.splash_photo {
	float: left;
}
.splash_photo p{
	width: 350px;
	margin: 0;
	padding: 5px 0 10px 20px;
	font-size: 0.9em;
	text-align: center;
	color: #666;
}
.splash_photo img{
	margin: 20px 20px 0px 20px;
	padding: 5px;
	display: block;
	border: 1px solid #64458a;
}
.staff_photo {
	text-align: center;
	margin: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #64458a;
}
.sidebar_top{
 	background-color: #dfecb6;
	border-right: 1px solid #c8de7a;
	border-left: 1px solid #c8de7a;
}
.sidebar_bottom {
	margin: 0;
	padding: 0;
	background: url(images/sidebar_bottom.jpg) no-repeat top left;
	height: 75px;
	border-top: 2px solid #ccc;
}

.practice_paragraphs {
	padding: 20px;
	background-color: #fffcd9;
}
.practice_paragraphs_last {
	padding: 20px;
	background-color: #fffcd9;
	border-bottom: 1px solid #64458a;
}
.contact_h2 {
	padding: 0px 0px 5px 0px;
}
.contact_h2_last {
	margin-bottom: 10px;
	padding: 0px 0px 5px 0px;
}
.float_left {
	float: left;
	margin-right: 15px;
	padding: 5px;
	display: block;
	border: 1px solid #64458a;
}
.float_left_no_border {
	float: left;
	margin-right: 10px;
	padding: 10px 20px;
}
.float_right {
	float: right;
	margin-left: 15px;
	padding: 5px;
	display: block;
	border: 1px solid #64458a;
}
.clear_paragraphs {
	clear: both;
	padding: 10px 20px;
}
.clear {
	clear: both;
}
.small {
	font-size: 8px;
	line-height: 14px;
}
											/* Lightbox CSS*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}