/**********************
HTML STYLES
***********************/

/* DO NOT EDIT THE BODY TAG, USE .bodyClass INSTEAD */
body {
	margin: 0;
	background: #FFFFFF;
	color: #000000;
}
/* SET STANDARD FONT STYLES */
.bodyClass, 
p, 
td, 
.standard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#2d2d2d;
}
/* USE .bodyClass TO ASSIGN STYLES TO THE BODY TAG */
.bodyClass {
	text-align:center;
	background:#fff url(standard/bodybg.jpg) repeat-x top;
}
/* SET DEFAULT LINK COLOR */
a {
	color: #a9002c;
}
/* SET DEFAULT LINK MOUSE OVER COLOR */
a:hover {
	color: #a9002c;
}
a img {
	border: 0;
}

/**********************
UNIVERSAL STYLES
***********************/
.error {
	color: #CC0000;
}
.standard {
}
.standardbold {
	font-weight: bold;
}
.standardheader {
	font:italic 14pt "Times New Roman", Times, serif;
	color:#2d2d2d;
}

/**********************
LAYOUT STYLES
***********************/
#container {
	margin:0 auto;
	width:940px;
	background:url(standard/container.jpg) repeat-y;
}

#header {
	width:940px;
	height:140px;
	background:url(standard/header.jpg) no-repeat top center;
	text-align:left;
}

	#headerimg {
		margin: 0;
		height: 120px;
		width: 500px;
		float:left;
		}
	
	#headerimg h1, #headerimg a
	{
		display: block;
		height: 120px;
		width: 500px;
		margin: 0px;
		padding:0;
	}
	#headerimg a
	{
		text-indent: -9999px;
	}
	#headerinfo {
		width:400px;
		float:left;
		text-align:center;
		padding:42px 0 0 0;
		color:#323232;
	}
	#headerinfo h2 {
		font-family:"Times New Roman", Times, serif;
		font-size:18pt;
		margin:0;
	}
	
	#headerinfo .slogan {
		font-style:italic;
	}
	
	#headerinfo .phone {
		font-size:15pt;
		margin-top:13px;
	}

#content {
	clear:both;
	width:885px;
	padding:5px 20px 5px 35px;
	text-align:left;
	background:url(standard/content.jpg) no-repeat bottom center;
	min-height:400px;
	_height:400px !important;
}

#menu {
	background:url(standard/navbg.jpg) no-repeat top center;
	width:940px;
	height:40px;
}

#footer {
	clear:both;
	width:100%;
	min-height:130px;
	margin:0 auto;
	background:#fff url(standard/footer.jpg) repeat-x top center;
	font-size:8.5pt;
	padding-top:2em;
}

	#footercontainer {
		margin:0 auto;
		width:450px;
		text-align:center;
	}

	.info {
		padding-top: 1.5em;
		width:450px;
		text-align:center;
	}

	.info, .info li {
		list-style:none;
		display:inline;
		height:25px;
		line-height:25px;
		color:#000;
		float:left;
		text-align:center;
	}
		
	#copyright {
		float:left;
		width:195px;
	}

	.poweredby {
		padding: 10px;
	}
	
#flashcontent, #contentright {
	display:none;
}

#contentleft {
	width:870px;
}
/* INDEX PAGE */

#indexPage #menu {
	z-index:200;
}

#indexPage #flashcontent {
	display:block;
	margin:-12px 0 0 -15px;
	*margin:-10px 0 0 -15px;
	z-index:300;
}

#indexPage .standardheader {
	color:#1d3a5c;
	padding-top:15px;
}


#indexPage #contentleft, #indexPage #contentright {
	display:block;
	float:left;
}

#indexPage #contentleft {
	width:600px;
}

#indexPage #contentright {
	width:250px;
	background:#d9d7c5 url(standard/contentrightbottom.jpg) no-repeat bottom left;
	min-height:285px;
	_height:285px !important;
	margin-top: 30px;
	padding:0 0 20px 0;
}

#indexPage #contentright .paragraph {
	background:#d9d7c5 url(standard/contentright.jpg) no-repeat top left;
	padding:0 15px;
	display:block;
	margin:-15px 0 0 0;
	clear:both;
	min-height:254px;
	_height:254px !important;
}

#indexPage h2.standardheader {
	margin:0;
}
