/*** Title ***/

#title {
	display: none;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

/*** Content ***/

body {
	background-color: #00375F;
	background-image: url(../images/layout/bkgrnd.jpg);
	background-repeat: repeat;
	color: #00375F;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	margin-top: 30px;
}

#title,
h1,
h2,
h3,
.specialties h5 {
	font-family: Helvetica, Arial, sans-serif;
	color: #00375F;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	line-height: 26px;
	margin: 25px 0 15px 0;
	padding-bottom: 6px;	
}

h2 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
}
h4 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
}
h5 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
}

.specialties h5 {
margin:0 0 18px;
padding:12px 0 0 12px;
font-size:22px;
font-weight:normal;
line-height:24px;
}
.admin th {
	background-color: #CEDDE6;
}	
.hr-break {
	border-top: #65A275 3px solid;
	margin: 30px -30px 0 -30px;
}
.hr-break-side {
	border-top: #65A275 3px solid;
	margin: 30px -12px 12px 0;
}

/*** Lists ***/

ul {
	list-style-image: url(../images/layout/bullet_content.gif);
	list-style-position: outside;
}
ul.noindent  {
	margin: 0 0 0 18px;
	padding: 0;
}

.photo,
.button {
	padding: 8px 0 2px 0;
	text-align: center;
}

/*** Images ***/

.imagespacert {
	float: right;
	margin: 0 0 10px 10px;
}

.imagespacelt {
	float: left;
	margin: 0 10px 10px 0; 
}

.photos {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 4px;
}

/*** Links ***/

a:link, 
a:visited, 
a:active {
	color: #395C44;
	text-decoration: none;
}

a:hover {
	color: #00375F;
	text-decoration: underline;
}

.blog_updated {
	border: 1px solid #090;
	background-color: #3c3;
	color: #eee;
	padding: 4px;
	font-size: 110%;
	text-align: center;
	margin-bottom: 15px;
}

/*** Other ***/

.smalls {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

.vodcast {
	background-image: url(../images/layout/top-border-bkgd.jpg);
	background-repeat: repeat-x;
	border: 2px solid #66A475;
	float: right;
	margin-bottom: 10px;
	padding: 0px 10px 0px 10px;
	width: 275px;
}

.vodcast h2{
	color: #fff;
	margin-top: 4px;
}