/* STYLESHEET SECTIONS
   CSS Flags marked with [=]
	 
	GENERAL TAGS
	HEADINGS
	LISTS
	LINKS
	CLASS-SPECIFIC TEXT
	 
	....................................... */

/* =GENERAL TAGS
    font sizing MUST remain the same for the percentages to calculate properly
	....................................... */

body {
	font: 13px/1.2 Arial, Helvetica, sans-serif;
	color: #666666;
}
p {
	margin: 0 0 10px 0;
	line-height: 1.2;
}
hr {
	background: #666;
	color: #666;
	margin: 10px 0 15px;
}
hr.light {
	background: #CCC;
	color: #CCC;
}
blockquote, q {
	margin: 0 auto;
	width: 60%;
	line-height: 1.5;
}
blockquote:before {
	content: '"'; 
}
blockquote:after {
	content: '"'; 
}
table {
    font-size: inherit;
    font: 100%;
}
pre, code, kbd, samp {
    font-family: monospace, sans-serif;
}
ins {
    background-color: #ff9;
    text-decoration: none;
}

/* =HEADINGS
	....................................... */

h1, h2, h3, h4, h5, h6 { 
	color: #101F52;
	line-height: 1.2;
	margin-bottom: 10px;
	font-family: "nimbus-sans-condensed", Arial, sans-serif;
}
h1 { 
	font-size: 30px;
}
.top h1, 
.top h2 {	
    color:#fff;
    font-size:20px;
    text-transform:uppercase;
}
h2 { 
	font-size: 20px;
}
h3 { 
	font-size: 19px;
}
h4 { 
	font-size: 17px;
}
h5 { 
	font-size: 15px;
}
h6 { 
	font-size: 13px;
}
 .events h4 {
 	padding-top:20px;
 }
/* =LISTS 
    default values can be edited
	....................................... */

li ul, li ol { 
	margin:0 1.5em; /*default: 0 1.5em;*/
}
ul, ol { 
	margin: 0 1.5em 1.5em 1.5em; /*default: 0 1.5em 1.5em 1.5em;*/
}
ul { 
	/*list-style-type: none;*/
}
.leftCol ul li {
	/*background:transparent url(../fw/bullet.png) 0 9px no-repeat;*/
	margin: 0 0 10px;
	}
.leftCol ul {
	margin:0;
}
.leftCol ul ul {
	margin: 2px 0 2px 10px;
}
ol { 
	list-style-type: decimal;
}
dl { 
	margin: 0 0 1.5em 0; /*default: 0 0 1.5em 0;*/
}
dl dt { 
	font-weight: bold;
}
dd { 
	margin-left: 1.5em; /*default: 1.5em;*/
}

/* =LINKS
	....................................... */

a { 
	color: #003399;
	text-decoration: none;
}
a:focus, a:hover { 
	text-decoration: none;
}
a:hover, a:active {
    outline: none;
}

/* =CLASS-SPECIFIC TEXT
	....................................... */
.caption {
	font-size: 11px;
	line-height: 1.2;
}


.continueReading {
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	text-align: right;
	display: block;
	float: right;
}

.content.home .rightCol .tile img {
	margin: 0 0 15px 15px;
}

.vidTop strong {
	font-size: 11px;
	padding: 2px 5px 0 0;
}

.vidBtm .details {
	padding: 20px 25px;
}

.tile .leftCol h1 {
	margin-left: 9px;
}