@charset "UTF-8";
/* CSS Document for AntibodyRegistry.com
Created by Marie Shelton 10-25-2011
Copyright River City Studio*/

body {
	background-color: #F6F6E4;
	margin: 0px auto;
	padding: 0px inherit;
	background-image: url('/_img/header-bg.png');
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-align:left;
}

a:link, a:visited {
   color:#8A1619;
   text-decoration: none;
}

a:hover {
   border-bottom:1px dotted #8A1619;
}

img {
	border: none;
}

#content .red, #secondary .red, #content .right .red {
   color: #8A1619;
}

#container {
	width: 950px;
	position: relative;
	margin: 0px auto;
	padding: 0px;
}

#header {
	position: relative;
	width: 950px;
	height: 90px;
	background-color: #ffffff;
	margin-top: 30px;
	box-shadow: 0 0 5px #666666;
    -webkit-box-shadow: 0 0 5px #666666; 
    -moz-box-shadow: 0 0 5px #666666; 
}

#header img.logo, #header img.tag {
	position: absolute;
}	

.logo {
	left: 20px;
}

.tag {
	right: 18px;
	bottom: 10px;
}

#header p {
	position: absolute;
	top: -5px;
	right: 18px;
	color: #333333;
	font-size: 20px;
	font-family: 'Six Caps', Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

#header a {
	color: #333333;
	text-decoration: none;
}

/*---------------------NAV----------------------*/

#nav {
	position: relative;
	height: 5px;
	z-index: 500;
}

#nav ul {
	font-family: 'Six Caps', Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 28px;
	height: 40px;
	display: block;
	list-style-type: none;
	position: relative;
	z-index: inherit; 
}

#nav ul li {
	width:100px;
	height: 35px;
	box-shadow: 0 0 5px #666666;
    -webkit-box-shadow: 0 0 5px #666666; 
    -moz-box-shadow: 0 0 5px #666666; 
	float: left;
	margin-right: 18px;
	list-style-type: none;
	margin-bottom: 5px;
	z-index: inherit;
}

#nav ul li a {
	background-color: #ffffff;
	border: 5px solid #8A1619;
	min-width: 90px;
	max-height: 35px;
	padding-left: 5px;
	color: #8A1619;
	text-decoration: none;
	display: block;
	position:relative;
}

#nav ul a span {
	background-image: url('/_img/nav-hover.gif');
	background-position: 40% 85px;
	background-repeat: no-repeat;
	display: none;
}

#nav ul a:hover span, #nav ul a.active span {
	background-image: url('/_img/nav-hover.gif');
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	position:absolute;
	bottom: -12px;
	height: 7px;
	width: 9px;
	right: 18px;
}

#nav ul li a:hover {
}


/*---------------------CONTENT----------------------*/

#content {
	width: 745px;
	min-height: 565px;
	box-shadow: 0 0 5px #666666;
    -webkit-box-shadow: 0 0 5px #666666; 
    -moz-box-shadow: 0 0 5px #666666; 
	position: relative;
	padding-left: 30px;
	margin-bottom: 18px;
	background-color: #ffffff;
	padding-bottom: 20px;
	
}

#content h1, #content h2, #content h3 {
	font-family: 'Six Caps', Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-weight: normal;
}

#content h1 {
	font-size: 44px;
	margin-top: 20px;
	color: #8A1619;
	padding-top: 40px;
}

#content h2 {
	color: #8A1619;
	font-size: 30px;
	margin-bottom: -6px;
    margin-top: 0;
}

#content h3 {
	color: #333333;
	font-size: 39px;
	margin-top: -6px;
}

#content p {
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

#content .right p.sub {
	font-size: 28px;
	margin-top: -15px;
	color: #333333;
	font-family: 'Six Caps', Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin-bottom: -15px;
}

#content p.intro {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 15px;
}

#content .left {
	width: 275px;
	margin-top: -12px;
}

#content .left img {
	float: right;
	margin-top: 5px;
	margin-right: 35px;
}

#content .right {
	width: 300px;
	float: right;
	margin-right: 38px;
	margin-top: -12px;
}

#content .right ul {
	width: 296px;
	margin-left: -42px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	margin-bottom: 20px;
}

#content .right ul li {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 19px;
}

.gray {
	background-color: #CCCCCC;
	width: 296px;
	margin-left: -6px !important;
	padding-left: 6px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	
}

/*------------------home red boxes container----------------*/

#homeRedBoxContainer {
	float: right;
	width: 242px;
	height: 538px;
	margin-right:-175px;
	position:relative;
	margin-top: 4px;
}

.homeRedBox	{
	width: 222px;
	height: 150px;
	background-color: #8A1619;
	padding: 10px;
	box-shadow: 0 0 5px #999999;
    -webkit-box-shadow: 0 0 5px #999999; 
    -moz-box-shadow: 0 0 5px #999999; 
	margin-top: 12px;
	margin-bottom: 12px;
	display:block;
}

.homeRedBox	img {
	vertical-align: middle;
}

#IE7fix #nav {

}
 
#IE8fix {

}

#IE9fix {

}



/*------------------Secondary Content----------------*/

#secondary {
	width: 600px;
	margin-top: -12px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#secondary p {
	padding-top: 0px;
	padding-bottom: 0px;
}

#secondary p.sub {
	font-size: 28px;
	margin-top: -15px;
	color: #333333;
	font-family: 'Six Caps', Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin-bottom: -15px;
}

#secondary ul {
	margin-left: -20px;
	list-style-type: none;
	margin-top: -12px;
}

#secondary ul.faq {
	list-style-type: square;
}

#secondary ul.faq li {
	list-style-type: square;
}

#secondary ul li {
	list-style-type: none;
}

.listRight {
	float: right;
	margin-right: 160px;
	margin-top: -15px;
}

#secondary h3 {
	color: #333333;
	font-size: 32px;
	margin-top: -6px;
	padding:0px;
	margin-bottom: -12px;
}

#secondary img.faqA {
	vertical-align: middle;
	padding-left: 4px;
}

#secondary ul.normal {
	margin-left: -15px;
	list-style-type: circle;
	list-style: circle;
}

#secondary ul.normal li {
	padding: 4px;
	font-size: 13px;
	list-style-type: disc;
	list-style: disc;
}

/*----------------FAQ Accordion------*/

.reasonBlock {
   margin: 0px;
   padding: 0px;
   display: none;
   overflow: hidden;
}

.accordionMidHeader a.link {
	color: #ffffff;
	cursor: pointer;
}

.reasonBlock p a.data, reasonBlock a {
	text-decoration: underline;
}

/*-----Contact Us--------*/

.contact form {
	margin: 0px;
	padding: 0px;
	position: relative;
}

input {
	display: block;
	margin-bottom: 10px;
}

label {
	display: block;
	min-height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 500px;
	color:  #8A1619;
}

textarea.question {
	width: 350px;
	height: 100px;
	outline-offset: -2px;
	border: 2px inset;
}

div.errorMessage, div.successMessage {
	position: absolute;
	left: 300px;
	width: 300px;
	font-size: 15px;
	color: #8A1619;
	border: 10px solid #8A1619;
	padding: 0 10px;
}

div.errorMessage h5 {
	font-size: 13px;
}

#secondary div.errorMessage ul.bullets li {
	list-style-type: disc;
}

div.errorMessage p {
	color: #8A1619 !important;
}



/*------------------footer----------------*/

#footer {
	background-image: url('/_img/footer-bg.jpg');
	background-position: top center;
	background-repeat: repeat-x;
	width: 950px;
	height: 58px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 1px;
}


#footer p {
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	padding-bottom: 3px;
	font-weight: bold;
}

#footer p.address {
	font-size: 11px;
	font-weight: normal;
	margin-top: -8px;
	
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

