html, body {
	height: 100%;
}

body {
	margin: 0;
	background-color: #fff6e6;
	font: 9pt Tahoma;
	line-height: 13pt;
	background: #fff6e6 none no-repeat scroll left top;
	color: #595959;
}

a {
	text-decoration: none;
	color: #715833;
}

a img {
	border-width: 0;
}

h1, h2, h3, h4 {
	font-family: Georgia;
	font-weight: normal;
	color: #583923;
}

h1 {
	font-size: 18pt;
	line-height: 21pt;
}

h3 {
	margin: 0;
	font-size: 10pt;
}

p {
	margin: 12px 0;
}

.geriMedHeader {
	color: #009470 !important;
}

.rxMedHeader {
	color: #e94251 !important;
}

.ivMedHeader {
	color: #276fb1 !important;
}

.errorMessage {
	color: #FF0000;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0 -201px;
}

/*Start Header*/
#headerContainer {
	height: 100px;
	width: 100%;
}

#headerContainer #headerContent {
	height: 83px;
	width: 960px;
	position: absolute;
	top: 11px;
	z-index: 999;
	line-height: 83px;
}

#headerContainer #headerContent #mainLogo{
	float: left;
	margin: 16px 0 0 42px;
}

#headerContainer .topBand {
	background-color: #140b05;
	border-bottom: 1px solid #574134;
	height: 10px;
}

#headerContainer .middleBand {
	background-color: #150a05;
	height: 83px;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

#headerContainer .bottomBand {
	background-color: #35a78b;
	height: 7px;
}
/*End Header*/

/*Start Main Menu*/
#mainMenu {
	list-style: none;
	float: left;
	display: inline;
	padding: 0;
	margin: 0 0 0 93px;
	font-size: 9pt;
}

#mainMenu li {
	display: block;
	float: left;
	margin: 0 20px 0 0;
	height: 90px;
	position: relative;
}

#mainMenu li a {
	display: block;
	height: 90px;
	color: #ccc8bd;
	text-decoration: none;
}

#mainMenu li a:visited {
	color: #ccc8bd;
}

#mainMenu li a:hover {
	color: #be9d82;
}

#mainMenu li a#memberLogin {
	color: #d7da8b;
	text-decoration: none;
        height: 50px;
        margin: 0px;
        padding-left: 9px;
        padding-right: 9px;
}

#mainMenu li a#becomeMember {
	height: 20px;
        line-height: 0px;
        margin-top: 5px;
}

#mainMenu li a#memberLogin:visited {
	color: #d7da8b;
}

#mainMenu li ul.subMenu {
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 180px;
	left: -17px;
	top: 90px;
	list-style: none;
}

#mainMenu li:hover ul.subMenu {
	display: block;
}

#mainMenu li ul.subMenu a {
	color: #676464 !important;
	height: 25px;
}

#mainMenu li ul.subMenu li {
	display: list-item;
	height: 25px;
	padding: 0 0 0 30px;
	margin: 0;
	line-height: 25px;
	float: none;
	background: #fffcf6 url("/images/bullet-default.png") no-repeat scroll 15px center;
	border-top: 1px solid #f0e3cc;
}

#mainMenu li ul.subMenu li#navGeriMed {
	background-image: url("/images/nav-ltc.png");
}

#mainMenu li ul.subMenu li#navRxMed {
	background-image: url("/images/nav-rxmed.png");
}

#mainMenu li ul.subMenu li#navIvMed {
	background-image: url("/images/nav-ivmed.png");
}

#mainMenu li ul.subMenu li.first {
	border-top: none;
	padding-top: 10px;
	background-position: 15px 16px;
}

#mainMenu li ul.subMenu li.last {
	background-color: transparent;
	background-image: none;
	padding: 0;
	border-top: none;
}

#mainMenu li ul.subMenu li.last div.bottomLeft {
	float: left;
	width: 5px;
	height: 5px;
	background: transparent url("/images/menu-curve.png") no-repeat scroll 0 0;
}

#mainMenu li ul.subMenu li.last div.bottomMiddle {
	float: left;
	width: 170px;
	height: 5px;
	background-color: #fffcf6;
}

#mainMenu li ul.subMenu li.last div.bottomRight {
	float: left;
	width: 5px;
	height: 5px;
	background: transparent url("/images/menu-curve.png") no-repeat scroll 0 -5px;
}


/*End Main Menu*/


/*Start Footer*/
#footerPush {
	height: 220px;
	width: 100%;
	clear: both;
}

#footerContainer {
	background-color: #382314;
	border-top: 1px solid #957563;
	height: 200px;
	min-width: 960px;
	padding: 0;
	color: #d5bc8f;
	font-size: 8pt;
}

#footerContainer a {
	color: #6aeacb;
	text-decoration: none;
}

#footerContainer .topBand {
	border-top: 1px solid #fff6e6;
	border-bottom: 1px solid #4e382a;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 40px;
}

#footerContainer .topBand .phoneNumber {
	/* font-family: Georgia; */
	font-size: 14pt;
	margin: 0 0 0 20px;
}

#footerContainer .bottomBand  ul#footerMenu {
	list-style: none;
}

#footerContainer .bottomBand  ul#footerMenu li {
	float: left;
	display: inline;
	margin: 0 15px 0 0;
}
/*End Footer*/


/*Start Interior*/
#mainContent {
	min-height: 430px;
	width: 960px;
}


#leftContent {
	float: left;
	width: 222px;
	text-align: center;
	margin: 60px 0 0 0;
}

#rightContent {
	float: left;
	width: 690px;
	margin: 60px 0 0 35px;
}

#rightContent h1 {
	margin: 5px 0 35px 0;
	font-size: 19pt;
}

#rightContent h2 {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11pt;
	margin: 12px 0;
}

ul#navMenu {
	width: 188px;
	list-style: none;
	padding: 0;
	margin: 0 auto 40px auto;
	font-size: 9pt;
	text-align: left;
}

ul#navMenu li {
	height: 27px;
	line-height: 27px;
	background: transparent url("/images/nav-menu.png") repeat-y scroll -188px 0;
	position:relative;
}

ul#navMenu li.first {
	height: 6px;
	background: transparent url("/images/nav-menu.png") repeat-y scroll 0 0;
	line-height:1px;
	font-size:1px;
}

ul#navMenu li.last {
	height: 6px;
	background: transparent url("/images/nav-menu.png") repeat-y scroll -376px 0;
	line-height:4px;
	font-size:1px;
}

ul#navMenu li.leftHeader {
	height: auto;
	font-size: 16pt;
	font-family: Georgia;
	padding-bottom:7px;
	/*display:none;*/
}
ul#navMenu li.leftHeader a, 
ul#navMenu li.leftHeader a:link,
ul#navMenu li.leftHeader a:visited,
ul#navMenu li.leftHeader a:hover
{
	padding-top:1px;
	
}
ul#navMenu li.leftHeader div.navspacer 
{
}

ul#navMenu li.leftHeader img {
	top:4px;
	position:relative;
	
	
}

ul#navMenu li div.navspacer {
	background-color: #f0e3cc;
	height: 1px;
	padding: 0;
	width: 186px;
	-moz-opacity: 0.99;
	line-height:1px;
	font-size:1px;
	position:absolute;
	bottom:0px;
	left:1px;/**/
	clear:both;
	
}


ul#navMenu li img {
	margin: 0 7px 0 20px;
}

ul#navMenu li  a.on 
{
	font-weight:bold;
}


/*End Interior*/


/*Start Homepage*/
#homepageContent {
	width: 990px;
}

#homepageContent h1 {
	margin: 16px 0;
}

#homepageContent h2 {
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 16pt;
}

#homepageContent h2 img {
	vertical-align: middle;
}

#topContent {
	height: 210px;
}

#topContent #learnMore {
	position: absolute;
	top: 280px;
	left: 200px;
}

#topContent #largeStar {
	position: absolute;
	top: 150px;
	left: 760px;
}

#serviceBoxes {
	height: 127px;
	padding: 25px 0 15px 0;
	font-size: 8pt;
}

#serviceBoxes .serviceBox {
	display: inline;
	float: left;
	height: 109px;
	width: 261px;
	background: transparent url("/images/service-box.png") no-repeat scroll left top;
	margin: 0 0 0 16px;
	padding: 10px 25px;
}

#serviceBoxes .serviceBox p {
	line-height: 11pt;
	margin: 5px 0;
}

#serviceBoxes .serviceBox a img {
	vertical-align: middle;
}

#bottomContent {
	overflow: auto;
	margin: 0 0 0 40px;
}

#bottomContent #homepageCopy {
	display: inline;
	float: left;
	width: 659px;
}

#bottomContent #newsUpdatesBox {
	float: left;
	background: transparent url("/images/news-box.png") no-repeat scroll left top;
	width: 228px;
	height: 204px;
	margin: 10px 0 0 40px;
	padding: 10px 5px;
}

#bottomContent #newsUpdatesBox ul {
	list-style: none;
	margin: 0;
	padding: 3px 0px 0px 24px;
        list-style-image: url("/images/bullet-gerimed.png");
        font-size: 11px;
}

#bottomContent #newsUpdatesBox ul li {
	line-height: 13pt;
	padding: 0px;
        margin-top: 4px;
}

#bottomContent #newsUpdatesBox ul li img {
	margin: 0 5px 0 0;
}
#bottomContent #newsUpdatesBox ul li .leftPadding {
	padding: 0 0 0 14px;
}
/*End Homepage*/


/*Start Contracts*/
#partnerLists, #parSuppliesLists, #medSuppliesLists {
	overflow: auto;
	clear: both;
}

#partnerLists ul, #parSuppliesLists ul, #medSuppliesLists ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#partnerLists ul {
	width: 135px;
}

#parSuppliesLists ul {
	width: 335px;
}

#medSuppliesLists ul {
	width: 335px;
}
/*End Contracts*/

/*Start Login*/

#memberLoginCopy {
	float: left;
	width: 360px;
}

#memberLoginCopy h2 {
	margin-top: 2px;
}

#loginBox {
	float: right;
	width: 280px;
	overflow: hidden;
}

#loginBox .top {
	background: transparent url("/images/login-box-sprite.png") no-repeat scroll 0 0;
}

#loginBox .middle {
	background: transparent url("/images/login-box-sprite.png") repeat-y scroll -280px 0;
	overflow: auto;
	padding: 10px 10px 10px 23px;
	width: 247px;
}

#loginBox .bottom {
	background: transparent url("/images/login-box-sprite.png") no-repeat scroll -560px 0;
}

#loginBox .top, #loginBox .bottom {
	width: 280px;
	height: 8px;
}

#loginBox h2 {
	font: 16pt Georgia;
	margin: 0 0 10px 0;
}

#loginBox h2 img {
	vertical-align: middle;
}

#loginBox .field {
	background: transparent url("/images/login-field.png") no-repeat scroll left top;
	width: 232px;
	height: 30px;
	padding: 5px;
	overflow: hidden;
}

#loginBox .field label {
	float: left;
	width: 64px;
	color: #fbfbfb;
	text-align: right;
	margin: 0 5px 0 0;
}

#loginBox .field input {
	border: 1px solid #cdcdcd;
	width: 142px;
}

#loginBox .bottomRow {
	overflow: auto;
}

#loginBox .bottomRow #forgotPassword {
	float:left;
	width: 130px;
	line-height: 28px;
}

#loginBox .bottomRow input {
	float: right;
	margin: 0 15px 0 0;
}
/*End Login*/

/*Start Contact Us*/
form#contactForm .field textarea  {
	height: 80px;
}

form#contactForm .field input, form#contactForm .field textarea {
	border: 1px solid #cdcdcd;
	width: 300px;
	margin-bottom: 4px;
}

form#contactForm #btnSubmit {
	margin: 0 0 0 209px;
}
/*End Contact Us*/
