﻿
/* HTML Tags */
* {
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #8E0B3A;
}

a:hover {
	color: #11155E;
}

a img {
	border: none;
}

body {
	text-align: center;
	font-size: .8em;
	line-height: 1.5em;
	height: 100%;
	color: #333;
	background: #FFF url(../../images/caPharmBodyBG.png) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	overflow-x:hidden;
}

form {
	margin: 0 0 15px;
}

img {
	margin: 0;
}

input, textarea, select {
	display: inline;
	font-size: .9em;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.9em;
	font-weight: lighter;
	line-height: 1.1em;
	letter-spacing: 1px;
	color: #8E0B3A;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.3em;
	line-height: 1.1em;
	margin: 2px 0 2px 5px;
}

h2 a {
	text-decoration: none;
}

h3 {
	font-size: 1.1em;
	line-height: 1.1em;
	margin: 15px 0 3px 10px;
}

hr {
	width: 100%;
	clear: both;
}

label {
	font-weight: bold;
	display: block;
}

li {
	margin-bottom: 3px;
}

p { 
	line-height: 1.35em;
	margin: 0 10px 15px; 
}

small {
	font-size: .85em;
}

sub, sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

table {
	width: 95%;
	clear: both;
	margin: 0 auto 10px;
	border: none;
	border-collapse: collapse;
}

td, th {
	vertical-align: top;
	text-align: left;
	padding: 4px 6px 4px 2px;
	border: none;
	border-collapse: collapse;
}

th {
	border-width: 1px 0;
	border: 1px solid #CCC;
	background: #333;
	color: #FFF;
}

ul, ol {
	line-height: 1.35em;
	margin: 0 10px 15px 35px; 
}

/* Banner Styles */
#banner {
	height: 35px;
}

#copyright {
	clear: both;
	height: 28px;
	margin-top: 35px;
}

#copyright p {
	text-align: center;
	font-size: .85em;
	font-style: italic;
	line-height: 1.75em;
	padding-top: 2px;
}

#fixed {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	padding-top: 300px; 
}

#pics {
	position: absolute;
	top: 10px;
	left: 10px;
}

#logo {
	position: absolute;
	top: 35px;
	left: 465px;
}

#headerBG {
	position: absolute;
	top: 135px;
	left: 425px;
}

#main-navigation {
	position: absolute;
	top: 250px;
	right: 0;
}

#main-navigation ul {
	margin: 0 0 0 auto;
	padding: 0;
	list-style: none;
	float: right;
}

#main-navigation li {
	margin-top: 6px;
}

#main-navigation li a {
	display: block;
	padding: 2px 10px 5px;
	color: #FFF;
	text-decoration: none;
}

#main-navigation li a:hover {
	background: #FFF;
	color: #8E0B3A;
}

#main-navigation li{
	display:block;
	float: left;
	text-align: center;
}

#mainContents {
	/* background: #FFF url(../../images/mainContentsBG.gif) top center repeat-y; */
	padding-bottom: 25px;
	margin-top: 5px;
}

#priCol, #doubleCol, #secCol, #tertCol {
	float: left;
}

#priCol {
	width: 335px;
	padding: 0 15px;
}

#doubleCol {
	width: 630px;
	padding: 0 15px;
}

#priCol p, #doubleCol p {
	margin: 0 10px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

#secCol {
	width: 265px;
	padding: 0 15px;
}

#secCol h2, #tertCol h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	line-height: 1.1em;
	color: #8E0B3A;
	font-weight:lighter;
}

#secCol h3, #tertCol h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-top: 5px;
}

#secCol p {
	margin: 0 10px 10px;
}

#tertCol {
	width: 285px;
	padding: 0 15px;
}

#tertCol p {
	margin: 0 10px 10px;
}

.fLeft {
	float: left;
	margin: 0 7px 5px 0;
}

.fRight {
	float: right;
	margin: 0 0 5px 7px;
}

#tertCol .fRight {
	margin: -25px 0 5px 7px;
}

.hr {
	line-height: 1px; /*needed for IE/win*/
	font-size: 1px; /*needed for IE/win*/
	height: 1px;
	background: #DDD;
	margin: 20px auto 15px;
	width: 75%;
} 

.noBR, td.noBR label {
	display: inline;
}

.phone {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: lighter;
	color: #8E0B3A;
}

.split {
	width: 47%;
	margin-right: 2%;
	float: left;
}

.right {
	text-align:right;
}