﻿

/*     TAGS & COLORS     */



a {
	color:#005773;
	text-decoration:none;
}

a:hover {
	color:#e68e00;
}

h1, h2 {
	color:#3684a1;
}

h6 {
	font-size:8px;
	color:#2d6285;
}



/*     ELEMENTS     */



#nav a:hover {
	color:#3797f8;
	background-color:#17171a;
}

#logo_bg {
	background:transparent url(../img/blue/logo_bg.jpg) no-repeat right top;
	width:289px;
	height:114px;
	position:absolute;
	margin-left:641px;
	top:0;
}

#header {
	background:#3684a1 url(../img/blue/header_bg.jpg) repeat-x center top;
	height:210px;
	padding-bottom:40px;
}

#mainheader {
	background:transparent url(../img/blue/header.jpg) no-repeat left bottom;
	width:1000px;
	height:250px;
}

#footer {
	background:#4e7ab9 url(../img/blue/footer_bg.jpg) repeat-x center top;
	height:100%;
	padding-bottom:15px;
}

#mainfooter {
	background:transparent url(../img/blue/footer_main.jpg) no-repeat left top;
	width:565px;
	height:290px;
	margin:0 0 0 42px;
}



/*     CONTACT FORM     */



.form input:hover, textarea:hover {
	border-color:#346dba;
	background:#fff;
}

#button:hover {
	background:#f5fcff;
}