/* General Styles */

a:link,a:visited,a:active {
color:#575ac0;
text-decoration:underline;
font-weight:400;
}

a:hover {
color:#3bc220;
text-decoration:none;
font-weight:400;
}

a.copyright:link, a.copyright:visited, a.copyright:active {
color:#95c1cb;
text-decoration:none;
font-weight: normal;
}

a.copyright:hover {
color:#538c99;
text-decoration:none;
font-weight:normal;
}

img {
border:0;
vertical-align:top;
}

body,html {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
line-height:16px;
color:#000000;
text-align:center;
margin:0;
padding:0;
background: #c0eef9;
}

textarea,input {
color:#000000;
border:1px solid #95c1cb;
background:#ffffff;
vertical-align:middle;
margin:1px;
padding:2px;
}

select,option {
color:#000;
}

hr {
height:1px;
border:0 solid #ffffff;
background-color:#95c1cb;
color:#95c1cb;
border-color:#95c1cb;
}

div {
vertical-align:top;
text-align:left;
}

.clear {
clear:both;
font-size:0;
}

#wrapper {
width: 780px;
margin-left: auto;
margin-right: auto;
background: url(images/background.jpg) repeat-y center;
}

#footer {
background: url(images/footer.jpg) no-repeat bottom center;
}

#header {
background: url(images/header.jpg) no-repeat top center;
padding: 65px 15px 65px 15px;
min-height: 500px;
height: auto;
}

#top {
height: 73px;
position: relative;
}

.top {
width: 468px;
height: 60px;
position: absolute;
top: 0px;
right: 0px;
}

#navigation {
height: 50px;
}

#ticker {
background: #68ff45 url(images/ticker.jpg) repeat-y left;
color: #ffffff;
height: 30px;
line-height: 30px;
font-size: 14px;
padding: 0px 10px 0px 10px;
}

.column_left {
width: 300px;
float: left;
margin-bottom: 6px;
}

.column_right {
width: 444px;
float: right;
margin-bottom: 6px;
}

h1 {
font-size: 14px;
font-weight: normal;
margin: 0px;
padding: 0px;
height: 30px;
line-height: 30px;
}

h2, h3 {
font-size: 14px;
font-weight: normal;
color: #ffffff;
margin: 6px 0px 6px 0px;
padding: 0px 10px 0px 10px;
height: 24px;
line-height: 24px;
}

h2 {
background: #3db3d0;
}

h3 {
background: #3db3d0;
}

.footer {
text-align: center;
height: 30px;
line-height: 30px;
border-top: 2px solid #95c1cb;
padding-top: 6px;
color: #95c1cb;
}

.footer_copy {
width: 300px;
float: left;
line-height: 16px;
}

.footer_nav {
width: 440px;
float: right;
font-size: 14px;
text-align: right;
}

.footer_nav a {
color: #95c1cb;
font-size: 14px;
line-height: 32px;
text-decoration: none;
text-transform: lowercase;
padding-left: 15px;
}

.footer_nav a:hover {
color: #538c99;
}


