/* CSS Document */
body { padding-top: 11px; text-align: center; background: #00338E url(images/homepage/common/bg-body.gif) left top repeat-x; }

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: none; }

a img { border: none; }
a { outline: none; }

#header table tr td img { display: block; }

/* Buttons
--------------------------------------- */
a.MEDEX-360m {
	margin: 0;
	padding: 0;
	
	width: 168px;
	height: 141px;
	
	display: block;
	
	text-indent: -5000px;
	
	background: url(/images/home-btn-360m.gif) left top no-repeat;
	}
a.MEDEX-360m:hover {
	width: 168px;
	height: 141px;
	
	display: block;
	background-position: 0 -141px;
	}
	
a.Pandemic-Planning {
	margin: 0 0 15px 0;
	padding: 0;
	
	width: 168px;
	height: 102px;
	
	display: block;
	
	text-indent: -5000px;
	
	background: url(/images/btn-pandemic-planning.gif) left top no-repeat;
	}
a.Pandemic-Planning:hover {	background-position: 0 -102px; }	
	
/* Client Showcase
--------------------------------------- */
#rightcontent .module {
	margin: 0 0 15px 0;
	padding: 0;
	width: 168px;
	}
#rightcontent .module ul {
	margin: 8px 8px 0 8px;
	padding: 0;
	list-style: none;
	}
#rightcontent .module ul li {
	margin: 0 0 10px 0;
	padding: 0;
	background: none;
	}
.module ul li:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.module ul li { display: inline-block; }
/* Hides from IE-mac \*/
* html .module ul li { height: 1%; }
.module ul li { display: block; }
/* End hide from IE-mac */

#rightcontent .module ul li .thumb {
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	}
#rightcontent .module ul li h4 {
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 13px;
	}
#rightcontent .module ul li p {
	margin: 0;
	padding: 0;
	}
	
/* RC Module
--------------------------------------- */
#rightcontent .module {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	background: url(images/common/bg-module-168.gif) left bottom no-repeat;
	}
#rightcontent .module h2 {
	color: #FFF;
	margin: 0;
	padding: 4px 8px 3px 8px;
	font-style: normal;
	background: url(images/common/bg-module-h2-168.gif) left top no-repeat;	
	}

	
/* ------------------------------------ */

#PageSimple {
	border: 1px solid navy;
	width:  760px !important;
	width: 760px;
	height: auto;
	text-align: left;
	padding: 0 20px 0 20px;
	
	margin: 0 auto;
	background-color: #FFF;
	}
#PageSimple:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
#PageSimple { display: inline-block; }
/* Hides from IE-mac \*/
* html #PageSimple { height: 1%; }
#PageSimple { display: block; }
/* End hide from IE-mac */

#PageComplex {
	border: 1px solid navy;
	width:  802px; 
	height: auto;
	text-align: left;
	padding: 0 0px 0 2px;
	
	margin: 0 auto;
	background-color: #FFF;
	}
	
#PageComplex:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
#PageComplex { display: inline-block; }
/* Hides from IE-mac \*/
* html #PageComplex { height: 1%; }
#PageComplex { display: block; }
/* End hide from IE-mac */

#Breadcrumbs {
	width: 100%;
	padding: 4px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	}
#leftcontent {
	float:left;
	width:75%;
	
	margin-right:1px;
	padding-bottom:20px;
	padding-left: 7px;
	}

#rightcontent {
	width:175px;
	float: right;
	}

#centercontent {
	float:left;
	width:75%;

	margin-right:15px;
	padding-bottom:20px;
	}

#hiddencontent {}

.checkout_header {
	width: 175px;
	border-bottom: solid 1px black;
	border-left: solid 4px orange;
	padding-left: 5px;
	font-weight: bold;
	font-size: 13pt;
	}

.checkout_subheader {
	width: 175px;
	border-bottom: solid 1px #DDD;

	padding-left: 5px;
	font-weight: bold;
	font-size: 10pt;
	}

.menu_list ul {
	margin: 4px 4px 0px 0;
	list-style-type: none;
	list-style-image: url(/images/grey_arrow.gif);
	}

.menu_list li {
	margin-bottom: 5px;
	}

/* OLD STYLE NAME ON SOME PAGES */
.rightnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}

h1 {font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #cc3300;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	/** /font-style: italic;/**/
	}

/* OLD STYLE NAME ON SOME PAGES */
.Header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #cc3300;
	}
/* OLD STYLE NAME ON SOME PAGES */
.Subhead1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: italic;
	}
/* OLD STYLE NAME ON SOME PAGES */
.testimonial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#999999;
	text-decoration: none;
	}