/*#####################
		Universal
#######################*/
* {margin:0;padding:0;}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	background: #FEFEFE url(../img/bgBody.png) repeat-x fixed;
}
a:hover {
	text-decoration: none;
}

.small { font-size:0.85em;}

#container {
	width: 800px;
	margin:0 auto;
	position: relative;
	border-top: 5px solid #990000;
}

#rd_contact_form input,
#rd_contact_form textarea { display:block; width:98%; padding:1px 0;}


/*#####################
		Header and Logo
#######################*/
#header {
	background: #E9EDDF url(../img/bgHeader.jpg) repeat-x;
	height: 120px;
	position: relative;
}
#header div.inner {
	padding: 10px 0px 0px 20px;
}

#header h1 {}
#header h1 a {
	text-decoration: none;
	background: url(../img/bgLogo.png) no-repeat;
	text-indent: -999em;
	height: 50px;
	width: 454px;
	display: block;
}

/*#####################
		Search 
#######################*/
#search {
	position: absolute;
	width: 200px;
	top: 0px;
	right: 0px;
	background: #CACBBF;
	z-index: 2;
	bottom: 5px;
	font-size: 0.7em;
}
#search div.inner {
	padding: 10px;
}


#search h2 {
	font-weight: normal;
	font-size: 1em;
	float: left;
	margin-right: 5px;
}
#search ul {
	list-style: none;
	margin: 0px 0px 10px;
}
#search li {
	display: inline;
	margin: 0px 10px 0px 0px;
}
#search li a {
	color: #993333;
}


#seach form {
}
#search input.text {
	border: 1px solid #999999;
	margin: 0px 0px 2px;
	width: 99%;
	font-size:1.2em;
	clear: both;
	display: block;
}
#search input.submit {
	float:right;
	font-size:1em;
	width: 40%;
	padding:0;
	cursor:pointer;
}

/*#####################
		Navigation 
#######################*/
#navigation {
	border-bottom: 5px solid #660416;
	overflow: auto;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0px 0px 0px 20px;
	z-index: 2;
}

#navigation h2 {
	display: none;
}
#navigation ul {
	list-style-type: none;
}
#navigation li {
	display: block;
	position: relative;
	padding: 0px 0px 0px 4px;
	background: url(../img/bgNavItemLeft.jpg) no-repeat left top;
	float: left;
	margin: 0px 4px 0px 0px;
}

#navigation li.active {}
#navigation li.active a {
}
#navigation li a {
	display: block;
	float: left;
	padding: 8px 24px 8px 20px;
	text-decoration: none;
	color: #FFFFFF;
	background: #660416 url(../img/bgNavItem.jpg) no-repeat right top;
	font-size: 0.8em;
	line-height: 1em;
	font-weight: bold;
}
#navigation li a:hover {}

/*#####################
		Content 
#######################*/
#content {
	background: #E9EDDF url(../img/bgContent.jpg) repeat-x;
	border-bottom: 10px solid #660416;
}

#content p {
	margin:0 0 20px 0;
	font: 1em/1.3em Georgia, "Times New Roman", Times, serif;
}

#content h2 {
	color: #660416;
	font-size: 1.3em;
	line-height: 1em;
	font-weight: normal;
	position: relative;
	z-index: 2;
	margin: 10px 0px 20px;
}
#content h3 {
	margin:0 0 10px 0;
	line-height: 1em;
	color: #660416;
	font-weight: normal;
	font-size: 1.1em;
}
#content h4 {}
#content h5 {}
#content h6 {}
#content em {}
#content strong {}
#content abbr {}
#content accronym {}
#content blockquote {
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 25px;
	margin-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1.4em;
	font-size: 1em;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: left;
}
#content ol {}
#content li {}
#styleImgs {
	border-bottom: 5px solid #660416;
	overflow: auto;
}
#styleImgs span {
	display: block;
	margin: 0px 2px 0px 0px;
	height: 95px;
	width: 148px;
	float: left;
}
#styleImgs .styleImg1 {
	background: url(../img/bgStyleImage1.jpg) no-repeat;
}
#styleImgs .styleImg2 {
	background: url(../img/bgStyleImage2.jpg) no-repeat;
}
#styleImgs .styleImg3 {
	background: url(../img/bgStyleImage3.jpg) no-repeat;
}
#styleImgs .styleImg4 {
	background: url(../img/bgStyleImage4.jpg) no-repeat;
	margin:0;
}

/*#####################
		Content : Primary
#######################*/
#primary {
	float: left;
	width: 598px;
	border-right: 2px solid #660416;
}
#primary div.inner {
	background: url(../img/bgTxtBox.jpg) repeat-x;
	margin: 5px;
	padding: 10px;
	position: relative;
}
#primary a:link {
	color: #990033;
}
#primary a:visited {
	color: #660000;
	text-decoration:none;
}


#primary h2 {
}
#primary h3 {
	color: #666666;
	font-size: 1em;
}
#primary h4.more {
	font-size: 0.8em;
	font-weight: normal;
}
#primary h4.more a {
	color: #993333;
}
#primary ul {
	margin: 0px 0px 20px 40px;
	font: 0.9em/1.5em Georgia, "Times New Roman", Times, serif;
}
#primary img {
	background: #E6EADC;
	border: 1px solid #996666;
	padding: 2px;
	margin: 0px 20px 20px 0px;
	clear: both;
}
#primary dl {
	margin: 0px 0px 15px;
}
#primary dt {
	font-size: 0.9em;
	font-weight: bold;
}
#primary dd {
	font-size: 0.8em;
	margin-bottom:10px;
}





/*#####################
		Content : Secondary
#######################*/
#secondary {
	width: 200px;
	float: right;
	background: url(../img/bgTxtBox.jpg) repeat-x;
}
#secondary div.inner {
	padding: 10px;
}
#secondary p { font-size:0.9em;}

#secondary p a {color:#990000;}

#secondary img { padding:2px; border:1px solid #999; margin:0 auto; display:block; margin-bottom:5px;}

#secondary h3 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#secondary h3 a {
	text-decoration: none;
	color: #660416;
}

#secondary h4 a.more {
	text-decoration: none;
	color: #660416;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
}
#secondary dl {
	font-size: 0.8em;
}
#secondary dt a {
	color: #993333;
	text-decoration: none;
}
#secondary dd {
	margin: 0px 0px 20px;
	font-size: 0.85em;
}
#secondary dd a.more {
	color: #000000;
}

#secondary span.date {
	color: #666666;
	display: block;
	float: left;
	margin: 0px 10px 0px 0px;
	font-size: 0.8em;
}
#secondary ul {
	list-style: none;
	border-bottom: 1px solid #CACBBF;
	padding: 0px 0px 20px;
}
#secondary li {
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 0px 0px 3px;
	background: url(../img/bgArrow.gif) no-repeat left center;
	text-indent: 12px;
}
#secondary li a {
	color: #993333;
}





/*#####################
		Content : Tertiary
#######################*/
#tertiary {
	clear: both;
}
#tertiary h4 {
	font-weight: normal;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #66CC33;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 1.1em;
	line-height: 1em;
}
#tertiary h5 {
	font-weight: normal;
	font-size: 0.7em;
}
#tertiary ul {
	list-style-type: none;
}

/*#####################
		Footer
#######################*/
#footer{
	background: #86061D url(../img/bgFooter.jpg) repeat-x center bottom;
	font-size: 0.7em;
	color: #CCCCCC;
}
#footer div.inner {
	padding: 10px;
	background: url(../img/bgFooterInner.jpg) no-repeat center bottom;
	overflow: auto;
	position: relative;
}
#footer a {
	color: #FFFFFF;
}

#footer h5 {
	display: none;
}
#footer ul {
	list-style: none;
	margin: 0px 0px 10px;
}
#footer li {
	display: inline;
	margin: 0px 20px 0px 0px;
}

#footer #copy {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width:50%;
}
#footer #copy a {}
#footer #credits {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2;
	text-indent: -999em;
}
#footer #credits a {
	display: block;
	background: url(../img/odLogo.png) no-repeat center center;
	height: 38px;
	width: 26px;
}


.txtBox {
	display: block;
	background: url(../img/bgTxtBoxRC.jpg) no-repeat right top;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
}
.txtBox span {
	background: url(../img/bgTxtBoxLC.jpg) no-repeat left top;
	display: block;
	height: 9px;
}
ol.areasOfpractice {
	list-style: none;
	font-size: 0.9em;
	margin: 0px 0px 20px;
	overflow: auto;
	padding: 10px 0px;
}
ol.areasOfpractice li {
	width: 50%;
	float: left;
	margin: 0px 0px 10px;
}
ol.areasOfpractice li a {
	font-weight: bold;
	color: #990033;
}
.clear {
	clear:both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	display: block;
	margin: 0px !important;
	padding: 0px !important;
	float: none;
}
#content h3.sub {
	position: absolute;
	top: -5px;
	font-size: 40px;
	color: #DBDDD0;
	font-style: italic;
	left: 0px;
}



#home #primary div.inner {
	float: right;
	width: 360px;
	margin-left: 0;
}
#home #primary div.inner + div.inner {
	width:180px;
}
#home #primary div.inner + div.inner p{ font-size:0.85em; line-height:1.3em;}

#rd_cms_error {background:#FF9999; border:1px solid #FF0000; padding:5px;font-family: Verdana, Arial, Helvetica, sans-serif; margin:0 0 15px 0; }
#rd_cms_error ul {margin:0 0 0 20px;}
#rd_contact_form  #message_desc {position:absolute; left:-9999em;}