@charset "utf-8";
/* CSS Document */

body, div, span, h1, h2, h3, img, p, ul, li, ol, form, input, select, option, textarea, pre, iframe, table, td, tr, th, a, label, *{
	font-family: Arial;
	color:#ffffff;
	font-size:12px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	border-collapse:collapse;
	outline:none;
	border:0;
}
/*BG*/
body {
	background:#042c54;
}

#nav {
	width:100%;
	background:#0e0e0e;
	height:28px;
}
#nav ul {
    clear: both;
    font-family: Helvetica, Arial, sans-serif;
    list-style-type: none;
    position: relative;
	width:400px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	
}
#nav ul li {
    position: relative;
    z-index: 200;
    padding: 0 10px;
    line-height: 25px;
    float: left;
	margin:2px;
}
#nav ul.links {
    font-family: Georgia, serif;
}

#nav ul.links div.ahover {
    background: #f7941e;
}
#nav div.ahover {
    position: absolute;
}

#header{
	height:355px;
	width:100%;
	background:url(images/bg_header.gif) repeat-x top;
	text-align:center;
}
.wrapper{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#header .tagline{
	float:left;
	*margin-top:-2px;
	padding-left:45px;
}
#header .thumbs{
	float:right;
	*margin-top:-2px;
}
#mainDiv{
	width:750px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-left:45px;
}

#mainDiv H1{
	font-size:20px;
	line-height:36px;
}
#mainDiv p{
	font-size:12px;
	color:#ffffff;
	line-height:20px;
}
#mainDiv ul li{
list-style:inside circle none;
margin-left:20px;

}

.hilite{
	color:#80b7ee;
	line-height:20px;
	font-size:12px;
}
#featured{
	background-color:#05386b;
	border:1px solid #074888;
	width:332px;
	height:154px;
	margin-top:20px;
	padding:10px;
}
#featured p {
	line-height:25px;
	color:#FFFFFF;
}
#featured p .hiliteBold{
	font-weight:bold;
	color:#f7941e;
	font-size:12px;
	margin-left:10px;
}.hiliteBold{
	font-weight:bold;
	color:#f7941e;
	font-size:12px;
}
a#launchBtn {
	background-image:url(images/btn_launch.gif);
	width:119px;
	height:23px;
	display:block;
	float:left;
	cursor:pointer;
	margin-left:10px;
	margin-top:5px;
}
a:hover#launchBtn{
	background-position: left -23px;
}
a#launchBtn1 {
	background-image:url(images/btn_launch.gif);
	width:119px;
	height:23px;
	display:block;
	float:left;
	cursor:pointer;
	margin-left:10px;
	margin-top:5px;
}
a:hover#launchBtn1{
	background-position: left -23px;
}.bestad{
	float:left;
	margin-top:20px;
	margin-bottom:20px;
}

#quotes{
	height:339px;
	float:right;
	background-color:#022344;
	width:352px;
	margin-top:20px;
	padding:10px;
}

#quotes p {
	padding-left:10px;
}
#quotes .title{
	background-color:#07315a;
	padding:5px 10px 5px 15px;
	font-weight:bold;
	color:#ffffff;
	margin:30px 10px 20px 10px;
}

.contactBox{
	background:url(images/contactbox.gif) no-repeat top;
	width:340px;
	height:82px;
	padding-top:60px;
	color:#ffffff;
}

#quotes .contactBox p{
	color:#fff;
	padding-left:20px;
}

#bottom{
	width:100%;
	height:90px;
	margin-top:15px;
	background:url(images/bottom_shadow.gif) center top no-repeat #05386b;
}
#bottom img{
float:right;
	margin-top:20px;

}

#footer{
	height:113px;
	background:url(images/bg_footer.gif) repeat-x top;
	width:100%;
}

#footer .birdseed{
	width:380px;
	color:#474747;
	font-size:10px;
	line-height:14px;
	float:left;
	text-align:left;
	margin-top:20px;
	margin-left:45px;
	_margin-left:25px;
}
#footer .wrapper a{
	color:#474747;
	font-size:10px;
	line-height:14px;
	float:right;
	text-align:left;
	margin-top:20px;
	margin-left:10px;
}
#footer .wrapper a:hover{
	color:#f7941e;
}

#footer .logo{
	margin-top:-10px;
	_margin-top:0px;
	float:right;
}
.clearfix{
	width:100%;
	height:1px;
	clear:both;
}
.row1{
	background-color:#083f77;<br />
	padding:10px;
	line-height:30px;
	text-indent:10px;
}
.row1:hover, .row2:hover{
	background-color:#032c55;
}
.row2{
	background-color:#05386b;	
	padding:10px;
	line-height:30px;
	text-indent:10px;
}
.row{
	background-color:#05386b;	
	padding:10px;
	line-height:30px;
	text-indent:10px;
}	
#mainDiv A{
	color:#f7941e;
}
#mainDiv A:hover{
	text-decoration:underline;
}

