/* BEGIN ERIC MEYER RESET STYLES

DO NOT TOUCH

 */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* END ERIC MEYER RESET STYLES

YOU MAY EDIT BELOW THIS LINE

*/
body {
	width: 100%;
	background: #000;
	text-align: center;
	background: #770605;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
}
p { line-height: 1.1em;}
a { outline: none; border: 0; color: #3c435f; }
label { width: 115px; float: left; clear: left; text-align: right; margin-right: 10px;}
input { width: 150px; }
.header {
	background: url(../images/header.png) repeat-x top left;
	height: 115px;
	text-align: center;
	width: 100%;
	float: left;
	clear: both;
}

	.header .logo {
	
		height: 115px;
		margin: 0 auto;
		width: 650px;
	}
	
	.header .logo img {
		margin-top: 8px;
	}
	
	.navigation a {
		color: #fff;
		text-decoration: none;
		display: block;
		padding: 5px 10px 5px 20px;
	}

	.navigation ul {
		margin: 15px;
		float: left;
	
	}
	
	.navigation ul li {
		text-transform: uppercase;
		padding: 0 0 5px 0;
	}
	

	.navigation ul li {
		background: url(../images/menu-item.png) no-repeat top left;
		border: 1px solid #000;
		border-top: none;
		font-size: 11px;
		font-weight: bold;
	}

	.navigation ol {
		margin: 15px;
		float: left;
	
	}
	
	.navigation ol li {
		text-transform: uppercase;
		padding: 0 0 5px 0;
	}


	
	.navigation li:hover, .navigation ul li.submenu:hover, .navigation ul li.sub-submenu:hover {
		background: #c13b3b;
	}
	.navigation ul li.active {
			background: url(../images/menu-item-active.png) no-repeat left -4px !important;
			font-weight: bold;
			font-weight: 11px;
		}
	
	.navigation ul li.submenu ul {
		margin: 0;
		float: left;
	}
	.navigation ul li.submenu {
		padding: 0;
	}
	.navigation ul li.submenu{
		background: url(../images/submenu-item.png) no-repeat top left;
		font-size: 11px;
		text-transform: capitalize;
	}
	.navigation ul li.sub-submenu{
		background: url(../images/submenu-item.png) no-repeat left -4px;
		font-size: 11px;
		padding: 0px 0px 0px 10px;		
		text-transform: capitalize !important;
		
	}
	
	.navigation .selected {
		background: #800000 !important;
	}

	.navigation img {
		margin: 15px;
		float: left;
	}

	.navigation a img {
		margin: 15px 15px 15px 0px;
		float: left;
	}

.footer {
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
	background: url(../images/footer.png) repeat-x top left;
	color: #fff;
	height: 83px;
}

.footer p {
	padding: 25px;
	font-weight: bold;
	font-size: 11px;
}
.footer a {
	color: #FFF;
	text-decoration: none;

}


.wrapper {
	margin: 0 auto;
	width: 100%;
	background: #ffffff url(../images/wrapper.png) repeat top left;
	float: left;
}

.main {
	margin: 0 auto;
	background: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	width: 875px;
	min-height: 400px;
}

.navigation {
	float: left;
	clear: both;
	width: 200px;
	text-align: left;
}

.mainContent {
	clear: right;
	float: left;
	width: 660px;
	text-align: left;

}

	.mainContent .animation {
		margin-top: 15px;
	}
	
	.mainContent h2 {
		font-size: 1.3em;
		font-weight: bold;
		margin-top: 15px;
	}
	
	.mainContent h3 {
		font-size: 1em;
		font-weight: bold;
		margin-top: 8px;
	}
	
	.mainContent .faq-question {
		font-size: 1em;
		font-weight: bold;
		margin: 10px 0 0 0;
	}
	
	.mainContent p {
		padding: 10px 0px;
		text-align: justify;
	}

	.mainContent .schedule p {
		line-height: 1.5em;
	}

	.mainContent .notice {
		color: #0033CC;
		font-weight: bold;
		font-size: 1.1em;
	}
	
	.mainContent .contact {
		margin-top: 15px;
		margin-bottom: 15px;
		width: 100%;
		border-bottom: 1px dotted #ccc;
		float: right;
	}
	
	.mainContent .contact h3 {
		margin-top: 4px;
		margin-bottom: 8px;
	}
	
	.mainContent .contact p, .mainContent .contactform span {
		padding:  0 0 15px 0px;
	}

	.mainContent .contactform p {
		padding: 4px 0;
	}
	
	.mainContent ol {
		list-style: none;
		padding: 0 0 5px 32px;
	}
	
	.mainContent ul {
		list-style: disc; 
		padding: 0 0 10px 32px;
	}

	.mainContent ul li {
		padding: 0 0 10px 5px;
		text-align: justify;
	}

	.mainContent ol li {
		list-style: decimal; 
		padding: 0 0 10px 5px;
		text-align: justify;
	}

	.mainContent thead {
		font-weight: bold;
	}

strong { 
	font-weight: bold;
}

em {
	font-style: italic;
}

.superscript {
	position: relative;
	bottom: 0.5em;
	font-size: 0.8em;
}

/* ----- BLOCKQUOTES ----- */

blockquote { 
float: left; 
clear: both;
/*	background: url(/i/blockquote.png) top left no-repeat;*/
margin: 0px;
padding: 0 20px 20px;
position: relative;

}
blockquote span {
float: right;
clear: both;
font-weight: bold;
}

blockquote p {
color: #042c4b;
font-size: 1.2em;
line-height: 1.3em;

}

blockquote p.credit {
color: #444444;
font-style:italic;
font-size: 1em;
}

blockquote:before { content: open-quote; font-weight: bold; color: #dbe5eb; font-size: 42px; font-family: Georgia, "Times New Roman", Times, serif; position: absolute; margin-left: -25px; margin-top: 0px;}
blockquote:after { content: close-quote; font-weight: bold; color: #dbe5eb; font-size: 42px; font-family: Georgia, "Times New Roman", Times, serif; position: absolute; right: 10px; bottom: 40px;}

blockquote, q {
quotes: "\201C" "\201D";

}

/* ----- IMAGES ----- */

img {
border-style:none;
}

.floatright
{
float: right;
margin: 0 10px 10px 10px;
padding: 0;
}

.floatleft
{
float: left;
margin: 0 10px 10px 5px;
border: 0;
padding: 0;
}

.clientlogos { 
border: 0; vertical-align:middle; margin-right: 45px; margin-bottom: 30px;
}

.picture {
border: 0; padding: 3px;
text-align:center; }
.picture img { border: 0;
vertical-align:middle; margin-bottom: 3px; }
.right { margin: 0.5em 0pt 0.5em 0.8em; float:right; }
.left { margin: 0.5em 0.8em 0.5em 0; float:left; }



.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
