/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/background2.jpg) repeat-x;
	font: normal small Arial, Helvetica, sans-serif;
	color:#999999;
	
}

form {
}

fieldset {
	border: none;
}

legend {
	display: none;
}

h1, h2, h3 {
	margin: 0;
	color:#000066;
}

h2 {
	margin-bottom: .5em;
	font-size: 1.8em;
}

h3 {
	margin-bottom: 1em;
	font-size: 2em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.4em;
}

p {
}

blockquote {
}

ul {
	margin-left: 2em;
	list-style: square;
}

ul li {
}

ol {
	margin-left: 2em;
	list-style: lower-roman;
}

ol li {
}

a {
	color:#333333;
}

a:hover {
	text-decoration: none;
	color:#0066CC;
}

img {
	border: none;
}

/* Boxed Style */

.boxed {
	margin-bottom: .5em;
	background: #F7F7F7;
	border: 3px solid #f5d53e;
}

.boxed .title {
	height: 20px;
	padding: 5px 0 0 15px;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #01386e;
}

.boxed .content {
	padding: 2px;
}

/* Header */

#header {
	width: 800px;
	height: 400px;
	margin: 0 auto;
	padding: 5px;
	background: url(images/main.jpg) no-repeat;
	
}

#search {
height: 38px;
position:relative;
position:absolute;
top: 0px;
right: 240px;
z-index:999;
}

#navigation {
height: 38px;
position:relative;
position:absolute;
letter-spacing:1px;
top: 99px;
right: 240px;
z-index:999;
}

#navigation ul {
list-style-type:none;
padding: 0;
margin: 0;
}

#navigation ul li {
display:block;
float:left;
position:relative;
padding: 0;
margin: 0;

}
.makeRelative {
clear:both;
position:relative;
}
#navigation li a, #navigation li a:visited {
color:#333333;
display:block;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
line-height:42px;
text-decoration:none;
text-align:center;
background:url(images/nav-tab.png) no-repeat;
width: 116px;
height: 38px;
}
#navigation li a:hover {
color:#0162be;
}

a.subLink:hover {
background:url(images/nav-tab.png) no-repeat 0px -42px!important;
}

#navigation a img {
margin-bottom:-4px;
padding-right:10px;
}
#navigation ul li ul {
border-width:medium 1px 1px;
left:2px;
position:absolute;
top:38px;
width: 217px;
letter-spacing:0px;
height: auto;
padding: 10px 0px;
background: url(images/nav-sub-bg.gif) no-repeat bottom;
display:none;
}
#navigation ul li ul li {
clear:both;
}
#navigation ul li ul li a, #navigation ul li ul li a:visited {
color:#ffffff;
font-size:10px;
font-weight:normal;
line-height:15px;
width:191px;
text-align:left;
background:url(images/nav-bullets.gif) no-repeat 15px -14px;
padding: 5px 0px 5px 26px;
height: 15px;
}
#navigation ul li ul li a:hover {
background-color:#333333;
background-image:none;
text-decoration:none;
background:url(images/nav-bullets.gif) no-repeat 10px 11px;
color: #4da1f1	;

}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

/* Header > Logo */

#logo {
	float: left;
	padding: 65px 0 0 0;
	
}

#logo h1 {
	text-transform: uppercase;
	font-size: 2em;
}

#logo h2 {
	margin: 0;
	text-transform: uppercase;
	font-size: 1.2em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Header > Top Menu */

#topmenu {
	float: right;
	
}

#topmenu ul {
	margin: 0;
	padding: 100px 0 0 0;
	list-style: none;
	line-height: normal;
}

#topmenu li {
	display: inline
}

#topmenu a {
	display: block;
	float: left;
	margin: 0 0 0 20px;
	padding: 0 0 0 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
}

#topmenu a:hover {
	text-decoration: underline
}

#topmenu1 {
	background: url(images/img03.gif) no-repeat left center;
}

#topmenu2 {
	background: url(images/img04.gif) no-repeat left center;
}

#topmenu3 {
	background: url(images/img05.gif) no-repeat left center;
}

/* Menu */

#menu {
	width: 700px;
	height: 40px;
	margin: 0 auto;
	
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 26px;
	padding: 14px 18px 0 20px;
	background: url(images/img06.gif) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	
}

#menu .first a {
	padding-left: 0;
	background: none;
}

/* Content */


#content {
	width: 800px;
	margin: 0 auto;
	padding: 10px 0;
	
}

/* Content > Main */

#main {
	float: left;
	width: 540px;
	
}
#main2 {
	float: left;
	width: 800px;
	
}
#main3 {
	float: left;
	width: 800px;
	
}
#main3 a {
	color:White;
}
/* Content > Main > Example */

#example {
}

/* Content > Main > Welcome */

#welcome {
	margin: 0 0 3em 0;
	padding: 15px 10 1.5em 0;
		
}

/* Content > Sidebar */

#sidebar {
	float: right;
	width: 250px;
}


/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates li {
	margin-bottom: .5em;
}

#updates h3 {
	margin: 0;
	padding: 0 0 0 10px;
	font-size: x-small;
}

#updates p {
	margin: 0;
	padding: 0 0 0 10px;
	line-height: normal;
	font-size: .87em;
}

#updates a {
	text-decoration: none;
}

/* Content > Sidebar > Partners*/

#partners {
}


/* Footer */

#footer {
	clear: both;
	margin: 0 auto 2em auto;
	background: #01386e;
}

/* Footer > Legal */

#legal {
	margin: 0;
	padding: 8px;
	text-align: center;
	color:#ffffff;
	
}

#legal a {
	font-weight: bold;
	color: #FFFFFF;
}

/* Footer > Links */

#links {
	margin: 0;
	padding: 10px;
	text-align: center;
}

