/* Radiological Training Services, LLC */
/* General Styles: styles/rtsorder.css */
/* January 2006, Nancy B. Duley */


/* General */
body { 
	text-align: left; 
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff; 
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-right: 0px;
}


/*  Top Graphic and Navigation */
div.RTSName {
	position:absolute;
	left:0px;
	top:0px;
	width:415px;
	height:128px;
}

div.RTSTagline {
	position:absolute;
	left:415px;
	top:0px;
	width:345px;
	height:128px;
}

div.ButtonVideos {
	position:absolute;
	left:0px;
	top:128px;
	width:175px;
	height:52px;
}

div.ButtonOrder {
	position:absolute;
	left:175px;
	top:128px;
	width:125px;
	height:52px;
}

div.ButtonResources {
	position:absolute;
	left:300px;
	top:128px;
	width:164px;
	height:52px;
}

div.ButtonAbout {
	position:absolute;
	left:464px;
	top:128px;
	width:141px;
	height:52px;
}

div.ButtonContact {
	position:absolute;
	left:605px;
	top:128px;
	width:155px;
	height:52px;
}


/* Main Content */
#mainContent {
	position: absolute;
	left: 20px;
	top:175px;
	padding: 2em;
	line-height: 130%;
	max-width: 35em;
	width:expression( 
    	document.body.clientWidth > (600/12) * 
    	parseInt(document.body.currentStyle.fontSize)?
       	 "35em":
       	 "auto" );	
}

#mainContent h1,h2,h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 .5em 0;
	line-height: 130%;
}

#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal; 
}

#mainContent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	list-style-type:decimal;
	margin: 0 0 1em 0;
}

#mainContent  a.bodyLinks:link { color:#FF6633; text-decoration: none; border-bottom: 1px dotted; } 
#mainContent  a.bodyLinks:visited { color:#000033; text-decoration: none; border-bottom: 1px dotted; }
#mainContent  a.bodyLinks:hover { color:#FF6633; text-decoration: none; border-bottom: 1px solid; }
#mainContent  a.bodyLinks:active { color:#FF6633; }

#form {
	padding: 1em;
}


#form p,th,tr,td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


#form a.bodyLinks:link { color:#FF6633; } 
#form a.bodyLinks:visited { color:#000033; }
#form a.bodyLinks:hover { color:#FF6633; }
#form a.bodyLinks:active { color:#FF6633; }

.copyRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}

.footerLinks {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: x-small; 
}

#mainContent a.footerLinks:link { color:#FF6633; } 
#mainContent a.footerLinks:visited { color:#FF6633; }
#mainContent a.footerLinks:hover { color:#000033; }
#mainContent a.footerLinks:active { color:#FF6633; }
