body {
	text-align: center;
	background: #00345c url(../images/body-bg.png) repeat-x;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 140%;
	color: #404041;
	padding: 10px 0;
}

/* CLASSES */

.clear {
	clear: both;	
}

/* STANDARD TYPOGRAPHY */

p {
	font-weight:normal;
	padding: 10px 0;
	text-align: left;
}

a {
	color: #ff6600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.indexMarkets {
	color: #404041;
	text-decoration: none;
}

a.indexMarkets:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {margin: 5px 0; font-weight: normal; line-height: 100%;}

h1 {font-size: 30px;}

h2 {font-size: 25px}

h3 {font-size: 15px}

h4 {font-size: 14px}

h4 {font-size: 13px}

h5 {font-size: 12px}

h6 {font-size: 11px}

/* PRIMARY LAYOUT */

#wrapper {
	width: 980px;
	margin: 0 auto;
}

#top {
	background: url(../images/top-bg.png) no-repeat;
	height: 5px;
}

#header {
	background: #fff;
	/* padding: 20px 20px 10px 20px; */
	overflow: hidden;
	position: relative;
	border-bottom: 5px solid #ff6600;
	height: 130px;
}

#main {
	background: #fff url(../images/main-bg.png) center bottom no-repeat;
	text-align: left;
	padding: 10px 10px 30px 10px;
}

#main #content {
	float: left;
	margin: 0 10px;
	width: 620px;
}

#main #sidebar {
	float: left;
	margin: 0 10px;
	width: 300px;
	background: #f2f2f2;
}

#footer {
	background: url(../images/footer-bg.png) no-repeat;
	height: 42px;
	text-align: center;
}

/* HEADER */

#header #logo {
	text-indent: -9999px;
	display: block;
	width: 148px;
	height: 102px;
	background: url(../images/logo.png) no-repeat;
	text-align: left;
	position: absolute;
	top: 10px;
	left: 20px;
}

#menu {
	float: right;
	position: absolute;
	top: 60px;
	right: 40px;
}

#menu li {
	float: left;
	padding: 10px;
}

#menu li a {
	padding: 10px;	
	font-size: 14px;
	color: #004e8b;
	text-decoration: none;
}

#menu li a:hover {
	background: #004e8b;
	color: #fff;
}

/* MAIN */

#main ul {
	padding: 5px 0;	
}

#main li {
	background: url(../images/bullet.png) 0 8px no-repeat;
	padding: 4px 0 4px 20px;
}

/* HOME DISPLAY */

#home-display {
	padding: 0 10px 36px 10px;
	background: url(../images/home-display.png) no-repeat;
	overflow: hidden;
}

#main ul#slide {
	width: 940px;
	height: 300px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 1;
}

#main ul#slide  li {
	padding: 0;
	background-image: none;
	overflow: hidden;
}

/* CONTENT */

#content .pad {
	padding: 10px;	
}

#content h1 {
	font-size: 14px;
	font-weight: bold;
}

#content h1.title {
	font-size: 20px;
	padding-bottom: 10px;
}
h1.title {
	font-size: 20px;
	padding-bottom: 10px;
}

#content h2.title {
	font-size: 15px;
	font-weight: bold;
	padding-top: 15px;
}

#content .section {
	border-top: 1px solid #ccc;
}

#content ul.indent {
	padding-left: 20px;	
}

/* SIDEBAR */

#sidebar .pad {
	padding: 10px;
	border: 1px solid #ccc;
}

#sidebar h2 {
	font-size: 14px;
	font-weight: bold;
}

#sidebar li {
	font-size: 15px;	
}

#sidebar .widget {
	
}

#sidebar .sub li {
	font-size: 11px;	
}


/* HOME BOXES */

#slogan {
	overflow: hidden;
	text-align: center;
	font-size: 30px;
}

#slogan .pad {
	padding: 20px 105px;
}

#slogan div.text {
	float: left;
	padding: 10px 0;
}

#slogan a {
	width: 147px;
	height: 40px;
	background: url(../images/learn-more.png) no-repeat;
	text-indent: -9999px;
	display: block;
	float: right;
}

#slogan a:hover {
	background-position: 0 -40px;	
}

#home-boxes {
	background: #fff url(../images/home-boxes-bg.png) 10px 0 no-repeat;	
	padding: 10px;
	text-align: left;
}

#home-boxes .box {
	width: 300px;
	margin: 0 10px;
	float: left;
}

#home-boxes .box .pad {
	padding: 10px;	
}

#home-boxes .box h2 {
	font-size: 13px;
	font-weight: bold;
}



/* FOOTER */

#footer p {
	text-align: center;
}