/* CSS Document */

/* --( Global Styles )-- */

body {
	margin: 0px;
	background: #EFF1D5 url(../images/bodyBG.gif) repeat-x 0px 147px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	height: 100%;
}
a {
	outline: none;
}
h2 {
	color: #354298;
	font-size: 24px;
	font-weight: normal;
	margin:0 0 0 9px;
}
h3 {
	color: #354298;
	font-size: 18px;
	font-weight: normal;
	margin:0 0 0 8px;
}
p {
margin-left:10px;
text-align: justify;
}

/* --( Classes )-- */

.clear {
	clear: both;
}

/* --( Wraps )-- */

#headerWrap {
	height: 114px;
	background: url(../images/headBG.gif) repeat-x top; /* Header Background */
}
#navWrap {
	height: 33px;
	background: url(../images/navBG1.gif) repeat-x top; /* Nav Background */
	overflow: hidden;
}
#bodyWrap {
	background: url(../images/bodycontentBG.gif) repeat-y center top; /* Body Background */
}
#footerWrap {
	background: #4053AB url(../images/footerBG.gif) repeat-x top; /* Footer Background */
	border-top: 1px solid #202B77; /* Footer Top Border */
}
* html #footerWrap { height: 80px; }
/* --( Section Widths )-- */

#header, #nav, #footer {
	width: 780px;
	margin: 0 auto;
}

/* --( Header Styles )-- */

/* Logo */
	#header h1 {
		margin: 0;
		float: left;
		padding-top: 6px; /* Logo Distance From Top */
	}
	#header h1 a {
		display: block;
		
		width: 352px; /* Logo Width */
		
		height: 97px; /* Logo Height */
		
		text-indent: -3000px;
		background: url(../images/logo.gif) no-repeat; /* Logo Image */
	}
#header h2 {
	margin: 0;
	padding-top: 50px;
	padding-left: 10px; 
	float: left;
	color: #67226D;
	font-size: 28px;
}
#header h2 span {
	font-size: 14px;
	color: #C5AA01;
}
#socialLinks {
	float:left;
	width:auto;
	height:auto;
	margin-top:59px;
	margin-left:35px;
}
#socialLinks p {
	font-size:10px;
	color:#06F;
}
#tools {
	float: right;
	font-size: 11px;
	width: 175px; /* Top Tools Bounding Box Size */
	margin-top: 20px;
}
#tools h3 {
	display: none;
}
#tools ul {
	margin: 0;
	padding: 0;
	float: right;
	display: block;
}
#tools ul li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}
#nav1 li a {
	display: block;
	float: left;
	text-decoration: none;
	background-repeat: no-repeat;
	color: #4C51CA; /* Top Tool Navigation Text Color */
}
#nav1 li a:hover {
	text-decoration: underline;
}
#nav1 li.home a {
	background-image: url(../images/icon_home.gif);
	background-position: 0 3px;
	padding-left: 16px;
	margin-right: 14px;
}
#nav1 li.contact a {
	background-image: url(../images/icon_contact.gif);
	background-position: 0 2px;
	padding-left: 21px;
}
#nav1 li.appt a {
	margin-top:7px;
	margin-left:16px;
}
#tools .phone { /* Header Phone or Slogan */
	display: block;
	text-align: right;
	margin: 0;
	color: #273591;
	font-size: 24px;
	font-weight: normal;
	clear: both;
	padding-top: 19px;
}

#tools .phone span { /* Alternative Phone or Slogan  Styles */
	color: #D0AC40;
	font-size: 20px;
	
} 

/* --( Navigation Styles )-- */

#nav h3 {
	display: none;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#nav ul li a {
	display: block;
	float: left;
	padding: 7px 12px; /* Primary Navigation Spacing */
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
/* Fisrt and Last Link Padding */
	#nav ul li.first a {
		padding-left: 14px;
	}
	#nav ul li.last a {
		padding-right: 14px;
	}

#nav ul li span.sep {
	display: block;
	width: 2px;
	height:33px;
	background: url(../images/navSep.gif) no-repeat;
	float: left;
}
#nav ul li a:hover {
	background: url(../images/navBG2.gif) repeat-x;
	color: #FAFAFA;
}
#nav ul li.edge span.sep {
	float: right;
}

/* --( Body Styles )-- */

#body {
	width: 760px;
	margin: 0 auto;
	padding: 25px 10px;
	background: url(../images/bodyshadowBG.gif) repeat-x top left;
	/*overflow-x: hidden;*/
}
#contentContainer {
	width: 534px;
	float: left;
}
#contentContainerResources { /* used in resources page for G calendar */
	width: 100%;
	float: left;
}

/* Page Graphic Headings */
	#contentContainer.home {
		background: url(../images/pagePic_02.jpg) no-repeat top;
		padding-top: 172px;
	}

#contentContainer .horRule {
	display: block;
	height: 40px;
	background: url(../images/sep.gif) no-repeat center;
	margin-top: 6px;
}
/* Contact Information */
#contentContainer.home .contactinfo {
	margin: 0;
	padding: 0;
	clear: left;
}
#contentContainer.home .contactinfo dt {
	margin: .25em 0;
	padding: 0;
	font-weight: bold;
	float: left;
	width: 25%;
	display: block;
}
#contentContainer.home .contactinfo dd {
	margin: .25em 0;
	padding: 0;
	font-weight: normal;
	float: left;
	width: 50%;
	display: block;
}
#contentContainer.home .contactinfo dd address {
	font-style: normal;
}
#contentContainer.home .contactinfo

/* Contact Form */
#contentContainer.home table {
	background-color: #EAEDFF;
	border: 2px solid #525DA7;
	border-collapse: collapse;
}
#contentContainer.home table.formtab {
	margin: 5px;
	border: none;
}

#secondaryContainer {
	width: 213px;
	float: right;
}

/* Side Box Styles */
	#sidebox {
		border: 0;
		margin: 0;
		padding: 0;
	}
	
	/* Testimonials Top Margin */
		#sidebox.testimonials {
			visibility: hidden;
			/*margin-top: 15px;*/
		}
		#sidebox.testimonialsIndex {
			
			/*margin-top: 15px;*/
		}
		
	#sidebox legend {
		display: none;
	}
	#sidebox .head {
		display: block;
		margin: 0;
		padding: 0;
	}
	
	/* Box Heading Titles */
		#sidebox.testimonialsIndex .head {
			height: 37px; /* Heading Height */
			width: 213px;
			background: url(../images/locandapp.jpg) no-repeat; /* Testimonials Heading */
		}
		
	#sidebox .content {
		
		background: #EAEDFF; /* Side Box Background Color */
		
		border-left: #525DA7 solid 1px; /* Side Box Border Left */
		
		border-right: #525DA7 solid 1px; /* Side Box Border Right */
		
		padding: 14px;
	}
	#sidebox .content img {
		border:1px solid #525DA7;
	}

	#sidebox .foot {
		display: block;
		height: 15px;
		margin: 0;
		padding: 0;
		background: url(../images/boxFoot.gif) no-repeat;
	}
	* html #sidebox .foot {
		margin: 0 2px;
	}
	#sidebox p {
		margin-top: 0;
	}
	#sidebox p.quote {
		text-indent: 30px;
		background: url(../images/quote.gif) no-repeat top left;
		line-height: 15pt;
	}
	#sidebox p.quote span {
		display: none;
	}
	#sidebox p.smallRight {
		font-size: 11px;
		text-align: right;
	}

/* --( Footer Styles )-- */

#footer {
	font-size: 11px;
	text-align: center;
	color: #9FA8E2; /* Footer Text Color */
	padding: 20px 0;
}

#footer a {
	color: #9FA8E2; /* Footer Link Color */
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	margin: 0;
	text-align: center;
}
#footer .copyright {
	margin-top: 8px;
}

.bioImg {
margin:0 0 0 0px;
float:right;
padding:5px 5px 0px 5px;
}

.address {
text-align:center;
font-style:normal;
margin:0px 0pt 0pt 0;
}
#addressContact {
	float:left;
	font-style:normal;
	margin:0 0 0 9px;
}
	h3.address {
	color: #354298;
	font-size: 16px;
	font-weight:normal;
	margin:0 0 0 8px;
	}

	h4.address {
		text-align:center;
		font-size:14px;
		font-weight:bold;
		color:#354298;
	}
	p.address {
		font-size:11px;
	}


.contact-number {
float:left;
clear: left;
margin:-32px 0 10px 9px;

}
#hours {
float: right;
margin: 0 24px 0 0;
}
#hours span {
width: 7em;
display: block;
float: left
}

#form {
display:block;
clear:both;
margin:10px 0 0 0px;
}

#officeHours {
	background-color: #fff;
	border: 0px solid #525DA7;
	border-collapse: collapse;
}