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

body {
background:#000000 url(../images/BG_site.jpg) center top no-repeat;
color:#e5e5e5;
font-family:Calibri, Arial, Helvetica, sans-serif;
font-size:small;
margin:0;
padding:0;
}

h1 {
font-family:Georgia, "Times New Roman", Times, serif;
padding:10px;
margin:2px 0px 8px 0px;
font-weight:normal;
font-size:180%;
color:#EEEEEE;
}

p {
padding:10px;
}

#navigation {
width:100%;
height:50px;
text-align:center;
}

#navigation ul {
float:left;
list-style:none;
width:100%;
}

#navigation {
width:100%;
height:50px;
text-align:center;
background-image:url(../images/BG_navigation_red.png);
background-repeat:no-repeat;
background-position:top left;
margin:0px;
padding:0px;
}

#navigation ul {
float:left;
list-style:none;
width:100%;
}

#navigation li {
float:left;
list-style:none;
display:block;
margin:-14px 20px 0px 65px;
padding:16px 20px;
}
#navigation li:hover {
float:left;
list-style:none;
display:block;
margin:-14px 20px 0px 65px;
padding:16px 20px;
background-color:#990000;
background-image:url(../images/BG_nav_off.jpg);
background-repeat:repeat-x;
background-position:top left;
}

#navigation a {
font-size:120%;
text-decoration:none;
color:#FFFFFF;
font-weight:bold;
font-family:Georgia, "Times New Roman", Times, serif;
}

#navigation a:hover {
font-size:120%;
text-decoration:underline;
color:#FFFFFF;
font-weight:bold;
font-family:Georgia, "Times New Roman", Times, serif;
}

#navigation a {
font-size:120%;
text-decoration:none;
color:#FFFFFF;
font-weight:bold;
font-family:Georgia, "Times New Roman", Times, serif;
}

#navigation a:hover {
font-size:120%;
text-decoration:underline;
color:#FFFFFF;
font-weight:bold;
font-family:Georgia, "Times New Roman", Times, serif;
}

#banner_index {
background:url(../images/BG_indexBanner.png) center top no-repeat;
margin-top:20px;
width:100%;
}

#container {
width:1000px;
}

#containerNav {
width:1000px;
text-align:center;
}

#banner {
width:1000px;
}

#featurette {
width:1000px;
}

#featurette ul{
float:left;
list-style:none;
width:1000px;
}

#featurette li{
float:left;
list-style:none;
display:block;
}

#featurette img {
padding:5px;
margin-top:30px;
}

#footer {
width:1000px;
text-align:center;
color:#999999;
font-size:75%;
}

#footer ul{
float:left;
list-style:none;
width:1000px;
}

#footer li{
float:left;
list-style:none;
display:block;
}

#footer a {
padding:6px 15px 12px 15px;
margin-top:30px;
color:#c5d6e8;
text-decoration:none;
}

#footer a:hover {
padding:6px 15px 12px 15px;
margin-top:30px;
color:#e1ebf5;
text-decoration:underline;
}

.left {
float:left;
}

.right {
float:right;
}

.center {
margin-left:275px;
margin-top:-20px;
z-index:10;
position:absolute;
}
