/* Firstcare Orthopaedic Site Colors
Blue:  #1269A1;
Light Blue: #DBE9F1;
Light Brown:  #C49A6C;
Dark Brown: #5D340F;
Gray: #333;
*/

* {
	margin: 0;
	padding: 0;
}

html {overflow-y: scroll;}

BODY {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 7px auto;
	font-size: 12px;
	background-color: #000;
	color: #333;
}

#wrapper {
	width: 850px;
	background-color: #C49A6C;
	margin: 7px auto;
}

/* STYLES HEADER/TOP NAVIGATION AREA */
#topbar {
	background-image: url(../images/topbarbak.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 110px;
}

#topbar DIV {
	float: right;
	color: #1269A1;
	font-size: 11px;
	padding: 20px;
}

#topbar IMG { padding: 10px 20px; }

#topbar A {
	color: #1269A1;
	text-decoration: none;
	font-weight: bold;
}

#topbar A:hover {
	color: #5D340F;
	text-decoration: none;
}

#topbar UL {
	clear: both;
	list-style-type: none;
	float: right;
	margin-top: -25px;
	/*padding-right: 20px;*/
	width: 550px;
}

#topbar LI {
	background-image: url(../images/tab.gif);
	background-repeat: no-repeat;
	float: left;
	height: 29px;
	width: 106px;
	margin-left: 0;
}

#topbar LI A {
	display: block;
	text-align: center;
	color: #1269A1;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 0px;
	text-transform: uppercase;
}

#topbar LI A:hover {
	color: #fff;
	background-image: url(../images/tabover.gif);
	background-repeat: no-repeat;
}

/* SUBMENU STYLES */
#dropmenudiv {
	position: absolute;
	border: 1px solid #1269A1;
	border-bottom-width: 0;
	font-size: 11px;
	line-height: 20px;
	z-index: 100;
	margin-top: -5px;
	margin-left: -1px;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #1269A1;
	padding: 1px 0;
	text-decoration: none;
	/*font-family: Verdana;*/
	color: #1269A1;
	font-weight: bold;
}

#dropmenudiv a:hover {
	/*hover background color*/
	background-color: #fff;
	color: #333;
}

/* CONTENT AREA */
#middlecol {
	height: 100%;
	width: auto;
	padding: 20px 20px 0px 20px;
	font-size: 11px;
}

div.caption {
	color:#000;
	font-size: 10px;
	padding: 10px; 
	margin: 10px;
	float: right;
	width: 200px;
	text-align: left;  
	border: 1px solid #333;
	background-color: #C49A6C;
	/*  font-weight: bold;*/
}

/* CURVED BOX THAT SITE CONTENT GETS PLACED IN */
.cornerBox {
	position: relative;
	background: #fff;
	width: 100%;
	height: auto;
}

.corner {
	position: absolute;
	width: 10px;
	height: 10px;
	background: url('../images/corners.gif') no-repeat;
	font-size: 0%;
}

/* THIS STYLE AFFECTS SITE CONTENT */
.cornerBoxInner {
	padding: 10px;
	font-size: 12px;
}

.TL {
	top: 0;
	left: 0;
	background-position: 0 0;
}

.TR {
	top: 0;
	right: 0;
	background-position: -10px 0;
}

.BL {
	bottom: 0;
	left: 0;
	background-position: 0 -10px;
}

.BR {
	bottom: 0;
	right: 0;
	background-position: -10px -10px;
}

/* FOOTER */

#footer {
	background-color: #C49A6C;
	border-top: 4px solid #5D340F;
	clear: both;
	padding: 10px 0 10px 0;
	font-size: 10px;
	width: 780px;
	color: #fff;
	height: 15px;
	margin: 0 auto;
}

#footer div { float: right; }

#footer A {
	color: #fff;
	text-decoration: none;
	margin: auto 2px auto 2px;
}

#footer A:hover { color: #5D340F; }

#credits {
	padding-top: 5px;
	font-size: 11px;
	color:#fff;
}

#credits A {
	color: #fff;
	text-decoration: none;
}

#credits A:hover { color: #C49A6C; } 

/* TEXT STYLES */

H1 {
	font-size: 20px;
	color: #5D340F;
	padding: 7px 0 5px 0;
}

H2 {
	font-size: 16px;
	color: #1269A1;
	padding: 7px 0 5px 0;
}

A { color: #1269A1; }
A:hover { color: #5D340F; }

P {
	padding: 5px 0 3px 0;
	line-height: 140%;
}

LI, BLOCKQUOTE {margin-left: 20px; padding-bottom: 5px;}

UL UL LI {margin-left: 40px; padding-bottom: 5px;}