/* 
Title:     Medic Image - homepage.css
Author:    Darrin Waterbury, darrin@darrinscottstudios.com
*/

#imageScroller {
	float: left;
	width: 100%;
}
#videoContainer {
	float: left;
	padding: 20px 0;
	width: 100%;
	text-align: center;
	background: #fff;
}

/* News Ticker/World Times
------------------------------------------------------------------------------------------------- */
#newsTicker {
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #666;
	background: url(../images/newsTicker_bg.gif) repeat-x bottom left;
}
#newsTicker .gutter {
	padding: 10px;
}
#worldTimes {
	float: left;
	margin: 0;
	padding: 2px 10px;
	width: 933px;
	font-size: 85%;
	border-bottom: 1px solid #ccc;
}
	
/* Content
------------------------------------------------------------------------------------------------- */
#homeContent {
	float: left;
	width: 933px;
	padding: 10px;
}

/* MedicAssignments Home page
------------------------------------------------------------------------------------------------- */
.medicAssignments #imageBar {
	float: left;
	width: 953px;
	border-top: 7px solid #989db2;
}
.medicAssignments #imageBar img {
	border-top: 1px solid #fff;
}
.medicAssignments #primaryContent {
	float: left;
	width: 953px; 
}
.medicAssignments #primaryContent .gutter {
	/* float: left;  Removed so the content can have two columns. */
	padding: 30px;
}

/* MedicAudio Home page
------------------------------------------------------------------------------------------------- */
#leftCol {
	float: left;
	width: 57%;
}
#rightCol {
	float: right;
	padding-left: 20px;
	width: 40%;
	font-size: 85%;
	border-left: 1px solid #ccc;	
}
#rightCol h2 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #44a8be;
}
#rightCol p {
	margin: .7em 1em;
	}
.bottomCap {
	margin: 0 auto;
	width: 955px;
	height: 6px;
	background: url(../images/bottom_corners.gif) no-repeat top left;
	}

/* Channels - Podcasts/Video Clips/Cartoons/MedicText/The Medic Foundation
------------------------------------------------------------------------------------------------- */	
#channels {
	margin: 10px auto 0 auto !important;
	margin: 0 auto; /* for IE6 */
	padding: 0;
	width: 955px;
}
.box {
	float: left;
	margin-right: 12px;
	width: 230px;
	min-height: 120px;
	height: auto !important;
	height: 120px;
	background: url(../images/box_bottom.gif) no-repeat bottom left;
}
.box .gutter {
	padding: 20px 0 0 10px;
	background: url(../images/box_top.gif) no-repeat top left;
	text-align: center;
}
.box a:link, .box a:visited {
	color: #666;
	text-decoration: none;
}
.box a:hover, .box a:active {
	color: #4987bf;
	text-decoration: none;
}
.box h3 {
	margin: 0;
	padding: 0 0 5px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	line-height: 1em;
	text-align: left;
	border-bottom: none;
}
.box p {
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 85% !important;
	font-size: 11px;
	color: #666;
	line-height: 1.2em;
	text-align: left;
}
.box img {
	padding-right: 8px;
}
.boxRed {
	float: left;
	margin-right: 12px;
	width: 230px;
	min-height: 120px;
	height: auto !important;
	height: 120px;
	background: url(../images/box_bottom.gif) no-repeat bottom left;
}
.boxRed .gutter {
	padding: 20px 0 0 10px;
	background: url(../images/box_top.gif) no-repeat top left;
	text-align: center;
}
.boxRed a {
	color: #FF0000;
	text-decoration: none;
}
.boxRed h3 {
	margin: 0;
	padding: 0 0 5px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	line-height: 1em;
	text-align: left;
	border-bottom: none;
}
.boxRed p {
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 85% !important;
	font-size: 11px;
	color: #666;
	line-height: 1.2em;
	text-align: left;
}
.boxRed img {
	padding-right: 8px;
}
#cartoons {
	margin-right: 11px;
}
#lastBox {
	margin-right: 0;
}

/*#channels {
	margin: 10px auto;
	padding: 0;
	width: 955px;
	text-align: center;
}
#channels .box {
	float: left;
	margin-right: 11px;
	width: 230px;
}
#channels .lastBox {
	float: left;
	margin-right: 0;
	width: 230px;
}
#channels #cartoons {
	margin-right: 13px;
}*/

/* Home Page Login Bar
------------------------------------------------------------------------------------------------- */	
#loginBar {
	position: relative;
	margin: 10px auto;
	padding: 0;
	width: 955px;
	text-align: center;
	background: url(../images/login-bg-bottom.gif) no-repeat bottom left;
}
#loginBar div {
	margin: 0;
	padding: 12px 25px 10px 25px;
	text-align: left;
	background: url(../images/login-bg-top.gif) no-repeat top left;
}
#loginBar h4 {
	float: left;
	margin: 2px 0 0 0;
	padding: 0;
	font-size: 85%;
}
#loginBarLinks {
	position: absolute;
	top: 14px;
	right: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#loginBarLinks li {
	float: left;
	list-style: none;
}
#loginBarLinks a {
	float: left;
	padding: 0 10px;
	color: #44a8be;
	text-decoration: none;
}
#loginBarLinks a:hover, #loginBarLinks a.active {
	color: #666666;
	text-decoration: none;
}
#t-forgotPassword {
	background: url(../images/links-li-bg.gif) no-repeat center right;
}

/* Home Page Footer
------------------------------------------------------------------------------------------------- */
#footerContainer {
	float: none;
	margin: 0 auto;
	padding: 0;
	width: 955px;
	text-align: center;
	}
#footerContainer p {
	margin: 0;
	padding: 0;
	font-size: 85%;
	text-align: center;
}
#footer {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 85%;
	text-align: center;
}
#footer li {
	display: inline;
	margin: 0;
	padding: 0 8px;
	list-style: none;
	background: url(../images/links-li-bg.gif) no-repeat center right;
}
li#contactus {
	background: none;
}