/* CSS Document */

body{ 
	margin: 0px; 
	padding:0px;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	}

#containment{
	font-size: 12px;
	color: #222;
	padding: 0px;
	margin: auto;
	width: auto;
	border: none;
}

#navbanner{ display:none; }

#banner #img{ 
	width: 680px;
	height: 55px;
	border:none;
 }
 
 #banner #bannerName{ 
	width: 680px;
	height: 21px;
 }

#banner #phoenix{
}

#titlebar{
	padding:0px;
	margin-top: 0px;
	width: auto;
	height: 30px;
	background-color: transparent;
	background-image: none;
	display:block;
	clear:both;
	border-top: 1px solid #666;
}

#titlebar #titleleft{
display:none;
}

#titlebar h2{
	font-size: 28px;
	color: #000;
	font-weight: 400;
	text-align: left;
	line-height: 30px;
}

#mainsection{
	padding: 0px;
	margin: 0px;
	width: 680px;
	background-image: url(../Templates/Essentials/images/Nav.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	border-top: 1px solid #666;
	float:none;
}

#mainsection ul#navigation{
display:none;
}
		
#mainsection #content{
	width: auto; 
    margin: 0 0%;
    padding: 0; 
    border: 0;
    float: none !important;
    color: black; 
    background: transparent;
}

#mainsection #content a{
	padding: 0px;
	color: #424242;
	text-decoration: underline;
}

#mainsection #content a:hover{
color: #660000;
}

html>body #mainsection #content{
	padding-top: 0px;
}

#mainsection #content #Featured{
float:right;
width: 200px;
padding-top: 10px;
}

#break{
display:none;
}

#footer{
	clear:both;
	padding-top: 20px;	
	border-top: 1px solid #666;
	text-align: center;
}

.print{
display: inline;
}
iframe{
	width: 700px;
	height: 600px;
	border-width: 0;
}
.noprint{
display:none;
}
