/* BASE CSS */
* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #DEDBCA;
}

body {
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #525252;
}

body.editor {
	background-image: none;
	background-color: #FFFFFF;
	min-height: 400px;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
}

ul {
	padding-left: 15px;
}

#content ul, #content ol {
	padding-left: 15px;
	margin-bottom: 10px;
}

h1 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #54437F;
	margin-bottom: 10px;
}

h2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

img { 
	border: none;
}

a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

#content a {
	text-decoration: underline;
	color: #9F1616;
}

#content .cke_button a {
	text-decoration: none;
}

blockquote {
	margin: 10px 0px 10px 15px;
}

optgroup option {
	padding-left: 20px;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

.right_photo {
	float: right;
	margin: 5px 0px 10px 15px;
	display: inline;
}

.left_photo {
	float: left;
	margin: 5px 15px 10px 0px;
	display: inline;
}

/* FORM CSS */                      

fieldset {
	border: 0px;
}
 
legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

label, .label {
	white-space: nowrap;
}
 
fieldset td {
	padding: 2px 4px;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
 
.button {
	border: 0px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 4px;
}

.alert, .red {
	color: #FF0000;
}

/* LAYOUT CSS */

#container {
	width: 960px;
	margin: 0px auto;
	position: relative;
	padding-top: 200px;
}

#header {
	position: absolute;
	top: 60px;
	left: 0px;
	width: 960px;
	text-align: center;
}

#logo {
	margin-bottom: 48px;
}

#content_box {
	background-image: url('../images/content_bg.gif');
	background-repeat: repeat-y;
	position: relative;
}

#content_box_top {
	background-image: url('../images/content_top.gif');
	background-repeat: no-repeat;
	padding: 20px 0px;
}

#content {
	width: 580px;
	float: right;
	margin-right: 50px;
	display: inline;
}

#left_content {
	width: 300px;
	float: left;
}

#header_photo {
	background-image: url('../images/header_photo_bg.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

#header_photo div {
	background-image: url('../images/header_photo_top.gif');
	background-repeat: no-repeat;
	width: 270px;
	padding: 10px 30px 15px 10px;
}

#doctor_ergo_tag {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#footer {
	background-image: url('../images/footer_bg.gif');
	background-repeat: no-repeat;
	height: 44px;
	text-align: right;
	font-size: 11px;
	line-height: 16px;
	color: #C8C7BD;
	padding: 8px 40px 0px 0px;
}

#footer a {
	color: #C8C7BD;
}

/* NAVIGATION CSS */

#nav {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
}

#nav ul {
	float: left;
	padding: 0px;
	margin: 0px;
	position: relative;
	left: 50%;
	text-align: center;
}

#nav li {
	list-style: none;
	float: left;
	position: relative;
	right: 50%;
	font-size: 13px;
	line-height: 15px;
	background-image: url('../images/nav_bg.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 10px 0px 11px;
}

#nav li.first {
	background-image: none;
	padding-left: 0px;
}

#nav li a {
	color: #65624E;
}

#nav li a:hover, #nav li.active a {
	color: #9F1616;
}

#subnav {
	background-image: url('../images/header_photo_bg.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

#subnav ul {
	padding: 0px;
	margin: 0px;
	background-image: url('../images/header_photo_top.gif');
	background-repeat: no-repeat;
	width: 270px;
	padding: 10px 30px 15px 10px;
}

#subnav li {
	list-style: none;
	background-color: #54437F;
	font-size: 13px;
	line-height: 15px;
	border-top: 1px solid #8E83AB;
}

#subnav li.first {
	border-top: 0px;
	font-weight: bold;
}

#subnav li.active a, #subnav li a:hover {
	color: #B4ACCA;
}

#subnav li a {
	padding: 10px 10px 10px 20px;
	background-color: #54437F;
	color: #FFFFFF;
	display: block;
}

#subnav li.first a {
	background-color: #8E83AB;
	color: #FFFFFF;
}

/* GALLERY STYLES */

.gallery {
	padding: 0px;
	margin: 0px;
}

.gallery td {
	text-align: center;
	padding: 0px 25px 25px 0px;
	width: 149px;
	line-height: 16px;
}

.gallery-image {
	border: 1px solid #999999;
	width: 147px;
	height: 147px;
	margin-bottom: 3px;
	padding: 0px;
}

.gallery-image td {
	background-color: #EEEEEE;
	width: 135px;
	height: 135px;
	vertical-align: top;
	padding: 6px;
	display: block;
}

.gallery-image img {
	padding: 0px;
	margin: 0px;
}

