* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #afd1f5;
	color: #555;
}

a {
	color: #1276DE;
}

a img {
	border: 0;
}

hr {
	clear: both;
	color: #555;
	background-color: #555;
	height: 1px;
	border: 0;
	margin: 10px 0;
}

hr.events {
	color: #ccc;
	background-color: #ccc;
}

#container {
	position: relative;
	width: 790px;
	margin: 0 auto;
	background: #fff url(/images/bgs/shadow.gif) 0 0 repeat-y;
}

/* Header */

#header {
	position: relative;
	padding: 30px 35px 0 37px;
	background: url(/images/bgs/shadow_top.gif) 0 0 no-repeat;
}

/* Clear float fix */
#header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#header {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html #header {height: 1%;}
#header {display: block;}
/* End hide from IE-mac */


#header h1 {
	float: left;
	margin: 0 0 2px 0;
}

#header ul {
	float: right;
	margin-right: 2px;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#header ul li {
	float: left;
	margin-left: 8px;
	padding-left: 9px;
	background: url(/images/header_nav_divider.gif) 0 2px no-repeat;
}

#header ul li.first {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
	background: none;
}

#header ul li a {
	color: #1A3485;
	text-decoration: none;
}

#header ul li a:hover {
	text-decoration: underline;
}


/* Navigation */

#navigation {
	clear: both;
	padding: 0 15px;
}

#navigation ul {
	float: left;
	list-style: none;
	padding-left: 22px;
	background-color: #1A3485;
	width: 738px;
}

#navigation ul li {
	float: left;
}

#navigation ul li a {
	display: block;
	padding: 7px 17px 6px 17px;
	color: #fff;
	text-decoration: none;
}

#navigation ul li.active a,
#navigation ul li a:hover {
	background-color: #388CE6;
}

#navigation ul li.active a {
	font-weight: bold;
}

/* Content */

#content {
	clear: both;
	padding: 18px 35px 75px 37px;
	margin-bottom: -3px;
	background: url(/images/bgs/shadow_bottom.gif) bottom left no-repeat;
}

/* Clear float fix */
#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#content {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html #clearfix {height: 1%;}
#clearfix {display: block;}
/* End hide from IE-mac */

/* Menu */

#menu {
	float: left;
	width: 108px;
	font-size: 11px;
	margin-right: 24px;
}

#menu h3 a {
	display: block;
	color: #1276DE;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	padding: 0 0 8px 0;
	margin: 0 0 7px 0;
}

#menu h3 a:hover {
	text-decoration: underline;
}

#menu ul {
	list-style: none;
}

#menu ul ul {
	margin-left: 8px;
}

#menu ul li.active {
	position: relative;
	left: -22px;
	padding-left: 22px;
	width: 108px;
	background-color: #e1eefb;
}

#menu ul li a {
	display: block;
	text-decoration: none;
	padding: 6px 0 6px 9px;
	background: url(/images/nav_arrow.gif) 2px 10px no-repeat;
}

#menu ul li a:hover {
	text-decoration: underline;
}

/* Inner Content */

#inner_content {
	float: left;
	width: 400px;
}

#inner_content.wide {
	width: 450px;
}

#inner_content h1,
#inner_content h2 {
	clear: both;
	font-size: 18px;
	color: #E34F21;
	margin: -2px 0 6px 0;
	font-weight: normal;
}

#inner_content ul,
#inner_content ol {
	margin-left: 1.5em;
	margin-bottom: 1em;
}

#inner_content ul li p,
#inner_content ol li p {
	margin: 0 0 0.5em 0;
	padding: 0;
}

#inner_content p {
	clear: both;
	margin-bottom: 12px;
	line-height: 16px;
}

#inner_content h3 a {
	color: #B31F6E;
	float: left;
	font-size: 14px;
	font-weight: normal;
	padding: 0 10px 9px 0;
	background: url(/images/purple_arrow.gif) right 4px no-repeat;
	text-decoration: none;
}

#inner_content h3 a:hover {
	text-decoration: underline;
}

#inner_content h3.event_date {
	margin-bottom: 12px;
}

#inner_content ul {
	clear: both;
	margin: 12px 0 18px 1em;
}

#inner_content ul li {
	margin-bottom: 2px;
}

/* Secondary Content */

#secondary_content {
	float: right;
	width: 168px;
	margin-left: 12px;
}

#secondary_content.narrow {
	width: 120px;
}

#secondary_content p {
	margin-bottom: 12px;
}

#secondary_content #information_pack  {
	background: #24AD3D url(/images/bgs/green_box_bottom.gif) bottom left no-repeat;
}

#secondary_content #information_pack img {
	display: block;
}

#secondary_content #information_pack p {
	padding: 10px 30px 15px 7px;
	color: #fff;
	font-weight: bold;
}

#secondary_content #information_pack p a {
	display: block;
	color: #fff;
	margin-top: 10px;
	font-weight: normal;
}

#secondary_content h3 {
	font-weight: normal;
	margin-bottom: 18px;
}

#secondary_content h4 {
	font-size: 12px;
}

#secondary_content #newsletter {
	width: 168px;
}

#secondary_content #newsletter img {
	display: block;
	float: none;
	width: 104px;
	margin: 0 auto;
}

#secondary_content #newsletter p {
	text-align: center;
	width: 120px;
	margin: 5px auto 0 auto;
}

#secondary_content #newsletter p a {
	display: block;
	font-size: 12px;
}

#secondary_content #newsletter p#notify {
	border: 1px solid #ccc;
	border-left: 0;
	border-right: 0;
	margin: 12px 0 0 0;
	padding: 0;
	width: 100%;
}

#secondary_content #newsletter p#notify a {
	display: block;
	width: 115px;
	margin: 0 auto;
	padding: 8px 0 8px 22px;
	background: url(/images/rss.gif) 0 7px no-repeat;
	color: #555;
	text-decoration: none;
}

/* Home */

#banner {
	float: left;
	width: 100%;
	margin-bottom: 18px;
	background: #24AD3D url(/images/bgs/banner.gif) top right no-repeat;
}

#banner img {
	float: left;
}

#banner .text {
	margin: 0 0 0 236px;
	padding: 20px 90px 0 18px;
}

#banner .text h2 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}

#banner .text a {
	display: block;
	float: left;
	font-size: 11px;
	color: #fff;
	margin-top: 18px;
	padding-right: 10px;
	background: url(/images/banner_arrow.gif) right 2px no-repeat;
}

#home_menu {
	clear: left;
	float: left;
	width: 210px;
	padding-left: 10px;
}

#home_menu ul {
	list-style: none;
	margin-bottom: 20px;
}

#home_menu ul li a {
	display: block;
	padding: 17px 0;
	color: #555;
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

#home_menu ul li a:hover {
	color: #1276DE;
	text-decoration: underline;
}

#home_menu ul li.first a {
	padding-top: 2px;
}

#home_menu ul li.second a {
	padding: 15px 10px 15px 0;
}

#home_menu ul li a img {
	margin-left: 2px;
}

#home_menu p strong {
	display: block;
	margin-bottom: 8px;
}

#home_menu p em {
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 25px;
	color: #E34F21;
	margin-bottom: 1px;
}

#home_menu p span {
	display: block;
	font-size: 11px;
}

/* Home Content */

#home_content {
	float: right;
	width: 475px;
}

/* Home Columns */

#news_column,
#issues_column {
	width: 230px;
	float: left;
	margin-bottom: 7px;
}

#issues_column {
	float: right;
}

#news_column h3,
#issues_column h3 {
	font-size: 13px;
	color: #fff;
	width: 210px;
	padding: 3px 10px;
	margin: 0 0 10px 0;
	background: url(/images/bgs/column_title.gif) 0 0 no-repeat;
}

.column_content {
	padding: 0 10px;
}

/* Latest News */

#news_column ul {
	list-style: none;
}

#news_column ul#latest_news li {
	float: left;
	margin-bottom: 12px;
	width: 220px;
}

#news_column ul#latest_news li strong {
	float: left;
	font-weight: bold;
	font-size: 11px;
}

#news_column ul#latest_news li a {
	float: right;
	width: 165px;
	text-decoration: none;
	color: #555;
}

#news_column ul#latest_news li a:hover {
	color: #1276DE;
	text-decoration: underline;
}

#news_column ul#latest_news li a img {
	margin-left: 2px;
}

/* Notify Me */

#news_column ul#notify_me {
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	border-left: 0;
	border-right: 0;
	padding: 0 3px;
	margin-top: -4px;
}

#news_column ul#notify_me li {
	float: left;
	font-size: 11px;
}

#news_column ul#notify_me li a {
	display: block;
	padding: 7px 0 8px 0;
}

#news_column ul#notify_me li.first a {
	padding: 7px 25px 8px 0;
	margin-right: 25px;
	background: url(/images/rss.gif) right 5px no-repeat;
}

/* Newsletter */

#newsletter {
	float: left;
	padding-top: 12px;
}

#newsletter img {
	float: left;
	margin-right: 10px;
}

#newsletter span {
	display: block;
	margin-top: 12px;
}

#newsletter a {
	display: block;
	margin-top: 12px;
	font-size: 11px;
}

/* The Issues */

#issues_column p {
	margin-bottom: 10px;
}

#issues_column ul {
	margin: 0 0 12px 1em;
}

#issues_column ul li {
	margin-bottom: 6px;
}

#issues_column p a {
	display: block;
	font-size: 11px;
	margin-top: 15px;
}

/* Upcoming events */

#upcoming_events {
	clear: both;
}

/* Clear float fix */
#upcoming_events:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#upcoming_events {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html #upcoming_events {height: 1%;}
#upcoming_events {display: block;}
/* End hide from IE-mac */

#upcoming_events h3 {
	font-size: 13px;
	color: #fff;
	padding: 3px 10px;
	margin: 0 0 12px 0;
	background: url(/images/bgs/events_title.gif) 0 0 no-repeat;
}

#upcoming_events ul {
	list-style: none;
	margin: 0 10px;
}

#upcoming_events ul li {
	position: relative;
	float: left;
	margin-bottom: 12px;
}

#upcoming_events ul li img {
	position: absolute;
	top: 0;
	right: 0;
}

#upcoming_events ul li strong {
	float: left;
	font-weight: normal;
	width: 100px;
	padding-right: 10px;
}

#upcoming_events ul li span {
	float: right;
	width: 340px;
	text-decoration: none;
	color: #555;
}

#upcoming_events ul li.image span {
	width: 200px;
	margin-right: 140px;
}

#upcoming_events ul li a {
	color: #555;
	text-decoration: none;
}	

#upcoming_events ul li a:hover {
	color: #1276DE;
	text-decoration: underline;
}

#upcoming_events ul li a img {
	margin-left: 2px;
}

/* Books */

.book {
	float: left;
	width: 449px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.book img {
	float: left;
	margin-right: 15px;
}

.book .text {
	float: right;
	width: 330px;
}

.book .text.no_image {
	float: none;
	width: 449px;
}

.book h3 {
	font-size: 14px;
}

.book h4 {
	font-style: italic;
	font-weight: normal;
	font-size: 12px;
}

.book h5 {
	font-weight: bold;
	font-size: 12px;
}

.book p {
	margin-top: 12px;
}

/* News & Events */

.news,
.event {
	position: relative;
	float: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	width: 400px;
}

.news img,
.event img {
	display: block;
	position: absolute;
	top: 16px;
	right: 0;
}

#inner_content .news h3 a,
#inner_content .event h3 a {
	display: block;
	width: 100%;
	font-size: 12px;
	background: none;
	color: #1276DE;
	text-decoration: underline;
	margin: 0 0 4px 0;
	padding: 0;
}

.news h4,
.event h4 {
	font-weight: normal;
	font-size: 11px;
	margin-bottom: 5px;
}

.news div.summary,
.event div.summary {
	float: left;
	margin: 0;
	width: 100%;
}

.news.image div.summary {
	width: 320px;
}

.event.image div.summary {
	width: 280px;
}

/* Subscribe */

hr.notify {
	margin: 25px 0 25px 0;
}

#subscribe {
	margin-left: 30px;
}

#subscribe label {
	display: block;
	font-weight: bold;
	margin-bottom: 4px;
}

#subscribe input.subscribe_email {
	border: 1px solid #555;
	padding: 2px;
	width: 200px;
	float: left;
	margin-right: 10px;
	font-size: 14px;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
}

p.rss {
	padding-left: 22px;
	margin-left: 30px;
	background: url(/images/rss.gif) 0 0 no-repeat;
} 

/* Misc */

.hide {
	display: none;
}

/* Footer */

#footer {
	width: 738px;
	margin: 0 auto;
	padding: 9px 35px 20px 42px;
	font-size: 11px;
	line-height: 14px;
}

#footer h4 {
	float: right;
	font-weight: normal;
	margin-right: 12px;
	padding-bottom: 10px;
	font-size: 11px;
}

#footer ul {
	float: left;
	list-style: none;
}

#footer ul li {
	float: left;
	margin-left: 8px;
	padding-left: 9px;
	background: url(/images/header_nav_divider.gif) 0 2px no-repeat;
}

#footer ul li.first {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
	background: none;
}

#footer ul li a {
	color: #1A3485;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer p {
	position: relative;
	clear: both;
	padding-top: 12px;
	border-top: 1px solid #388CE6;
}

#footer p span {
	float: left;
	display: block;
	padding-right: 10px;
	margin: 3px 0 20px 0;
}

#footer p a {
	color: #555;
}

#footer p span#credit {
	position: absolute;
	top: 12px;
	right: 0;
	border: 0;
	margin-right: 2px;
}