* {
	padding: 0;
	margin: 0px;
}

body {
	font: small/1.5em Verdana, Sans-serif;
	padding: 0px 0;
	background-image:url(/images/gradient.jpg);
	background-repeat:repeat-x;
	margin-right:10px;
}

a {
	text-decoration:none;
}

a:hover {
	color: #ff6600;
	text-decoration:underline;
	text-underline-style:dotted;
}

input{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
select{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	}

.navheading {
	display: none;
}

a img {border: 0;}

#wrapper {
	width: 939px;
	margin: 0 auto;
	border-left:solid #918e8e 1px;
	border-right:solid #918e8e 1px;
	background-color:#fff;
}

#wrapper_masthead {
	height: 12px;
	font-size: 1px;
}

#wrapper_content {
	background: #fff url(/images/main-background.gif) repeat-y 0 0; /* content background */
}


#masthead, #mastnav {
	background-color: #ffffff;
}

#masthead {
	padding: 0px 25px 25px 25px;
}

.floatright{
	float:right;
	clear:both;
	margin:5px 10px 0px 10px;
	}
	
.floatleft{
	float:left;
	clear:none;
	margin:5px 10px 0px 10px;
	}
	
.activesublink{
	font-size:80%;
	}

.hiddenPic {
	display:none;
}


/* Top Vertical Navigation
---------------------------------------------------------------------- */

ul#mastnav { 
	font-family:Arial;
	clear: both;
	list-style: none;
	padding: 0 25px 7px 25px;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
}

ul#mastnav li {
	display: inline;
	margin: 0 15px 0 0;
	
}

ul#mastnav li a {
	color: #000;
	text-decoration: none;
	font-size: 1.1em;
}

ul#mastnav li a.active {
	color: #70706a;
}

ul#mastnav li a:hover {
	color: #ff6600;
}


/*  NAV BAR */

#menuwrapper {
	position: relative;
	border: 1px solid #fff;
	z-index:+1;
	background-color: #1F52A9; /*blue*/
}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}

#p7menubar a {
	display: block;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 5px 10px 5px 10px;
	border-right: 1px solid #fff;
	font-size: .9em;
	color: #CCCCCC;
}

#p7menubar a.trigger {
	padding: 5px 16px 5px 10px;
	background-color:#1f52a5; /*blue*/
}

#p7menubar li {
	float: left;
}

#p7menubar li ul, #p7menubar ul li  {
	width: 18em;
}

#p7menubar ul li a{
	color: #fff; /*dark gray*/
	font-size: .85em;
	border-right: 0;
	padding: 3px 12px 3px 16px;
}

#p7menubar li ul {
	position: absolute;
	display: none;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-color: #1f52a5; /*dark gray*/
}

#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #fff;
	background-color: #FF7A1E; /*orange*/
}

#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}

#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #ccc;
	background-color: transparent;
}

#p7menubar ul a:hover {
	background-color: #FF7A1E!important; /*gray*/
	color: #FFFFFF!important;
}
/*  \  */
#p7menubar li {width: auto;}

/* END TOP LINE NAVIGATION */

h1#logo {
	background: url(/images/MDS-Medical-Software-Logo.gif) no-repeat 0 0;
	width: 320px;
	height: 74px;
	text-indent: -9999em;
	float: left;
}

/* Top Right Corner
---------------------------------------------------------------------- */

#masthead address {
	text-align: right;
	float: right;
	font-style: normal;
	font-size: 1.0em;
	line-height: 1.4;
	font-weight:bold;
}

#masthead address strong {
	color: #333333;
}

.small-links {
	font-size: .8em;
}
/*
#masthead img {
	margin: 0;
}
*/

/* Bar Navigation
---------------------------------------------------------------------- */

#banner {
	position: relative;
	clear:both;
	padding: 0px;
	background-color: #000;
	background-image:url(/images/medical-website-showcase.jpg);
	height: 157px;
	font-family: Verdana;
}

#bannertext {
	position: relative;
	height: 140px;
	width: 475px;
	margin: -145px 0 0 450px;
	color:#fff;
	}

#bannertext h1{
	font-family: arial;
	font-size:1.5em;
	padding-bottom:5px;
	margin-left:-20px;	
	
}

#bannertext ul li{
	list-style:url(/images/small-green-check.png);
	}
/* Primary Content Styles
---------------------------------------------------------------------- */

#content {
	float: left;
	width: 620px;
	padding: 20px 25px 15px 25px;
	line-height:1.7;
}

#content h1{			/* primary page title */
	font-weight: bold;
	font-size: 130%;
	line-height: 1.6;
	color: #62625d;
	text-transform:uppercase;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	text-align:center;
	letter-spacing:3px;
}

#content h1 a{
	text-decoration:none;
	color: #62625d;
	}

#content h2{			/* primary subheadings */
	font-weight: bold;
	text-decoration:none;
	font-size: 140%;
	line-height: 1.75;
	color: #000;
	padding-top:10px;

}

#content h2 a{			/* primary subheadings */
	text-decoration:none;
	color: #000;
}

#content a:hover{		
	text-decoration:underline;
}

#content h3 {		/* orange descriptive subheadings */
	font-weight: normal;
	font-size: 120%;
	font-weight:bold;
	line-height: 1.4;
	color: #ff6600;
}

#content h3 a {
	color: #71a142;
	text-decoration: none;	
	}

#content h4 {		/* content/sentence bold headings - line break */
	display: block;
	font-size:110%;
	line-height:2.5;
	padding-top:5px;
}

#content h4 a{		/* content/sentence bold headings -line break */
	text-decoration:none;
}

#content h5 {		/* content/sentence bold headings - no line break */
	display: inline;
	font-size:1.0em;
}

#content h5 a{		/* content/sentence bold headings - no line break */
	text-decoration:none;
}

#content p {
	color: #000000;
	font-size: .9em;
}

#content address {
	color: #61605c;
	font-style: normal;
	line-height: 1.4;
}

#content address a {
	color: #61605c;
	font-style: normal;
}

/*
#content ul {
	letter-spacing:2;
	color: #000;
}

ul#content li {
	display: inline;
}
*/

#content ul {
	margin:10px 0 10px 25px;
	list-style:disc;
}

#content th {
	padding:5px 0px 5px 15px;
	background-color:#e3e3e3;
	text-align:left;
	font-size:1.1em;
	text-decoration:none;
}

#content td {
	padding:3px 0px 3px 15px;
	text-align:left;
	text-decoration:none;
}

#content table a{
	text-decoration:none;
}


/* Right Navigation/Information Bar
---------------------------------------------------------------------- */

#rightbar {   /*Information Request, Links*/
	padding: 61px 0 0 0;
	width: 255px;
	float: right;
}

body#home #rightbar {
	padding: 21px 0 0 0;
}

#rightbar a {
	display: block;
	line-height:1.6;
}

#rightbar h2 {
	font-weight: normal;
	font-size: 150%;
	margin: 0 0 6px 0;
	color: #333333;
}

#rightbar h3 {
	font-weight: bold;
	font-size: 150%;
	line-height: 2.5;
	color: #62625d;
	margin: 0 0 2px 0;
}

#rightbar ul {
	list-style: none;
	margin:  0 0 15px 0;
}

#rightbar ul li {
	line-height: 1.5;
}

#rightbar ul li a {
	text-decoration: none;
	color: #333333;
}

#rightbar ul li a:hover {
	color: #5c5c58;
}

#rightbar ul li a.active {
	font-weight: bold;
}

#rightbar blockquote {
	font-size: 100%;
	color: #585c4d;
	background-color: #fff;
	padding: 20px 20px 10px 20px;
	width: 195px;
	margin: 0 0 1.5em 0;
	border: 1px dotted #ff6600;

}

#rightbar blockquote p {
	padding:  0 0 5px 0;
	margin:  0 0 5px 0;	
}

/* Footer
---------------------------------------------------------------------- */

#wrapper_footer { /* MAIN FOOTER WRAPPER */

	clear:both;
	width: 939px;
	height:255px;
	background-color:#1f52a5;
	border-left:solid #918e8e 0px;
	border-right:solid #918e8e 0px;

}

#footer_line { /* ORANGE FOOTER SEPARATOR */
	clear:both;
	width: 939px;
	background-color:#ff6600;
}

#footer {
	clear:both;
	background-color:#1f52a5;
}	
	 		 
#footer ul {
	list-style:none;
}

#footercolumn1 { /* FOOTER COLUMNS */
	color: #fff;
	float: left;
	padding-bottom:0px;
	text-align: left;
	width: 50%;
	height:255px;
	background-color:#1f52a5;
}

#footercolumn1 p{
	margin:20px;
	}
	
#footercolumn1 ul {
	list-style:none;
	margin:20px;
}

#footercolumn2 {
	background-image:url(/images/footer-background-box.png);
	background-repeat:no-repeat;
	color: #fff;
	float:right;
	text-align: left;
	width: 49.9%;
	height:255px;
	background-color:#1f52a5;
}
#footercolumn2 ul {
	padding: 65px 0 0 30px;
	list-style:none;
	}

#footercolumn3 {
	clear:BOTH;
	width:939px;
	background-color:#ff6600;
	}
	
#footercolumn3 p{
	color:#000;
	font-size:.8em;
	padding:10px;
	}
	
#footer a{
	color:#fff;
	}
	

/* END FOOTER
---------------------------------------------------------------------- */


/* CONTENT TABLE TO HIGHLIGHT AREAS
---------------------------------------------------------------------- */
    
  /* set the image to use and establish the lower-right position */
    .cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2{
      background: transparent url(/images/table-box.png) no-repeat bottom right}
    .cssbox{
    /* intended total box width - padding-right(next) */
      width:500px !important; /* IE Win = width - padding */
      width: 500px; 
    /* the gap on the right edge of the image (not content padding) */
      padding-right:15px; /* use to position the box */
      margin:20px auto}

    /* set the top-right image */
    .cssbox_head{background-position:top right;
    /* pull the right image over on top of border */
      margin-right:-15px; 
    /* right-image-gap + right-inside padding */
      padding-right:40px}

    /* set the top-left image */
    .cssbox_head h2{
      background-position:top left;
      margin:0; /* reset main site styles*/ 
      border:0; /* ditto */
    /* padding-left = image gap + interior padding ... no padding-right */
      padding:25px 0 15px 40px; 
      height:auto !important;
      height:1%} /* IE Holly Hack */

    /* set the lower-left corner image */
    .cssbox_body{
      background-position:bottom left;
      margin-right:25px; /* interior-padding right */ 
      padding:15px 0 15px 40px} /* mirror .cssbox_head right/left */



/* 	PRICING TABLE
---------------------------------------------------------------------- */
    
#rounded-corner
{
	margin-top:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	border-collapse: collapse;
}

#rounded-corner thead th /* horiz headings */
{
	padding: 8px;
	font-weight: normal;
	font-size: 1.1em;
	color: #039;
	background: #b9c9fe;
	font-weight:bold;
	text-align:center;
}

#rounded-corner thead th.rounded-company /* upper left */
{
	background: #b9c9fe url('/images/left.png') left -1px no-repeat;
	font-size:1.2em;
	font-weight:bold;
	text-align:left;
}

#rounded-corner thead th.rounded-upper-right /* upper right */
{
	background: #b9c9fe url('/images/right.png') right -1px no-repeat;
}


#rounded-corner tbody th /* vertical and horizontal th */
{
	padding: 8px;
	font-weight: normal;
	font-size:1.0em;
	color: #039;
	background: #b9c9fe;
	width:200px;
}

#rounded-corner td
{
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #000;
	text-align:center;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #e8edff url('/images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #e8edff url('/images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}



img.left {
	float:left;
	margin-right:15px;
	margin-bottom:10px;
	border:1px #000 solid;
}
img.right {
	float:right;
	margin-left:15px;
	margin-bottom:10px;
	border:1px #000 solid;
} 

.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}
