/* CSS Document */

body {
	background-color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
}
body.default {
	background-color: #00829F;
	font-family:Arial, Helvetica, sans-serif;
}
body.orange {
	background-color: #f09630;
	font-family: Arial, Helvetica, sans-serif;
}
body.teal {
	background-color: #4bb495;
	font-family: Arial, Helvetica, sans-serif;
}
body.lightgreen {
	background-color: #96c28a;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
}

/* Header Section & Navigation */
#header {
	background-image: url(../images/accucaps/header_bg.jpg);
}
#header_02 {
	background-image: url(../images/accucaps/header_02.gif);
	height: 61px;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}
body #header_02 {
	background-color: #25b8d7;
}
body.orange #header_02 {
	background-color: #f09630;
}
body.teal #header_02 {
	background-color: #4bb495;
}
body.lightgreen #header_02 {
	background-color: #96c28a;
}
#topbarContainer {
	width: 980px;
	height: 162px;
	display: table;
}
#logo {
	height: 162px;
	width: 536px;
	float: left;
}
#accucapsprintlogo {
	display: none;
}
#topNav {
	height: 162px;
	width: 400px;
	float: left;
}
#topnavLinks {
	margin-top: 120px;
	height: 42px;
	float: right;
}
#topnavLinks ul {
	float: left;
	margin: 0;
	padding: 0;
}
#topnavLinks ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}
#topnavLinks ul li.spacerOn {
	width: 26px;
	height: 15px;
	background: url(../images/Accucaps/navspacer-8x13.gif) no-repeat center;
}
#topnavLinks ul li a {
	text-decoration: none;
	color: #000000;
	font-style: italic;
	font-weight: bold;
	font-family: Times New Roman, Arial;
	font-size: 14px;
}
#topnavLinks ul li a:hover,
#topnavLinks ul li a.active {
	color: #ffffff;
}

/* MainNav & Search */
#navContainer {
	background-image: url(../images/accucaps/header_03.gif);
	height: 52px;
	width: 980px;
	border-bottom: 2px solid #FFF;
	display: table;
}
#searchContainer {
	float: left;
	height: 52px;
	width: 187px;
	padding-left: 23px;
}
#searchBoxText {
	margin-top: 10px;
	width: 105px;
	height: 26px;
	background: url(../images/accucaps/searchbox-105x26.jpg) no-repeat;
	float: left;
}
#searchBoxText input {
	margin: 0;
	padding: 0;
	width: 96px;
	height: 16px;
	margin-top: 4px;
	margin-left: 4px;
	border: none;
	background: none;
}
#searchBoxImage {
	margin-top: 9px;
	margin-left: 15px;
	width: 27px;
	height: 27px;
	float: left;
}
#mainNavContainer {
	float: left;
	height: 52px;
	width: 747px;
}
#mainNav {
	margin-top: 15px;
	height: 37px;
	float: right;
}
#mainNav ul {
	float: left;
	margin: 0;
	padding: 0;
}
#mainNav ul li {
	display: inline;
}
#mainNav ul li a {
	text-decoration: none;
	color: #ffffff;
	font-family: Arial;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 5px;
	background: url(../images/Accucaps/mainnav-bk-15x15.gif) no-repeat;
}
#mainNav ul li a:hover,
#mainNav ul li a.active {
	color: #9fc683;
}

/* Content Section & Styles */
#contentContainer {
	background-image: url(../images/accucaps/content_bg2.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
}
#left {
	width: 187px;
	float: left;
}
#right {
	float: right;
	width: 728px;
	padding: 0 0 0 53px;
	position: relative;
	margin-top: 20px;
}
#subNavContainer {
	float: left;
	width: 530px;
	height: 80px;
	z-index: 2;
	position: relative;
}
#subnavLinks {
	height: 42px;
	float: left;
}
#subnavLinks ul {
	float: left;
	margin: 0;
	padding: 0;
}
#subnavLinks ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}
#subnavLinks ul li.spacerOn {
	width: 26px;
	height: 15px;
	background: url(../images/Accucaps/navspacer-teal-8x13.gif) no-repeat center;
}
#subnavLinks ul li a {
	text-decoration: none;
	color: #0091b2;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
#subnavLinks ul li a:hover,
#subnavLinks ul li a.active {
	color: #000000;
}
#imageContainer {
	width: 400px;
	height: 170px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	z-index: 0;
}
#contentWrapper {
	float: left;
	width: 660px;
	z-index: 2;
	position: relative;
}
#seperator_box {
	height: 6px;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	background-color: #35c3e4;
}
h1 {
	color: #FFF;
	font-size: 32px;
	font-family: "Times New Roman", Times, serif;	
	margin: 0;
	padding: 10px 50px 0 0;
	text-align: right;
}
p, li, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0;	
}
p {
	margin-bottom: 20px;
}
.headline, h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #006c84;
	margin-top: 0;
	margin-bottom: 15px;
	width: 500px;
	font-weight: bold;
}
.introtext {
	font-size: 18px;
}
.clear {
	clear: both;
}
.bold {
    font-weight: bold;
}
img {
	border: 0;
}
a {
	color: #0297AF;
	text-decoration: none;
}
a:hover {
	color: #EB962B;
}
a.sitemapNormalNav {
	display: block;
	font-weight: bold;
}
a.sitemapSubNav {
	display: block;
	margin-left: 25px;
}

/* Footer Section */
#footer {
	height: 37px;
	background-color: #000;
	border-top: 2px solid #FFF;
}
#footerNav {
	height: 37px;
	width: 920px;
	float: left;
}
#footerLinks {
	float: right;
	margin-top: 10px;
	height: 27px;
}
#footerLinks ul {
	float: left;
	margin: 0;
	padding: 0;
}
#footerLinks ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}
#footerLinks ul li.spacerOn {
	width: 26px;
	height: 15px;
	background: url(../images/Accucaps/navspacer-orange-8x13.gif) no-repeat center;
}
#footerLinks ul li a {
	text-decoration: none;
	color: #f09630;
	font-style: italic;
	font-weight: bold;
	font-family: Times New Roman, Arial;
	font-size: 14px;
}
#footerLinks ul li a:hover,
#footerLinks ul li a.active {
	color: #ffffff;
}