@charset "UTF-8";

body {
	font-size: 11px;
	color: #FCFCFC;
	font-family: Helvetica, sans-serif;
	letter-spacing: 1pt;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FCFCFC;
	text-transform: uppercase;
}
td,th {
	font-size: 11px;
	color: #333333;
	font-family: Helvetica, sans-serif;
}
h1 {
	font-family: Helvetica, sans-serif;
	margin:0px;
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-family: Helvetica, sans-serif;
	margin:0px;
	font-size: 15px;
	font-weight: bold;
}
h3 {
	font-family: Helvetica, sans-serif;
	margin:0px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
.grey15 {
	color: #E2E4EC;
	font-size: 15px;
}
.13 {
	font-size: 13px;
	margin-top: 0px;
}
a:link {
	text-decoration: none;
	color: #FCFCFC;
	opacity: .72;
	filter: Alpha(Opacity=72);
}
a:visited {
	text-decoration: none;
	color: #FCFCFC;
	opacity: .72;
	filter: Alpha(Opacity=72);
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	opacity: 1;
	filter: Alpha(Opacity=100);
}
a:active {
	text-decoration: none;
	color: #FCFCFC;
}
#frame {
	height: 81%;
	width: 94%;
	position: absolute;
	overflow: hidden;
	z-index: -10000;
	margin-top: 3%;
	margin-right: 3%;
	margin-left: 3%;
	background-color: #141414;
}
#header {
	width: 100%;
	z-index: 1000;
	top: -2px;
	position: absolute;
	left: -2px;
}
.content {
	position: absolute;
	height: auto;
	width: 100%;
	top: 25%;
}
.services {
	height: auto;
	width: 18%;
	float: left;
	margin-right: 2%;
}

#footer {
	width: 100%;
	height: 18px;
	position: absolute;
	z-index: 1000;
	bottom: -3px;
}
.menu {
	height: 10px;
	float: left;
	overflow: hidden;
	text-transform: uppercase;
	margin-right: 2%;
	font-size: 15px;
	font-weight: bold;
	margin-top: 6px;
}
.menu:hover {
	height: 10px;
	float: left;
	overflow: hidden;
	text-transform: uppercase;
	margin-right: 2%;
	font-size: 15px;
	font-weight: bold;
	margin-top: 3px;
}
.menu_blk {
	background-image: url(../images/1px.png);
	background-repeat: repeat;
	position: absolute;
	width: auto;
	right: 0px;
	font-size: 9px;
	bottom: 0px;
	padding: 5px;
}
.text {
	height: auto;
	width: 540px;
	float: left;
}
.teaser {
	height: auto;
	width: 23%;
	float: left;
	margin-right: 2%;
}
.column {
	float: left;
	width: 33%;
	margin-right: 2%;
	text-transform: none;
}
.textnone {
	height: auto;
	width: 540px;
	float: left;
	text-transform: none;
}
.input {
	border: 1px dotted #666666;
	background-color: #CCCCCC;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 11px;
	width: 207px;
	height: 13px;
}
.input:hover {
	border: 1px dotted #666666;
	background-color: #FFFFFF;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 11px;
	width: 207px;
	height: 13px;
}
#submit {
	color: #A29999;
	padding: 3px;
	margin-top: 3px;
	height: 11px;
	width: 90px;
	text-align: center;
	margin-left: 18px;
}
#submit:hover {
	color: #FFFFFF;
	padding: 3px;
	margin-top: 3px;
	height: 11px;
	width: 90px;
	text-align: center;
	margin-left: 18px;
	font-weight: bold;
	cursor: pointer;
}
#sub {
	font-size: 7px;
	color: #CCCCCC;
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 9px;
}
.noDecoration {
	text-transform: none;
}
