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

body {background-image:url(images/blue_tile.jpg);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	background-color:#FFFFFF;
	}
	
	
	
	
p {font-family:Tahoma;
	color:#525252;
	text-decoration:none;
	font-size:.85em;
	}
	
	
#wrapper {margin-left:auto;
	margin-right:auto;
	width: 770px;
	}
	
	
#home_nav {width:205px;
	height:174px;
	background-image:url(images/nav_home_bg.jpg);
	background-repeat:no-repeat;
	float:left;
	padding-top: 35px;
	}
	
#home_nav ul{padding-top:0;
	margin-top: 0px;
	}
	
#home_nav ul li{display:block;
	list-style:none;
	padding: 6px 0px;
	border-top:thin solid #d4d3d3;
	width: 150px;
	margin-left: -25px;
	}
	
#home_nav ul li a{font-family:Tahoma;
	color:#525252;
	text-decoration:none;
	font-size:.9em;
	}	
	
#home_nav ul li a:hover{color:#4f7ba3;
	list-style:square;
	}
	
	
#flash_front {margin-left:205px;
	}
	
	
#home_content {clear:both;
	background-image:url(images/home_bg.gif);
	background-repeat:no-repeat;
	height:1100px;
	padding-top:45px;
	}
	
#home_content_left {width:420px;
	float:left;
	}
	
	
#info_column {width:200px;
	margin-left: 565px;
	}
	
#info_column ul{margin-top: -7px;
	}
	
#info_column ul li{font-family:Tahoma;
	color:#525252;
	text-decoration:none;
	font-size:.8em;
	list-style:none;
	margin-bottom: 5px;
	margin-left:-15px;
	}
	
	
#footer {clear:both;
	border-top: thick solid #a9a9a9;
	text-align:center; 
	}
	
.mini_tag {font-size:.6em;
	}
