@charset "iso-8859-1";
/* author: Linden Hatherall */
/* Creation date: 8/17/2009 */
body{
	margin: 0;
}
p{
	text-align: justify;
}
h5{
	font-size: 14pt;
	color: #000;
}
html, body, #index-body{
	width:100%;
	height:100%;
}
#index-page{
	width:100%;
	height:100%;
}
#banner {
	background: #b3b1b2;
	width: 1000px;
	height: 86px;
	background: url(pics2/logo_banner.png) no-repeat left #b3b1b2;
	/* text-align: right; */
	margin-top: 2px;
}
a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #900;
	text-decoration: underline;
}
#logo{
	float:left;
}
#search_banner{
	float:right;
	color: #fff;
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bold;
	padding-right: 15px;
	padding-top : 20px;
	margin: 0 0 0 0;
	text-align: right;
	
}
#search_t{
	padding: 0px;
	float:right;
}
form{
	margin:0; padding:0;
}

#browse{
	color: #000;
	font-family: sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	text-transform:lowercase;
	background: #b3b1b2;
	width: 1000px;
	height: 24px;
	margin-top: 2px;
	padding-left: 0px;
}

#main_menu_links{
	background: #fff; /* url(pics2/top_bar.png);*/
	width: 1000px;
	height: 28px;
	margin-top: 2px;
	margin-bottom: 10px;
	text-align: left;
}
#main_menu_links a {
	color: #c00;
	font-family: sans-serif;
	font-size: 18pt;
	font-weight: bold;
	margin-left: 15px;
	margin-right: 25px;
	text-decoration: none;
}
#main_menu_links a:hover {
	color: #000;
}

#main_menu_links2{
	background: #fff; /* url(pics2/top_bar.png);*/
	width: 1000px;
	height: 28px;
	margin-top: 12px;
	margin-bottom: 10px;
	text-align: left;
}
#main_menu_links2 a {
	color: #c00;
	font-family: sans-serif;
	font-size: 12pt;
	font-weight: bold;
	margin-left: 15px;
	margin-right: 36px;
	text-decoration: none;
}
#main_menu_links2 a:hover {
	color: #000;
}

#page_container{	
	display: block; /* table */
	width: 1000px;	
	/* border: solid 1px #000; */ 
}

#left_bar{	
	float: left;
	width: 200px;
	height: auto;
	background: #c51216;
	vertical-align: top;
	padding-top: 5px; 
	padding-left: 20px;
}

#content_container{		
	float: right;	
	clear:none;
	margin-left: 0px;
	background: url(images/watermark.png) no-repeat top right #eee;
	width: 725px;
	/* position: top; */
	border-left: solid 5px #fff;
	padding-left: 20px; 
	padding-right: 20px;
	vertical-align: top;
	color: #000;
	font-family: sans-serif;
	font-size: 10pt;
	text-align: left;
}
#footer{
	float:center;
	clear: both;
	width: 1000px;
	background: url(pics2/top_bar.png);
	height: 25px;
	text-align: center;
	vertical-align: middle;
	color: #999;
	font-family: sans-serif;
	font-size: 8pt;
	padding-top: 10px;
}

#slim{
	width: 585px;
	float: left;
	clear:none;
}

#adspace{
	clear: none;
	margin-top:10px;
	padding-top:25px;
	width: 125px;		
	float:right;	
	text-align:center;
	border: solid 1px #999;
	background: #fff;
}

.f_menuitem{
	color: #666;
	font-family: sans-serif;
	font-size: 9pt;
	text-decoration: none;	
	padding-left: 10px;	
}
.f_menuitem:hover{
	color: #333;	
}

.letter{
	color: #000;
	font-family: sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	margin-left: 9px;
	margin-right: 9px;	
}

.letter:hover{
	color: #c00;
}
.white_bold_title{
	color: #fff;
	font-family: sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	
}

.dvdlink{
	color: #fff;
	font-family: sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;	
	text-decoration: none;
}
.dvdlink:hover{
	color: #ccc;
	text-decoration: underline;
}

.resources_heading{
	font-weight: bold;
}
.dev_link{
	color: #999;
	font-family: sans-serif;
	font-size: 8pt;
	padding-top: 10px;
	font-weight: normal;
}
.dev_link:hover{
	color: #666
}

