/* Radiological Training Services, LLC */
/* General Styles: styles/rtsvideos.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;
}


/*  Left Navigation */
#leftNav {
	position:absolute;
	left:0px;
	top:200px;
	width:160px;
	margin:0;
	padding:.5em;
}

#leftNav a.videoLinks:link { color:#FF6633; text-decoration: none; border-bottom: 1px dotted; } 
#leftNav a.videoLinks:visited { color:#000033; text-decoration: none; border-bottom: 1px dotted; }
#leftNav a.videoLinks:hover { font-weight:bold; color:#FF6633; text-decoration: none; border-bottom: 1px solid; }
#leftNav a.videoLinks:active { font-weight:bold; color:#FF6633; text-decoration: none; border-bottom: 1px solid; }

#leftNav li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
	margin: 0 0 1em 0;
	color: #000033;
}


/* Main Content */
#mainContent {
	position: absolute;
	left: 200px;
	top:200px;
	border-left: 3px solid black;
	padding: 0 2em 2em 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,ul,li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal; 
}

#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; }


.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; }

