#sub1 {position:absolute; z-index:100; left: 0px; top: 50px; visibility: hidden; width: 200px;}
#sub2 {position:absolute; z-index:100; left: 0px; top: 50px; visibility: hidden; width: 260px;}
#sub3 {position:absolute; z-index:100; left: 0px; top: 50px; visibility: hidden; width: 200px;}

html {
	height: 100%;
}
body {
	height: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
a {
	text-decoration: none;
	color: #445f79;
	font-weight: bold;
}
a:hover {
	color: #000;
}
h1 {
	font-size: 21px;
}
h2 {
	font-size: 21px;
	color: #445f79;
}
h3{
	font-size: 16px;
}
h4{
	font-size: 16px;
	color: #445f79;
}
h5{
	font-size: 12px;
}
h6{
	font size: 12px;
	color: #445f79;
}
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
li {
	list-style-image: url(../images/list-dash.gif);
	margin-left: 15px;
	padding-left: 0px;
}
#flashblock {
	position: relative;
	width: 590px;
	height: 248px;
	float: left;
	z-index: 1;
}	
.wrapper {
	width: 898px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ebf2fd;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	text-align: left;
	position: relative;
}
.strapline {
	margin-left: 40px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1d2f5d;
}
.topmenu {
	background-image: url(../images/top_menu_bg.jpg);
	background-repeat: no-repeat;
	height: 60px;
}
.navhome, .navinfo, .navalliance, .navoffer {
	position: relative;
	float: left;
	z-index:90;
}
.navhome {
	margin-left: 40px;
}
.navalliance {
	margin-left: 50px;
}
.navoffer {
	margin-left: 50px;
}
.navinfo {
	margin-left: 50px;
}
.logoblock {
	height: 248px;
	z-index: 1;
}

.contentblock {
	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #ebf2fd;
	min-height: 420px;
	_height: 420px;
}
.contentblockalliance {
	background-image: url(../images/content_bg_alliance.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #ebf2fd;
	min-height: 420px;
	_height: 420px;
}
.contentblockinfo {
	background-image: url(../images/content_bg_info.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #ebf2fd;
	min-height: 420px;
	_height: 420px;
}
.contentblockoffer {
	background-image: url(../images/content_bg_offer.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #ebf2fd;
	min-height: 420px;
	_height: 420px;
}
.slimcontent {
	margin-left: 40px;
	padding-top: 35px;
	margin-bottom: 35px;
	width: 500px;
}
.slimhead {
	font-size: 13px;
	border-bottom: solid 2px #939eaa;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.slimheadbig{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	font-style: italic;
}
.widecontent {
	margin-left: 40px;
	padding-top: 35px;
	margin-bottom: 35px;
	width: 810px;
}
.widehead {
	font-size: 13px;
	border-bottom: solid 2px #939eaa;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.boxouts {
	position: absolute;
	width: 292px;
	top: 277px;
	left: 563px;
	z-index: 90;
}
.boxheader {
	padding-bottom: 8px;
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid 2px #939eaa;
	font-family:Arial, Helvetica, sans-serif;
}
.boxlinks {
	width: 205px;
	margin-left: 58px;
}
.icon {
	width: 53px;
	float: left;
}
.footernav {
	background-color: #242a31;
	color: #fff;
	height: 40px;
	vertical-align: middle;
}
.footernavleft {
	float: left;
	padding-left: 40px;
	margin-top: 12px;
}
.footernavright {
	float: right;
	padding-right: 40px;
	margin-top: 12px;
}
.footernav a {
	color: #fff;
	text-decoration: none;
	margin-right: 20px;
	font-weight: normal;
}
.footernav a:hover {
 	color: #6b9bc7;
}
.branding {
	background-color: #fff;
	border-bottom: solid 1px #ccc;
	height: 65px;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 40px;
	padding-top: 10px;
	padding-right: 0px;
}
.branding img {
	margin-right: 77px;
}
.sitemap {
	padding-left: 15px;
	display: inline;
}
.sitemap a {
	display: block;
}
.sitemapheading {
	font-size: 14px !important;
	padding-bottom: 5px;
	font-weight: bold;
}
.sitemapsubs {
	margin-left: 15px;
}


/* markup for curved box on boxout */

.boxout {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:300px; /* based on image dimensions - not quite consistent with drip styles yet */
 z-index:20;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */

}

.boxout .boxcontent,
.boxout .boxt,
.boxout .boxb,
.boxout .boxb div {
background:url(../images/boxout.png) no-repeat top right;
_background-image: url(../images/boxout.gif);
}

.boxout .boxcontent {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:10px 8px 0px 0px;

}

.boxout .boxt {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}
.boxout .boxb {
 /* bottom */
 position:relative;
 width:100%;
}
.boxout .boxb,
.boxout .boxb div {
 height:15px; /* height of bottom cap/shade */
 font-size:1px;
}
.boxout .boxb {
 background-position:bottom right;
}
.boxout .boxb div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}
.boxout a {
 display: block;
 border-left: none !important;
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0px 0px 0px 0px !important;
 font-size: 13px;
 color: #333;
 text-decoration: none;
 font-weight: normal;
}
.boxout a:hover {
 font-size: 13px;
 color: #6b9bc7;
}



.memberlink {
	font-size: 14px;
	margin-bottom: 5px;
}
.memberlinkimg {
	border: solid 1px #666;
	margin-right: 10px;
	background-color: #fff;
	width: 120px;
	text-align: center;
	height: 37px;
	float: left;
}
.memberlink img {
	border: none;
}