@charset "utf-8";

/* TAG'S */
body {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
	background-color:#2c2c2c;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	line-height:12px;
	margin:0px;
}
h1.right {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	line-height:12px;
	margin:0px;
	text-align:right;
}
h1.center {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	line-height:12px;
	margin:0px;
	text-align:center;
}
/*
h2 used by calendar style sheet
*/
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	line-height:18px;
	margin:0px;
	color:#FFFFFF;
	font-weight:bold;
}
ul {
	margin-top:5px;
	margin-bottom:10px;
}
hr {
	display:none;
}
a:hover {
	color:#CC0000;
}
/*img {
	vertical-align:top;
}*/

/* ID'S */
#topContainer {
	background-image:url(../images/home.gif);
	background-position:top right;
	background-repeat:no-repeat;
	position:relative;
	width:1000px;
	margin:auto;
}
#contact {
	position:absolute;
	float:left;
	top:0px;
	left:100px;
}
#content {
	float:left;
	width:980px;
}
#masthead {
	height:250px;
	width:980px;
}
#quoteCTA {
	position:absolute;
	top:350px;
	left:817px;
}
#marqueeCopy {
	position:absolute;
	top:350px;
	left:30px;
}
#bottomContainer {
	/*position:relative;*/
	clear:both;
	height:150px;
	margin-top:10px;
	background-image:url(../images/footerBackground.gif);
}
#footer {
	/*position:relative;*/
	clear:both;
	width:1000px;
	margin:auto;
}
	#copyright {
		width:213px;
		float:left;
		text-align:left;
		padding:20px;
	}
	#partners {
		width:454px;
		float:left;
		text-align:center;
		padding:20px;
	}
	#social {
		width:213px;
		float:left;
		text-align:right;
		padding:20px;
	}	
#hr {
	height:1px;
	background-color:#333333;
	margin:5px 0px 5px 0px;
}

/* CLASSES */
.smallWhite {
	color:#ffffff;
}
.smallDark {
	/*color:#333333;*/
	color:#000000;
}
.bigWhite {
	font-size:18px;
	font-weight:bold;
	/*color:#333333;*/
	color:#000000;
}
.alignRight {
	float:right;
	margin:0px;
}
.alignLeft {
	float:left;
	margin:0px; 
}
.alignLeftMarginRight {
	float:left;
	margin-right:10px;
	margin-top:0px; 
}
.socialMedia {
	margin-bottom:5px;
}
.red {
	color:#CC0000;
}
.link {
	font-weight:bold;
	color:#003366;
}

