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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	background-color: #302F2D;
	font-size: 1em;
	background-color: #15353F;
}
ol, ul {
	list-style: square;
	margin: 0 0 0.5em;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
code {
	background-color: #f4f4f4;
	font-family: Menlo, 'Panic Sans', monospace;
	font-size: 0.875em;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	margin: 0 0 0.5em;
	max-width: 634px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.2em;
	padding: 0.5em 0 0.25em;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.25em;
}

h5, h6 {
	font-size: 1em;
}

a, a:link, a:visited {
	color: #ffaecc;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover, a:active {
	text-decoration: underline;
	color: #ffaecc;
}

img {
	max-width: 100%;
}

hr {
	border: none;
	background: url(../images/bg_hr.png) center center no-repeat;
	height: 10px;
}

.headerWrap {
	background-color: #15353f;
	padding: 20px 0;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9cbbbc;*/
	-webkit-box-shadow: 0 3px 3px #111;
	box-shadow: 0 3px 3px #111;
	position: relative;
	z-index: 999;
}
#logo {
	padding-bottom: 0;
	float: left;
	font-size: 2.25em;
	font-weight: normal;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.pageTop {
	margin: 0 0 25px 0;
	padding: 0 0 15px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9cbbbc;
}
.pageTop h2 {
	margin: 0px;
	padding: 0px;
	font-size: 1.8em;
	font-weight: bold;
	color: #15353f;
	text-shadow: 1px 1px 0 #888;
}
.contentWrap {
	background-color: #4d767f;
	padding: 25px 0;
}
.footerWrap {
	background-color: #15353f;
	padding-top: 10px;
	margin: 0;
	-webkit-box-shadow: 0 -3px 3px #111;
	box-shadow: 0 -3px 3px #111;
	padding-bottom: 35px;
}
.grid {
	padding: 0 20px;
}
.row {
	margin-bottom: 1em;
	clear: both;
}
.feature h2 {
	margin: 10px 0px;
	padding: 0px;
	font-size: 1.4em;
	font-weight: bold;
	color: #15353f;
	text-shadow: 1px 1px 0 #888;
}
.feature h3 {
	margin: 10px 0px;
	padding: 0px;
	font-size: 1.2em;
	font-weight: bold;
	color: #15353f;
	text-shadow: 1px 1px 0 #888;
}
.feature h4 {
	margin: 0px;
	padding: 0px;
	font-size: .9em;
	font-weight: bold;
}
.feature p {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.75em;
	padding-bottom: 10px;
}
.feature em {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
.feature .subhead {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}
.bullets {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.75em;
	margin-left: 2em;
}
#topContentHome {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9cbbbc;
	padding-bottom: 25px;
}
#topContent {
	padding-bottom: 25px;
}
#intro {
	padding-left: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9cbbbc;
}
#intro p {
	line-height: 2.25em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.imgRight {
	float: right;
	border: 1px solid #FFF;
	margin-bottom: 1em;
	margin-left: 1em;
}
.threeColumns {
	text-align: left;
	-moz-column-count: 3;
	-moz-column-gap: 2em;
	-webkit-column-count: 3;
	-webkit-column-gap: 2em;
}
.threeColumns p {
	line-height: 1.2em;
}

.footer p {
	color: #ccc;
	max-width: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.5em;
	margin-bottom: 1em
}
.footer table td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.5em;
	padding-top: .25em;
	padding-right: .25em;
	padding-bottom: .25em;
}
.socialIcons {
	float: right;
	margin-top: 10px;	
}
.legal {
	float: right;
	width: 100%;
	border-top: 1px solid #9cbbbc;
	margin-top: 30px;
	padding-top: 10px;
	text-align: right;
}
.legal p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.clear {
	clear:both;
}

/******* For Video Playlist Player *******/

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/******* For AJAX Mailinglist Plugin *******/

div.indicator  {
display: none;
}

.ajax_error {
display: block!important;
}

.ajax_success {
display: block!important;
}

.ajax_process {
display: block!important;
}
 
 /******* MEDIA QUERIES *******/
 
 @media screen and (max-width:600px){
.headerWrap {
    padding-top: 0;
    padding-bottom: 10px;
}
#logo {
	font-size:2em;
}
/* Hide Top Navigation */
#p7PMM_1 {
	display:none;
}
/* Remove Left Margin From Right-aligned Images */
.imgRight {
	margin-left: 0em;
}
#intro {
	padding: 0;
	border: none;
}
#intro p {
	line-height: 1.9em;
}
/* Make Three Columns Become Two Columns */
.threeColumns {
	-moz-column-count: 2 !important;
}
}
 @media screen and (min-width:600px){
.blue {
	display:none;
}
}
