@charset "utf-8";
/* CSS Document */
body {
	text-align:center;
	font-size:80%;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:1.4;
	background:#d1d1d1;

}
#wrapper {
	position: relative;
	width: 850px;
	margin: 0 auto;
	text-align: left;
	background-color: #333;
	margin-top: 20px;
}
#inner_wrap {
	width: 100%;
	border: 1px solid #666;
}
#header {
	height: 116px;
}
#menu {
	/*height: 29px;*/
	/*background-image: url(images/menu_back.jpg);*/
	/*background-repeat: repeat-x;*/
}
#main_content {
	background-image: url(images/cont_middle.jpg);
	background-repeat: repeat-y;
	color: #666;
	}
#frontRight {
	float: right;
	width: 160px;
}
#frontLeft {
	float: left;
	width: 600px;
	text-align: left;
}
#frontLeft_index {
	float: left;
	width: 590px;
	text-align: center;
}
#footer {
	position: relative;
	width: 850px;
	margin: 0 auto;
	text-align: left;
	margin-top: 10px;
	color: #666;
}
.inside {
	padding: 0px 20px 0px 50px;
}
.img_no_border {
	border: 0;
}
.img {
	padding: 12px;
}
/*typography*/
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
margin:0.5em 0;
}
h1 {
	font-size: 120%;
	font-weight: bold;
	color: #003;
}
h2 {
	font-size: 100%;
	font-weight: bold;
}
.blue {
	color: #003;
	font-size: 80%;
}
.boldBlue {
	font-weight: bold;
	color: #003;
}
.boldBlueLarge {
	font-weight: bold;
	color: #003;
	font-size: 110%;
}
.boldBlueLarger {
	font-weight: bold;
	color: #003;
	font-size: 120%;
}
.bold {
	font-weight: bold;
}
.boldLarge {
	font-weight: bold;
	font-size: 110%;
}
.boldBlack {
	color: #000;
	font-weight: bold;
}
#main_content ul {
	list-style-type:square;
	
	}
#main_content li {
	line-height: 150%;	
	}

/*menu*/
#menu {
	background: #006;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu ul {
	list-style: none;
	padding: 0px;
	margin: 0;
}
#menu li {
	float: left;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	margin-left: 12px;
	padding: 0;
}
#menu a {
	background: #006 url("images/seperator.gif") bottom right no-repeat;
	color: #fff;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 7px 11px 7px;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover, ul li.active {
	background: #006 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 11px;
	}
#menu a.active {
	background: #006 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 11px;
	}

/*misc*/
#contactTable {
	width: 100%;
}
.hide {
	height:0;
	width: 0;
	overflow: hidden;
	position: absolute;
}

