@charset "utf-8";
/* CSS Document */

/* ------------- */
/* RESET ALL CSS - SPECIAL THANKS TO ERIC MEYER FOR THIS!! */
/* ------------- */

/* v1.0 | 20080212 */

/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

-- remember to define focus styles! --
:focus {
	outline: 0;
}

-- remember to highlight inserts somehow! --
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

-- tables still need 'cellspacing="0"' in the markup -- 
table {
	border-collapse: collapse;
	border-spacing: 0;
}*/

/* ------------- */
/* RESET ALL CSS */
/* ------------- */

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, address, th, td {margin: 0; padding: 0;}
h2, h3, h4, h5, h6 {font-size: 100%;}
ol, ul {list-style-type: none;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th {text-align: left;}
fieldset, img {border: 0;}
dt, address, caption, cite, code, dfn, em, i, strong, b, th, var {font-style: normal; font-weight: normal;}
q:before, q:after {content: '';}
html {margin:0; padding:0;}

/* ---------- */
/* COMMON CSS */
/* ---------- */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000033;
	background: #fff url(images/top_bg.png) repeat-x top left;
}

a img {
	border: 0;
}

.twoColFixLtHdr a {
	color: #000033;
}

.twoColFixLtHdr a:hover {
	color: #00CC00;
	text-decoration: underline;
}

acronym {
	border-bottom: 1px dotted #FF0000;
	cursor: help;
}

li acronym {
	cursor: help;
	border-bottom-style: none;
}

#mainContent iframe {
	position: relative;
	left: 10px;
}


.twoColFixLtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	top: 0px;
} 





/* -------------- */
/* NAVIGATION CSS */
/* -------------- */

.twoColFixLtHdr #navigation {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	float: left;
	background: #FFF url(images/menu_noballs.png) repeat-x left top;
	width: 1000px;
	height: 50px;
}

	/* ---- */
	/* MENU */
	/* ---- */

#menu {
	float: left;
	width: 636px;
	margin: 0pt 0px 0pt 4px;
	padding: 0px;
	background: #FFF url(images/menu_noballs.png) repeat-x left top;
	height: 40px;
}

#menu li {
	font: 12px/42px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	display: inline;
	list-style: none;
	margin: 0px auto;
	padding: 0px;
	width: 106px;
	float: left;
	position: relative;
	height: 40px;
}
#menu a {
	color: #000033;
	text-decoration: none;
	height: 40px;
	width: 106px;
	background: transparent url(images/menu_off2.gif) no-repeat center top;
	display: block;
}
#menu a:hover {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background: transparent url(images/menu_off.gif) no-repeat center top;
	height: 40px;
	width: 106px;
}
#menu a:active {
	font-weight: bold;
	color: #000033;
	background: transparent url(images/menu_off2.gif) no-repeat center top;
}	
#menu a.on {
	background: transparent url(images/menu_on.gif) no-repeat left top;
	color: #000033;
	font-weight: bold;
}

#login {
	float: left;
	width: 139px;
	background: transparent url(images/menu_noballs.png) repeat-x left top;
	margin: 0pt 0px;
	padding: 0px;
	height: 40px;
}
#login li {
	font: bold 12px/42px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	background: transparent url(images/login_up.gif) 0px 0px;
	text-align: center;
	display: block;
	height: 40px;
	width: 139px;
	position: absolute;
	list-style: none;
}
#login a {
	color: #FFF;
	text-decoration: none;
	background: url(images/login_up.gif);
	display: block;
	height: 40px;
	width: 139px;
}
#login a:hover {
	background: transparent url(images/login_dn.gif) no-repeat left top;
	display: block;
	height: 40px;
	width: 139px;
}

#login a.User {
	background: url(images/login_dn.gif);
}

.twoColFixLtHdr #header {
	height: 135px;
	text-align: right;
	background: #FFF url(images/top_logo.png) no-repeat scroll left top;
	padding: 0 20px 5px;
	margin: 0px;
	top: 0px;
} 

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: bold 14px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
	text-align: center;
	position: relative;
	top: 30px;
}
.twoColFixLtHdr #header h2 {
	font: bold 14px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
	text-align: right;
}
.details {
	font-size: 10px;
	color: #FF0000;
}

/* -------------- */
/* SIDEBAR(S) CSS */
/* -------------- */

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 20px;
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
}
#sidebar1 h4 {
	font: bold 14px/35px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	background: transparent url(images/sidebar_top.gif) no-repeat left top;
	height: 32px;
	width: 240px;
	text-align: left;
	text-indent: 20px;
	margin: 10px 0px -18px -20px;
}
#sidebar1 h4#product {
	background: transparent url(images/sidebar_top4.gif) no-repeat left top;
	color: #000033;
}
#sidebar1 h5 {
	font: bold 14px/35px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	background: url(images/sidebar_top2.gif) no-repeat left top;
	height: 32px;
	width: 240px;
	margin: 20px 0px -18px -20px;
	text-align: left;
	text-indent: 20px;
}
#sidebar1 p {
	padding: 10px 0px 10px;
	margin-bottom: 10px;
}
#sidebar1 p.value {
	font-style: normal;
	text-align: center;
	border-right: 1px dashed #003366;
	border-left: 1px dashed #003366;
	margin-right: -17px;
	margin-left: -16px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px dashed #003366;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#sidebar1 p img {
	padding: 4px 0px 10px 10px;
}
#sidebar1 a {
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #000033;
}
#sidebar1 a:hover {
	color: #00CC00;
}
#sidebar1 ul {
	line-height: 20px;
	padding-top: 10px;
	font-size: 12px;
	padding-bottom: 20px;
	margin-left: 0px;
}
#sidebar1 ul#links {
	border-right: 1px dashed #00cc00;
	border-bottom: 1px dashed #00cc00;
	border-left: 1px dashed #00cc00;
	width: 191px;
	margin-left: -16px;
	padding-left: 20px;
	padding-right: 20px;
}

#sidebar1 ul#links li.Bold {
	line-height: 18px;
	font-weight: bold;
	padding-top: 4px;
}

#sidebar1 ul a.last {
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	padding-left: 6px;
	border-left: 2px double #FF0000;
}

	/* --- */
	/* EMR */
	/* --- */

.twoColFixLtHdr #sidebarEMR {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 20px;
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
}
#sidebarEMR h4 {
	font: bold 14px/35px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	background: url(images/sidebar_top.gif) no-repeat left top;
	height: 32px;
	width: 240px;
	text-align: left;
	text-indent: 20px;
	margin: 20px 0px -18px -20px;
}
#sidebarEMR h5 {
	font: bold 14px/35px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	background: url(images/sidebar_top2.gif) no-repeat left top;
	height: 32px;
	width: 240px;
	margin: 20px 0px -18px -20px;
	text-align: left;
	text-indent: 20px;
}
#sidebarEMR p {
	padding: 10px 0px;
	margin-bottom: 10px;
}
#sidebarEMR p img {
	float: right;
	padding: 4px 0px 10px 10px;
	height: 67px;
	width: 50px;
}
#sidebarEMR a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000033;
}
#sidebarEMR ul {
	line-height: 20px;
	padding-top: 10px;
	font-size: 12px;
	padding-bottom: 25px;
	margin-left: 0px;
}
#sidebarEMR ul#links {
	border-right: 1px dashed #00cc00;
	border-bottom: 1px dashed #00cc00;
	border-left: 1px dashed #00cc00;
	width: 190px;
	margin-left: -16px;
	padding-left: 20px;
	padding-right: 20px;
}
#sidebarEMR ul a.last {
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	padding-left: 10px;
	border-left: 2px double #FF0000;
}
#sidebarEMR a:hover {
	color: #FF0000;
}

	/* --- */
	/* FIN */
	/* --- */

.twoColFixLtHdr  #sidebarFIN {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 20px;
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
}
#sidebarFIN h4 {
	font: bold 14px/35px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	background: url(images/sidebar_top3.gif) no-repeat left top;
	height: 32px;
	width: 240px;
	text-align: left;
	text-indent: 20px;
	margin: 20px 0px -18px -20px;
}
#sidebarFIN h5 {
	font: bold 14px/35px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	background: url(images/sidebar_top2.gif) no-repeat left top;
	height: 32px;
	width: 240px;
	margin: 20px 0px -18px -20px;
	text-align: left;
	text-indent: 20px;
}
#sidebarFIN p {
	padding: 10px 0px;
	margin-bottom: 10px;
}
#sidebarFIN p img {
	float: right;
	padding: 4px 0px 10px 10px;
	height: 67px;
	width: 50px;
}
#sidebarFIN ul {
	line-height: 20px;
	padding-top: 10px;
	font-size: 12px;
	padding-bottom: 25px;
	margin-left: 0px;
}
#sidebarFIN ul#links {
	border-right: 1px dashed #00cc00;
	border-bottom: 1px dashed #00cc00;
	border-left: 1px dashed #00cc00;
	width: 190px;
	margin-left: -16px;
	padding-left: 20px;
	padding-right: 20px;
}
#sidebarFIN a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000033;
}
#sidebarFIN ul a.last {
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	padding-left: 10px;
	border-left: 2px double #FF0000;
}
#sidebarFIN a:hover {
	color: #FF0000;
}



	/* ---------- */
	/* NEXT STEPS */
	/* ---------- */

.twoColFixLtHdr #buttons {
	text-align: center;
	padding-bottom: 15px;
	width: 200px;
}
.twoColFixLtHdr #buttons ul {
	display: block;
	width: 200px;
	list-style: none;
	text-align: center;
	margin-left: 0px;
	padding-top: 15px;
}
.twoColFixLtHdr #buttons li {
	padding-bottom: 10px;
	padding-top: 6px;
}







/* ---------------- */
/* MAIN CONTENT CSS */
/* ---------------- */

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContent p {
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
	padding-right: 20px;
	padding-left: 20px;
}
#mainContent p img {
	float: right;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#mainContent h1.FAMILY {
	background: transparent url(images/family.png) no-repeat left top;
	height: 225px;
	width: 700px;
}
#mainContent  h1.EMR {
	background: transparent url(images/EMR_header.png) no-repeat left top;
	height: 225px;
	width: 700px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#mainContent h1.FIN {
	background: transparent url(images/FIN_header.png) no-repeat left top;
	height: 225px;
	width: 700px;
	margin-bottom: 20px;
	margin-top: 20px;
	
}
#mainContent  h1.PARTNER {
	background: transparent url(images/PARTNER_header.png) no-repeat left top;
	height: 225px;
	width: 700px;
	text-indent: -9999px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#mainContent h1.CUSTOMER {
	background: transparent url(images/CUSTOMER_header.png) no-repeat left top;
	height: 225px;
	width: 700px;
	text-indent: -9999px;
	margin-bottom: 20px;
	margin-top: 20px;
}

#mainContent h1.MDS {
	background: transparent url(images/MDS_header.jpg) no-repeat left top;
	height: 225px;
	width: 700px;
	text-indent: -9999px;
	margin-bottom: 20px;
	margin-top: 20px;
}

#mainContent h1.NEWS {
	background: transparent url(images/NEWS_header.png) no-repeat left top;
	height: 225px;
	width: 700px;
	text-indent: -9999px;
	margin-bottom: 20px;
	margin-top: 20px;

}

#mainContent h1.ABOUT {
	background: transparent url(images/ABOUT_header.png) no-repeat left top;
	height: 225px;
	width: 700px;
	text-indent: -9999px;
	margin-bottom: 20px;
	margin-top: 20px;

}
#mainContent h1.COST {
	background: transparent url(images/OWNERSHIP_header.png) no-repeat left top;
	height: 500px;
	width: 700px;
	text-indent: -9999px;
	margin-bottom: 20px;
	margin-top: 20px;

}

#mainContent h1.ARCH {
	background: transparent url(images/enterprise-structure.png) no-repeat left top;
	height: 209px;
	width: 700px;
	text-indent: -9999px;
	margin-bottom: 20px;
	margin-top: 20px;

}



#mainContent h2 {
	font: bold 18px/24px Verdana, Geneva, sans-serif;
	color: #000033;
	border-top: 1px solid #00cc00;
	margin-top: 14px;
	padding-top: 14px;
}
#mainContent .Content h2 cite {
	font-size: 12px;
	font-weight: normal;
	font-variant: small-caps;
}
#mainContent .Content h2 img {
	padding-right: 1.5em;
	padding-bottom: 1.5em;
	padding-left: .5em;
}


#mainContent #breadcrumb {
	font-size: 10px;
	color: #FF0000;
	margin-left: -20px;
	background: center;
}
#mainContent #breadcrumb ul {
	display: inline;
	list-style: none;
	padding-left: -20px;
}
#mainContent #breadcrumb li {
	display: inline;
	border-left: 1px solid #FF0000;
	padding: 2px 12px;
}
#mainContent #breadcrumb li#first {
	border-style: none;
}
#mainContent #breadcrumb li#here {
	font-weight: bold;
	color: #FFF;
	background: #990000;
}

#mainContent #breadcrumb li a {
	text-decoration: none;
	color: #00cc00;
}
#mainContent #breadcrumb li a:hover {
	color: #FF0000;
}


h2 a {
	text-decoration: none;
}

#mainContent h1 ul {
	display: block;
	height: 40px;
	width: 320px;
	list-style: none;
	position: relative;
	top: 150px;
	margin-left: 40px;
}



#mainContent h1 li {
	font: bold 14px/38px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: inline;
	height: 40px;
	width: 160px;
	list-style: none;
	margin: 0px auto;
	float: left;
	padding: 0px;
}

#customers {
	padding: 20px 16px 6px;
	border-top: 1px solid #00cc00;
}
#customers img {
	float: left;
	padding-left: 5px;
}
#customers p {
	margin-left: 200px;
	margin-top: 0px;
}
#customers p.Cite {
	text-align: right;
	margin-top: -10px;
}
#customers p.Cite a {
	color: #000033;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}
#customers p.Cite a:hover {
	color: #FF0000;
	text-decoration: none;
}

ul.NormalList {
	list-style: disc;
	font: 12px/18px Verdana, Geneva, sans-serif;
	padding-left: 40px;
	padding-top: 6px;
}

h2 img {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	padding-bottom: 60px;
}

#mainContent h5 {
	font: bold 16px/26px Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}

li#clinical {
	background: url(images/family_c.png) no-repeat left top;
	height: 40px;
	width: 160px;
}

li#Fclinical {
	background: url(images/fin_c.png) no-repeat left top;
	height: 40px;
	width: 160px;
}

li#marketing {
	background: url(images/family_m.png) no-repeat left top;
	height: 40px;
	width: 160px;
}

li#EMR {
	background: transparent url(images/ehr_c.png) no-repeat left top;
}
li#FIN {
	background: transparent url(images/fin_f.png) no-repeat left top;
}

li#financial {
	background: url(images/family_f.png) no-repeat left top;
	height: 40px;
	width: 160px;
}

li#Ffinancial {
	background: url(images/fin_f.png) no-repeat left top;
	height: 40px;
	width: 160px;
}

li#clinical a {
	color: #FFF;
	text-decoration: none;
	background: transparent url(images/family_c.png) no-repeat left top;
	height: 40px;
	width: 160px;
	display: block;
}

li#Fclinical a {
	color: #FFF;
	text-decoration: none;
	background: url(images/fin_c.png) no-repeat left top;
	height: 40px;
	width: 160px;
	display: block;
}

li#marketing a {
	color: #FFF;
	text-decoration: none;
	background: transparent url(images/family_m.png) no-repeat left top;
	height: 40px;
	width: 160px;
	display: block;
}

li#financial a {
	color: #FFF;
	text-decoration: none;
	height: 40px;
	width: 160px;
	background: transparent url(images/family_f.png) no-repeat left top;
	display: block;
}

li#Ffinancial a {
	color: #FFF;
	text-decoration: none;
	height: 40px;
	width: 160px;
	background: url(images/fin_f.png) no-repeat left top;
	display: block;
}

li#clinical a:hover {
	background: transparent url(images/family_over.png) no-repeat left top;
	height: 40px;
	width: 160px;
}

li#Fclinical a:hover {
	background: url(images/fin_over.png) no-repeat left top;
	height: 40px;
	width: 160px;
}

li#financial a:hover {
	background: transparent url(images/family_over.png) no-repeat left top;
	height: 40px;
	width: 160px;
}

li#Ffinancial a:hover {
	background: url(images/fin_over.png) no-repeat left top;
	height: 40px;
	width: 160px;
}

li#marketing a:hover {
	background: transparent url(images/family_over.png) no-repeat left top;
	height: 40px;
	width: 160px;
}

/* ------ */
/* TABLES */
/* ------ */

td.green {
	font-weight: bold;
	color: #FFFFFF;
	background: transparent url(images/accordion_off_bg.gif) repeat-x left top;
	height: 23px;
	text-align: center;
}

td.silver {
	color: #000033;
	background: transparent url(images/accordion_on_bg.gif) repeat-x left -2px;
	height: 23px;
	font-weight: bold;
	padding: 0px 0px 2px 8px;
}

table {
	width: 85%;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	margin-left: 40px;
}

td {
	padding: 6px 4px 6px 8px;
}

tr.head {
	background: transparent url(images/accordion_off_bg.gif) repeat-x left 3px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #00cc00;
	color: #FFFFFF;
}

td a {
	color: #000033;
	text-decoration: none;
	font-weight: bold;
}

td a:hover {
	color: #FF0000;
}


/* ---------- */
/* FOOTER CSS */
/* ---------- */

.twoColFixLtHdr #footer {
	padding: 10px 20px;
	border-top: 1px solid #00cc00;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	margin-top: 15px;
	clear: both;
}

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer ul {
	display: inline;
	padding-top: 10px;
}



#footer li {
	display: inline;
	padding: 2px 20px;
	border-left: 1px solid #00cc00;
	margin-top: 10px;
	margin-bottom: 10px;
}



#footer a {
	color: #666666;
	text-decoration: underline;
}

#footer li#first {
	border-style: none;
}



#footer a:hover {
	color: #FF0000;
}

#footer ul a {
	color: #666666;
	text-decoration: none;
}



.twoColFixLtHdr #EMRpromo {
	padding-bottom: 10px;
	padding-top: 10px;
	height: 225px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.twoColFixLtHdr #FINpromo {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 225px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.twoColFixLtHdr #more {
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}
#more a {
	color: #000033;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}
#more a:hover {
	color: #00CC00;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



h2 a:hover {
	color: #00cc00;
	text-decoration: none;
}

h6 {
	font: bold 14px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #00cc00;
	padding-right: 20px;
	padding-left: 15px;
}


/* --------- */
/* LOGIN CSS */
/* --------- */

#mainContent #LOGIN {
	background: transparent url(images/LOGIN_header.png) no-repeat left top;
	height: 225px;
	width: 700px;
	
}

#mainContent #LOGIN2 {
	background: transparent url(images/LOGIN_header_MOVE.png) no-repeat left top;
	height: 225px;
	
	width: 700px;
	margin: 55px auto;
}

#mainContent #LOGIN table.login {
	width: 250px;
	margin-top: 32px;
	margin-bottom: 20px;
}

#mainContent #LOGIN2 table.login {
	width: 250px;
	margin-top: 32px;
	margin-bottom: 20px;
}


/* ----- */
/* FORMS */
/* ----- */



#formHeader {
	height: 75px;
	text-align: center;
	background: transparent url(images/top_logo_form.png) no-repeat center top;
	padding: 0 20px 5px;
}

.formBody {
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
	background: url(images/top_bg_form.gif) repeat-x left top;
}

.formBody h1 {
	border-bottom: 1px solid #00cc00;
	padding-bottom: 12px;
}

.formBody #Content {
	width: 550px;
	margin-top: 0px;
	margin-right: auto;
}

.formBody #formContent h2 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 4px;
}

.formBody #formContent h3 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #FF0000;
	padding-left: 10px;
}

.formBody #formContent ul {
	list-style: disc;
}
.formBody #formContent ol {
	list-style: decimal outside;
}


.formBody #formContent table {
	width: 550px;
}
.formBody #formContent td.col1 {
	font-weight: bold;
	text-align: right;
	padding-right: 6px;
}
.formBody #formContent td.error {
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}

li.download_btn a {background: url(images/MDS_sidebar_artwork.jpg) no-repeat; width:150px; height:191px; margin:0 auto; display:block; text-indent:-9999px; outline:none;}
li.download_btn a:hover {background-position: 0px -191px;}

.fullright {float:right; width:400px; height:400px; margin:0 auto;}

.clearboth {
	clear:both;	
}



/* coda slider */

	.panel h2.title { margin-bottom: 6px; font-size: 24px; color: #336699; padding: 4px 6px 6px 0px; }
	.panel p { color: #336699; font-size: 18px; }
	.panel img { margin-bottom: 10px; border: none; padding: 4px 14px 6px 0px; float: left; }
	.panel ul { list-style: none; display: block; margin-left: 838px; padding-top: 50px; }
	.panel li { font-size: 12px; line-height: 20px; color: #333; width: 130px; text-align: center; display: block; }
	.panel p.Panelbutton { float: right; font-size: 12px; line-height: 22px; background: url(images/accordion_off_bg.gif) repeat-x ; color: #fff; width: 130px; text-align: center;}
	.panel li a { text-decoration: none; line-height: 42px; color: #fff; width: 130px; height: 47px; display: block; background: url(images/webinar_button_glossygreen.jpg) no-repeat; }
	.panel li a:hover { text-decoration: none; line-height: 42px; color: #fff; display: block; background: url(images/webinar_button_glossyblue.jpg) repeat-x; width: 130px; height: 47px; }

	.coda-slider-wrapper { padding: 0; margin-top: 0px; }
	.coda-slider { background: transparent; }
	.panel #MDShead { background: url(pccwebsite/images/webinar_button_6.jpg) no-repeat top left; }
	 
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 230px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 1000px; height: 230px; } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 1000px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding-bottom: 20px; height:210px;}
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
