@charset "utf-8";
/* CSS Document */


body{
margin: 0px;
background-image: url('images/cms/bg.jpg');
background-repeat: repeat-x;
background-color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
}

.clear{
clear:both;
position:relative;
}


.clear_left{
clear:left;
position:relative;
}

.clear_right{
clear:none;
position:relative;
}

.white_header{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #ffffff;
margin: 0px;
line-height: 14px;
font-weight: normal;
}


.grey_header{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #c0c0c0;
margin: 0px;
line-height: 14px;
font-weight: normal;
display:block;
border-bottom: 1px solid #c0c0c0;
padding-bottom: 5px;
}

a {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ff0000;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}


#wrapper{
width: 950px;
margin: 0 auto;
}

#header_links{
height: 37px;
margin: 0px;
background-color: transparent;
border-bottom: 1px solid #808080;
}

#header{
width: 950px;
height: 163px;
}

#nav{
float:left;
width: 214px;
padding: 20px 0px 20px 20px;
margin-right: 10px;
list-style:none!important;
list-style-image: none!important;

}


#nav a{
display:block;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
text-transform: uppercase;
padding: 5px;
border-bottom: 1px solid #808080;
text-decoration:none;
font-weight: bold
}

#nav a:hover{
background-color: #222222;
}

#news{
float:left;
width: 220px;
margin-right: 20px;
line-height: 14px;
margin-top: 20px;
}

#newsflash{
background-color: #666666;
padding: 3px;
}


#home_image{
float:left;
width: 220px;
margin-right: 20px;
margin-top: 20px;
}


#home_top{
float:left;
width: 480px;

}

p{
margin:0px;
padding: 0px;
}


ul{
margin:0px 0px 0px 30px;
padding: 0px;
list-style: none;
list-style-image: none;
}


#inside{
float:left;
width: 470px;
padding: 20px 5px 10px 5px;
}


#home_body{
width: 440px;
margin-top: 10px;
float:left
}


#further_links{
float:left;
width: 200px;
padding-left: 10px;
border-left: 1px dotted #4d4d4d;
margin-top: 20px;
}




#footer{
width: 100%;
background-image: url('images/cms/footer_bg.jpg');
background-repeat: repeat-x;
position:relative;
float:left;
min-height: 70px;
}

#footer_wrapper{
width: 950px;
margin: 100px auto 0 auto;
}

.footer_links{
float: left;
width: 210px;
margin-right: 20px;
}

a.white_link{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #c0c0c0;
line-height: 22px;
text-decoration: none;
}

a.white_link:hover{
text-decoration: underline;
}

#copyright{
display: block;
padding: 10px 0px 10px 0px;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
color: #ffffff;
border-bottom: 1px solid #c0c0c0;
border-top: 1px solid #c0c0c0;
margin-top: 20px;
margin-bottom: 20px;
}
