@charset "UTF-8";
/* 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%;
	vertical-align: top;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
/*	list-style: none;*/
}
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;
}

body {
	/*margin: 0px;*/
	padding: 0px;
	background-image:url(../graphics/body-background.png);
	background-repeat:repeat-x;
    height: 100%;
}





/* WEBSITE CONTAINER */
.container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 900px;
	height: 100%;
	margin-left: -451px;
	position:absolute;
	left: 50%;



	
}

.clearAll {
clear:both;
}

/***********  Page Layout **********/
.flashElement {
	float: left;
	display:inline-block;
	width:900px;
	height:275px;
	margin-bottom:15px;
}


.content {
	position:relative;
	display:inline-block;
	width:100%;
	top:15px;
	left:0px;
	margin-bottom:20px;
/*background:white none repeat scroll 0 0;*/
}


#slider{
	float: left;
	display:inline-block;
	margin:0 0 10px 0px;
	width:653px;
}

.leftContent {
	float: left;
	display:inline-block;
	width: 217px;
	margin:0px 15px 0px 0px;
}

.rightContent {
	float: right;
	display:inline-block;
	width: 217px;
}

.homeContent {
	float: left;
	display:inline-block;
	width: 436px;
	margin:0px 0px 15px 0px;
}

.contentContent {
	float: left;
	display:inline-block;
	width: 668px;
		
}

.homeContent p, .contentContent p {
	line-height:1.2;
	margin-bottom:15px;
	font-size:14px;
}

#subNav {
/* width:217px; */
border:1px solid #969696;
padding:5px;
margin: 0px 0px 15px 0px;
}

#subNav div {
padding:5px 0px 5px 0px;
border-bottom: 1px solid #969696;
background:none;
font-size:14px;
font-weight:bold;
}

.subNavLink {
	color: #424242;
	text-decoration:none;
}

.subNavLink:hover {
	color: #DC1431;
}

/*************** Text *******************/

h1 {
	font-size: 22px;
	padding:0px;
	margin: 0px 0px 10px 0px;
	font-weight:bold;
	color:#5D86B2;
}

h2 {
	font-size: 16px;
	padding:0px;
	margin: 0px 0px 10px 0px;
	font-weight:normal;
	color:#5D86B2;

}

h3 {
font-size: 12px;
padding:0px;
margin: 0px 0px 5px 0px;
font-weight:bold;
}

h4 {
font-size: 12px;
padding:0px;
margin: 0px 0px 10px 0px;
font-weight:bold;
}
