/* CSS Document */

#outer {
	border:none;
	
	margin: auto;
	margin-top:10px;
	max-width:775px;
	width:775px;
	background-color:#FFFFFF;
	text-align:left;
	
}
#top{
	background-image:url(../images/top_curve.jpg);
	background-repeat:no-repeat;
	border:none;
	width:775px;
	min-height:113px;	
	
}
#middle{
	background-image:url(../images/nav_shadow.jpg);
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	padding-top:20px;
	padding-left:43px;
	
	border:none;
	width:712px;
	height:392px;
	

}
#bottom{
	background-image:url(../images/bottom_curve.jpg);
	background-repeat:no-repeat;
	border:none;
	width:775pxpx;	
	height:126px;
}
#rawr{
	margin-top:30px;
	padding:0 10px 0 35px;
	height:362px;
	margin-bottom:8px;
	width:481px;
	overflow:auto;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}
#cont{
	border:none;
	margin:0px 15px 10 50px;
	
}
#nav{
	width:248px;
	height:400px;
	float:left;
}

.bottom_caption{

	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	}
.indexbottom_caption{
	margin-right:20px;
	margin-bottom:15px;
	margin-top:15px;
	margin-left:43px;
	border:none;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	}
#top_caption{
	padding-top:25px;
	margin-left:500px;
	border:none;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	}
#index_top{
	background-image:url(../images/top_banner.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:775px;
	height:94px;
	min-height:94px;
	min-width:775px;
	}



p{
	line-height: normal;
	margin:8px;
	padding:0px;
}
blockquote{
	margin-top:8px;
	margin-bottom:8px;
}
li{
	margin-top:0px;
	margin-bottom:0px;
}
ul{
	margin-top:0px;
	margin-bottom:8px;
}

.index_copy{
	background-image:url(../images/copy_bg.jpg);
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	}
#index_cont{
	margin:43px;
	margin-top:30px;
	margin-right:20px;
}
	
	
a:link, a:visited {
	color:#14612B;
	text-decoration: none;
}

a:hover {
	color:#333333;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}



#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: white;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

