/*
-----------------------------------------------------
Title:       Freedom Technologies, Inc.
Author:      J.D. Bickel
Publisher:   Network Solutions
Copyright:   Freedom Technologies
Last update: December 19, 2006
-----------------------------------------------------
*/
body {
	margin: 0;
	padding: 0;
	background: #003970 url(../images/bg.gif) top left repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #333;
	text-align: center;
}
img {
	border: 0;
}
#wrapper {
	width: 754px;
	margin: 0 auto;
}
#top {
	width: 754px;
	height: 161px;
	margin: 0;
	padding: 0;
	background: url(../images/top.gif) center no-repeat;
}
#logo {
	width: 200px;
	height: 130px;
	float: left;
	margin: 22px 0 0 41px;	
}
* html #logo {
    margin: 22px 0 0 21px;
}
#logo a {
	display: block;
	width: 300px;
	height: 130px;
}
#logo a img {
	float: left;
}
#title {
	margin: 70px 90px 0 0;
	float: right;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 34px;
	/* font-size: 24px; */
	/*color: #003970;*/
	color: #003399;
}

#subtitle {
/*	margin: 70px 90px 0 0; */
	margin: 0 100px 0 0;
	float: right;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #CC9933;
}
* html #title {
    margin: 70px 40px 0 0;
}
#container {
	width: 750px;
	border: 2px solid #fff;
	border-top: 0;
	border-bottom: 0;
	margin: 0;
	float: left;
	background: url(../images/content_bg.gif) top center repeat-y;
}
#navigation {
	height: 75px;
	float: left;
	margin: 0 ;
	padding: 0;
	background: #fff;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
#navigation ul {
	margin: 0;
	padding: 0;
	height: 75px;
}
#navigation li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	background: url(../images/button_off.gif);
}
#navigation a {
	position: relative;
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	width: 125px;
	height: 75px;
}
#navigation a:hover,#navigation a.active {
	background: url(../images/button_on.gif);
	font-size: 16px;
	font-weight: bold;
	color:#000;
}
#navigation span {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 13px 13px 0;
	cursor: pointer;
}
#picture-home {
	margin: 0;
	width: 750px;
	height: 220px;
	float: left;
	padding: 0;
	background: #fff url(../images/picture_home.jpg) no-repeat;
	border-right: 2px #fff;
	border-left: 2px #fff;
}
#content-end {
	width: 754px;
	height: 10px;
	margin: 0;
	float: left;
	background: url(../images/bottom.gif) no-repeat;
}
#left {
	width: 506px;
	float: left;
	margin: -45px 0 0 0;
	text-align: left;
	font-size: 12px;
	background-color:#fff;
}
#left h1  {
	width: 465px;
	margin: 10px 0 15px 18px;
	padding-bottom: 2px;
	background: url(../images/header_bg.gif) repeat-x 0 23px;
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#003970;
	letter-spacing: 0;
}
#left h2,#left h3,#left h4,#left h5,#left h6 {
	width: 465px;
	border-bottom: 1px dotted #ccc;
	margin: 10px 0 -10px 20px;
	color: #000;
	text-align: left;
	font-size: 12px;
}
#left ul {
	list-style: square;
}
#left ul li ul li{
	margin-left: -25px;
	list-style: circle;
}
#left a,a.link {
	color: #CC9933;
	/* color: #003970; <- blue */
	text-decoration: none;
	border-bottom: 1px dotted #666;
}
#left a:hover,a.link:hover {
	color: #003970;
	text-decoration: none;
	border-bottom: 1px dotted #003970;
}
#left ul a,a.link {
	border: none;
}
#left ul a:hover,a.link:hover {
	border: none;
}
#left p {
	padding: 0 20px;
}
#left p {
	line-height: 18px;
}
#right {
	height: 275px;
	width: 242px;
	float: left;
	margin: 0;
	background: url(../images/right_bg.jpg) top left no-repeat;
	text-align: left;
}
* html #right {
	padding-top: 10px;
}
#right ul li{
	margin: 0 0 5px 20px;
	list-style: square;
}
#right ul li a {
	color:#999;
	text-decoration: none;
}
#right ul li a:hover {
	color:#003970;
	text-decoration: none;
}
#right ul.anchor {
	color: #ccc;
}
#copyright {
	margin: 0 0 0 20px;
	text-align: left;
	float: left;
	font-size: 10px;
	color: #ccc;
}
* html #copyright{
    margin-left: 10px;
}
* html #copyright p{
    margin-bottom: 10px;
}
/* form items */
form {
	margin-top:0;
	margin-bottom:0;
}
textarea {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px;
	color:#999;
	height:127px;
	width:375px;
	background:#fafafa;
	border:1px #dadada solid;
	padding:2px;
}
input {
	background:#fafafa;
	width:375px;
	border:1px #dadada solid;
	color:#999;
	font-size:11px;
	padding:2px;
}
input:hover.button {
	color:#fafafa;
	background-color:#dadada;
	border:1px solid #999;
}
.button {
	background:#fafafa;
	color:#999;
	font-size:11px;
	font-weight: bold;
	padding:2px;
	margin:0;
	border:1px solid #dadada;
	width:385px;
}
.bio-pic {
	float: right;
	padding: 15px 22px 0 5px;
}
.capab a{position:relative;}/* set stacking context*/
.capab a span{
visibility:hidden;/* hide message initially*/
position:absolute;
/*float:right; 
margin: 0 65px 0 0; */
top:-50px;
left:450px;
width:250px; 
padding:5px;
background:#dadada;
color:#333;
border:2px inset blue;
}
.capab a:hover{visibility:visible}/* ie bug needed to make span show*/
.capab a:hover span{visibility:visible;}/* reveal image*/

.announcement {
padding:5px;
margin:3px; 
/* background:#dadada; */
background:#CC9966;
color:#333;
border:2px inset blue;
}
