﻿/* CSS layout */

body{
	background-color:black;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;

	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;

}

body img{
	border:0px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

/*replacing TITLE with H1 for Web Accessibility*/
h1{
	font-size:20px;
	font-weight:bold;

	margin-left:30px;
	margin-right:50px;
	
	margin-top:20px;
	margin-bottom:20px;

}


#masthead {
	background-color:black;
	/*position: relative;*/
	width: 100%;
	height: 35px;
margin:0;
padding:0;
overflow:hidden;
}

#container {
	width: 100%;
	background-color:black;
	min-height:800px;
  margin:0;
  padding:0;
  overflow:hidden;
}

#left_col {
	position:absolute;
	width: 236px; /*must be at least as wide as the menu images*/
	left: 0px;
	/*top: 0px;*/
	background-color:black;
	padding:0px 0px 0px 0px;
	color:white ;
	font-weight:bold;
	font-size:14px;
}

#left_col ul li
{
	/*list-style-image:url('../images/cdsamples_init.jpg');*/
	padding: 0px 0px 0px 0px;
	margin-left:5px;
	margin-bottom:20px;
	list-style:none;	
}

#left_col a{
	
	color:white;
	text-decoration:none;
	background:black;
	border-color:#4A2E2D;
	border-left-style:solid;
	border-left:thick;
	border-right-style:none;
	text-transform:capitalize;

}

#left_col a:hover{
	
	color:white;
	text-decoration:none;
	background:#4A2E2D;
	text-transform:uppercase;
}


#left_col a:visited{
	
	color:white;
	text-decoration:none;
}

#page_content {
	position:relative;
	margin-left: 236px;
	background-color:white;
	width:600px;
	min-height:800px;
	padding-bottom:50px;/*must be at least as high as the footer*/
	overflow:hidden;
}

#page_content a{
	color:purple;
	text-decoration:underline;
}

#footer {
	background-color: #4A2E2D;
	width: 100%;
	bottom: 0px;
	left: 0;
	height: 40px;
	position: fixed;
}

#footer p {
	text-align: center;
	color:white;
	font-size:11px;
	margin-top:10px;
}

#footer a:link{
	color:silver;
}

#footer a:hover{
	color:gray;
}

#footer a:visited{
	color:black;
}

#footerBackToHeader{
	position:fixed;
	right:20px;	
	bottom:55px;
	font-size:10px;
	font-family:"Century Gothic";
	color:white;
	overflow:hidden;
}

#footerBackToHeader a, a:visited, a:hover{
	text-decoration:none;
	color:white;
}

.clearcontent{
	clear:both;
	height:20px;
}


.textContent{
	color:black;
	text-align:justify;	
	margin-left:30px;
	margin-right:50px;
	background-color:white;
}

.title{
	font-size:20px;
	font-weight:bold;

	margin-left:30px;
	margin-right:50px;
	
	margin-top:20px;
	margin-bottom:20px;

}

.subtitle{
	font-size:14px;
	font-weight:bold;
	margin-left:30px;
	margin-right:50px;
	margin-top:10px;

}
#upperCDSamplesMenuUL
{
margin:0px;
padding:0;
}

#upperCDSamplesMenuUL  li
{
 float:left;    
}

