/*---------------------------------------------
Strategic Medical Style Sheet
version:1.1
author:joe fugate for cassis
email:jfugate@cassisdesign.com
website:http://www.cassisdesign.com
----------------------------------------------*/
/*Main layout---------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: #00007c url(../img/bg.jpg) repeat-x top left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	line-height: 1.9em;
	color: #ffffff;
}
#wrapper {
	width: 900px;
	min-height: 715px;
	margin: 0px auto 0 auto;
	padding-top: 5px;
}
#contentMain {
	width: 600px;
	min-height: 694px;
	margin: 30px 0px 0px 0px;
}
#content {
	behavior: url("fix/iepngfix.htc");
	background: url(../img/content_bg.png) repeat-x top left;
	width: 600px;
	height: 660px;
	overflow-y: auto;
	padding: 25px 0px;
	float: right;
	display: inline;
	position: relative;
	color:#000000;
}

#left_column {
		width: 280px;
	height: 700px;
	float: left;
	display: inline;
}
#footer {
	clear: both;
	float: right;
	display: inline;
	padding: 5px 0px 0px 0px;
	font-size: 12px;
	width: 600px;
}
#footer p {
	word-spacing: 2px;
}

.c_contact {
	margin:0 auto;
	background: #1c82b3;
	
	height: 30px;
	float: right;
	display: inline;
	width:594px;
	margin-top:1px;
	padding:3px;
}
.c_contact {
	color:#fff;
}
.c_contact a:hover {
	text-decoration:underline;
	color:#cdcdcd;
}
/*links------------------------------------------------------------*/
#mainNav {
	text-align: center;
	height: 38px;
	background: url(../img/nav_bg_hov.jpg) repeat-x top left;
	
	padding: 0px;
	width: 600px;
	margin: 30px 0px 0px 0px;
	float: right;
	display: inline;
}
#mainNav li {
	display: block;
	float: left;
	height: 38px;
	background: url(../img/nav_divider.jpg) no-repeat top right;
	line-height: 35px;
}

#mainNav li.last {
	background: none;
}
#mainNav li:hover {
	display: block;

	background: url(../img/main_navigation_bg.jpg) repeat-x top left;
}
#mainNav li a {
	display: block;
	height: 100%;
	letter-spacing:.02em;
}
a:link,a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover,a:active {
	color:#cdcdcd;
	text-decoration: none;
	outline-style: none;
}
#footer a {
	text-decoration: underline;
	font-size: 12px;
}
#left_column a {
	text-decoration: underline;
	color:white;

}

#left_column a:hover {
	text-decoration:none;
}
/*text------------------------------------------------------------*/
#contentMain p {
	padding: 5px 0px 0px 25px;
	font-size: 14px;
	width: 500px;
}
#contentMain h1 {
	font-weight: bold;
	font-size: 18px;
	padding: 15px 0px 0px 25px;
}
#contentMain h2 {
	font-weight: bold;
	font-size: 16px;
	padding: 15px 0px 0px 25px;
}
#contentMain h3 {
	font-weight: bold;
	font-size: 14px;
	padding: 15px 0px 0px 25px;
}
#content p {
	padding: 5px 0px 15px 25px;
	font-size: 12px;
	width: 500px;
	line-height: 16px;
	color: black;
}
#content h1 {
	font-weight: bold;
	font-size: 18px;
	padding: 15px 0px 0px 25px;
	color: black;
}
#content h2 {
	font-weight: bold;
	font-size: 16px;
	padding: 15px 0px 0px 25px;
	color: black;
}
#content h3 {
	font-weight: bold;
	font-size: 14px;
	padding: 15px 0px 0px 25px;
	color: black;
}
#content ul {
	padding-left: 40px;
	line-height: 20px;
	font-size: 12px;
	max-width: 500px;
	color: black;
}
#content a {
	color: black;
	text-decoration:underline;
}
#content a:hover {
	text-decoration:none;
}
#left_column h1 {
	font-weight: bold;
	font-size: 15px;
	padding: 15px 0px 5px 0px;
}
#left_column h2 {
	font-weight: bold;
	font-size: 13px;
	padding: 15px 0px 5px 0px;
}
#left_column p {
	font-size: 12px;
	padding: 0px 5px 20px 0px;
	line-height: 15px;
	text-align: justify;
}
#subnav {
	margin:0 auto;
	background: #1c82b3;
	width: 380px;
	height: 25px;
	float: right;
	display: inline;
	padding-left:220px;
	margin-top:1px;
}

#subnav li {
	clear:both;
	display: inline;
	font-size: 11px;
	margin-right: 10px;
}

#subnav a:hover{
	text-decoration:underline;
}
/*table {
	margin: 10px 0px 25px 25px;
	width: 500px;
	border: 1px solid #999;
	border-collapse: collapse;
}
td {
	padding: 8px;
	vertical-align: top;
	line-height: 13px;
	font-size: 11px;
	text-align: justify;
}*/

/*img------------------------------------------------------------*/
#contentMain img {
	padding: 30px 0px 0px 25px;
}
#content img {
	padding: 15px 0px 0px 25px;
}
#contentMain #mainNav img {
	padding: 0px 0px 0px 0px;
}
#content #mainNav img {
	padding: 0px 0px 0px 0px;
}
#left_column img {
		margin-bottom: 15px;
	margin-top: 35px;
}
#content img.floatLeft {
	float: left;
	display: inline;
	margin: -8px 8px -1px -25px;/* padding:0px 0px 0px 10px;*/
}
/*admin forms*/
input, textarea {
	background:#CDCDCD;
}
legend,label {
	color:#000000;
}
label{
	width:100px;
	display: block;
	float: left;
	clear:both;	
}
form div {
	margin:10px 0;	
}
textarea {
	width:350px;
}

