/* GENERAL STYLES */
/* Rich text editor styling start */
#holderBody {
	background: #fff;
}

#holder {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 5px;
	text-align: left;
	font-size: 12px;
}

/* Rich text editor styling end */

/* clear default styles */

html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a, dl, dd
{ 
	border: 0; 
	margin: 0; 
	padding: 0; 
}
input, select, textarea {
	font-size: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
}
fieldset {
	border: none;
}




/* common settings */

html, body 
{
	color: #333;
	text-align: center;
	background-color: #f0f0f0;
	font: 100.01% verdana, arial, helvetica, sans-serif;
	padding-bottom: 10px;

min-height: 100%; 
margin-bottom: 1px;
}

img 
{
	border: 0;
}

a 
{
	color: #336699;
	text-decoration: underline;
}
a:hover 
{
	color: #336699;
	text-decoration: underline;
}

p 
{
	margin: 4px 0 8px 0;
}

table 
{
	font-size: inherit;
}

ul
{
    list-style: none;
}

ul.bulleted {
	list-style: none;
	margin-left: 25px;
}


ol {
	margin-left: 25px;
}

h1 
{
	font-size: 22px;
	color: #000;
}

h2 
{
	font-size: 18px;
	color: #000;
}
h3 
{
	font-size: 14px;
	color: #000;
}




/* main structure */

#wrapper 
{
	margin: 10px auto 0 auto;
	font-size: 11px;
	width: 758px;
	text-align: left;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	background-color: #fff; 
	color: #666;
}
#contentWrapper 
{
	clear: both;
	margin-bottom: 19px;
	padding: 0 161px 0 161px;
	_padding: 0 0 0 161px;
	min-height: 230px;
	_height: 230px;
}

#howdoIWrapper 
{
	clear: both;
	margin-bottom: 19px;
	padding: 0 20px 0 00px;
	_padding: 0 0 0 20px;
	min-height: 230px;
	_height: 230px;
}
#styleGold #contentWrapper
{
	padding: 0 221px 0 111px;
	_padding: 0 0 0 111px;
}

/* header for all pages */

#header
{
	padding: 10px 0 12px 0;
	background-color: #fff;
}
#header .logo a
{
	display: block;
	float: left;
	margin: 0 0 0 8px;
	_margin-left: 4px;
	width: 294px;
	height: 39px;
}



/* top navigation and search box */

#topNav
{
	margin-left: 302px;
	padding-right: 6px;
	height: 39px;
	font-size: 10px;
	font-weight: bold;
	width: 450px;
	_width: 447px;
}
#topNav ul
{
	padding-top: 6px;
	margin-left: 115px;
	_margin-left: 110px;
	width: 300px;
	_width: 184px;
}
#topNav ul li
{
	float: left;
	display: inline;
	color: #0064a2;
}
#topNav ul li a
{	
	float: left;
	display: block;
	min-height: 12px;
	padding: 0 2px 2px 2px;
	margin: 0 4px;
	_margin: 0 2px;
	color: #0064a2;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
#topNav ul li a.boldNavItem
{
	color: #0064a2;
}
#topNav ul li a:hover
{
	font-weight: bold;
	color: #0064a2;
	border-bottom: 2px solid #666699;
	text-decoration: none;
}


#styleAboutUs #topNav ul li a.boldNavItem, 
#styleAboutUsVision #topNav ul li a.boldNavItem, 
#styleAboutUsProductsSolutions #topNav ul li a.boldNavItem, 
#styleAboutUsExecutives #topNav ul li a.boldNavItem, 
#styleAboutUsBoardDirectors #topNav ul li a.boldNavItem, 
#styleAboutUsNews #topNav ul li a.boldNavItem, 
#styleAboutUsEvents #topNav ul li a.boldNavItem, 
#styleAboutUsContactUs #topNav ul li a.boldNavItem, 
#styleAboutUsCareers #topNav ul li a.boldNavItem,
{
	font-weight: bold;
	color: #0064a2;
	border-bottom: 2px solid #666699;
	text-decoration: none;
}
#topNav #searchForm
{
	float: right;
	width: 150px;
	margin-top: 1px;
}
#searchForm #searchKeyword {
	color: #666;
	width: 121px;
	height: 12px;
	font-size: 10px;
	padding: 1px 0 1px 2px;
	border: 1px solid #b2b2cc;
	vertical-align: 2px;
}
#searchForm #btnSearch {
	width: 21px;
	height: 21px;
	margin-left: 4px;
	vertical-align: -2px;
	background-image: url(../media/4080/btnsearch.gif);
}
#searchForm #btnSearch:hover 
{
	background-image: url(../media/4085/btnsearchhover.gif);
}




/* masthead for homepage */

#mastheadHome
{
	clear: both;	
	width: 758px;
	height: 130px;	
	background-color: #fff;
}
#mastheadHome #nav 
{
	width: 758px;
	height: 15px;
	padding-top: 85px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: transparent url(../media/4146/homebanner01.jpg) 0 0 no-repeat;
}




/* masthead for internal pages */

#masthead
{
	clear: both;	
	width: 758px;
	height: 58px;
	background-color: #fff;
}

#masthead #nav 
{
	width: 758px;
	height: 15px;
	padding-top: 23px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: transparent url(../media/4151/pagebanner01.jpg) 0 0 no-repeat;
}
#styleGold #masthead{
	height: 180px;
}
#styleGold #masthead #nav{
	height: 15px;
	padding-top:145px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
/* primary navigation */

#nav ul
{
	margin-left: 7px;
	width: 744px;
}
#nav ul li
{
	float: left;
}
#nav ul li a
{
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	display: block;
	width: 122px;
	height: 14px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #15466b;
	text-decoration: none;
	background: transparent url(../media/4197/navbg.png) 0 0 repeat;
	cursor: pointer;
}
#nav ul li a span
{
	display: none;
}


#nav ul li a#navPharmacies
{
	background: transparent url(../media/4237/navpharmacies.png) 0 0 no-repeat;

_background-image: none;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.mirixa.com.au/media/4237/navpharmacies.png", sizingMethod="crop");

}


#nav ul li a#navPharma
{
	background: transparent url(../media/4232/navpharma.png) 0 0 no-repeat;

_background-image: none;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.mirixa.com.au/media/4232/navpharma.png", sizingMethod="crop");

}
#nav ul li a#navCROs
{
	background: transparent url(../media/4212/navcros.png) 0 0 no-repeat;

_background-image: none;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.mirixa.com.au/media/4212/navcros.png", sizingMethod="crop");

}
#nav ul li a#navConsumers
{
	background: transparent url(../media/4202/navconsumers.png) 0 0 no-repeat;

_background-image: none;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.mirixa.com.au/media/4202/navconsumers.png", sizingMethod="crop");


}
#nav ul li a#navPhysicians
{
	background: transparent url(../media/4252/navphysicians.png) 0 0 no-repeat;

_background-image: none;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.mirixa.com.au/media/4252/navphysicians.png", sizingMethod="crop");

}
#nav ul li a:hover
{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	cursor: pointer;
}
#nav ul li a#navPharmacies:hover, #stylePharmacies #nav ul li a#navPharmacies
{
	color: #15466b;
	background: #8ac494 url(../media/4242/navpharmacieshover.png) 0 0 no-repeat;


_background-image: none;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.mirixa.com.au/media/4242/navpharmacieshover.png", sizingMethod="crop");


}
#nav ul li a#navHealthPlans:hover, #styleHealthPlans #nav ul li a#navHealthPlans
{
	color: #fff;
	background: #306799 url(../media/4227/navhealthplanshover.png) 0 0 no-repeat;


_background-image: none;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.mirixa.com.au/media/4227/navhealthplanshover.png", sizingMethod="crop");


}
#nav ul li a#navPharma:hover, #stylePharma #nav ul li a#navPharma
{
	color: #15466b;
	background: #fcc251 url(../media/4247/navpharmahover.png) 0 0 no-repeat;

_background-image: none;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.mirixa.com.au/media/4247/navpharmahover.png", sizingMethod="crop");

}
#nav ul li a#navCROs:hover, #styleCROs #nav ul li a#navCROs
{
	color: #fff;
	background: #9793bd url(../media/4217/navcroshover.png) 0 0 no-repeat;

_background-image: none;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.mirixa.com.au/media/4217/navcroshover.png", sizingMethod="crop");

}
#nav ul li a#navConsumers:hover, #styleConsumers #nav ul li a#navConsumers
{
	color: #fff;
	background: #c0a781 url(../media/4207/navconsumershover.png) 0 0 no-repeat;

_background-image: none;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.mirixa.com.au/media/4207/navconsumershover.png", sizingMethod="crop");

}
#nav ul li a#navPhysicians:hover, #stylePhysicians #nav ul li a#navPhysicians
{
	color: #fff;
	background: #768e8e url(../media/4257/navphysicianshover.png) 0 0 no-repeat;

_background-image: none;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.mirixa.com.au/media/4257/navphysicianshover.png", sizingMethod="crop");

}




/* tagline for homepage only */

#tagline
{
	margin-left: 7px;
	font-family: arial, verdana, helvetica, sans-serif;
	width: 744px;
	height: 16px;
}
#tagline span
{
	display: block;
	background-color: #fff;
	color: #15466b;
	width: 744px;
	height: 16px;
	text-align: center;
}
#tagline span#tagPharmacies
{
	background-color: #b1e5b1;
}
#tagline span#tagHealthPlans
{
	background-color: #bad5e8;
}
#tagline span#tagPharma
{
	background-color: #f9d38f;
}
#tagline span#tagCROs
{
	background-color: #ccccff;
}
#tagline span#tagConsumers
{
	background-color: #e6dfc4;
}
#tagline span#tagPhysicians
{
	background-color: #9ebebe;
}




/* internal page imagery */

#stylePharmacies #wrapper #masthead #nav
{
	background: transparent url(../media/4156/pagebanner02.jpg) 0 0 no-repeat;
}
#styleHealthPlans #wrapper #masthead #nav
{
	background: transparent url(../media/4161/pagebanner03.jpg) 0 0 no-repeat;
}

#stylePharma #wrapper #masthead #nav
{
	background: transparent url(../media/4166/pagebanner04.jpg) 0 0 no-repeat;
}

#styleCROs #wrapper #masthead #nav
{
	background: transparent url(../media/4171/pagebanner05.jpg) 0 0 no-repeat;
}

#styleConsumers #wrapper #masthead #nav
{
	background: transparent url(../media/4176/pagebanner06.jpg) 0 0 no-repeat;
}

#stylePhysicians #wrapper #masthead #nav
{
	background: transparent url(../media/4181/pagebanner07.jpg) 0 0 no-repeat;
}

#styleGold #wrapper #masthead #nav
{
	background: transparent url(../media/8297/goldbanner01.jpg) 0 0 no-repeat;
}

#wrapper #coloredColumn #mirixaCareBanner
{
	display: none;
}
#styleHealthPlans #wrapper #coloredColumn #mirixaCareBanner
{
	display: block;
}


/* content column */

#contentColumn
{
	width: 374px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	float: left;
	padding-bottom: 10px;
	margin: 0 30px;
	_margin: 0 30px 0 15px;
}
#styleGold #contentColumn{
	font-size: 12px;
	line-height: 18px;
	width: 401px;
	margin: 0 27px 0 0;
	padding-left: 49px;
	background: transparent url(../media/8302/orangina.gif) 0 0 no-repeat;
}
#contentColumn h1
{
	color: #0064a2;
	font-size: 18px;
	line-height: 22px;
}
#contentColumn a 
{
	color: #336699;
	text-decoration: underline;
}
#contentColumn a:hover 
{
	color: #336699;
	text-decoration: underline;
	background-color: #e0e0eb;
}
#contentColumn ul
{
	margin: 4px 0 0 1px;
}
#contentColumn ul li
{
	background: transparent url(../media/5161/listbullet.gif) 0 3px no-repeat;
	padding-left: 15px;
	padding-bottom: 12px;
}
.careers #contentColumn ul 
{
	margin: 0;
	padding: 0;
}
.careers #contentColumn ul li
{
	list-style-type: disc;
	background: none;
	margin: 0 0 0 20px;
	padding: 0 0 8px 2px;
}


#contentColumn h1 
{
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	color: #336699;
}

#contentColumn h2 
{
	margin-top: 12px;
	margin-bottom: 2px;
	font-size: 11px;
	font-weight: bold;
	color: #9999cc;
}
#contentColumn h3 
{
	margin-top: 10px;
	margin-bottom: 2px;
	font-size: 11px;
	font-weight: normal;
	color: #ff9933;
}

#styleGold #contentColumn strong 
{
	color:#006699;
	font-weight: bold;
}
#styleGold #contentColumn strong a,
#styleGold #contentColumn strong em
{
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color:	#ff9933;
}
#styleGold #contentColumn p.callout{
	background: transparent url(../media/4135/itemborder.gif) 0 0 repeat-x;
	padding-top:12px;
}


/* news column */

#newsColumn
{
	width: 154px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	right: 154px;
	margin-top: 6px;
	margin-left: -154px;
	font-size: 10px;
	line-height: 13px;
	float: left;
	_margin-left: -77px;
}
#newsColumn h2
{
	width: 153px;
	height: 13px;
	font-size: 10px;
	color: #fff;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #b2b2cc url(../media/4125/hdrnews.gif) 7px 2px no-repeat;
	cursor: pointer;
}
#newsColumn h2 span
{
	display: none;
}




/* blog column */

#blogColumn
{
	width: 154px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 6px -154px 0 0;
	font-size: 10px;
	line-height: 13px;
	float: left;
}
#blogColumn h2
{
	width: 153px;
	height: 13px;
	font-size: 10px;
	color: #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #b2b2cc url(../media/4120/hdrblog.gif) 7px 2px no-repeat;
	cursor: pointer;
}
#blogColumn h2 span
{
	display: none;
}




/* column items */

.item
{
	margin: 10px 5px 0 6px;
	min-height: 50px;
	_height: 50px;
	padding-bottom: 4px;
	background: transparent url(../media/4135/itemborder.gif) 0 100% repeat-x;
}
.item .date
{
	color: #000;
}
.item a
{
	display: block;
	color: #0064a2;
}
.item a:hover
{
	color: #0064a2;
	text-decoration: underline;
}
.columnBase
{
	margin-top: 9px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: #b2b2cc;
	height: 1px;
}




#newsColumn .item, #blogColumn .item, #miscColumn .item
{
	margin: 10px 5px 0 6px;
	width: 142px;
	min-height: 50px;
	_height: 50px;
	padding-bottom: 10px;
	background: transparent url(../media/4135/itemborder.gif) 0 100% repeat-x;
}
#newsColumn .item .date, #blogColumn .item .date,  #miscColumn .item .date
{
	color: #000;
}
#newsColumn .item a, #blogColumn .item a,  #miscColumn .item a
{
	display: block;
	color: #0064a2;
}
#newsColumn .item a:hover, #blogColumn .item a:hover,  #miscColumn .item a:hover
{
	color: #0064a2;
	text-decoration: underline;
}
#newsColumn .columnBase, #blogColumn .columnBase,  #miscColumn .columnBase
{
	margin-top: 9px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: #b2b2cc;
	height: 1px;
}




.item a.btnItem
{
	display: block;
	margin-top: 6px;
 	margin-left: 330px; 
	width: 21px;
	height: 21px;
	text-decoration: none;
	background: transparent url(../media/4050/btnitem.gif) 0 0 no-repeat;
}
.item a.btnItem:hover
{
	background-image:  url(../media/4055/btnitemhover.gif);
}

#newsColumn .item a.btnItem, #blogColumn .item a.btnItem, #miscColumn .item a.btnItem
{
	margin-left: 120px;
}






/* breadcrumbs */

.breadCrumbs 
{
	color: #306799;
	font-size: 14px;
	padding-bottom: 7px;
	line-height: 20px;
}
.breadCrumbs a
{
	color: #306799;
}
.breadCrumbs a:hover
{
	background-color: #e0e0eb;
}
.breadCrumbs strong
{
	font-size: 14px;
	font-weight: bold;
}




/* about navigation column */

#aboutColumn
{
	width: 161px;
	right: 161px;
	margin-left: -161px;
	padding-top: 14px;
	font-size: 11px;
	line-height: 13px;
	float: left;
	background-color: #e0e0eb;
	_margin-left: -80px;
}
#aboutColumn h2
{
	margin-left: 7px;
	font-size: 11px;
	color: #666699;
}

#aboutColumn ul
{
	margin: 20px 0 20px 7px;
	width: 154px;
}
#aboutColumn ul li
{
	border-bottom: 1px solid #ccc;
}
#aboutColumn ul li a
{
	padding-left: 1px;
	padding-top: 2px;
	color: #666;
	height: 16px;
	display: block;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}
#aboutColumn ul li a:hover
{
	color: #fff;
	background-color: #b2b2cc;
	text-decoration: none;
}

#styleAboutUsVision #aboutColumn ul li a#aboutUsVision,
#styleAboutUsProductsSolutions #aboutColumn ul li a#aboutUsProductsSolutions,
#styleAboutUsExecutives #aboutColumn ul li a#aboutUsExecutives,
#styleAboutUsBoardDirectors #aboutColumn ul li a#aboutUsBoardDirectors,
#styleAboutUsNews #aboutColumn ul li a#aboutUsNews,
#styleAboutUsEvents #aboutColumn ul li a#aboutUsEvents,
#styleAboutUsContactUs #aboutColumn ul li a#aboutUsContactUs,
#styleAboutUsCareers #aboutColumn ul li a#aboutUsCareers,
{
	color: #fff;
	background-color: #b2b2cc;
	text-decoration: none;
}

.quote
{
	width: 155px;
	height: 156px;
	background: #fff url(../media/6171/aboutUsQuote.gif) 0 0 no-repeat;
}
.quote span
{
	display: none;
}




/* general purpose column */

#miscColumn
{
	width: 156px;
	margin-right: -156px;
	font-size: 10px;
	line-height: 13px;
	float: left;
}
#miscColumn h2
{
	font-size: 11px;
	color: #666699;
}
#miscColumn .columnBase
{
	margin-top: 0;
	border-top: 1px solid #ccc;
	height: 1px;
	background-color: #b2b2cc;
	border-bottom: 1px solid #ccc;
}
#styleGold #miscColumn {
	border-left: 1px solid #ccc;
	width: 134px;
	padding-left:12px;
	
}
#styleGold #miscColumn ul li a{
	display: block;
	margin-bottom: 12px;
	font-weight: bold;
} 
#styleGold #miscColumn ul li a.last{
	margin-bottom: 0;
}	
.spotlight
{
	border: 1px solid #ccc;
	background-color: #f4f4f4;
	font-size: 9px;
	padding: 4px 9px 5px 9px;
}
.spotlight img
{
	display: none;
	border: 1px solid #ccc;
}
.spotlight p
{
	color: #306799;
}
.spotlight span
{
	display: block;
	text-align: right;
}




/* colored left hand side column */

#styleAboutUs #wrapper,
#styleAboutUs #wrapper, 
#styleAboutUsVision #wrapper, 
#styleAboutUsProductsSolutions #wrapper, 
#styleAboutUsExecutives #wrapper, 
#styleAboutUsBoardDirectors #wrapper, 
#styleAboutUsNews #wrapper, 
#styleAboutUsEvents #wrapper, 
#styleAboutUsContactUs #wrapper, 
#styleAboutUsCareers #wrapper
{
	background: #fff url(../media/4115/aboutbg.gif) 0 0 repeat-y;
}
#styleAboutUs #wrapper #footer ul,
#styleAboutUs #wrapper #footer ul, 
#styleAboutUsVision #wrapper #footer ul, 
#styleAboutUsProductsSolutions #wrapper #footer ul, 
#styleAboutUsExecutives #wrapper #footer ul, 
#styleAboutUsBoardDirectors #wrapper #footer ul, 
#styleAboutUsNews #wrapper #footer ul, 
#styleAboutUsEvents #wrapper #footer ul, 
#styleAboutUsContactUs #wrapper #footer ul, 
#styleAboutUsCareers #wrapper #footer ul
{
	border-left: 0;
	padding-left: 1px;
}

#stylePharmacies #wrapper
{
	background: #fff url(../media/5393/pharmaciesbg.gif) 0 0 repeat-y;
}
#stylePharmacies #wrapper #footer ul
{
	border-left: 0;
	padding-left: 1px;
}

#styleHealthPlans #wrapper
{
	background: #fff url(../media/5398/healthplansbg.gif) 0 0 repeat-y;
	background: #fff url(../media/11207/mirixacarebg.gif) 0 0 repeat-y;
}
#styleHealthPlans #wrapper #footer ul
{
	border-left: 0;
	padding-left: 1px;
}

#stylePharma #wrapper
{
	background: #fff url(../media/5407/pharmabg.gif) 0 0 repeat-y;
}
#stylePharma #wrapper #footer ul
{
	border-left: 0;
	padding-left: 1px;
}

#styleCROs #wrapper
{
	background: #fff url(../media/5412/crosbg.gif) 0 0 repeat-y;
}
#styleCROs #wrapper #footer ul
{
	border-left: 0;
	padding-left: 1px;
}

#styleConsumers #wrapper
{
	background: #fff url(../media/5417/consumersbg.gif) 0 0 repeat-y;
}
#styleConsumers #wrapper #footer ul
{
	border-left: 0;
	padding-left: 1px;
}

#stylePhysicians #wrapper
{
	background: #fff url(../media/5422/physiciansbg.gif) 0 0 repeat-y;
}
#stylePhysicians #wrapper #footer ul
{
	border-left: 0;
	padding-left: 1px;
}






/* buttons */

a#btnVisitWiki 
{
	display: block;
	width: 121px;
	height: 30px; 
	margin-bottom: 9px;
	background: transparent url(../media/4100/btnvisitwiki.gif) 0 0 no-repeat;
}
a#btnVisitWiki span
{
	display: none;
}
a#btnVisitWiki:hover
{
	background-image: url(../media/4105/btnvisitwikihover.gif);
}


a#btnSubmitEmail 
{
	display: block;
	width: 121px;
	height: 30px; 
	margin-top: 15px;
	margin-bottom: 9px;
	background: transparent url(../media/4090/btnsubmitemail.gif) 0 0 no-repeat;
}
a#btnSubmitEmail span
{
	display: none;
}
a#btnSubmitEmail:hover
{
	background-image: url(../media/4095/btnsubmitemailhover.gif);
}

a#btnMirixaReady
{
	display: block;	
	width: 130px;
	height: 33px; 
	margin-top: 15px;
	margin-bottom: 9px;
	background: transparent url(../media/4090/btnmirixaready.gif) 0 0 no-repeat;
}
a#btnMirixaReady span
{
	display: none;
}
a#btnMirixaReady:hover
{
	background-image: url(../media/4095/btnmirixareadyhover.gif);
}


a#btnPaperclip 
{
	display: block;
	width: 343px;
	height: 27px; 
	background: transparent url(../media/4060/btnpaperclip.gif) 0 0 no-repeat;
	padding-top: 15px;
	padding-left: 29px;
	display: block;
	margin-bottom: 9px;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 9px;
}
a#btnPaperclip 
{
	color: #fff;
	text-decoration: none;
}
a#btnPaperclip:hover
{
	color: #bad5e8;
	text-decoration: none;
	background-image: url(../media/4065/btnpapercliphover.gif);
}
a#btnPaperclip:hover strong
{
	color: #f8a74f;
}


a#btnPharmacy 
{
	display: block;
	width: 121px;
	height: 30px; 
	background: transparent url(../media/4070/btnpharmacysignin.gif) 0 0 no-repeat;
}
a#btnPharmacy span
{
	display: none;
}
a#btnPharmacy:hover
{
	background-image: url(../media/4075/btnpharmacysigninhover.gif);
}

a#btnMirixaPro 
{
	display: block;
	width: 130px;
	height: 33px; 
	background: transparent url(../media/btnMirixaPro.gif) 0 0 no-repeat;
}
a#btnMirixaPro span
{
	display: none;
}
a#btnMirixaPro:hover
{
	background-image: url(../media/btnMirixaProhover.gif);
}




/* footer */

#footer
{
	clear: both;
	border-bottom: 1px solid #999;
	height: 15px;
}
#footer ul
{	
	clear: both;
	position: relative;
	font-size: 10px;
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 411px;
	min-height: 13px;
	margin-left: 162px;
	_width: 406px;
}
#footer ul li
{	
	float: left;
	display: inline;
	color: #0064a2;
}
#footer ul li a, #footer ul li span
{	
	float: left;
	display: block;
	min-height: 12px;
	padding: 0 2px 3px 2px;
	margin: 0 4px;
	font-size: 9px;
	color: #666;
	font-weight: normal;
	_margin: 0 1px;
	text-decoration: none;
}
#footer ul li a:hover
{
	font-weight: bold;
	color: #0064a2;
	border-bottom: 2px solid #666699;
	text-decoration: none;
}
#styleHome #footer ul,
#styleGold #footer ul
{	
	margin-left: 220px;
}

.copyright
{
	color: #4d7cd6;
}






ul#contactForm {
	padding: 8px 0 8px 0;
	margin: 0 auto;
}
ul#contactForm li {
	background: none;
	padding: 0;
}
ul#contactForm li {
	clear: both;
	min-height: 26px;
}
ul#contactForm li label {
	float: left;
	width: 150px;
	text-align: right;
	display: block;
	padding-right: 12px;
}
ul#contactForm li input {
	width: 160px;
}
ul#contactForm li select {
	width: 190px;
}
ul#contactForm li textarea {
	width: 200px;
}
ul#contactForm li input, ul#contactForm li select, ul#contactForm li textarea {
	float: left;
	border: 1px solid #e5e9ed;
	color: #666;
}
ul#contactForm #submitButton {
	width: 90px;
	background-color: #f2f2f2;
	color: #333;
	margin-left:162px;
	border: 1px solid #666;
}




#siteMap ul li {
	background: none;
	padding: 0;
	margin-left: 25px;
	list-style-type: square;
}




#downloadPanel
{
	width: 153px;
	min-height: 95px;
	_height: 95px;
	border: 1px solid #ccc;
	font-size: 10px;
}
#downloadPanel ul
{
}
#downloadPanel ul li
{
	width: 153px;
	min-height: 46px;
	_height: 46px;
	padding-bottom: 1px;
	background: #f4f4f4 url(../media/6552/downloadBorder.gif) 0 100% no-repeat;
}
#downloadPanel ul li a
{
	display: block;
	color: #306799;
	text-decoration: none;
	width: 116px;
	min-height: 30px;
	_height: 30px;
	padding: 7px 10px 6px 27px;
	background: transparent url(../media/5531/btnPDF.gif) 5px 7px no-repeat;
}
#downloadPanel ul li a:hover
{
	text-decoration: underline;
}
#downloadPanel a#btnAdobeReader
{
	background: transparent url(../media/5536/btnGetAdobeReader.gif) 0 0 no-repeat;
	display: block;
	width: 112px;
	height: 33px;
	margin: 9px 0 8px 18px;
}
#downloadPanel .columnBase
{
	margin: 0;
	height: 0;
	border-top: 2px solid #ccc;
	border-bottom: 1px solid #b2b2cc;
	background-color: #b2b2cc;
}


/* flash video popup styles */

#popup
{
	padding-top: 92px;
	background: #ffffff url(../media/8383/popupbackground.jpg) 0 0 no-repeat;
}
#popup #wrapperPopup p
{
	margin:0;
	padding:0;
	background: #ffffff;
}
#popup #wrapperPopup p
{
	margin:0;
	padding:0;
	background: #ffffff;
}



/* EDITOR PROPERTIES */
