@charset "utf-8";
/* CSS Document */

body {
	background-color:#000;
	background-image:url(../images/backgrounds/main.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin:0px;
	color:#FFF;
	text-align:left;
}

a:hover, a:active {
	text-decoration: underline;
}

a {
	/* get rid of link outlines in firefox */
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
	color:#85A0B3;
	text-decoration:none;
}

p{
	font-size:110%;
	color:#B3B8BC;
	margin-top:10px;
}

h1{
	font-size:200%;
	margin-top:10px;
	margin-bottom:10px;
}
a.none_white{
	color:#FFF;
	text-decoration:none;
}
a:hover.none_white{
	color:#85A0B3;
	text-decoration:none;
}
h2{
	font-size:180%;
	margin-top:10px;
	margin-bottom:0px;
	font-style:italic;
}

h3{
	font-size:160%;
	margin-top:10px;
	margin-bottom:10px;
	font-style:italic;
}

h4{
	font-size:140%;
	margin-top:20px;
	margin-bottom:0px;
}
ul{
	font-size:120%;
	line-height:150%;
	margin-left:0px;
	padding-left:20px;
}

#wrapper {
	width:1024px;
	margin:auto;
}

#navbar {
	height:50px;
	background-image:url(../images/backgrounds/navbar_background.png);
	background-repeat:repeat-y;
	background-position:center;
	font-size:14px;
}
#banner {
	height:125px;
	text-align:right;
}

.banner_h1 {
	text-align:right;
	color:#FFF;
	font-size:200%;
	font-style:italic;
	margin-right:20px;
	margin-top:0px;
	margin-bottom:5px;
}

#banner h3 {
	text-align:right;
	color:#FFF;
	font-size:150%;
	font-weight:100;
	font-style:normal;
	font-style:italic;
	margin-right:20px;
	margin-bottom:0px;
	margin-top:10px;
}

#header {
	padding:10px;
	background-image:url(../images/backgrounds/white_80.png);
	background-repeat:repeat;
}


#main_content {
	width:1004px;
	padding:10px;
	background-image:url(../images/backgrounds/black_80.png);
	background-repeat:repeat;
	margin:auto;
	padding-top:20px;
}

#uvp {
	float:right;
	margin-top:24px;
	margin-bottom:0px;
}
#footer{
	background-image:url(../images/backgrounds/footer.jpg);
	height:200px;
	padding:10px;
	padding-top:20px;
}
.sep_large {
	height:6px;
	background-color:#85A0B3;
	width:auto;
	clear:both;
}
.menu{
	background-image:url(../images/backgrounds/menu_background.png);
	background-repeat:repeat-x;
	margin-right:10px;
	text-align:center;
	height:30px;
	font-style:italic;
	font-weight:bold;
	font-size:16px;
	padding-top:10px;
	padding-right:10px;
	padding-left:10px;
	margin-left:330px;
}
.left_146_col {
	width:146px;
	margin-right:10px;
	float:left;
}
.left_302_col {
	width:302px;
	margin-right:10px;
	float:left;
}

.left_380_col {
	width:380px;
	float:left;
}
.left_692_col {
	width:692px;
	float:left;
}

.clear {
	clear:both;
}
.clear_left{
	clear:left;
}
.service{
	height:145px;
	margin-bottom:10px;
}
.service_large{
	height:auto;
	margin-bottom:10px;
}
.space_right{
	margin-right:10px;
	float:left;
}
.float_right{
	float:right;
	text-align:left;
}
.float_left{
	float:left;
	text-align:left;
}
.float_left_text{
	float:left;
	text-align:left;
	width:75%;
}
.float_left_text{
	float:left;
	text-align:left;
	width:75%;
}
.float_left_text_large{
	float:left;
	text-align:left;
	width:615px;
}
.copyright{
	line-height:25px;
}

.text_medium{
	font-size:120%;
}
.construction_tape{
	width:100%;
	height:12px;
	background-image:url(../images/graphics/constructio_tape.png);
	background-repeat:repeat-x;
	margin-bottom:10px;
	margin-top:30px;
}
.block{
	display:block;
}
.blue{
	color:#85A0B3;
	padding-bottom:20px;
	padding-bottom:20px;
}
