/* CSS for  TraumaCare */
* {
	margin: 0;
	padding: 0;
}
body {
	font: 80% Trebuchet MS, Helvetica, sans-serif;
	text-align: center;
}

h1 {
	color: #706b50;
	font-size: 1.3em;
	margin: 5px 0;
}
h2 {
	color: #3f3a86;
	font-size: 1em;
	margin: 5px 0;
}

input { padding: 2px; }
option { padding: 1px 3px 1px 2px; }
ul { margin: 0 0 0 25px; }
p { margin: 0 0 10px 0; }


.l { float: left; }
.r { float: right; }
.clear { clear: both; }

.m-tb-5 { margin: 5px 0; }
.m-tb-10 { margin: 10px 0; }
.m-t-10 { margin: 10px 0 0 0; }
.m-t-20{ margin: 20px 0 0 0; }
.m-l-20{ margin: 0 0 0 20px; }

.b { font-weight: bold; }
.no-b { font-weight: normal; }
.u { text-decoration: underline; }
.no-u { text-decoration: none; }
.i { font-style: italic; }
.no-i { font-style: normal; }
.small { font-size: .9em; }
.large { font-size: 1.2em; }
.t-c { text-align: center; }

.ss{ vertical-align: super; font-size: .7em;}

.orange-b{ border: 1px solid #bf6032; }

.line {
	margin: 4px 0;
	border-top: solid 1px #dbdbdb;
}

#container {
	margin: 0 auto;
	width: 801px;
	background: url('/images/bg-container.gif') repeat-y;
}

#header {
}

#orange-bar {
	background: #bf6032;
	padding: 20px 0;
}
#orange-bar .line {
	border-top: solid 2px #f5f1e6;
}

#images {
	height: 144px;
	padding: 0 19px;
}

#logo {
	position: absolute;
	z-index: 5;
}
#logo img { border: 0; }

#flash { float: right; }

#nav {
	float: right;
	margin: -4px 31px 0 0;
	padding: 0 5px;
	background: #bf6032;
	font-size: 1.2em;
	font-weight: bold;
}
/*#nav a {
	margin: 5px 12px;
	color: #f5f1e6;
	text-decoration: none;
	font-stretch: ultra-expanded;
}
#nav a:hover { color: #e6a27f; }*/

/* drop down */
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-weight: bold;
}

#nav a {
	color: #f5f1e6;
	text-decoration: none;
	font-stretch: ultra-expanded;
	display: block;
}
#nav a:hover { color: #e6a27f; }

#nav li {
	float: left;
	padding: 0;
	width: 5.5em;
}

#nav li a { padding: 0 0 0 0; }

#nav li ul {
	position: absolute;
	left: -999em;
	width: 10.5em;
	background: #bf6032;
	margin: 0;
	text-align: left;
}

#nav li li {
	padding-right: 0em;
	width: 10.5em;
	line-height: 1.5em;
}

#nav li ul a {
	width: 10.5em;
	padding: 2px 0 2px 5px;
	font-weight: normal;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #bf6032;
}
/******/

#main {
	padding: 0 19px;
	color: #706b50;
	text-align: left;
}

ul.squares {
	list-style-image: url('/images/bullet-sq.gif');
	margin: 10px 0 10px 25px;
}
ul.squares li { margin: 5px 0; }

.button {
	float: left;
	width: 76px;
	margin: 0 7px;
	color: #999999;
	font-size: .89em;
	text-align: center;
}
.button img { border: 0; }
.button a {
	color: #999999;
	text-decoration: none;
}

#left {
	float: left;
	width: 208px;
	padding: 15px;
}

#left #top {
	position: absolute;
	z-index: 5;
	height: 10px;
	width: 238px;
	background: #f6f4ea;
	margin: -25px 0 0 -15px;
}

#left form {}
#left input.text, textarea {
	width: 190px;
	margin: 3px 0;
	color: #666666;
	border-top: solid 2px #e9e6d7;
	border-right: solid 2px #e9e6d7;
	border-bottom: solid 3px #e9e6d7;
	border-left: solid 2px #e9e6d7;
}
#left textarea {
	width: 194px;
	height: 75px;
}

#content {
	float: right;
	min-height:503px;
	width: 476px;
	padding: 15px;
	background: url('/images/bg-content.gif') no-repeat bottom right;
}

#testimonial {
	width: 401px;
	margin: 20px 5px;
	padding: 10px 30px;
	background: url('/images/bg-testimonial.png') repeat;
	color: #ffffff;
	font-weight: bold;
}

/*Contact Form style*/
.contact{ padding: 20px 0 0 0; }
.contact input{ border: 1px solid #bf6032; }

.f-long{ width: 340px; display: block; margin: 0 10px 5px 0; }
.f-medium{ width: 150px; display: inline; margin: 0 10px 5px 0; }
.f-short{ width: 75px; display: inline; margin: 0 10px 5px 0;  }
.contact input.submit{ width: 50px; border: 1px solid #000; }

#footer {
	background: #bf6032;
	padding: 5px 40px 5px 300px;
	color: #ffffff;
	font-size: .89em;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover { text-decoration: underline; }
#footer #links {
	margin: 0 0 2px 0;
	font-size: 1.09em;
}
#footer #links a {
	margin: 4px;
}


/*Flash*/
#main-flash { background:#F6F4EA; text-align:center; background:url(../images/bg-flash.gif); background-repeat:repeat-y; padding:30px 0;}
#container-flash { margin: 0 auto; width: 900px; background: url('/images/bg-container-flash.gif') repeat-y;}
#images-flash { 	height: 144px;	padding: 0 55px;}

#content .date  { font-style:italic; font-weight:bold; width:90px; float:left;}
#content .date1  { font-style:italic; font-weight:bold; width:90px; height: 36px; float:left;}


