/* Layout Style Sheet :: acculis.com */
/* Author :: Alex Stanhope for Design Distillery */
/* Copyright :: The Author, All rights reserved */

/* Global Reset */

* {
	padding: 0;
	margin: 0;
	border: 0;
}

/* Body Styles */

body {
	background: #fff;
	text-align: center;
    font-family: Arial, Helvetica, Sans-Serif; 
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #222;
	height: 100%;
}

/* Formatting Styles */

img {
	border: none;
}

img.border {
	padding: 5px;
	border: 1px solid #ccc;
}

br.clear {
	clear: both;
	height: 0.01em;
}

.right {
	text-align: right;
}

.float_right {
	float: right;
	text-align: right;
}

.image_left {
	float: left;
	padding: 5px 20px 7.5px 0;
}

.image_right {
	float: right;
	padding: 5px 0 10px 20px;
}

/* Control Bar Styles */

#control_bar {
	position: relative;
	width: 100%;
	height: 25px;
	margin: 0;
	background: #222 url(../images/layout/bg_controlbar.gif) bottom left repeat-x;
	z-index: 1;
	text-align: left;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #eee;
}

/* Container Styles */

#container {
	position: relative;
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

/* Header Styles */

#masthead {
	width: 100%;
	border-top: 3px solid #ff9900;
}

#masthead_container {
	position: relative;
	width: 760px;
	height: 115px;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 215px;
	height: 85px;
	margin: 15px 0 0 0;
	background: url(../images/layout/acculis_logo.gif) top left no-repeat;
}

#logo a {	
	position:absolute;
	top: 15px;
	left: 0;
	width: 215px;
	height: 85px; 
}

#logo a span {
	display:none;
}

#masthead_left {
	float: right;
	margin: 20px 0 0 0;
}

#date {
	text-align: right;
	font-weight: bold;
	font-size: 1.1em;
	color: #666;
}

#contact {
	text-align: right;
	margin-top: 10px;
}

#search {
	width: 250px;
	margin-top: 10px;
	text-align: left;
}

#search_top, #search_bottom {
	width: 250px;
	height: 10px;
	margin: 0 !important;
}

#search_top {
	background: url(../images/layout/bg_search_top.gif) bottom left no-repeat;
}

#search_bottom {
	background: url(../images/layout/bg_search_bottom.gif) top left no-repeat;
}

/* Main Navigation Menu Styles */

#navigation {
	position: relative;
	width: 100%;
	height: 30px;
	background: #fff url(../images/layout/bg_navigation.gif) top left repeat-x;
	z-index: 999 !important /* Required for IE */;
}

#main_navigation {
	width: 760px;
	height: 30px;
	margin: 0 auto;
	background: url(../images/layout/main_navigation.gif) top left no-repeat;
}

#main_navigation li span { 
	display: none;
}

#main_navigation li {
	float: left;
	text-align: left /* Required for IE6 */;
}

#main_navigation li, #main_navigation a { 
	height: 31px;
	display: block;
}

#main_navigation_home {
	margin-top: 0px; 
	width: 66px;
}

#main_navigation_products {
	margin-top: 0px; 
	width: 83px;
}

#main_navigation_healthcare-professionals {
	margin-top: 0px; 
	width: 175px;
}

#main_navigation_about-us {
	margin-top: 0px; 
	width: 90px;
}

#main_navigation_patients {
	margin-top: 0px; 
	width: 83px;
}

#main_navigation_contact-us {
	margin-top: 0px; 
	width: 99px;
}

#main_navigation_home a:hover, #main_navigation_home.current { background:url(../images/layout/main_navigation.gif) -760px 0px no-repeat; }
#main_navigation_products a:hover, #main_navigation_products.current { background:url(../images/layout/main_navigation.gif) -826px 0px no-repeat; }
#main_navigation_healthcare-professionals a:hover, #main_navigation_healthcare-professionals.current { background:url(../images/layout/main_navigation.gif) -909px 0px no-repeat; }
#main_navigation_patients a:hover, #main_navigation_patients.current { background:url(../images/layout/main_navigation.gif) -1084px 0px no-repeat; }
#main_navigation_about-us a:hover, #main_navigation_about-us.current { background:url(../images/layout/main_navigation.gif) -1167px 0px no-repeat; }
#main_navigation_contact-us a:hover, #main_navigation_contact-us.current { background:url(../images/layout/main_navigation.gif) -1257px 0px no-repeat; }

/*#main_navigation_home a:hover, #main_navigation_home.current { background:url(../images/layout/main_nav.gif) -760px 0px no-repeat; }
#main_navigation_products a:hover, #main_navigation_products.current { background:url(../images/layout/main_nav.gif) -826px 0px no-repeat; }
#main_navigation_healthcare-professionals a:hover, #main_navigation_healthcare-professionals.current { background:url(../images/layout/main_nav.gif) -909px 0px no-repeat; }
#main_navigation_about-us a:hover, #main_navigation_about-us.current { background:url(../images/layout/main_nav.gif) -1084px 0px no-repeat; }
#main_navigation_patients a:hover, #main_navigation_patients.current { background:url(../images/layout/main_nav.gif) -1174px 0px no-repeat; }
#main_navigation_contact-us a:hover, #main_navigation_contact-us.current { background:url(../images/layout/main_nav.gif) -1257px 0px no-repeat; }*/

#dropdownMenu li ul {
	position: absolute;
	top: 31px;
	margin: 0;
	width: 200px;
	background: url(../images/layout/bg_opacity.png) top left !important;
	border-top: 1px solid #777 !important;
	border-right: 1px solid #777 !important;
	border-left: 1px solid #777 !important;
	text-align: left;
}

#dropdownMenu li ul li {
	list-style: none;
	white-space: nowrap;
	width: 200px;
	text-align: left;
	font-size: 1em;
	border-bottom: 1px solid #777;
}

#dropdownMenu li ul li a {
	display: block;
	width: 170px;
	padding: 0 15px;
	line-height: 2.7em;
	border: 0;
	text-decoration: none;
	font-size: 1.1em;
}

#dropdownMenu li ul li a:link, #dropdownMenu li ul li a:visited {
	color: #444;
}

#dropdownMenu li ul li a:hover {
	color: #222;
	background: url(../images/layout/bg_opacity_dark.png) top left !important;
}

/* Content Styles */

#image {
	clear: both;
	width: 100%;
	height: 120px;
	text-align: center;
	margin-top: 1px;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
}

#content_container {
	position: relative;
	width: 760px;
	margin: 0 auto 20px auto;
	text-align: left;
}

#content {
	position: relative;
	width: 760px;
	margin: 20px 0 0 0;
}

#content_left {
	float: left;
	width: 520px;
	height: auto;
	padding: 20px;
	border: 1px solid #777;
}

#breadcrumbs {
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

.acculis {
	padding: 20px 20px 80px 20px !important;
	background: url(../images/layout/bg_acculis.jpg) 98% 98% no-repeat;
}

#sidebar {
	float: right;
	width: 190px;
}

div.sidebar_box {
	border: 1px solid #ff9900 !important;
	margin-bottom: 10px;
}

#sidebar_box_1_content {
	padding: 1px 5px 1px 5px /* Required for IE */;
	border: none !important;
}

.sidebar_box_hidden {
	padding: 1px 5px 1px 5px /* Required for IE */;
	border: none !important;
}

div.sidebar_box_content {
	padding: 5px 5px 0 5px;
}

/* Links Styles */

#links {
	clear: both;
	width: 100%;
	background: #ebebeb url(../images/layout/bg_links.gif) bottom left repeat-x;
}

#links_container {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

/* Footer Styles */

#footer {
	clear: both;
	margin: 10px auto;
	padding: 0 0 10px 0;
	font-size: 1em;
	color: #666;
	text-align: left;
}

#footer_container {
	width: 760px;
	margin: 0 auto;
}

#footer_links {
	margin: 0 0 10px 0;
	padding: 7.5px 0;
}

#validators {
	width: 100%;
	float: left;
	margin: 5px 0 10px 0;
}

#copyright {
	float: right;
	text-align: right;
}

#footernav {
	float: left;
	text-align: right;
}

/* Text Styles */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.4em;
	font-weight: normal;
	color: #777;
	margin: 0 0 15px 0;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #ff9000;
	margin: 10px 0 15px 0;
}

#content_left h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: normal;
	color: #777;
	margin: 0 0 15px 0;
}

#sidebar h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #fff;
	background: #ff9900;
	padding: 2px 5px;
}

h3#sidebar_box_1 {
	cursor: pointer;
	background-position: 168px 45%;
	background-repeat: no-repeat;
}

#content_left h4.downloads {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #777;
	margin: 0 0 15px 0;
	padding: 5px 0;
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; 
}

#sidebar h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #6e6872;
}

p, address {
	font-size: 1.1em;
	line-height: 1.6em;
	color: #6e6872;
}

p {
	margin: 0 0 10px 0;
}

#content_left p {
	/*width: 335px;*/
	padding-right: 20px;
}

p.newsitem {
	float: right !important;
	text-align: right !important;
	padding: 0 0 0 15px !important;
	background: url(../images/layout/bullet_external.gif) 0% 50% no-repeat;
}

#sidebar_news p.divider {
	margin: 0 0 5px 0 !important;
	padding: 0 0 5px 0 !important;
	border-bottom: 1px solid #ccc !important;
}

#sidebar p.message {
	color: #cc0000;
	font-weight: bold;
	padding: 0 0 0 20px;
	background: url(../images/layout/bullet_warning_sml.gif) top left no-repeat;
	margin: 0 0 5px 0 !important;
}

/* List Styles */

li {
	list-style-type: none;
}

#control_bar ul {
	margin: 0 0 0 10px;
}

#control_bar li {
	float: left;
	display: inline;
	padding: 5px 0;
}

#control_bar li.home, #control_bar li.downloads, #control_bar li.forums, #control_bar li.admin, #control_bar li.logout {
	padding-left: 22px;
}

#control_bar li.downloads, #control_bar li.forums, #control_bar li.admin, #control_bar li.logout {
	margin-left: 10px;
 }

#control_bar li.home {
	background: url(../images/layout/bullet_home.gif) 0% 50% no-repeat;
	margin-left: 20px;
}

#control_bar li.downloads {
	background: url(../images/layout/bullet_downloads.gif) 0% 50% no-repeat;
}

#control_bar li.forums {
	background: url(../images/layout/bullet_forums.gif) 0% 50% no-repeat;
}

#control_bar li.admin {
	background: url(../images/layout/bullet_admin.gif) 0% 50% no-repeat;
}

#control_bar li.logout {
	background: url(../images/layout/bullet_logout.gif) 0% 50% no-repeat;
}

#breadcrumbs ul {
	margin-left: -25px !important;
}

#breadcrumbs li {
	display: inline;
	font-size: 1.1em;
	color: #666;
	margin: 0;
	background: none !important;
}

#breadcrumbs li+li {
	background: url(../images/layout/bullet_breadcrumb.gif) 0% 50% no-repeat !important;
	padding-left: 12px;
	margin: 0;
}

#content_left li {
	margin: 0 0 10px 0;
	color: #6e6872;
	font-size: 1.1em;
	background: url(../images/layout/bullet_squares.gif) top left no-repeat;
	padding: 0 0 0 24px;
}

ul#sitemap li, ul#files li {
	font-size: 1.1em;
	padding: 0 0 2px 24px !important;
}

ul#sitemap li {
	background: url(../images/layout/bullet_sitemap.gif) top left no-repeat !important;
}

ul#files li {
	background: url(../images/layout/bullet_download.gif) top left no-repeat !important;
}

ul#sitemap li ul li {
	font-size: 1em;
	margin: 10px 0 0 0;
}

#links ul {
	padding: 7px 0;
}

#links li {
	display: inline;
	margin: 0 10px 0 0;
}

#footernav li {
	float: left;
	display: inline;
	margin: 0 3px 0 0;
	padding: 0 ;
}

#validators li {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	background: url(../images/layout/bullet_valid.gif) 0% 50% no-repeat;
	padding: 0 0 0 17px;
}

li.nobullet {
	background: none !important;
	padding: 0 !important;
}

/* Link Styles */

#control_bar a {
	padding: 5px;
}

#control_bar a:link, #control_bar a:visited {
	color: #eee;
	text-decoration: none;
	font-weight: bold;
}

#control_bar a:hover {
	color: #fff;
	background: #111;
	text-decoration: none;
	font-weight: bold;
}

#breadcrumbs a:link, #breadcrumbs a:visited {
	color: #666 !important;
	text-decoration: none !important;
	border: none !important;
	font-weight: normal !important;
}

#breadcrumbs a:hover {
	color: #222 !important;
	text-decoration: none;
	background: none !important;
	border: none !important;
	font-weight: normal !important;
}

#content a:link, #content a:visited {
	text-decoration: none;
	color: #ff9900;
	font-weight: bold;
}

#content a:hover {
	text-decoration: none;
	color: #fff;
	background: #ff9900;
	font-weight: bold;
}

#content_left a:link, #content_left a:visited {
	text-decoration: underline;
}

#content_left a:hover {
	text-decoration: none;
}

a.light {
	font-weight: normal !important;
}

div.message a:link, div.message a:visited {
	color: #222 !important;
}

div.message a:hover {
	color: #fff !important;
}

ul#files a {
	text-decoration: none !important;
}

#links a {
	padding: 0 0 0 20px;
}

#links a {
	padding: 7px 2px 8px 20px;
	width: 100px;
	font-weight: bold;
}

a.print {
	background: url(../images/layout/print.gif) 2% 50% no-repeat !important;
}

a.rss {
	background: url(../images/layout/rss.gif) 2% 50% no-repeat !important;
}

#newslink a:link, #newslink a:visited, a.newslink:link, a.newslink:visited {
	color: #666 !important;
	text-decoration: none !important;
}

#newslink a:hover, a.newslink:hover {
	color: #222 !important; 
	background: none !important;
}

#links a:link, #links a:visited {
	color: #666;
	text-decoration: none;
}

#links a:hover {
	background-color: #ccc !important;
	color: #222;
}

#footer a:link, #footer a:visited {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: #222;
	font-weight: bold;
	text-decoration: none;
}

/* Form Element Styles */

#loginuser {
	margin-top: -20px !important;
}

fieldset {
	border: none;
}

#masthead fieldset {
	background: #eee url(../images/layout/bg_search.gif) top left no-repeat;
	padding: 0 0 0 5px;
	margin: 0 !important;
}

#masthead label, #sidebar label {
	font-weight: bold;
	font-size: 1.1em;
	color: #6e6872;
}

#sidebar label {
	float: left;
	margin: 0 0 5px 0;
	padding: 0;
}

#masthead label {
	float: left;
	padding: 2px 0 0 18px;
	width: 42px;
	background: url(../images/layout/bullet_search.gif) 0% 50% no-repeat;
}

.input_text {
	text-align: left;
	border: 2px solid #ccc;
	background: #fff;
}

#masthead .input_text {
	float: left;
	width: 136px;
}

#sidebar .input_text {
	width: 169px;
	font-size: 1.1em;
	padding: 2px;
	margin: 0 0 5px 0;
}

#sidebar .input_checkbox {
	margin: 0 0 0 5px !important;
	float: left;
}

#content_left form {
	padding: 10px 0;
	font-family: Arial, Helvetica, sans-serif !important;
}

#content_left fieldset {
	margin: 10px 0 !important;
}

#content_left legend {
	font-size: 1.3em;
	color: #666;
	font-weight: bold;
}

#content_left form fieldset ol {
	padding: 0;
	margin: 15px 0;
}

#content_left form fieldset li {
	float: left;
	clear: left;
	width: 100%;
	background: none !important;
	margin-left: -25px;
	margin-bottom: 0 !important;
}

#content_left fieldset {
	margin: 0;
}

#content_left label {
	float: left;
	width: 100px;
	padding: 10px 0;
	font-size: 1.1em;
	color: #666;
	font-weight: bold;
}

.input_left {
	float: left;
	width: 250px;
	margin: 5px 0;
	padding: 3px;
	background-color: #fff;
	border: 3px solid #ccc;
	font-size: 1.1em;
}

.select_narrow, .select_wide {
	float: left;
	margin: 5px 0;
	font-size: 1.2em;
	background-color: #fff;
	border: 3px solid #ccc;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 1.1em !important;
}

.select_wide {
	width: 261px;
}

textarea {
	padding: 3px;
	background-color: #fff;
	border: 3px solid #ccc;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}

.input_left_checkbox {
	margin: 10px 10px 0 0;
	float: left;
}

.required {
	color: #ff0000;
	font-weight: bold;
	font-size: 1.1em;
	padding-left: 5px;
}

.sidebar_main_submit, .main_submit {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	height: 25px;
	background: #fff url(../images/layout/bg_submit.gif) top left repeat-x;
	color: #444;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	padding: 0 3px;
}

.masthead_main_submit {
	float: left;
	margin: 0 0 0 3px;
	border: 2px solid #ccc;
	height: 20px;
	background: #eee url(../images/layout/bg_search_submit.gif) top left repeat-x;
	color: #555;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 2px;
}

.sidebar_main_submit {
	margin: 5px 0;
}

/* Message Styles */

div.message {
	margin: 0 0 20px 0;
	background: #ff940e url(../images/layout/bg_message.jpg) top left repeat-x;
	border: 1px solid #ff7a0e;
	padding: 0px 10px;
	font-weight: bold;
	font-size: 1.2em;
}

div.message p {
	margin: 2.5px 0 2.5px 0 !important;
	padding: 5px 0px 5px 50px;
	color: #fff !important;
	background: url(../images/layout/bullet_warning.gif) 0% 50% no-repeat;
}