@font-face {
    font-family: "LiberationSans";
    src: url(/LiberationSans-Regular.ttf) format("truetype");
}
@font-face {
    font-family: "LiberationSans";
    font-weight: bold;
    src: url(/LiberationSans-Bold.ttf) format("truetype");
}

* {
    font-family: 'LiberationSans', Arial;
    font-size: 14px;
}

.text {
    line-height: 1.75;
}

body, html {
	background-color: #ffffff;
    height: 100%;
	margin: 0px;
	text-align: center;
    color: #555;
    
	background: #FFF url('/images/design/bg.jpg') repeat-x;
}

* b *, b {
    font-size: 13px;
}

.table-striped tbody tr:nth-child(2n+1) td, .table-striped tbody tr:nth-child(2n+1) th { 
    background-color: #F2F2F2;
 }

table th {
    font-size: 13px;
}

.header_bg_left{
	background-color: #174a6b;
    
    height: 177px;
    width: 51%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.header_bg_right {
	background-color: #206a9b;
    
    height: 177px;
    width: 51%;
    position: absolute;
    top: 0px;
    right: 0px;
}

.header {
    height: 175px;
    width: 100%;
    position: absolute;
    top: 0px;
    border-bottom: 2px solid #333;
}

.header_bg2 {
	background-image: url('/images/design/header.png');
	background-position: top center;
	background-repeat: no-repeat;
    
    height: 175px;
    width: 1004px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid #333;
}

.header_main {
    height: 177px;
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
}

.header_main ul {
    position: relative;
	font: bold 13px 'LiberationSans';
	color: #FFF;
	list-style: none;
	margin: 0;
/*	margin-top: 149px;*/
    padding: 0;
	float: right;
    opacity: 0.60;       /* modern browser */  
    -moz-opacity: 0.60;  /* older Mozilla browser */  
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* IE8 in Standard Compliant Mode */  
    filter:alpha(opacity=60); /* IE5.x -7.0 */
}

.header_main li {
	display: inline;
}

.header_main li a {
	float: left;
	display: block;
	padding: 5px 15px;
	margin-left: 1px;
	color: #FFF;
	background-color: #333;
	text-decoration: none;
	font: bold 13px 'LiberationSans';
}

.header_main li a:hover {
	background: #329ed6;
	color: #FFF;
}

.header_main .admin li a {
	color: #FFF;
	background: #005a92;
    border: 1px solid #107ca4;
	margin-left: 0px;
}

.header_main .admin li a:hover {
	background: #329ed6;
	color: #FFF;
}

.content {
    margin-left: auto;
    margin-right: auto;
    padding-top: 200px;
    padding-bottom: 130px;
    text-align: left;
}

.no_footer {
    min-height: 100%;
    width: 100%;
    padding-bottom: -180px;
}

.footer_bg {
    background-image: url('/images/design/footer.png');
	background-position: top;
	background-repeat: repeat-x;
    height: 100px;
    width: 1004px;
    margin-left: auto;
    margin-right: auto;
}

.footer {
    background-image: url('/images/design/footer.png');
	background-position: top;
	background-repeat: repeat-x;
    
    clear: both;
    height: 100px;
    width: 100%;
    margin-top: -100px;
}

.footer_main {
    width: 940px;
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
    
    text-align: left;
    font-size: 13px;
}

h1, h2, h3, h4 {
    margin-top: 0px;
    color: #005a92;
}
.headline_hr {
    margin-top: -8px;
    border: none;
    height: 2px;
    background-color: #C9E0ED;
}

.headline2_hr {
    margin-top: -6px;
    height: 1px;
    background-color: #C9E0ED;
    margin-bottom: 10px;
}

.headline3_hr {
    margin-top: -6px;
    height: 1px;
    background-color: #C9E0ED;
    margin-bottom: 5px;
}

.headline4_hr {
    margin-top: -3px;
    height: 1px;
    background-color: #C9E0ED;
    margin-bottom: 5px;
}

input {
    height: auto;
}
