@import url('basic.css');

/* STYLE */



body { background-color: #a0998d; }

/* MAIN */

#canvas {
	width: 915px;
	text-align: left;
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	background: transparent;
}

#faux {
	background: url(../images/fauxcol.gif);
	margin: 0;
	overflow: auto; /* IE Fix */
	width: 100%
}

#header {
	background: url('../images/head.jpg') transparent;
	height: 161px;
	padding: 0;
	margin: 0;
}

#home_link {
	float: right;
	display: block;
	list-style: none;
}

#logo_list {
	height: 100px;
	width: 220px;
	float: right;
}

#leftcolumn { 
	display: inline;
	color: #333;
	margin: 0;
	padding: 0;
	width: 200px;
	float: left;
}

#rightcolumn { 
	float: left;
	color: #333;
	margin: 0;
	padding: 0;
	width: 700px;
	display: inline;
	position: relative;
}

#foot { 
	text-align: center;
	width: 915px;
	height: 57px;
	padding: 0;
	margin: 0;
	background: url('../images/foot.gif') transparent top left no-repeat;
	font-size: 10px;
}
.clear { clear: both; background-color: #fff ; }

/* 3 COLUMN CONTENT - OVERVIEW (ABOUT) */

#overview_col1 {
	float: left;
	padding-left: 30px;
	width: 24%;
	padding-bottom: 30px;
}

#overview_col2 {
	float: left;
	padding-left: 66px;
	width: 24%;
	padding-bottom: 30px;
}

#overview_col3 {
	float: right;
	padding-right: 30px;
	width: 24%;
	padding-bottom: 30px;
}

/* IN SUPPORT OF */

.insupportof {
	padding-left: 20px;
	padding-top: 120px;
}

.insupportof h2 {
	font-size: 13px;
}

.insupportof img {
	padding-left: 10px;
}


/* CONTENT */

#fullcolumn {
	float: left;
	padding: 30px;
	padding-top: 0;
}

#col1 {
	float: left;
	padding-left: 30px;
	width: 60%;
	padding-bottom: 30px;
}

#col1 ul, #col1 ol, #fullcolumn ul, #fullcolumn ol {
	padding-left: 25px;
	padding-bottom: 15px;
}

#col1 li, #fullcolumn li {
	padding-left: 10px;
}

#col2 {
	float: right;
	padding-right: 30px;
	width: 190px; /* was 24% */
	padding-bottom: 30px;
	margin-top: 45px;
}

#imgholder1, #imgholder2 {
	display: block;
	background: url('../images/img_holder2.gif') #fff top left no-repeat;
	width: auto;
	height: 123px;
}

/* MENU */

#menu ul {
	margin-left: 8px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#menu ul li.topmenu a.selected {
	font-weight: bold;
	padding: 10px 0 0 15px;
	display: block;
 	background: url('../images/button_subactive.gif') transparent top left no-repeat;
}

#menu ul li#section_4 a.selected {
	font-weight: bold;
	padding: 10px 0 0 15px;
	display: block;
	color: #fff;
 	background: url('../images/button_subactive_pur.gif') #6c2180 top left no-repeat;
}

#menu a {
	height: 22px;
	display: block;
	padding: 15px 0 0 15px;
	background: url('../images/button_inner.gif') transparent top left no-repeat;
}

#menu ul a {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

#menu ul li a:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

/* SUBMENU */

ul#submenu {
	padding-top: 0px;
 	background: url('../images/button_redline.gif') transparent top left no-repeat;
}

ul#submenu a {
	padding: 8px 0 0 28px;
	background: none;
}

ul#submenu a.selected {
	padding: 8px 0 0 28px;
	color: #6c217f;
	font-weight: bold;
}

ul.submenu {
	padding-top: 0px;
 	background: url('../images/button_redline.gif') transparent top left no-repeat;
}

ul.submenu a {
	padding: 8px 0 0 28px;
	background: none;
}

ul.submenu a.selected {
	padding: 8px 0 0 28px;
	color: #6c217f;
	font-weight: bold;
}

/* MEDICAL PROFESSIONALS MENU */


li#subnav_37, li#subnav_34, li#subnav_16, li#subnav_19, li#subnav_38 {
	padding-top: 3px;
	color: #fff;
 	background: url('../images/button_redline_pur.gif') transparent top left no-repeat;
}

li#subnav_37 a, li#subnav_34 a, li#subnav_16 a, li#subnav_19 a, li#subnav_38 a {
	color: #fff;
}

li#subnav_37 a.selected, li#subnav_34 a.selected, li#subnav_16 a.selected, li#subnav_19 a.selected, li#subnav_38 a.selected {
	color: #fff;
}


/* FOOTER */

#links, #copyright {
	width: auto;
	bottom: 0;
	left: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	padding-top: 68px; 
}

#copyright {
	padding-top: 10px;
	padding-bottom: 30px;
}

#links a {
	color: #fff;
	text-decoration: none;
}

#links a:hover {
	text-decoration: underline;
}

/* FLASH VIDEO */

.flashVideo {
	padding-bottom: 10px;
}

#playVideo {
	cursor: pointer;
}
