/*
-------------------------------------------------------- 
 ELEMENTS
--------------------------------------------------------
*/


body
{
	margin: 0;
	padding: 0;
	color: #333;
	background: #e9ecf7;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a
{
	color: #000;
	text-decoration: underline;
}

a:hover { text-decoration: none; }
a:focus { outline: none; }

h1, h2, h3
{
	margin: 0;
	padding: 0 0 10px 0;
	color: #4E84C4;
}

h1
{
	font-size: 13pt;
	text-transform: uppercase;
}

h2 { font-size: 11pt; }

h3 { font-size: 9pt; }

p
{
	margin: 0 0 14px;
	padding: 0;
}

img { border: none; }
a { color: #5889c7; }

a:hover
{
	color: #FFF;
	background-color: #5889c7;
}

#logo
{
	margin: 105px 0 36px 96px;
	padding: 0;
}

#logo a
{
	display: block;
	width: 206px;
	height: 106px;
	background: url(../images/logo.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

.page
{
	width: 974px;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
}

.column1
{
	width: 313px;
	float: left;
	overflow: hidden;
	background: url(../images/column1-bg.gif) no-repeat;
	text-align: left;
}

.box1
{
	width: 231px;
	overflow: hidden;
	background: #98b1dc;
	font: italic 15px Georgia, "Times New Roman", serif;
	color: #fff;
	margin: 0 0 16px 80px;
}

.box1-top
{
	width: 231px;
	overflow: hidden;
	background: url(../images/box1-top.gif) no-repeat;
}

.box1-btm
{
	width: 208px;
	min-height: 100px;
	float: left;
	background: url(../images/box1-btm.gif) no-repeat 0 100%;
	padding: 25px 0 65px 23px;
}

* html .box1-btm { height: 100px; }

.box1 a
{
	color: #fff;
	text-decoration: none;
}

.box1 a:hover { text-decoration: underline; }

.box1 em
{
	display: block;
	width: 180px;
	margin-bottom: 17px;
}

.box1 strong
{
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	font-style: normal;
}

.box2
{
	width: 231px;
	overflow: hidden;
	margin: 0 0 0 80px;
	background: url(../images/box2-bg.gif) repeat-y;
	font-size: 12px;
}

.box2-top
{
	width: 231px;
	overflow: hidden;
	background: url(../images/box2-top.gif) no-repeat;
}

.box2-btm
{
	width: 212px;
	overflow: hidden;
	background: url(../images/box2-btm.gif) no-repeat 0 100%;
	padding: 18px 0 28px 19px;
}

.box2 h3
{
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #4e84c4;
}

.box2 h3 a
{
	color: #4e84c4;
	text-decoration: none;
}

.box2 a:hover { text-decoration: underline; }

.box2 ul
{
	margin-bottom: 15px;
	padding: 0;
	list-style: none;
}
.box2 a { text-decoration: none; }

.column2
{
	width: 641px;
	min-height: 590px;
	margin: 80px 0 0;
	float: right;
}

* html .column2 { height: 590px; }

.block1
{
	width: 624px;
	overflow: hidden;
	background: url(../images/column2-bg.gif) no-repeat 100% 100%;
	padding: 0 0 75px 0;
}

.navigation
{
	width: 624px;
	height: 135px;
	background: url(../images/nav-bg.gif) repeat-x;
	overflow: hidden;
	padding: 14px 0 0 14px;
	margin-bottom: 26px;
}

ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.normal ul { list-style: circle default; }

.navigation li
{
	float: left;
	display: inline;
	margin-right: 21px;
	width: 101px;
	overflow: hidden;
	text-align: center;
}

.navigation li img
{
	display: block;
	margin-bottom: 6px;
}

.navigation li a
{
	text-decoration: none;
	color: #5889c7;
}

.navigation li a:hover
{
	text-decoration: underline;
	background: #e9ecf7;
}

.container
{
	width: 100%;
	overflow: hidden;
	text-align: left;
}

.container img { padding: 0 0 10px 0; }

.img-left
{
	float: left;
	display: inline;
	margin: 0 14px 10px 9px;
}

.footer
{
	width: 100%;
	overflow: hidden;
	margin: 0 0 25px 0;
}

.footer ul
{
	width: 623px;
	height: 24px;
	overflow: hidden;
	background: url(../images/footer-nav.gif) repeat-x;
	padding: 5px 0 0;
	margin-bottom: 3px;
	padding: 0;
	list-style: none;

}

.footer ul li
{
	float: left;
	margin-left: -2px;
	padding: 0 10px;
	background: url(../images/bullet1.gif) no-repeat 0 4px;
}

.footer ul li a
{
	font-size: 11px;
	text-decoration: none;
}

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

.footer p
{
	margin: 0;
	padding: 0;
	font-size: 9px;
}

ul.bulletpoints
{
	list-style-type: circle;
	list-style-position: inside;
	padding: 0 0 0 15px;
	margin: 10px 0 10px 0;
}

.compliment_image
{
	float: right;
	display: inline;
	margin: 0 0 15px 15px;
}

.gallery_image
{
	display: inline;
	margin: 0 20px 10px 0;
	float: left;
}

#recent-posts { width: 300px; }

#recent-posts ul
{
	margin: 0;
	padding: 0 20px 20px 20px;
	list-style: none;
}

#recent-posts li {
	padding: 5px 15px;
	background: url(../images/document.gif) no-repeat left center;
	border-bottom: 1px solid #949EA4;
}

.logos img { padding: 12px; }

.box3
{
	width: 231px;
	overflow: hidden;
	background: #98b1dc;
	color: #fff;
	margin: 0 0 16px 15px;
	float: right;
}

.box3-top
{
	width: 231px;
	overflow: hidden;
	background: url(../images/box1-top.gif) no-repeat;
}

.box3-btm
{
	width: 231px;
	min-height: 100px;
	float: left;
	background: url(../images/box1-btm.gif) no-repeat 0 100%;
	padding: 25px 0 65px 15px;
}

.box3 img
{
	padding: 3px;
	background-color: #FFF;
}

.box3 p { padding: 0 0 5px 0; }

.reset a:hover
{	background: #e9ecf7;
}

/*
-------------------------------------------------------- 
 MEDIA PAGE
--------------------------------------------------------
*/

.issue
{
	width: 300px;
	float: left;
	padding: 10px 0 10px 0;
}

.issue img { padding: 0 15px 15px 0; }

.superscript
{
	vertical-align: super;
	font-size: 9px;
}

/*
-------------------------------------------------------- 
 EXTERNAL LINKS
--------------------------------------------------------
Shows an icon indicating it's an external link. 

Usage
<a href="#" class="external">link text <span>(external link)</span></a> 

*/

a.external span
{
	position: absolute;
	left: -5000px;
	width: 4000px;
}

a.external:link
{
	background: url(../images/icons/link-external.gif) no-repeat 100% 0;
	padding: 0 15px 0 0;
}

.photo_credit, .video_credit
{
	font-size: 10px;
	padding: 2px 2px 2px 25px;
	background-repeat: no-repeat;
}

.photo_credit
{
	background-image: url(../images/icons/image-x-generic.png);
}

.video_credit
{
	background-image: url(../images/icons/video-x-generic.png);
}

	.award
	{
		float: left;
		position: relative;
		padding: 15px 15px 15px 0;
		margin: 15px 15px 15px 0;
	}
