/*
Company:	Med-IQ
File:		main.css - This contains all the main styles for the website.
Site: ACSPI-IQ.com
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
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body, Table */
html, body {
	background-color: #7e99aa;
	 z-index:0;

}
table, tr, td {
	border:none;
	margin:0px;
}
/* @end */

/* @group Layout */
#wrap {

	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/bd-bkg.gif) repeat-y 0 0;
	overflow: hidden;
	z-index:-2;

}
/* Head */
#header {
	position:relative;
	width:100%;

}
#hd {
	padding-left:10px;
	padding-right:10px;
	width: 780px;
	overflow:hidden;

}
#hd-red {
	left: 0px;
	width: 760px;
	height: 67px;
	background-image:url(../images/topHeader.jpg);
}
#hd-title {
	left: 0px;
	width: 760px;
	height: 125px;
}
#hd-tagline {
	width: 760px;
	height: 29px;
	background-image:url(../images/tagline.jpg);
}
#hd-logo {
	position:relative;
	left:0px;
	right:0px;
	padding: 0px;
	margin: 0px;
	height: auto;
	border: 0px;
	margin-bottom:-5px;
}

.register-box {
	color: #447fab;
	margin:0px;
	padding:0px;
	font-size:11px;
	font-weight: bold;
	vertical-align: middle;
	width:272px;

}


.loginLeft {
	background-image:url(../images/search_left.png);
	background-repeat:no-repeat;
	float:left;
	width:15px;
	height:35px;
	}

.loginMiddle {
	padding-top:9px;
	background-image: url(../images/search_middle.gif);
	background-repeat:repeat-x;
	float:left;
	width:240px;
	height:35px;
	}


.loginRight {
	background-image:url(../images/search_right.png);
	background-repeat:no-repeat;
	float:right;
	width:17px;
	height:35px;
	}


/* Login */
.loginWrap {
	position:absolute;
	top:0px;
	left:463px;
	width:auto;
	height:auto;
	
}
.loginWrap p {
	font-size: 11px;
	line-height:110%;
	margin-bottom:6px;
}
.loginWrap a:link, a:visited {
	color: #183C7B;
	text-decoration: none;
	font-weight:bold;
}
.loginWrap a:hover {
	text-decoration: underline;
}
.loginWrap input.text {
	width:40%;
	right: 0px;
}
.loginWrap input.password {
	width:40%;
	right: 0px;
	margin-left:3px;
}
.loginWrap input.submit {
	font-size:90%;
	font-weight:bold;
}
.loginWrap label {
	display:block;
	clear:left;
	font-weight:bold;
	color:#4680AC;
	margin-bottom: 0px;
}
.loginWrap label.first {
	margin-bottom:-13px;
}
.loginWrap fieldset {
	margin-bottom:5px;
}
/* Large */
.largeLogin {
	
}
.topframe1 {
	position:relative;
	height: 13px;
	background-repeat:no-repeat;
	border: 0px;
	padding:0px;
	margin-bottom: 0px;
}
.center1 {
	position:relative;
	background-image:url(../images/log2_bkg.jpg);
	background-repeat:repeat-x;
	height:11.5em;
	border-left:#6d7c8f solid 2px;
	border-top: 0;
	margin-top: 0px;
	padding-left:10px;
}
.bottomframe1 {
	width:208px;
	height:13px;
	background-image:url(../images/logLarge_bottom.png);
	background-repeat:no-repeat;
}
/* end Large */

/* Small */
.smallLogin {
	position:relative;
	top:45px;
}
.center2 {
	position:relative;
	background-image:url(../images/log1_bkg.jpg);
	background-repeat:repeat-x;
	height:53px;
	border-left:#6d7c8f solid 2px;
	border-top: 0;
	margin-top: 0px;
	padding-left:10px;
}
/* end Small */
/* end Login */


/* Main Menu*/
.mainMenu { 
	position: absolute;
	top: 175px;
	left: 430px;
	width:19em;
	height:36px;
}



.mainMenu #contentMain {
	text-align:center;
	background-image:url(../images/nav-bkg.gif);
	background-repeat:repeat-x;
	margin-left: 5px;
	margin-right: 5px;
	height:36px;
}
.mainMenu ul {
	margin: 0;
	padding: 0;
	padding-top:6px;
}
.mainMenu ul li {
	display: inline;
		width: 100%;
		font-weight:bold;
		color:#7B1C08;
		}
		
#menuFix {
padding: 0 7px;
}

#menuFix2 {
	padding: 0 7px;
	border-left: 1px solid #35506f;
	
}

.mainMenu ul li a {
	padding: 0 7px;
	border-left: 1px solid #35506f;
	color:#1e3d5d;
	text-decoration:none;
	line-height: 90%;
	font-weight:bold;

}

.mainMenu ul li a:link, .mainMenu ul li a:visited {
	color: #1e3d5d;
	text-decoration: none;
}
.mainMenu ul li a:hover {
	color:#982013;
}
/* End Main Menu*/


/* Sidebar Content Box */
div.sidebar h2 {
	background: url(../images/page-hd-sidebar.gif) no-repeat 0 0;
	width: 157px;
	height: 37px;
	padding: 0 12px;
	margin: 0;
	line-height: 37px;
	overflow: hidden;
	color: #fff;
	font-weight: bold;
	font-size: 123.1%;
	margin-left: 0px;
}
div.sidebar-content-box {
	width: 156px;
	background-color: #e2e2e2;
	padding: 4px 12px;
	margin-left: 0px;
}
div.sidebar-content-box ul {
	margin: 0;
	padding: 0;
}
div.sidebar-content-box ul li {
	font-weight: bold;
	color:#8E342C;
	list-style-type: none;
	padding: 2px 0;
}
div.sidebar-content-box ul li a {
	font-weight: bold;
	font-size: 100%;
}
div.sidebar-content-box ul li a:link, div.sidebar-content-box ul li a:visited {
	color: #1f4060;
}
div.sidebar-content-box ul li a:hover, div.sidebar-content-box ul li a.active:link, div.sidebar-content-box ul li a.active:visited {
	color: #982013;
	text-decoration: none;
}
div.sidebar-content-box ul li ul {
	margin: 0;
	padding: 0;
}
div.sidebar-content-box ul li ul li {
	padding-left: 10px;
}
div.sidebar-content-box-btm {
	background: url(../images/side-content-btm.gif) no-repeat 0 0;
	width: 180px;
	height: 10px;
	margin-left: 0px;
	overflow: hidden;
	margin-bottom: 20px;
}



/* Main Content Area */

#bd {
	position:inherit;
	margin-top:0px;
	margin-bottom:10px;
	background-image:url(../images/bottom_q.jpg);
	background-repeat:no-repeat;
	
}
div#content {
	padding-left: 30px;
	padding-right: 30px;
	
}

	
body#index div.sidebar {
	width: 200px;
	margin-left: 0px;
	padding-top: 10px;
	float: left;
}
body#index div.main {
	width: 510px;
	margin-right: 30px;
	float: right;
	margin-top:15px;
}

.titleArea{

	
}

.titleArea #tleft{
width:320px;
float:left;
margin-right:5px;
}

.titleArea #tleft2{
width:500px;
float:left;
margin-right:5px;
}

.titleArea #tright{
float: right;
width:180px;
padding-top:2px;
}

.description {
padding-top:15px;
clear:both;
padding-right:70px;
	padding-bottom:15px;


}


.feature-box {
	background-color: #e0e0e1;
	overflow: hidden;
	width:479px;
	height:auto;
}
.feature-box-btm {
	width: 479px;
	height: 14px;
	background: url(../images/main-content-btm.gif) no-repeat 0 0 #e0e0e1;
	margin-top: 5px;
	overflow: hidden;
}
.feature-box-top {
	width: 479px;
	height: 14px;
	background: url(../images/main-content-top.gif) no-repeat 0 0 #e0e0e1;
	margin-bottom: 5px;
	overflow: hidden;
}
.feature-paragraph 
	{border-top: #FFFFFF solid 1px;
	border-bottom: #FFF solid 1px;
	margin-right: 20px;
	padding-left:: 20px;
	height:100px;
	width:460px;
	}
.text {
	float:right;
	margin-top:15px;
	margin-bottom:0px;
	font-size: 14px;
	text-align:left;
	width:320px;
	}
.feature-img {
float:left;
}
	
.accreditation {
padding-top: 15px;
background-color:#FFFFFF; margin-left:10px; margin-right: 10px;
padding-left: 25px;
padding-right: 25px;
}

.accreditation p {
	font-weight:100;

   }


/* Footer */
div#ft {
	text-align: center;
	line-height: 38px;
	background: url(../images/ft-bkg.gif) repeat-x 0 0;
	width: 760px;
	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: 85%;
}
div#ft ul li a.firstChild {
	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 */


/* Program Buttons */
.button a {
	display:block;
	width:139px;
	height:31px;
	background-repeat:no-repeat;
	background-position: left top;
	text-decoration:none;
}
.button a:hover {
	background-repeat:no-repeat;
	background-position: right top;
	text-decoration:none;
}

.launch a {
	background-image:url(../images/buttons/button_launch.png);
}
.read a {
	background-image:url(../images/buttons/button_read.png);
}

.readonline a {
	background-image:url(../images/buttons/button_readonline.png);
}

.enroll a {
	background-image:url(../images/buttons/button_enroll.png);
}
.continue a {
	background-image:url(../images/buttons/button_continue.png);
}
.getCredit a {
	background-image:url(../images/buttons/button_getcredit.png);
}

.hidden {visibility:hidden;}



/* @group Default Headings */
h1 {
	color:#7B1C08;
	font-size: 175%;
	font-weight:200;
	margin-top:0px;
	margin-bottom:10px;
}
h2 {
	margin-top:0px;
	margin-bottom:15px;
	color:#000;
	font-size: 140%;
	font-weight:bold;
}
h3 {
	color:#7B1C08;
	margin-top:0px;
	margin-bottom:0px;
	font-size: 115%;
	font-weight:bold;
}


h4 {
	color:#7B1C08;
	font-size:110%;
	margin-bottom: 10px;
	}
h5 {
	border-top:#ADADC0 1px solid;
	border-bottom:#ADADC0 1px solid;
	padding-top:10px;
	padding-bottom:10px;
	text-align:right;
	width: 120px;
	}

/* @group Common Text Styles */
div.main p, div.main ul, div.main ol, div.main dl {
	font-size: 93%;
	color: #000;
	line-height: 140%;
}
/* @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 */


/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #395573;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
}

ul li a.firstChild {
	border-left: none;
}
/* @end */

/* @group Misc */
.complete {
	color: #00733d;
	font-weight:bold;
	}
.incomplete {
	color: #FF0000;
	font-weight:bold;
	}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


/* Online Article */

.secondJump {
	display:block;
	margin-left: 25px;
	}

.thirdJump {
	display:block;
	margin-left: 50px;
	}
	
.padding {padding-top:12px;}	
	
/* @end */
