/* CSS Document */

/* mac hide\*/
html, body {height:100%}
#register {
	padding: 5px;
}
#register td {
	padding: 4px;
	vertical-align: top;
}

/* end hide */
html,body 
	{
	padding:0;
	margin:0;
	}
body
	{	
	text-align:center;
	min-width:760px;/* for mozilla*/
	background:#e6e6e6;
	}
h1
	{
	float:left;
	width:100%;
	border-bottom:1px solid #cbcbcb;
	margin-bottom:12px;
	font-weight: bold;
	}
p
	{
	margin:7px 0px;
	}
a { color:#000f38; text-decoration:underline; }
a:hover { color:#000f38; text-decoration:none; }
#outer
	{
	height:99.9%;
	min-height:100%;
	width:760px;
	text-align:left;
	margin:auto;
	position:relative;
	background:#fff;
	font-family:Tahoma, Arial, Helvetica, Sans-serif;
	font-size:0.7em;
	line-height:1.5em;
	}
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header
	{
	position:absolute;
	top:0;
	width:760px;
	height:160px;
	overflow:hidden;
	z-index:100;
	background:url(Images/bg_header.jpg);
	}
#left 
	{
	position:relative;/*ie needs this to show float */
	width:190px;
	float:left;
	padding-top:160px;/*needed to make room for header*/
	}
#footer 
	{
	width:760px;
	clear:both;
	height:50px;
	left:0;
	bottom:0;
	position: absolute;
	background:url(Images/bg_footer.gif);
	}
#footer p
	{
	color:#666;
	font-size:10px;
	line-height:15px;
	padding:13px 0px 0px 11px;
	}
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer 
	{/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
	}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent 
	{
	width:550px;
	float:right;
	padding:160px 10px 0px 0px;/*make room for header*/
	line-height: 18px;
	}
.main
	{
	border:1px solid #cbcbcb;
	position:relative;
	top:9px;
	height:100%;
	clear:both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 9px;
	}
.main:after 
	{
	content:" ";
	display:block;
	clear:both;
	}

#centrecontent p {padding-left:3px}
#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper */

#menu
	{
	width:170px;
	height:188px;
	background:url(Images/bg_menu.png);
	position:relative;
	left:10px;
	padding:12px 0px 0px 20px;
	}
#menu li
	{
	padding:4px 0px;
	background:url(Images/bg_navdivider.gif) no-repeat 0px bottom ;
	}
#menu li a
	{
	color:#fff;
	text-decoration:none;
	padding:5px 0px 5px 20px;
	background:url(Images/bg_nav.png) no-repeat 0px 10px;
	}
#menu li a:hover
	{
	color:#CCC;
	background:url(Images/bg_nav.png) no-repeat 4px 10px;
	}
	
#topmenu
	{
	width:542px;
	height:32px;
	float:right;
	position:relative;
	background-image: url(Images/bg_topmenu.png);
	background-repeat: no-repeat;
	}
#topmenu li
	{
	float:left;
	width:auto;
	text-align:center;
	padding:7px 17px;
	}
#topmenu li a
	{
	color:#fff;
	text-decoration:none;
	}
#topmenu li a:hover
	{
	color:#CCC;
	}

#search
	{
	width:178px;
	height:160px;
	background:url(Images/bg_search.png);
	position:relative;
	left:10px;
	margin-top:10px;
	padding:40px 0px 0px 12px;
	}
#search select
	{
	margin:0px 0px 6px 0px;
	width: 161px;
	}
#search p { color:#fff; }
#search a { color:#fff; text-decoration:underline; }
	
#searchform1 td {

	padding: 2px;
	vertical-align: top;
}
#contact td {
	padding: 4px;
}
#outer #centrecontent .main #leftimg {
	float: left;
	padding: 3px;
	margin-right: 20px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}

.result
	{

	margin:10px;
	padding:10px;
	clear:both;
	color:#000000

	position:relative;
	overflow:hidden;

	}
.result img
	{
	padding:0px;
	float:left;
	}
.result p
	{
	padding:0px 0px 0px 0px;
	position:relative;
	top:-3px;
	}
.result a
	{
	margin:0px;
	padding:0px;
	color:#8e6e48;
	text-decoration:none;
	}
.result a:hover { text-decoration:underline; }
	
.main li {
	list-style-type: disc;
	margin-left: 40px;
	line-height:2.1em;
}
