/* CSS Document */


body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#b42642;
	margin:0px;
	padding:0px;
	text-align:center;
	background:#ffffff url(images/bodyBack.jpg) top left repeat-x; 
	}

.wrapper{
	width:830px;
	margin:auto;
	text-align:left;
	background:#FFFFFF;
	padding:10px 5px 0px 5px;
	}
	
.header{
	width:830px;
	height:104px;
	margin-top:20px;
	margin-bottom:50px;
	}
.headLeft{
	background:url(images/name.jpg) top left no-repeat;
	float:left;
	width:393px;
	height:104px;
	}
	
.headRight{
	float:right;
	height:104px;
	width:400px;
	background:url(images/logo.jpg) top right no-repeat;
	text-align:right;
	}
	
.mission{
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	margin-top:20px;
	margin-right:90px;
	padding-right:10px;
	border-right:1px solid #b42642;
	}
	
.nav{
	clear:both;
	width:830px;
	background:url(images/menuBack.jpg) top left repeat-x;
	height:65px;
	}

.navLeft{
	width:25px;
	background:url(images/tlcnr.png) top left no-repeat;
	height:65px;
	float:left;
	}	
	
.navRight{
	background:url(images/trcnr.png) top right no-repeat;
	height:65px;
	width:56px;
	float:right;
	}
	
.navItem{
	float:left;
	width:75px;
	height:44px;
	margin: 10px 10px 0px 0px;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	padding:5px;
	border-right:1px solid #CCCCCC;
	}
	
.navItem:hover{
	float:left;
	width:75px;
	height:44px;
	margin: 10px 10px 0px 0px;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	padding:5px;
	border-right:1px solid #CCCCCC;
	color:#FFFFFF;
	background-color:#333333;
	}

.white:hover{
	color:#A3CCDD;
	}
	
.middle{
	clear:both;
	width:830px;}
	
.midLeft{
	width:200px;
	float:left;
	padding:35px 10px 5px 15px;
	padding-bottom:100px;
	color:#333333;
	border-right:#666666 1px solid;
	}
	
.midLeft .title{
	color:#b42642;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	}
	
.midRight{
	width:600px;
	float:right;}
	
.crumbs{
	width:590px;
	margin:15px 0px 0px 10px;
	padding-bottom:3px;
	font-size:10px;
	color:#b42642;
	border-bottom:1px solid #CCCCCC;
	}

.content{
	width:580px;
	margin:0px 10px 10px 10px;
	color:#333333;
	font-size:12px;
	}
	
.footer{
	clear:both;
	width:830px;
	background:url(images/footerBack.jpg) top left repeat-x;
	height:45px;
	color:#6A7B9A;
	}
.footerLeft{
	float:left;
	text-align:left;
	width:350px;
	height:35px;
	padding:10px 0px 0px 15px;
	background:url(images/blcnr.png) bottom left no-repeat;
	}
.footerRight{
	float:right;
	text-align:right;
	width:350px;
	height:35px;
	padding:10px 15px 0px 0px;
	background:url(images/brcnr.png) bottom right no-repeat;
	}

a:link, a:visited, a:active{
	color:#b42642;
	text-decoration:none;
	}
	
a:hover{
	text-decoration:underline;
	}
	
.MD{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#b42642;
	}

.specialties{
	color:#6A7B9A;
	}
	
.little{
	margin:0px 5px 5px 5px;
	padding:0px;
	}
	
.blue:link, .blue:active, .blue:visited{
	color:#6A7B9A;
	}