html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


* {
margin: 0;
}
   
html,body {
font-family:Trebuchet MS;
color:#444;
text-decoration:none;
background-color:#4db5e0;
margin:0;
padding:0;

}

#container {
width:550px;
margin: 20px auto auto 400px;
}

#header {
padding:10px;
background-image:url('img/top.png');
background-repeat:no-repeat;
}

#navagation {
float: left;
background: #eee;
text-align: center;
width: 100%;
}

ul {
width:550px;
list-style:none;
margin:0 auto;
}

ul li {
font:.9em "Gill Sans MT", "Gill Sans", Trebuchet, Helvetica, Arial, sans-serif;
text-transform:uppercase;
position:relative;
float:left;
line-height:25px;
letter-spacing:.1em;
width: 110px;

}

ul li a {
text-decoration:none;
color:#ed1c24;
display:block;
line-height:20px;
margin:0;
padding:5px;
}

li ul {
position:absolute;
top:30px;
opacity:0;
display:none;
width: 165px;
}

ul li a:hover {
display:block;
color: #fff;
background-color: #4db5e0;	
}

li:hover ul {
opacity:1;
display:block;
}

ul li ul li a {
text-decoration:none;
text-align:left;
line-height:20px;
color:#ed1c24;
background:#fff;
width:200%;
display:block;
margin:0 2px;	
}

ul li ul li a:hover
{
color: #fff;
background-color: #4db5e0;
}

#logo {
width:351px;
height:280px;
float: left;
position: absolute;
background-image:url('img/logo.png');
background-repeat:no-repeat;
top: 50px;
right: 140px;
left: 100px;
}

#content {
clear:left;
padding:20px 15px 0 40px;
background:#fff;
}

#content h2 {
color:#000;
font-size:160%;
margin:0 0 .5em;
}

#footer {
height: 20px;
background-image:url('img/bottom.png');
background-repeat:no-repeat;
}

h6 {
font-size:.9em;
font-weight: bold;
border-top:3px solid #ed1c24;
margin-top:10px;
width:97%;
padding:4px 0 0 0;
text-align: center;
}

h1 {
color:#1f1a1f;
font:1.8em "Gill Sans MT", "Gill Sans", Trebuchet, Helvetica, Arial, sans-serif;
line-height:1.2em;
text-transform:uppercase;
border-bottom:3px solid #ed1c24;
margin-bottom:10px;
width:97%;
padding:0 0 3px;
}

h2 {
color:#1f1a1f;
font:1.6em "Gill Sans MT", "Gill Sans", Trebuchet, Helvetica, Arial, sans-serif;
line-height:1.2em;
text-transform:uppercase;
border-bottom:3px solid #ed1c24;
margin-bottom:10px;
width:97%;
padding:0 0 2px;
}

h3 {
color:#1f1a1f;
font:1.5em "Gill Sans MT", "Gill Sans", Trebuchet, Helvetica, Arial, sans-serif;
text-transform:uppercase;
font-size:1.6em;
padding:0 0 3px;
}

h3 a {
color:#017dc3;
text-decoration:none;
}

h3 a:hover {
color:#017dc3;
text-decoration:underline;
}

h4 {
color:#1f1a1f;
font:1.5em "Gill Sans MT", "Gill Sans", Trebuchet, Helvetica, Arial, sans-serif;
text-transform:uppercase;
font-size:1.2em;
margin-bottom:10px;
}

h4 a {
color:#333;
}

h4 a:hover {
color:#017dc3;
}

p {
font-family:Trebuchet MS;
color:#444;
text-decoration:none;
word-spacing:normal;
text-align:left;
letter-spacing:0;
line-height:1.6em;
font-size:.9em;
padding-bottom: 10px;
}

#content ul li {
font-family:Trebuchet MS;
word-spacing:normal;
letter-spacing:0;
line-height:1.6em;
font-size:.9em;
text-align:left;
margin:0 auto;
padding:0 0 10px;
}

p a {
line-height:1.6em;
font-weight:300;
color:#017dc3;
text-decoration:none;
}

p a:hover {
line-height:1.6em;
font-weight:300;
color:#017dc3;
text-decoration:underline;
}


