@charset "UTF-8";
/* 	Auther: John Vicari
	Table of Contents 
	1.  Common Elements
	2.  Main area wrapper
	3.  Banner
	4.  Left Navigation
	5.  Content
	6.  Footer
*/

/*-------------
Common Elements
--------------*/

* {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
body {
	background: url(../images/sky.jpg) top left repeat-x;
}
#container {
	min-width: 968px;
}
a {
	color: #006bb6;
}
a img {
	border: none;
	padding: 10px 0 0;
}
p {
	margin: .5em;
	font-size: .9em;
}
h1 {
	width: auto;
	margin: 0 15px .5em 0;
	padding: 0 0 .2em 0;
	color: #b80019;
	font-size: 1.3em;
	border-bottom: 1px solid #b80019;
}
h2 {
	padding: .25em 0;
	color: #008e7f;
	font-size: 1.15em;
}
h3 {
	padding: .25em 0;
	color: #000;
	font-size: .95em;
}
h4 {
	padding: .25em 0;
	color: #000;
	font-size: .95em;
	font-weight: normal;
	font-style: italic;
}
blockquote {
	margin: 5px 20px;
	font-size: .9em;
	font-style: italic;
}
ul {
	margin: .25em 0 .5em 3em;
	font-size: .9em;
	list-style-image: url(../images/circle_arrow_bullet.gif);
}
li {
	margin: 0 0 3px 0;
}
ol {
	margin: .25em 0 .5em 3em;
	font-size: .9em;
	list-style: decimal;
}
ol.inline {
	margin: 0;
	list-style-image: none;
	list-style-type: upper-alpha;
}
ol.inline li {
	display: inline;
}
ol ul, ul ol, ol ol, ol p, ul p {
	font-size: 1em;
}
ul ul {
	font-size: 1em;
	list-style: none;}
dl {
	margin: .5em;
	font-size: .9em;
}
dt, dt a {
	padding: .5em 0;
	font-size: .95em;
	font-weight: bold;
	color: #008e7f;
}
hr {
	height: 1px;
	margin: 5px 0;
	background: #c5daf6;
	border: none;
}
table {
	width: 735px;
	border: 1px solid #000;
}
table caption {
	padding: .3em;
	text-align: left;
	font-size: 1.1em;
	font-style: italic;
	color: #006bb6;
}
th {
	color: #fff;
	background: #008e7f;
	text-align: left;
	font-size: .9em;
	padding: .2em .5em;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
th a {
	color: #fff;
	font-weight: normal;
}
td {
	padding: .2em;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	font-size: .9em;
	vertical-align: top;
}
th.no_right, td.no_right {
	border-right: none;
}
em.large_lead {
	font-size: 1.1em;
	font-weight: bold;
	color: #b80019;
}
p.highlight, .full_spotlight p.highlight {
	margin: 0 .5em;
	color: #b80019;
	font-weight: bold;
	font-size: .8em;
}
div.left {
	padding: 1em;
	float: left;
	text-align: left;
	font-size: .8em;
	font-weight: bold;
}
div.right {
	padding: 1em;
	float: right;
	text-align: left;
	font-size: .8em;
	font-weight: bold;
}
img.center {
	margin: 20px 0 0 25%;
}
img.right {
	margin: 5px 15px 5px 5px;
	float: right;
	border: 1px solid #000;
}
img.left {
	margin: 5px;
	float: left;
	border: 1px solid #000;
}
.image-wrap-left {
	float: left;
	margin: 5px 15px 5px 0;
	font-size: 10px;
}
.image-wrap-right {
	float: right;
	margin: 5px 5px 5px 15px;
	font-size: 10px;
}
.publication_spotlight {
	width: 280px;
	float: left;
	padding: 5px;
	margin: 15px 15px 15px 0;
	background: #eaeaea;
	text-align: center;
}
.publication_spotlight h3 {
	font-size: .9em;
}
.publication_spotlight h3 em {
	font-size: .85em;
}
.full_spotlight {
	width: auto;
	margin: 0 15px 0 0;
	padding: 5px 15px;
	background: #f8f2a9;
}
.full_spotlight h3 {
	padding: .15em 0;
	text-align: left;
	font-style: oblique;
}
.date-location {
	width: 300px;
	margin: 10px 0 0 0;
	padding: 10px;
	border: 2px solid #B80019;
	background-color: #FCF9D8;
}
.full_spotlight p {
	color: #222;
}
.full_spotlight a {
	color: #b80019;
}
.full_spotlight table {
	width: 100%;
}
.info-block li {
	list-style-image: none;
}
.align-left {
	text-align: left;
}
#footer li.no_border {
	border: none;
}
.float-right {
	float: right;
}
.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.date-published {
	font-size: .85em;
	font-style: italic;
}
h1 .button {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background: #008E7F;
	padding: 3px 5px;
	text-decoration: none;
	margin: 0 0 0 20px;
}

/*-------------
Banner
--------------*/
#banner {
}
h1#site_name {
	width: 175px;
	height: 278px;
	margin: 10px 0 0 30px;
	float: left;
	text-indent: -999em;
	background: url(../images/logo.gif) no-repeat top left;
	border: none;
}
h1#site_name a {
	width: 175px;
	height: 278px;
	text-decoration: none;
	display: block;
}
h2#site_slogan {
	width: auto;
	margin: 125px 0 0 25px;
	float: left;
	color: #000;
	font-weight: normal;
	font-size: 1.2em;
	font-style: italic;
}
h2#site_slogan em {
	color: #008e7f;
	font-size: 1.5em;
	font-weight: bold;
}
#banner img {
	margin: 10px 15px 0 0;
	float: right;
}
form.site_search {
	width: auto;
	margin: -42px 15px 0 0;
	padding: .4em 1em;
	clear: both;
	float: right;
	background: #c5daf6;
}

/*-------------
Main area wrapper
--------------*/
#main {
	padding: 25px 0 0 0;
	clear: both;
}

/*-------------
Left Navigation
--------------*/
#left_nav_wrap {
	width: 14em;
	margin: 0 0 0 10px;
	float: left;
}
#left_nav {
	background: #006bb6 url(../images/nav_top_left.gif) top left no-repeat;
}
#left_nav ul {
	margin: 0;
	padding: 0 0 10px 25px;
	background: url(../images/nav_bottom_right.gif) bottom right no-repeat;
	list-style-image: none;
	list-style: none;
}
#left_nav li {
	padding: 15px 0 5px 0;
	border-bottom: 1px solid #fff;
	font-size: .95em;
	font-weight: bold;
}
#left_nav a {
	color: #fff;
	text-decoration: none;
}
#left_nav a:hover {
	color: #f9f402;
}
#partners {
	text-align: center;
}

/*-------------
Content
--------------*/
#content {
	width: auto;
	margin: 0 0 0 15.5em;
}
h3.question {
	padding: 20px 0 20px 40px;
	background: url(../images/q.gif) center left no-repeat;
}
#right_floated_box {
	float: right;
	width: 15em;
	margin: 5px 15px 5px 5px;
	padding: 0;
	background: #008e7f url(../images/box_top_left.gif) top left no-repeat;
}
#right_floated_box h3 {
	padding: .6em .3em .3em 1em;
	color: #c5daf6;
	font-size: .9em;
}
#right_floated_box ul {
	margin: 0 0 0 2em;
	color: #fff;
	list-style-image: none;
	list-style-type: circle;
}
#right_floated_box li {
	padding: .1em 0 .5em 0;
	font-size: .95em;
}
#right_floated_box a {
	color: #fff;
	text-decoration: none;
}
#right_floated_box a:hover {
	text-decoration: underline;
}

/*-------------
Footer
--------------*/
#footer {
	width: auto;
	margin: 0 15px 0 0;
	padding: 15px 0;
	clear: both;
	text-align: right;
	color: #008e7f;
	font-size: .85em;
}
#footer a {
	text-decoration: none;
	color: #008e7f;
}
#footer a:hover {
	text-decoration: underline;
}
#footer ul {
	margin: 0;
	list-style: none;
	list-style-image: none;
}
#footer li {
	padding: 0 .5em;
	display: inline;
	border-left: 1px solid #008e7f;
}
#footer img {
	margin: 0 .5em 0 0;
}
