body {
	margin:0;
	padding:0;
	background:url(../images/bkgd.gif);
	
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#052046;
}

a {
	color:#052046; 
	position:relative;
}
a:hover {
	color:#ccc;
}
a img {
	border:none;
}

h1 {
	margin:0 0 5px 0;
	font-weight:normal;
	font-size:1.3em;
}

input, select, textarea {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:100%;
}

ul.alerts {
	color:#46a898;
	font-weight:bold;
	padding:3px 2px 3px 2em;
	border:1px solid #46a898;
}

#wrapper {
	width:984px;
	margin:0 auto;
	position:relative;
	z-index:10;
	
	font-size:.7em;
	line-height:1.7em;
}
#wrapper div {
	float:left;
}

#main {
	width:958px;
	padding:0 13px;
	background:url(../images/main_bkgd.png) repeat-y;
}
#main #header {
	width:918px;
	padding:20px 40px 0 0;
}
#main #header a.logo {
	float:right;
	width:325px;
	height:89px;
	background:url(../images/logo.gif) no-repeat;
	text-indent:-999px;
	overflow:hidden;
}

#main #header #nav {
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	float:left;
}
#main #header #nav li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	border-right:1px solid #fff;
	position:relative;
}
#main #header #nav li a {
	display:block;
	float:left;
	height:20px;
	margin:0;
	padding:0;
	text-indent:-999px;
	overflow:hidden;
}

#main #header #nav li a.home {
	width:63px;
	background:url(../images/nav/home.gif) no-repeat;
}
#main #header #nav li a.about {
	width:63px;
	background:url(../images/nav/about.gif) no-repeat;
}
#main #header #nav li a.stroke {
	width:63px;
	background:url(../images/nav/stroke.gif) no-repeat;
}
#main #header #nav li a.markets {
	width:80px;
	background:url(../images/nav/markets.gif) no-repeat;
}
#main #header #nav li a.advisors {
	width:80px;
	background:url(../images/nav/advisors.gif) no-repeat;
}
#main #header #nav li a.contact_us {
	width:90px;
	background:url(../images/nav/contact_us.gif) no-repeat;
}
#main #header #nav li a.links {
	width:63px;
	background:url(../images/nav/links.gif) no-repeat;
}

#main #header #nav li a:hover {
	background-position:bottom;
}

#main #header #nav li ul {
	display:none;
	position:absolute;
	top:20px;
	left:0;
	width:165px;
	margin:0;
	padding:0;
}
#main #header #nav li ul li {
	width:165px;
	border:none;
	margin-bottom:1px;
}
#main #header #nav li ul li a {
	width:145px;
	height:auto;
	text-indent:0;
	overflow:visible;
	padding:5px 10px;
	background-color:#fff;
	text-decoration:none;
	line-height:1.4em;
}
#main #header #nav li ul li a:hover {
	color:#fff;
	background-color:#052046;
}

#main #header #nav li:hover ul {
	display:block;
}

#main #content {
	width:940px;
	padding-left:18px;
	margin-top:18px;
}
#main #content ul,
#main #content ol {
	margin:0;
	padding:0 0 0 2em;
}

#main #footer {
	width:922px;
	padding:10px 18px;
	font-size:.8em;
	text-align:right;
}
#main #footer a {
	text-decoration:none;
	padding-left:10px;
}

#bottom {
	width:984px;
	height:60px;
	background:url(../images/bottom.png) top no-repeat;
}
