/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
}
body {
	background: #ffffff;
	font-family: Helvetica, Verdana, Tahoma, Arial;
	color: #000000;
	font-size: 12px;
}
img, a img {
	border: none;
}
a {
	color: #51C9FD;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/*h1, h2, h3, h4, h5, h6, p, table, ul {
	margin: 0;
	padding: 0;
}*/
#top-outer {
	background: #ffffff url(images/top-bg_01.jpg) left top repeat-x;
	height: 351px;
	width: 100%;
	text-align: center;
}
#top-inner {
	background: transparent url(images/top-banner_01.jpg) center top no-repeat;
	height: 351px;
	text-align: left;
	width: 1024px;
	margin: 0 auto;
}
#logo {
	padding: 0 0 0 63px;
	float: left;
        height: 351px;
}
#tagline {
	float: right;
	width: 270px;
	text-align: right;
	padding: 70px 180px 0 0;
}
#tagline h1 {
	font-size: 24px;
	font-weight: normal;
	border: none;
	text-transform: none;
}
#middle-outer {
	background: #ffffff url(images/content-bg_01.gif) center top repeat-y;
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	clear: both;
}
#middle-inner {
	background: transparent url(images/content-top_01.gif) center top no-repeat;
	text-align: left;
	width: 1024px;
	margin: 0;
	clear: both;
        padding-bottom: 20px;
}
#bottom-outer {
	background: #ececec url(images/footer-bg_01.jpg) left top repeat-x;
	width: 100%;
	text-align: center;
	height: 70px;
	margin: 0;
	padding: 0;
	clear: both;
}
#bottom-inner p {
	margin: 0;
	padding: 15px 0 0 0;
	color: #ffffff;
}
#bottom-inner p a {
	color: #51C9FD;
	font-size: 11px;
}
#nav {
	float: right;
	width: 250px;
	padding: 5px 164px 0 0;
}

#content {
	width: 410px;
	float: left;
	padding: 0 0 0 163px;
}

h1, h2 {
	font-weight: bold;
	font-family: Tahoma, Helvetica, Verdana, Tahoma, Arial;
	text-transform: uppercase;
}
h3 {
	font-family: Tahoma, Helvetica, Verdana, Tahoma, Arial;
	text-transform: uppercase;
}
h1 {
	font-size: 18px;
	color: #195670;
	border-bottom: 1px solid #51C9FD;
        margin-top: 0px;
        padding-top: 15px;
}
h2 {
	font-size: 14px;
	color: #1B851B;
}
h3 {
	font-size: 14px;
	font-weight: normal;
	color: #195670;
	border-bottom: 1px solid #1b851b;
}
h4, h5, h6 {
	font-family: Tahoma, Helvetica, Verdana, Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
}
#nav h2 {
	color: #ffffff;
	font-family: Tahoma, Helvetica, Verdana, Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #ffffff;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav ul li a {
	font-family: Tahoma, Helvetica, Verdana, Tahoma, Arial;
	color: #195670;
	font-weight: bold;
	font-size: 12px;
}
#nav ul li a:hover {
	text-decoration: none;
	color: #51C9FD;
}
#nav ul li ul {
        padding-bottom: 10px;
}
#nav ul li ul li ul {
        display: none;
}
#nav ul li ul li.current_page_item ul, #nav ul li ul li.current_page_parent ul {
        display: block;
        padding-left: 10px;
        padding-bottom: 0px;
}
#nav ul li ul li.current_page_item ul li a{
        font-weight: normal;
        text-decoration: none;
        color: #51C9FD;
}
#nav ul li ul li.current_page_parent ul li a:hover, #nav ul li ul li.current_page_parent ul li.current_page_item a{
        font-weight: normal;
        text-decoration: none;
        color: #1b851b;
}
#nav ul li.current_page_item a, #nav ul li.current_page_item a:hover, #nav ul li.current_page_parent a {
	text-decoration: underline;
	color: #51C9FD;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
.rates {
    background: #ffffff;
    border-collapse: collapse;
    border: 1px solid #1B851B;
}
.rates td {
    border: 1px solid #1B851B;
    width: 30%;
    padding: 5px 5px;
}
