@charset "UTF-8";
/* CSS Document */

    body 
    {
	background: #fff;
	color: #CCC;
	font: small/18px Veranda, helvetica, sans-serif;
    }
	p { margin:15px 0; padding:0; }
    #wrapper 
    {
	margin: 0 auto;
	width: 941px;
	background: #fff;
	color: #666;
    }
    #header 
    {
	width: 941px;
	height: 98px;
    }
    #header h1 
    {
        display: none;
    }
	h1{
		display:none;}
	.underline {
	text-decoration:underline;
	color: #333;
	font-weight: bold;
}
	#nav {
	height: 25px;
	font-size: 10px;
	padding-top: 45px;
	width: 730px;
	float: left;
	padding-left: 25px;
	}
	.nav a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	}
	
	.nav a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	}
	
	.nav a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	}
	
	.nav a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00A0DA;
	font-weight: bold;
	text-decoration: none;
	}
	
	.nav_highlight {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #007AC3;
	font-weight: bold;
	text-decoration: none;
	}
	
	
    #content 
    {
        background: url(img/main.jpg) no-repeat;
        height: 382px;
        width: 941px;
		clear:both;
    }
    #right 
    {
	width: 200px;
	float: right;
	text-align: left;
	margin-top: 225px;
    }

	.bold_font {
	font-weight:bold;
	color:#007AC3;
	}
	.bold_gray {
	font-weight:bold;
	color:#666;
	}
	a{
	text-decoration: none;
	color: #007AC3;
	font-weight: bold;
	}
	
	a:hover {
	color:#666;
	text-decoration: underline;
	}
	#home_left {
	width:303px;
	height:145px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	margin-right:11px;
	float:left;
	clear:both;
	margin-left: 5px;
	}
	
	#home_center {
	width:283px;
	height:105px;
	padding-top:40px;
	padding-left:10px;
	padding-right:10px;
	margin-right:0px;
	float:left;
	margin-left: 0px;
	background-image: url(img/box-blank.jpg);
	background-repeat: no-repeat;
	}
	
	#home_right {
	width:303px;
	height:145px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	float:right;
	margin-right: 5px;
	}
	.contact {
	padding-top:15px;
	padding-left: 810px;
	}
	#top {
	width:941px;
	height:126px;
	}
	#middle {
	background-image:url(img/middle.jpg);
	background-repeat:repeat;
	width:901px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 0px;
	height: 100%;
	}
	#left_sub {
	width:285px;
	float: left;
	padding-top: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	line-height: 140%;
		}
	#left_sub ul {
	list-style:none;
	padding:0px;
	margin:0px;
		}
	#left_sub ul li {
	list-style:none;
	padding:0px;
	margin:0px;
		}
	#right_sub {
	width:550px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	line-height: 140%;
	float: left;
		}
	#right_video {
	width:550px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 140%;
	float: left;
		}
	#bottom {
	background-image:url(img/bottom.jpg);
	width:941px;
	height:31px;
	float: left;
	}
	.post a {
	text-decoration:underline;
	color: #333;
	font-weight: bold;
	}
	.post a hover {
	text-decoration:underline;
	color: #666;
	font-weight: bold;
	}

