﻿/*
 * General ********************************************************************
 */
html {
	background-color: #FCE6AF;
	font-family: Arial, Helvetica, sans-serif; 
	/*font-weight: bold;*/
	font-size: 13px;
	line-height: 20px;
	margin: 0 auto;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 20px;
	padding: 4px 0px;
	margin: 6px 0px;
}
h3 {
	font-size: 18px;
	margin-top: 15px;
}
h4 {
	font-weight: bold;
}
p {
	margin: 10px 0px;	
}
strong {
	font-weight: bold;	
}
em {
	font-style: italic;	
}
.hidden {
	display: none;
}
a {
	color: Black;
	font-weight: bold;
}
a:hover {}
a img {
	text-decoration: none;
}
/*
 * Container ******************************************************************
 */
#container {
	background-color: #FFFFFF;
	border: 1px solid #83301E;
	width: 960px;
	text-align: left;
	margin: 0px auto 0px auto;
}
/*
 * Header *********************************************************************
 */
#header {
	width: 960px;
	height: 100px;
	background-image: url('../img/bg/header.gif');
	background-repeat: no-repeat;
}
#header h1#logo {
	background-image: url('../img/logo/logo_174.png');
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	margin-top: 3px;
	margin-left: 20px;
}
#header h1#logo a {
	font-size: 1px;
	text-indent: -99999px;
	display: block;
	width: 174px;
	height: 77px;
}
#header div#login {
	float: left;
	margin-top: 15px;
	margin-left: 475px;
}
#header div#login a {
	background-image: url('../img/btn/login_up.png');
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 1px;
	text-indent: -99999px;
	display: block;
	width: 160px;
	height: 30px;
}
#header div#login a:hover {
	background-image: url('../img/btn/login_over.png');
}
#header div#login a:active {
	background-image: url('../img/btn/login_down.png');
}
#header div#register {
	float: left;
	margin-top: 0px;
	margin-left: 475px;
}
#header div#register a {
	background-image: url('../img/btn/registration_up.png');
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 1px;
	text-indent: -99999px;
	display: block;
	width: 160px;
	height: 30px;
}
#header div#register a:hover {
	background-image: url('../img/btn/registration_over.png');
}
#header div#register a:active {
	background-image: url('../img/btn/registration_down.png');
}
#header div#whyregister {
	float: left;
	font-size: 12px;
	font-style: italic;
	margin-top: 0px;
	margin-left: 475px;
	width: 160px;
	text-align: center;
}
#header div#logout {
	float: left;
	margin-top: 35px;
	margin-left: 475px;
}
#header div#logout a {
	background-image: url('../img/btn/logout_up.png');
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 1px;
	text-indent: -99999px;
	display: block;
	width: 160px;
	height: 30px;
}
#header div#logout a:hover {
	background-image: url('../img/btn/logout_over.png');
}
#header div#logout a:active {
	background-image: url('../img/btn/logout_down.png');
}
/*
 * Menu ***********************************************************************
 */
#menu {
	width: 960px;
	height: 36px;
	background-color: #F2F2F3;
}
/*
 * Middle *********************************************************************
 */
#middle {
	clear: both;
	width: 960px;
}
#middle #content {
	margin: 10px;
}
#middle #twocolumncontainer {
	float: left;
	width: 960px;
}
#middle #rightcolbg {
	float: left;
	width: 960px;
	background-color: #F2F2F3;
	position: relative;
	overflow: hidden;
}
#middle #leftcolbg {
	float: left;
	width: 960px;
	background-color: #FFFFFF;
	position: relative;
	right: 300px;
}
#middle #leftcol {
	float: left;
	width: 660px;
	position: relative;
	left: 300px;
	overflow: hidden;
}
#middle #rightcol {
	float: left;
	width: 300px;
	position: relative;
	left: 300px;
	overflow: hidden;
}
#middle #leftcol #leftcontent{
	margin: 10px;
}
#middle #rightcol #rightcontent{
	margin: 10px;
}
/*
 * Title **********************************************************************
 */
h2.title {
		background: #832F1D url('../img/bg/title_gradient_1.jpg') repeat-y right center;
		color: #FFFFFF;
		display: inline-block;
		font-weight: normal;
		font-size: 18px;
		margin-top: 0px;
		padding: 4px 100px 4px 5px;
}
/*
 * Footer *********************************************************************
 */
#footer {
	background-color: #F2F2F3;
	clear: both;
	text-align: center;
	width: 960px;
}
/*
 * Widgets ********************************************************************
 */
.widget {
	width: 290px;
}
.widget .title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 15px;
}
.widget .sidebar {
	margin-bottom: 5px;
}
.widget .items {
	font-size: 12px;
	padding: 4px;
}
.widget .item {
	list-style: disc;
	margin-left: 10px;
	margin-bottom: 5px;
}
/*
 * Page Content ***************************************************************
 */
.justifiedtext {
	text-align: justify;
}
.servicelisting {
	color: #83301E;
	font-size: 14px;
	font-weight: bold;
}
.divider 
{
	margin-top: 85px;
	width: 50%;
}
.bulletlist {
	margin-top: 10px;
	margin-bottom: 10px;
}
.bulletlist li {
	list-style: disc;
	margin-left: 15px;
}
.customertestimonial h4 {
	font-size: 14px;
	margin-top: 35px;
	margin-bottom: 10px;
}
.customertestimonial blockquote {
	background-image: url('../img/bg/quotemarks.png');
	background-repeat: no-repeat;
	background-position: top left;
	font-style: italic;
	margin-bottom: 15px;
	padding: 0px 205px 10px 45px;
	text-align: justify;
}
.morelink {
	margin-left: 225px;
	margin-top: 5px;
	padding: 5px;
}
/*
 * Services Pages Content *****************************************************
 */
.meditechnotice {
	font-size: 15px;
	font-weight: bold;
	padding: 10px 0px;
	text-transform: uppercase;
}
/*
 * Leadership Team Page Content ***********************************************
 */
.leadershiplist li {
	font-size: 14px;
	margin-left: 5px;
	line-height: 28px;
}
.leadershipphoto {
	float: left;
	margin-right: 3px;
}
/*
 * Webinars Page Content ******************************************************
 */
.webinars table {
	border-spacing: 5px;
	margin-top: 5px;
}
.webinars th {
	font-weight: bold;
	margin: 5px;
	padding: 8px;
	text-align: left;
}
.webinars td {
	margin: 5px;
	padding: 8px 8px 18px 8px;
}
.webinars .titlecell {
	width: 250px;
}
.webinars .presentercell {
	width: 250px;
}
.webinars .datecell 
{
	width: 100px
}
.webinarviewer {
	margin: 25px;
	text-align: center;
}
.webinarviewer iframe {
	border: none; 
	height: 420px; 
	width: 660px;
}
.webinarviewer div {
	margin: 25px;
}
/*
 * Join Our Team Page Content *************************************************
 */
#joinourteam {
	font-size: 14px;
}
/*
 * News Page Content **********************************************************
 */
.newslist {
	margin-top: 10px;
	margin-bottom: 10px;
}
.newslist li {
	font-size: 14px;
	line-height: 28px;
	list-style: disc;
	margin-left: 15px;
}


/*
 * Carried forward from old design...? ****************************************
 */
.login label, .login input, .register label, .register input .changePassword label, .changePassword input { margin: 3px; }
.requestLine { margin-bottom: 1em; }
.requestLine input { font-size: 12px; }
.requestSummaryDiv { width: 609px; }
.requestSummaryTitle { font-weight: bold; text-decoration: underline; }
.requestSummaryItem { font-weight: normal }
.requestCommentHeader { font-weight: bold; text-decoration: underline; }
.requestCommentDetail { font-weight: normal; padding-right: 3px; padding-left: 3px; }
.commentsDiv { margin-bottom: 1em; width: 609px; }
.commentDiv { margin-bottom: 1em; width: 609px; }
.proposalDocumentsDiv { width: 609px; margin-bottom: 1em; }
.proposalDocumentDiv { width: 609px; margin-bottom: 1em; }
/* RadUpload Add Button */
.RadUpload .ruButton
{
	color: #58100D;
	font-family: futura, verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

