@charset "utf-8";
/* CSS Document */
body {
	background-color: #CCC
}
img{
	border:none;
	display:block;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
.main{
	overflow:hidden;
	width:998px;
	margin:0 auto;
	background:url('images/website_graphics/header.gif') no-repeat 0 0;
	font-size:13px;
}
/*header*/
.header{
    position:relative;
	overflow:hidden;
	width:1028px;
	height:94px;
	background:url(images/website_graphics/header.gif) no-repeat 0 0;
}
div.logotype{
	overflow:hidden;
	padding:27px 0 0 53px;
}
div.logotype h1 a{
	float:left;
	overflow:hidden;
	background:url('images/website_graphics/logo.gif') no-repeat 0 0;
	width:249px;
	height:58px;
	text-indent:-9999px;
}
.content_holder{
	overflow:hidden;
	width:1022px;
	padding-top:31px;
}
/*search background: url(images/website_graphics/form1.png);
*/
.header-search{
position:absolute;
border:none;
top: 38px;
left: 800px;
width: 185px;
height: 24px;
display:inline;
}
div.menu_search{
	overflow:hidden;
	width:1022px;
}
div.menu_search div.search{
	float:left;
	padding:2px 0 0 17px;
}
div.header-search div.form{
    background:url('images/website_graphics/form6.png') no-repeat 0 0;
	position:relative;
	width:195px;
    margin: 2px auto; 
    padding: 2px;
	top:3px;
    left:3px;
	height:27px;
	color:#FFF
	}
div.header-search input.field{
	float:left;
	background:none;
	border:none;
	width:155px;
	padding:2px 0 0 10px;
	font:12px Arial,Tahoma,sans-serif;
	color:#0a7285;
	position:relative;
}
div.header-search input.submit{
	float:left;
	background:url(images/go.gif) no-repeat 0 0;
	border:none;
	display:inline;
	width:16px;
	height:13px;
	padding:0;
	margin:3px 0 0 3px;
	cursor:pointer;
}
div.main div.content_holder div.content div.left_column div.post ul li div.li_cont div.paragraph ul {
list-style-type: disc !important;
list-style-position: inside !important;
padding: 0 0 0 10px !important;
margin: 0 !important;
width: 580px !important;
overflow: visible !important;

}

div.main div.content_holder div.content div.left_column div.post ul li div.li_cont div.paragraph ul li {
padding: 10px 0 0 0 !important;
width: 100% !important;
}
.back{
height: 70px;
width: 70px;
-moz-border-radius: 6px;
border-radius: 6px;
float: right;
} 
.header-title{
position: absolute;
margin-top: 68px;
left: 846px;
width: 75px;
height: 18px;
}
.header-title2{
position: absolute;
top: 68px;
left: 932px;
width: 85px;
height: 18px;
}
.header-title3{
position: absolute;
top: 68px;
left: 775px;
width: 55px;
height: 18px;
}
.header-title4{
position: absolute;
top: 32px;
left: 802px;
width: 55px;
height: 14px;
font: Verdana, Geneva, sans-serif;
font-size: 10px;
color: #0180C6;
font-weight: bold;
}
.header-title5{
position: absolute;
top: 0px;
left: 0px;
width: 313px;
height: 93px;
}
.header-title6{
position: absolute;
margin-top: 28px;
left: 359px;
width: 595px;
height: 218px;
}

.skyline {
    width: 1028px; 
	padding: 0;
    position: relative;
	background-color:#000;
    z-index: 999;
	}
div.movline {
    width: 1028px; 
	padding: 0;
    position: relative;
	background-color:#000;
    z-index: -1;
	}
  #skyline li {
    margin: 0; 
	padding: 0; 
	list-style: none;
    position: absolute; 
	top: 0;
	}
  #skyline li, #skyline a {
    height: 200px; 
	display: block;
	}
.radbutton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b31616), color-stop(1, #732e3a));
	background:-moz-linear-gradient(top, #b31616 5%, #732e3a 100%);
	background:-webkit-linear-gradient(top, #b31616 5%, #732e3a 100%);
	background:-o-linear-gradient(top, #b31616 5%, #732e3a 100%);
	background:-ms-linear-gradient(top, #b31616 5%, #732e3a 100%);
	background:linear-gradient(to bottom, #b31616 5%, #732e3a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b31616', endColorstr='#732e3a',GradientType=0);
	background-color:#b31616;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:6px solid #ff0303;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	padding:6px 76px;
	text-decoration:none;
	text-shadow:0px 2px 1px #8a506a;
}
.radbutton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #732e3a), color-stop(1, #b31616));
	background:-moz-linear-gradient(top, #732e3a 5%, #b31616 100%);
	background:-webkit-linear-gradient(top, #732e3a 5%, #b31616 100%);
	background:-o-linear-gradient(top, #732e3a 5%, #b31616 100%);
	background:-ms-linear-gradient(top, #732e3a 5%, #b31616 100%);
	background:linear-gradient(to bottom, #732e3a 5%, #b31616 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#732e3a', endColorstr='#b31616',GradientType=0);
	background-color:#732e3a;
}
.radbutton:active {
	position:relative;
	top:1px;
}
