/*CSS*/
body {
	margin:0;
	padding:0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color:#f0ece9;
}

.text {
	margin:0;
	padding:0;
	text-align:center;
	font-size:13px;
	background-color: #FFFFFF;
}

div#wrapper {
	margin:0 auto;
	padding:0;
	width:990px;
}


div#topcontainer {
	margin:0;
	padding:0 0 20px 0;
	width:678px;
	height:223px;
	float:left;
	text-align:left;
	background: url(images/masthead.jpg) no-repeat top #fff;
}



div.bar {
	margin:0;
	padding:0;
	width:990px;
	height:2px;
	clear:both;
	background: #d9bd88;
}


/*  *********************************************   ADDRESS BAR   *********************************************** */

div.addbar {
	margin:0;
	padding:6px 0 0 0;
	width:990px;
	height:25px;
	clear:both;
	background-color:#c5e2e0;
	}	
	.addbar p {
		font-weight: bold;
		margin:0;
		padding: 0 10px;
		color:#000;
		text-align: left;
		font-size: 12px;
		display: inline;
		}





/*  *********************************************   CONTENT   *********************************************** */



div#contentwrapper {
	margin:0;
	padding:0;
	width:990px;
	float:left;
	background-color:#fff;
}


div#contentleft {
	margin:0;
	padding:0 0 20px 0;
	width:678px;
	float:left;
	text-align:left;
	background-color:#FFFFFF;
}


#contentleft p {
	margin:0;
	padding:8px 25px 0px 25px;
	color: #333333;
	line-height:18px;
	clear: left;
	font-size:12px;
	}
	#info {
		float: left;
		width: 678px;
		padding-bottom: 15px;
		}
	#specializes {
		float: left;
		width: 678px;
		}
	#contentleft ul {
		float: left;
		padding: 0;
		line-height:18px;
		margin: 5px 50px 5px 45px;
		font-size:12px;
		}
		#contentleft li {
			margin:0;
			padding:0px 10px 18px 15px;
			color:#000;
			list-style: none;
			line-height:18px;
			font-weight: normal;
			}



div#contentright {
	margin:0;
	padding: 0 0 90px 0;
	width:312px;
	height:850px;
	float:left;
	background: url(images/rb_bg.png) no-repeat top #657272;
	text-align:left;
}
	#contentright p {
		margin:0;
		padding:10px 10px 5px 10px;
		color:#fff;
		font-size:13px;
		font-style:italic;
		font-family:Georgia, Times;
		line-height:20px;
		}
		
		
div#contentright-ty {
	margin:0;
	padding: 0 0 60px 0;
	width:312px;
	height:300px;
	float:left;
	background: url(images/rb_bg.png) no-repeat top #657272;
	text-align:left;
}
	#contentright-ty p {
		margin:0;
		padding:10px 10px 5px 10px;
		color:#fff;
		font-size:13px;
		font-style:italic;
		font-family:Georgia, Times;
		line-height:20px;
		}


div#contentbottom {
	margin:0;
	padding:20px 0 0 0;
	width:990px;
	float:left;
	text-align:left;
	background-color:#e4dac2;
}
	#contentbottom .left {
		float: left;
		margin:0;
		padding:0;
		width: 494px;
		border-right:1px dashed #000000;
		}
		#contentbottom .left p {
			margin:0;
			padding:15px 25px 10px 25px;
			color:#000;
			font-family:Georgia, Times;
			font-size:14px;
			font-style:italic;
			line-height:20px;
			text-align: left;
			}
	#contentbottom .right {
		float: left;
		margin:0;
		padding:0;
		width: 495px;
		}
		#contentbottom .right p {
			margin:0;
			padding:15px 25px 10px 25px;
			color:#000;
			font-family:Georgia, Times;
			font-size:14px;
			font-style:italic;
			line-height:20px;
			text-align: left;
			}

		.small { float: left;  padding: 0 200px; text-align: center; margin-top: 15px; font-size: 10px; color: #000; }

hr {
	width: 80%;
	margin: 2px auto 10px auto;
	height: 0;
	border: none;
	border-top: 1px dashed #000;
	}


/*Link Text*/
H1 {
	font-size: 21px;
	margin: 0;
	padding:10px 25px 10px 25px;
	font-weight: normal;
	color: #657272;
	line-height: 17px;
}

H2 {
	font-size: 25px; 
	font-weight: normal;
	padding:25px 15px 15px 28px;
	margin: 0;
	color: #FFF;
	line-height: 30px;
}


H3 {
	font-size: 17px;
	margin: 0;
	padding:0px 25px 15px 25px;
	font-weight: normal;
	color: #45592d;
	line-height: 17px;
}


H4 {
	font-size: 30px; 
	font-weight: bold;
	padding:35px 25px 0px 30px;
	margin: 0;
	color: #fff;
	line-height:10px;
}


/*  *********************************************   PHOTOS   *********************************************** */


.picRightnoborder {
	float:right; 
	margin-left:20px;
}

.picLeftnoborder {
	float:left; 
	margin:0 15px 0 0;
	border:1px solid #CCCCCC;
}


/*  *********************************************   FORMS   *********************************************** */


#form {
	width: 250px; 
	margin: 0 auto;
	}

.inputSelect {
	font-family: arial;
	FONT-WEIGHT: normal;
	FONT-SIZE: 14px;
	BORDER: 1px solid #f8ecd3;
	color: #000;
	width:240px;
	height:15px;
	background-color: #fff;
	padding: 5px 5px 5px 5px;
	margin:0 0 10px 0;
}
.inputComment {
	font-family: arial;
	FONT-WEIGHT: normal;
	FONT-SIZE: 14px;
	BORDER: 1px solid #f8ecd3;
	color: #000;
	width:240px;
	background-color: #fff;
	padding: 5px 5px 5px 5px;
	margin:0;
	height: 90px;
}

.inputButton {
	color: #f8ecd3;
	font-weight: bold;
	background-color: #EC8B00;
	}




/*  *********************************************   LINKS   *********************************************** */


.footertext {
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #78406F;
	text-decoration: none;
}

.link2 {
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #424a4a;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

.link2:hover {
	text-decoration:none;
}

.link2small {
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

.link3 {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #696E74;
	text-decoration: none;
}

.link3:hover {
	font-size: 11px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height: 17px;
	font-weight: normal;
	color: #5F91BD;
	text-decoration: underline;
}

.outlink {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
	text-decoration: none;
	padding-right: 15px;
	background: url(images/outlink.gif) no-repeat right;
}

.outlink:hover {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066FF;
	text-decoration: underline;

}
/* Link Styles Ends */

.button-text {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	font-weight: bold;
	color: #214285;
	text-decoration: none;
}


/*  *********************************************   FOOTER   *********************************************** */

ul#footer {
	margin:25px 0 0 0;
	padding:0;
	list-style:none;
}

ul#footer li {
	display:inline;
	padding-left:35px;
}

ul#footer li#homeli {
	padding:0;
}


div#copyright {
	margin:30px auto 0;
	padding:0;
	width:684px;
	text-align:left;
	color:#3D4063;
}

div#copyright img {
	float:left;
	margin-right:10px;
}


/* LINK STYLES FOR FOOTER */
.footerbg a:link, .footerbg a:visited {
	color:#D1BED1;
	text-decoration:none;
}

.footerbg a:hover {
	text-decoration:underline;
	color: #FFFFFF;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	}

h1, h2, h3, h4 {
	font-family: "Trebuchet MS", "Times LT Std", Georgia;
	}
