@charset "utf-8";
/* CSS Document */

body	{
	font: small Calibri, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #999999;
}

#wrapper	{
	width: 955px;
	min-height: 600px;
	margin-right: auto;
	margin-left: auto;
	background: #E1E1E1;
}

#content	{
	width: 935px;
	min-height: 510px;
	padding: 10px;
}

#header	{
	height: 80px;
	background: #CB7421;
	padding-right: 10px;
	margin-bottom: 10PX;
}

#flash_banner	{
	position: absolute;
	top: 400px;
	width: 600px;
	height: 100px;
	background: url(../img/flash_bg.png) no-repeat;
}

.buttons	{
	position: absolute;
	z-index: auto;
}

.main_bg	{
	background: url(../img/main_bg.jpg) no-repeat;
	min-height: 510px;
}

.main_sub_bg	{
	background: #FFFFFF url(../img/watermark.jpg) no-repeat left bottom;
	padding: 10px;
	min-height: 510px;	
}

#footer	{
	background: #999999;
	padding: 5px;
	color: #FFFFFF;
}

.slogan	{
	font-size: medium;
	font-style: italic;
	color: #FFFFFF;	
}

.nav_main_link	{font-weight: bold;}

.side_bg	{
	background: #E1E1E1;
	border: 1px solid #CCCCCC;
}

.side_heading	{
	background: #000000;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 30px;
}

.side_heading_main	{line-height: 30px;}

.side_items	{
	background: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}

.side_search	{
	background: #000000;
	padding: 8px;
	border: 1px solid #CCCCCC;
}

.orange	{color: #CB7421;}

h3	{
	font-size: medium;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	padding-top: 10px;
	padding-left: 10px;
	font-style: italic;
}

hr	{
 background: #CCCCCC;
 margin: 0px;
 padding: 0px;
 height: 1px;
}

.trans_bg	{
	background: url(../img/menu_bg.png) repeat;
	padding: 8px;
}

.trans_bg_standard	{padding: 8px;}

.input_text	{
	height: 16px;
	font: small Calibri, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0px;
}

.para_pad	{padding: 1px;}

.text_small	{font-size: 10px;}

/* Anchors and links */

#header a:link	{color: #000000; text-decoration: none;}
#header a:visited	{color: #000000; text-decoration: none;}
#header a:active {color: #000000; text-decoration: none;}
#header a:hover	{color: #FFFFFF; text-decoration: none; border-bottom: 1px dotted #000000;}

#main a:link	{color: #000000; text-decoration: none;}
#main a:visited	{color: #000000; text-decoration: none;}
#main a:active {color: #000000; text-decoration: none;}
#main a:hover	{color: #CB7421; text-decoration: none; border-bottom: 1px dotted #000000;}

#footer a:link	{color: #FFFFFF; text-decoration: none;}
#footer a:visited	{color: #FFFFFF; text-decoration: none;}
#footer a:active {color: #FFFFFF; text-decoration: none;}
#footer a:hover	{color: #CB7421; text-decoration: none; border-bottom: 1px dotted #000000;}

/* Search results page */

.description {font-size: x-small;}

.url {color: #006699; font-size: x-small;}

#results {width: 100%;}
