/*
-------------------------------------------------
Copyright 2009 RAGE Software, www.ragesw.com

Fore more templates visit:
http://www.ragesw.com/templates.php

This template may be used by the purchasing party only.
You may not resell or redistribute this template in any
way shape or form. See the included
terms and conditions read me included with the
downloaded template for more information.
-------------------------------------------------
*/

body {
	background: #00578d url(../images/bodybg.gif) repeat-x top;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#wrap {
	width: 766px;
	background: #fff url(../images/wrap-bg.gif) repeat-y top;
	margin: 30px auto 0 auto;
	border: 1px solid #2c2c2c;
}
#header {
	background: url(../images/header-bg.gif) no-repeat top;
	margin: 4px 4px 0 4px;
	height: 116px;
	width: 756px;
}

#header h3 {
	font-size: 150%;
	color: #fff;
	padding: 30px 0 0 30px;
	margin: 0;
}
#main-body {
	width: 756px;
	padding: 0 0 0 0;
	margin: 0 4px 0 4px;
	background: url(../images/contentbg.gif) repeat-x top;
}
/* ----- =nav ------*/
#nav {
	width: 756px;
	height: 35px;
	background: url(../images/navbg.gif) repeat-x top;
	margin: 0 4px 0 4px;
	padding: 0;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	border-left: 1px #abdcfb solid;
	border-right: 1px #1a95e3 solid;
	list-style-type: none;
	height: 100%;
}
#nav li a {
	padding: 10px 15px 8px 15px;
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#nav li a:hover {
	color: #fff;
}
#content {
	float: left;
	width: 500px;
	background: none;
	padding: 25px 10px 30px 10px;
}
/* ----- =subnav ------*/
#subnav {
	width: 172px;
	float: right;
	margin: 0;
	padding: 20px 0 0 0;
	background: url(../images/ul-bg.gif) repeat-x top;

}
#subnav li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#subnav li a {
	color: #555;
	background: url(../images/li-bg.gif) repeat-y;	font-size: 90%;
	padding: 6px 0 6px 10px;
	display: block;
	height: 15px;
	text-decoration: none;
	margin: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #b9b9b9;
}
#subnav li a:hover {
	background: url(../images/subnav-hover.gif) repeat-y;
}
.clearfix {
	clear: both;
}
#subnav h2 {
	color: #555;
	text-transform: uppercase;
	background: url(../images/subheader.gif) repeat-x top;
	font-size: 110%;
	padding: 3px;
	margin: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #b9b9b9;
}
p {
	line-height: 1.5em;
}
h1 {
	color: #2aacff;
	font-size: 140%;
	font-family: Helvetica,Arial, sans-serif;
	font-weight: bold;
	padding-bottom: 6px;
	letter-spacing: .7px;
	border-bottom: 1px #686868 solid;
	margin: 0;
}
h2 {
	color: #2aacff;
	font-size: 120%;
	font-family: Helvetica,Arial, sans-serif;
	margin: 0;
}
h3.logo {
	color: #fff;
	font-size: 130%;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	margin: 0;
	padding: 0;
	top: 60px;
	left: 30px;
}
#footer {
	background: url(../images/footer-bg.gif) no-repeat bottom;
	text-align: center;
	padding: 20px;
}
