/*
Theme Name: RAE Default
Theme URI: http://rae-llc.org/
Description: The default RAE theme.
Version: 1.0
Author: Top Shelf Design
Author URI: http://www.topshelfdesign.net/
*/


* {
	margin: 0;
	padding: 0;
	border: none;
}
body,td,th {
	font-family: 'Trebuchet MS, Arial', Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
}
body {
	background-color: #10161a;
}
a {
	font-size: 12px;
	color: #003471;
	font-weight: bold;
}
a:visited {
	color: #003471;
	font-weight: bold;
}
a:hover {
	color: #10161a;
	font-weight: bold;
}
a:active {
	color: #003471;
	font-weight: bold;
}
#mainwrapper {
	width: 960px;
	margin: 0 auto 0 auto;
	background-image: url(images/white_BG.png);
	background-repeat: repeat-y;
	background-position: center;
	overflow: auto;
}
#slideholder {
	width: 762px;
	height: 460px;
	margin: 0 auto 0 auto;
}
#banner_int {
	width: 762px;
	height: 255px;
	margin: 0 0 0 100px;
	position: absolute;
	background-image: url(images/top_int.png);
	background-repeat: no-repeat;
}
#banner_pic {
	width: 762px;
	height: 255px;
	margin: 0 0 0 118px;
}
.nav {
	position: absolute;
	margin: 136px 0 0 60px;
}
.nav ul {
	list-style-type: none;
	display: block;
}
.nav li {
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
	height: 20px;
	width: 180px;
	margin: 2px 0 0 0;
	padding: 4px 8px 0 0;
	text-align: right;
}
.nav a {
	text-decoration: none;
	color: #003471;
}
.nav a:hover {
	border-bottom: 1px solid #1d5381;
}
.nav_int {
	position: absolute;
	margin: -169px 0 0 60px;
}
.nav_int ul {
	list-style-type: none;
	display: block;
}
.nav_int li {
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
	height: 20px;
	width: 180px;
	margin: 2px 0 0 0;
	padding: 4px 8px 0 0;
	text-align: right;
}
.nav_int a {
	text-decoration: none;
	color: #003471;
}
.nav_int a:hover {
	border-bottom: 1px solid #1d5381;
}
.bar1 {
	width: 725px;
	height: 5px;
	margin: 10px auto 20px 118px;
	background-color: #464646;
}
.subnav {
	width: 725px;
	min-height: 25px;
	margin: 10px auto 20px 118px;
	background-color: #464646;
}
.subnav ul {
    list-style-type: none;
	text-align: center;
	padding: 4px 0 4px 0;
}
.subnav li {
	display: inline;
	padding: 10px 9px;
}
.subnav a {
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.subnav a:hover {
	text-decoration: underline;
}
#content {
	width: 725px;
	margin: 0 auto 0 auto;
}
#content_int {
	width: 725px;
	margin: 0 auto 0 auto;
}
#content_int p {
	margin: 0 15px 20px 25px;
}
h1 {
	font-size: 17px;
	color: #003471;
	margin: 0 0 10px 0;
}
h2 {
	font-size: 17px;
	color: #003471;
	margin: 0 15px 20px 25px;
}
.column {
	width: 200px;
	float: left;
	margin: 0 15px 20px 25px;
}
.column p {
	margin: 15px 0 0 0;
}
.bar2 {
	width: 680px;
	height: 1px;
	margin: 10px auto 5px auto;
	background-color: #003471;
	clear: both;
}
.contact {
	width: 762px;
	height: 25px;
	margin: 10px auto 10px auto;
	background-color: #003471;
	color: #FFF;
	text-align: center;
}
.contact p {
	padding: 5px 0 0 0;
}

.contact a {
	color: #FFF;
	text-decoration: none;
	font-weight:normal;
}

.footer {
	text-align: center;
	margin: 0 auto 10px auto;
	color: #003471;
	font-size: 11px;
}
.footer a {
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}
.footer a:hover {
	text-decoration: underline;
	color: #003471;
}

.entry ul {
	margin-left: 0px;
	padding: 0 0 0 55px;
	/*list-style: none;*/
	}

.entry li {
	margin: 0px 0 15px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

#chart {
	background-image: url(images/chart1.jpg);
	background-repeat: no-repeat;
	width: 675px;
	height: 423px;
	color: white;
	text-align: center;
	margin: 0 auto 0 auto;
}
#chart ul {
	padding: 65px 0 0 0;
}
#chart li {
	list-style: none;
	margin: 4px 0 0 0;
}
#chart a {
	font-size: 14px;
	text-decoration: none;
	color: white;
}
#chart a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

