/*
Company:	Med-IQ
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html, body {
	background-color: #7e99aa;
}


/* @end */

/* @group Layout */
div#wrap {
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/bd-bkg.gif) repeat-y 0 0;
	overflow: hidden;
}
/* Head */
div#hd {
	height: 76px;
	background: url(../images/hd-bkg.gif) no-repeat 0 0;
	width: 770px;
	margin-left: 10px;
}
body.subpage div#hd {
	background: url(../images/subpage-hd-bkg.gif) no-repeat 0 0;
}
div#hd-right {
	width: 600px;
	float: right;
	display: inline;
}

/* Body */
div#bd {
	padding-bottom: 30px;
}

/* Footer */
div#ft {
	text-align: center;
	line-height: 38px;
	background: url(../images/ft-bkg.gif) repeat-x 0 0;
	width: 770px;
	margin-left: 10px;
}
div#ft ul {
	margin: 0;
	padding: 0;
}
div#ft ul li {
	display: inline;
}
div#ft ul li a {
	padding: 0 10px;
	border-left: 1px solid #35506f;
	font-size: 77%;
}
div#ft ul li:first-child a {
	border-left: none;
}
div#ft ul li a:link, div#ft ul li a:visited {
	color: #1e3d5d;
	text-decoration: none;
}
div#ft ul li a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 150px;
	height: 56px;
	background: url(../images/mediq-logo.gif) no-repeat 0 0;
	text-indent: -9000px;
	margin: 15px 0 0 20px;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Search Box */
div#search-box {
	float: right;
	color: #447fab;
	margin:0px;
	padding:0px;
	margin-right:15px;
	font-size:11px;
	padding-bottom:1px;
	font-weight: bold;
	vertical-align: middle;
}
div#search-box a:link, div#search-box a:visited {
	color: #447fab;
	text-decoration: none;
}
div#search-box input.searchBtn {
	border: none;
	background: transparent;
	font-weight: bold;
	color: #447fab;
	padding: 0;
	margin: 0;
	width: 64px;
	vertical-align: middle;
}


/* Subpage Feature */
body.subpage div#feature {
	margin-left: 10px;
	width: 770px;
}



/* Subpage cols */
div#content {
	padding-top: 20px;
}


body.subpage div.main {
	width: 730px;
	margin-right: 28px;
}





/* Main Content Box */
div.main h2 {
	background: url(../images/page-hd-main2.gif) no-repeat 0 0;
	width: 730px;
	height: 37px;
	padding: 0 12px;
	margin: 0;
	margin-left:30px;
	line-height: 37px;
	overflow: hidden;
	color: #fff;
	font-weight: bold;
	font-size: 123.1%;
}
div.main-content-box {
	width: 730px;
	background-color: #e0e0e1;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
	margin-left:30px;
}
div.main-content-box-btm {
	width: 730px;
	height: 14px;
	background: url(../images/main-content-btm2.gif) no-repeat 0 0 #e0e0e1;
	margin-bottom: 15px;
	overflow: hidden;
	
}
div.main-content-box-btm-img {
	background-image: none!important;
	height: 27px;
	margin-left:30px;
}

div.main div.photo-side {
	width: 92px;
	float: left;
	display: inline;
}




/*video*/
div.main div.video-content {
	width: 237px;
	float: left;
	display: inline;
}

div.main div.photo-video{
	width:200px;
	height:143px;
	float: left;
	display: inline;
}

div.main div.photo-video a {
	display:block;
	height:143px;
	background-image:url(../images/videoImage1.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	text-decoration:none;
}


div.main div.photo-video a:hover {
	background-image:url(../images/videoImage1.jpg);
	background-repeat:no-repeat;
	background-position: right top;
}

div.main div.photo-video label{visibility:hidden;}
/*video*/


div.main div.photo-content {
	width: 347px;
	float: left;
	display: inline;
}


div.main div.photo-content h3 {
	margin-left: 0!important;
}

/* Inner Content */
div.main div.inner-content {
	width: 680px;
	background: url(../images/main-inner-top2.gif) no-repeat 0 0 #f1edea;
	margin-left: 5px;
	padding-top: 10px;
	/*padding-bottom: 1px;*/
	overflow: hidden;
	clear:both;
}
#blue {
	background: url(../images/main-inner-feattop2.gif) no-repeat 0 0 #1f4060;
	margin-left:5px;
	color:#FFF;
}
div.main div.inner-content div.pad {
	/*overflow: hidden;
	padding: 1px 10px;*/
}
div.main div.inner-content h3 {
	border-bottom: none!important;
	font-size: 100%!important;
}
div.main div.inner-content-btm {
	width: 680px;
	margin-left: 5px;
	overflow: hidden;
	padding-bottom: 15px;
}
div.main div.inner-content-btm img {
	float: left;
	display: inline;
}
a.view-program-btn {
	display: block;
	margin: 0 10px 0 0;
	float: right;
	display: inline;
}

div.main div.inner-content h4{padding-left:15px; float:left;}

div.main div.inner-content h5{
	border-bottom: 1px #57799d solid;
	padding: 10px 15px 5px 0px!important;
	margin: 0 0 10px 15px!important;
	color: #57799d!important;
	font-size: 85%!important;
	float: left;
	width:400px;	
}

		/*Inner Content for CMExpress & Clinical Cliffhangers*/
div.leftBox{width:480px; overflow:visible; border-right:#f1edea 1px solid; padding-right:7px; float:left;}
div.rightBox {width:190px; float:right;}
div.activityListing {width:680px; height:120px;}



/* Footer Content Box for Core Products */

#coreListing {margin-left:24px; margin-right:auto;}
#coreListing a {font-weight:100;}

#coreListing div.footer-inner-content {
	position:relative;
	float:left;
	padding-top: 10px;
	margin-right:5px;
	margin-bottom:15px;
	/*padding-bottom: 1px;*/
	overflow: hidden;
	background-color:#FFF;
}

.threeListing {background: url(../images/footer-inner-top.gif) no-repeat 0 0; width:228px; }
.twoListing {background: url(../images/footer-inner-top2.gif) no-repeat 0 0; width:335px;}
.oneListing {background: url(../images/footer-inner-top2.gif) no-repeat 0 0; width:335px; left:155px;}


div.main div.footer-inner-content div.pad {
	/*overflow: hidden;
	padding: 1px 10px;*/
}

div.main div.footer-inner-content-btm {
	width: auto;
	height:12px;
	margin-top: 0px;
	overflow: hidden;
}
div.main div.footer-inner-content-btm img {
	display: inline;
}

div.main div.footer-inner-content p {margin-left:10px; margin-right:5px; margin-bottom:0px;}
div.main div.footer-inner-content img {margin-left:10px; margin-right:5px;}
div.main div.footer-inner-content img.boxfix {margin-left:0px;}
div.main div.footer-inner-content a:hover {text-decoration:none;}


/* Padding for Content */
.pad {
	padding-left: 10px;
	padding-right: 10px;
}
body.subpage div.main .pad {
	padding-left: 20px;
	padding-right: 20px;
}
.sub-side-pad {
	padding-left: 24px;
}

/* Content Button */
.content-btn {
	text-align: center;
	margin-bottom: 20px;
}

/* Also Visit */
div.also-visit ul {
	margin: 0 0 15px 0;
	padding-left: 30px;
}
div.also-visit ul li {
	list-style-type: none;
	line-height: 110%;
	padding: 0;
}
div.also-visit ul li a {
	font-weight: bold;
	font-size: 11px;
	line-height:15px;
}
div.also-visit ul li a:link, div.also-visit ul li a:visited {
	color: #1f4060;
}
div.also-visit div.col1 {
	margin-left: 14px;
	width: 29%;
	margin-right: 3%;
	display: inline;
	float:left;
}
div.also-visit div.col2 {
	width: 29%;
	margin-right: 3%;
	float: left;
	display: inline;
}
div.also-visit div.col3 {
	width: 29%;
	float: left;
	display: inline;
}


/* Program Buttons */
div.program-buttons {
	width: 141px;
	margin-right: 10px;
	float: right;
	display: inline;
}
div.program-buttons a {
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}






/* @group Default Headings */
div#content h3 {
	font-size: 123.1%;
	font-weight: bold;
	color: #982013;
	border-bottom: 1px solid #d2dde4;
	padding-bottom: 3px;
	margin: 0 0 10px 0;
}
body.subpage div#content div.main h3 {
	border-bottom: 1px solid #799fbe;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
body#index div.sidebar h3 {
	padding-left: 25px;
}

div.main div.line-heading {
	background: url(../images/line-heading-bkg.gif) repeat-x 0 50%;
	margin: 0 15px 15px 15px;
	clear:both;
}


div.main div.line-heading h3 {
	border-bottom: none!important;
	background-color: #e0e0e1;
	padding: 0 0 0 15px!important;
	margin: 0!important;
	margin-left:-15px;
	color: #57799d!important;
	text-transform: uppercase!important;
	font-size: 85%!important;
	float: right;
	display: inline;
}



div.main div.line-heading h4 {
	border-bottom: none!important;
	background-color: #e0e0e1;
	padding: 0 10px 0 0!important;
	margin:0 55px 0 -15px;
	color: #57799d!important;
	text-transform: uppercase!important;
	font-size: 85%!important;
	display: inline;
}

div.main div.noline-heading h3 {
	border-bottom: none!important;
	background-color: #e0e0e1;
	padding: 0 15px 5px 20px!important;
	margin: 0!important;
	color: #57799d!important;
	font-size: 85%!important;
	float: left;
	display: inline;
}


div.main div.line-headingClock {
	position:relative;
	top:10px;
	background: url(../images/line-heading-bkg.gif) repeat-x 0 50%;
	margin: 0 15px 0px 15px;
	clear:right;
}

div.main div.line-headingClock h4 {
	border-bottom: none!important;
	background-color: #e0e0e1;
	padding: 0 10px 0 25px!important;
	margin:0 0 0 -15px;
	color: #57799d!important;
	text-transform: uppercase!important;
	font-size: 85%!important;
	display: inline;
}

div.main h3.program-head {
	margin: 0 0 10px 0!important;
	background-color: #d4d4d5!important;
	border-bottom: none!important;
	padding: 10px 15px 10px 15px!important;
	font-weight: bold!important;
}

div.main h4 {
	font-size: 100%;
	font-weight: bold;
	color: #1e3d5d;
}



div.main h4.space {
	margin-bottom: 15px;
}
div.main h4.program-name {
	margin: 0 15px 10px 15px;
	font-size: 108%;
	font-weight: normal;
}
div.main h4.upper {
	font-size: 108%;
	text-transform: uppercase;
}

div.main h5.program-register {
	font-weight: normal;
	margin: 0 15px 0 15px;
	font-size: 108%;
	color: #1e3d5d;
}
div.main p.program-register {
	margin: 0 15px 15px 15px;
}
div.main p.program-register a:link, div.main p.program-register a:visited {
	color: #1e3d5d;
	text-decoration: none;
	border-bottom: 1px dotted #1e3d5d;
}
div.main p.program-register a:hover {
	text-decoration: none;
	border: none;
}

div.main h5 {
	font-weight: bold;
	color: #1e3d5d;
	font-size: 93%;
}

div.main h6 {
	font-size: 85%;
	font-weight: bold;
	color: #1e3d5d;
}


/* @end */


/* @group Default Links - link visited hover active */


a:link, a:visited {
	color: #982013;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
}

#lightRed {
	color:#EFC6B6; font-weight:bold;
}
#whiteLink {
	color:#FFF;
}



/* @end */


/* @group Common Text Styles */
div.main p, div.sidebar p, div.main ul, div.main ol, div.main dl, a.seriesLink {
	font-size: 93%;
	color: #1e3d5d;
	line-height: 140%;
}

div.inner-content p {margin-left:15px; margin-bottom:5px; margin-right:10px; margin-top:0px;}
#white {color:#FFF;}

div.inner-content p.credits {font-size: 14px; font-weight:bold; color:#007070; float:right;}
div.inner-content p.description {clear:both;}
div.inner-content p.featureParagraph {color:#FFF}

/* @end */

/* @group Default Lists */
ul.blue-list {
	margin-left: 0;
}
ul.blue-list li {
	padding-left: 0;
	margin-left: 0;
	list-style-position: inside;
}
ul.blue-list li a:link, ul.blue-list li a:visited {
	color: #1e3d5d;
	font-weight: bold;
}
/* @end */

/* @group Forms */






.form_required { font-family: Arial,helvetica,clean,sans-serif; font-size: 12px; line-height: 14px; font-weight: normal; color: #fab42c; }
.form_field { font-family: Arial,helvetica,clean,sans-serif; font-size: 12px; }
/* .form_button { background-color: #7e99aa; color: #FFFFFF; font-family: geneva, verdana, arial; font-size: 12px; } */


/* @group Misc */
.inner-content .clock {float:left;	
	position:relative;
	z-index:5;
	padding-bottom:5px;
	margin:0 15px 5px 0;
	}

p.featureParagraph .clock {float:right;}

.cplogolrg{
	margin:-10px 5px 15px 5px;
}

.featureImg{
	margin-top:0px;
	margin-right:20px;
	margin-bottom:5px;
}

.clearLeft {clear:left;}
.clearRight {clear:right;}

.clear {
	clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */