@charset "UTF-8";
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	
	font-family:arial,sans-serif;
	font-size: 10px;
}

h1 {
	font-family:arial,sans-serif;
	font-weight:normal;
	font-size:16px;
}

h2 {
	font-family:arial,sans-serif;
	font-weight:bold;
	font-size:14px;
}

h3 {
	font-family:arial,sans-serif;
	font-weight:normal;
	font-size:10px;
}

A:LINK {
	color: #FFF;
	text-decoration: underline;
}

A:VISITED {
	color: #FFF;
	text-decoration: underline;
}

A:HOVER {
	color: #FFF;
	text-decoration: none;
}

div#footer A:LINK {
	color: #CCC;
	text-decoration: none;
}

div#footer A:VISITED {
	color: #CCC;
	text-decoration: none;
}

div#footer A:HOVER {
	color: #CCC;
	text-decoration: underline;
}

td#newsMenu A:LINK {
	color: #FFF;
	text-decoration: none;
}

td#newsMenu A:VISITED {
	color: #FFF;
	text-decoration: none;
}

td#newsMenu A:HOVER {
	color: #999;
	text-decoration: none;
}

div#container {
	position:relative; /* needed for footer positioning*/
	left:50%;
	margin-left: -304px;
	width:608px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	
}

div#header {
	height: 60px;
	padding-left: 4px;
	padding-right: 4px;
}

div#topmenu {
	height: 50px;
	padding: 4px;
}

div#spacer {
	height: 5px;
}

div#banner {
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	/*background-color:#FFF;*/
}

div#content {
	padding-bottom: 90px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	background-image: url(../img/footer_bg.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=.'./img/footer_bg.png',sizingMethod='crop');
	background-repeat: no-repeat;
	background-position: center top;
	/*background-color:#FFF;*/
	font-size: 11px;
	line-height: 140%;
}

div#footer {
	position:absolute;
	width:600px;
	height: 75px;
	bottom:0; /* stick to bottom */
	padding-left: 4px;
	padding-right: 4px;
	background-image: url(../img/footer2_bg.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=.'./img/footer2_bg.png',sizingMethod='crop');
	background-position: center;
	background-repeat: no-repeat;
}

div#menu {
	position: fixed;
	top: 60px;
	right: 0px;
	width: 170px;
	height: 320px;	
}

div#legalMenu {
	position: fixed;
	bottom: 30px;
	right: 0px;
	width: 150px;
}

div#testimonialsMenu {
	position: fixed;
	top: 125px;
	left: 50%;
	margin-left: 310px;
	width: 150px;
	height: 250px;
}

div#logoMenu {
	position: fixed;
	top: 25px;
	left: 50%;
	margin-left: -468px;
	width: 150px;
	height: 140px;
}

table#signupfield input {
	border: 1px solid #000;
	height: 14px;
	width: 200px;
	font-size: 11px;
}

table#signupfield select {
	border: 1px solid #000;
	height: 18px;
	width: 202px;
	font-size: 11px;
}

table#passhelp input {
	border: 1px solid #000;
	height: 14px;
	width: 100%;
	font-size: 11px;
}

td#ext_link {
	background-image: url(../img/ext_link.jpg);
	height: 17px;
	width: 71px;	
}

td#ext_text {
	font-size: 11px;
	color: #C1C1C1;
}

td#ext_link A:LINK {
	color:#C1C1C1;
	font-size:10px;
	text-decoration: none;
}

td#ext_link A:VISITED {
	color:#C1C1C1;
	font-size:10px;
	text-decoration: none;
}

td#ext_link A:HOVER {
	color:#333;
	font-size:10px;
	text-decoration: none;
}

.headLine {
	background-image: url(../img/headLine.png);
	background-position:bottom;
	background-repeat:no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=.'./img/headLine.png',sizingMethod='crop');
}

.newsHead {
	font-family:arial,sans-serif;
	font-weight:bold;
	font-size:16px;
}

.newsDate {
	font-family:arial,sans-serif;
	font-weight:normal;
	font-size:10px;
}

.newsletter_input {
	font-family:arial,sans-serif;
	font-size: 10px;
	color: #CCC;
	height: 14px;
	width: 80px;
	background-color: #000;
	border: 1px solid #333;
}

.newsletter_submit {
	font-family:arial,sans-serif;
	font-size: 10px;
	color: #CCC;
	height: 18px;
	width: 18px;
	background-color: #111;
	border: 1px solid #333;
	cursor: pointer;
}

td#newsSum A:LINK {
	text-decoration: underlined;
}

td#newsSum A:VISITED {
	text-decoration: underlined;
}

td#newsSum A:HOVER {
	text-decoration: none;
}