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

/* RESET some sensible defaults */

strong { font-weight: bold; }
em { font-style: italic; }
ol, ul, li { list-style:none; }

* a { position:relative; } /* Gets links displaying over a PNG background */
a { outline:none; } /* Gets rid of Firefox's dotted borders */
a img { border:none; } /* Gets rid of IE's blue borders */
body {margin: 0; padding:0;}
p {margin:0; padding:0;}

/* ---------------------------------- */
body {background:#FFFFFF; margin:0;}

#banner {width:100%; height:380px; margin:0; background:url(../images/bg_banner.jpg) repeat-x top; padding-bottom:1px;}
#wrapper {width:700px; height:100%; margin: -52px auto;}
h1.header { width:696px; height:251px; position:relative; margin:0 auto; font-size:1px; color:#004E90;}
h1.header span {background:url(../images/header.jpg) no-repeat top; position:absolute; width:100%; height:100%; margin-top:79px;}
#content {width: 413px; height: 100%; position:relative; margin-top:2px;}
#content p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	line-height:20px;
	padding-left:10px;
}
h2.title {width: 363px; height: 41px; position: relative; color:#fffff7; font-size:1px;}
h2.title span { background:url(../images/title.jpg) no-repeat top; position:absolute; width:100%; height:100%;}
#sidebar {width:224px; height:100%; float:right; background:url(../images/bg_sidebar.jpg) repeat-y; padding-bottom:125px; margin-top:10px;}
#sidebar p{
	color:#004E90;
	font-size:15px;
	padding: 0 10px 0 18px;
	line-height:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#address {
	width: 413px;
	height:100%;
	margin: 30px 0 0 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:10px;
	line-height:15px;
}
#address a{height:80px; width:80px; float:right;   color:#FFFFFF; font-size:1px;}
#address a span {background:url(../images/Button3.gif) no-repeat; position:absolute; width:100%; height:100%; margin-top:-10px;}
#address a:hover span {background:url(../images/Button4.gif) no-repeat; position:absolute; width:100%; height:100%; margin-top:-10px;}