@charset "UTF-8";
/* CSS Document */

body {
	background-color:#2f6796;
	font-family:Arial, Helvetica, sans-serif;
	color:#4d4d4d;
	margin:0px;
	/*behavior:url(js/csshover.htc);*/
	}
	
.logo
{
    	width: 545px;
    	float: left;
    	text-align: right;
    }
    .sociallinks
    {
        width: 353px;
        padding-right: 30px;
        padding-top: 30px;
        height: 16px;
        display: block;
        float: right;
        text-align: right;
    }
    .sociallinks img
    {
    	margin: 0px 3px 0px 3px;
    }
	
img.pngfix
{
	behavior:url(js/iepngfix.htc);
	border:0;
}

img.contact
{
	margin-left: 10px;
	margin-right: 10px;
}	
	
img {
	border:0;
}
	
*a {
	position:relative;
	}
	
a {
	color:#ed3433;
	text-decoration:none;
	}
	
a:hover {
	color:#ed3433;
	text-decoration:underline;
	}
	
h1 {
	margin:5px 0px 25px 0px;
	padding:0px;
	font-size:18px;
	color:#003876;
	letter-spacing:2px;
	font-weight:normal;
	}
	
h2 {
	margin:10px 0px 0px 0px;
	padding:0px;
	font-size:16px;
	color:#ed3433;
	font-weight:normal;
	}
	
h3 {
	margin:12px 0px 12px 0px;
	padding:0px;
	font-size:12px;
	color:#003876;
	font-weight:normal;
	}

ul
{
	margin: 2px 0px 2px 0px;
}
	
#container {
	width:928px;
	height:666px;
	background-image:url(../images/background.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	}
	
#logo {
	width:928px;
	height:45px;
	text-align:center;
	padding:9px 0px 0px 0px;
	}
	
#bottom {
	width:928px;
	height:33px;
	background-image:url(../images/background_bottom.png);
	behavior:url(js/iepngfix.htc);
	background-repeat:no-repeat;
	}
	
#footer {
	width:900px;
	color:#fff;
	font-size:9px;
	text-align:left;
	letter-spacing:1px;
	padding:0px 0px 20px 0px;
	}
	
#footer a {
	color:#fff;
	text-decoration:none;
	}
	
#footer a:hover {
	color:#fff;
	text-decoration:underline;
	}

.image_right {
	float:right;
	margin:0px 0px 25px 35px;
	}
	
.image_left {
	float:right;
	margin:0px 35px 25px 0px;
	}