/* @group Generic */

/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

body {
	line-height: 1;
}


blockquote, q {
	quotes: none;
}

blockquote:before, 
blockquote:after,
q:before, 
q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Generic */
body {
	margin: 0px;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}

p,
td,
li,
th,
dt,
dd {
	font-size: 1.2em;
	line-height: 1.3em;
}

li li {
	font-size: 1.0em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0.5em 0;
	line-height: 1.5em;
}

h1 {
	float: left;
	font-size: 3em;
}

h1 a {
	display: block;
	text-indent: -9999px;
	background: url('/images/layout/logo.png') no-repeat 0 0;
	height: 77px;
	width: 176px;
	padding-bottom: 10px;
}

h2 {
	margin-top: 0;
	color: #20959b;
	font-size: 3.2em;
	line-height: 1em;
	padding-bottom: 15px;
	border-bottom: 1px solid #d1d1d1;
	text-transform: uppercase;
}


h3 {
	font-size: 2.2em;
	color: #20959b;
	padding-bottom: 10px;
	border-bottom: 1px solid #d1d1d1;
	margin-top: 1em;
}

h4 {
	font-size: 1.6em;
	margin-bottom: 0;
}

h5 {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 0;
}

p {
	margin-bottom: 1em;
	font-size: 1.4em;
}

/* Tables */
table {
	margin: 1.3em 0;
}


table td,
table th {
	padding: 9px 11px;
}

/* Links */
a:link {
	color: #20959b;
	text-decoration: underline;
}

a:visited{ 
	color: #20959b;
	text-decoration: underline;
}

a:hover {
	color: #20959b;
	text-decoration: underline;
}

a:active {
	color: #20959b;
	text-decoration: underline;
}

/* Lists */
ul,
ol {
	margin: 1em 0;
}

li {
	font-size: 1.4em;
	margin: 0.25em 1.8em;
}

ul.top-border {
	border-top: 1px solid #d1d1d1;
}

ul.bottom-border {
	border-bottom: 1px solid #d1d1d1;
}

ul.excerpt-list {
	list-style: none;
}

ul.excerpt-list li {
	margin: 1.5em 0;
}

ul.excerpt-list li h4 {
	font-size: 1.15em;
}

ul.excerpt-list li h4 a:link,
ul.excerpt-list li h4 a:visited {
	text-decoration: none;
	color: #000;
}

ul.excerpt-list li h4 a:hover,
ul.excerpt-list li h4 a:active {
	text-decoration: underline;
}

ul.excerpt-list li h5 {
	margin: 0;
	font-size: 0.785em;
	font-weight: normal;
}

ul.excerpt-list li p {
	margin: 0;
	font-size: 1em;
}

.times {
	list-style: none;
}

.times li {
	margin: 15px 40px;
	font-size: 1.4em;
	color: #20959b;
}

/* Images */
a img {
	border: 0px;
}
/*
img {
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	border: 1px solid #e0e0e0;
	margin: 10px 0;
	padding: 2px;
}
*/
.image-left img,
.image-right img {
	margin-top: 0;
	margin-bottom: 5px;
}

.callout-left,
.image-left,
div.pullquote-left {
	float: left;
	display: inline;
	margin: 0px 10px 5px 0px;
}

.callout-right,
.image-right,
div.pullquote-right {
	float: right;
	display: inline;
	margin: 0px 0px 5px 10px;
}

div.image-left,
div.image-right,
div.pullquote-left,
div.pullquote-right {
	width: 220px;
}

a.image-left img,
a.image-right img,
div.image-left img,
div.image-right img {
	display: block;
}

a.image-left img,
a.image-right img,
div.image-left img,
div.image-right img,
img.image-left,
img.image-right {
	border: 1px solid #e0e0e0;
	background: #ffffff;
	padding: 1px;
}

div.image-left p,
div.image-right p {
	color: #0D2D51;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 4px 0;
}

div.box {
	background-color: #f2f2f2;
	padding: 1px 13px;
	color: #333333;
}

div.box span {
	font-size: 1.5em;
	font-family: times;
}

/* Clear */
.clear {
	height: 0px;
	line-height: 0px;
	clear: both;
}

.clear span {
	position: absolute;
	left: -9999em;
}

.group:after {
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}

/*group=Navigation */

.nav {
	position: relative;
}

ul.nav  {
	float: right;
	position: relative;
	top: 64px;
	
}

.nav li  {
	display: inline;
	float: left;
	margin: 0 0 0 26px;
	font-size: 1.6em;
}

.nav a:link,
.nav a:visited {
	color: #000;
	text-decoration: none;
}

#footer .nav {
	position: relative;
	top: 0;
}

#footer .nav li {
	margin: 0 8px;
	font-size: 1.1em;

}

#footer .nav a:link,
#footer .nav a:visited {
	font-weight: normal;
	color: #20959b;
	
}

.nav a:hover,
.nav a:active {
	text-decoration: underline;
}

/* @end */
/* @group=Layout */

#wrapper {  
	position: relative;
	background:  url('/images/layout/wrapper-top.png') repeat-x 0 0;
}

#wrapper-outer {
	position: relative;
	background:  url('/images/layout/wrapper-bottom.png') repeat-x 0 100%;
}

#wrapper-inner,
#header,
#footer {
	position: relative;
	width: 968px;
	margin: 0 auto;
	padding-top: 27px;
}

#sidebar {
	display: inline;
	float: left;
	width: 344px;
}

#front #section {
	
	width: 600px;
	padding: 18px 12px 40px 12px;
	
}

#front .featured-image {
	display: inline;
	float: right;
}

#section {
	display: inline;
	float: right;
	width: 592px;
	padding: 0px 12px 40px 20px;
}

/* @end */

/* @group=Header */

#header {
	padding: 20px 0;
}

#header h1 {
	margin: 0;
	width: 140px;
}


/* @end */


/* @group=Sidebar */

#sidebar #blurb {
	background: #1c6f73 url('/images/layout/front-blurb-background.png') repeat-x 0 0;
	width: 276px;
	padding: 1px 34px;
}

#sidebar #blurb p {
	color: #fff;
	margin: 20px 0;
	line-height: 1.5;
	font-size: 2.4em;
}

#front #sidebar #blurb {
	background: #1c6f73 url('/images/layout/front-blurb-background.png') repeat-x 0 0;
	min-height: 342px;
	height: 342px;
	width: 276px;
	padding: 1px 34px;
}

#front #sidebar #blurb p {
	color: #fff;
	margin: 63px 0;
	line-height: 2em;
	font-size: 2.4em;
}

#sidebar #times {
	padding: 18px 12px;
}

#sidebar #times p {
	margin: 14px 0;
	font-size: 1.1em;
}

/* @end */

/* @group=front */

#front a:link,
#times a:link,
#front a:visited,
#times a:visited {
	text-decoration: none;
}

#front a:hover,
#times a:hover,
#front a:active,
#times a:active {
	text-decoration: underline;
}

#front h2,
#times h2 {
	margin-top: 0;
	font-size: 2em;
	line-height: 1em;
	color: #000;
	height: 1em;
}

#front h2 a:link,
#front h2 a:visited {
	background: url('/images/layout/arrow-right.png') no-repeat 100% 50%;
	padding-right: 7px;
	font-size: 0.7em;
	margin-left: 8px;
	display: inline;
	height: 1em;
	text-decoration: none;
}

#front h2 a:hover,
#front h2 a:active {
	text-decoration: underline;
}

#front #news,
#front #photos {
	display: inline;
	float: left;
}

#front #photos {
	display: inline;
	float: right;
}

#front #news {
	width: 408px;
}

#front #photos {
	width: 162px;
}

#front #photos h2 {
	border: none;
	margin: 0;
}

#front #photos ul {
	list-style: none;
	margin: 0;
}

#front #photos li {
	margin: 0;
}

/* @end */
