body {
	margin: 0px;
	padding: 0px;
	background: url(images/background.jpg) top left repeat-x #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size: 12px;
	color: #000;
}

#frame {
	width: 940px;
	margin: 0px auto;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF3234;
}

h2 {
	font-size: 14px;
}

#header {
	height: 106px;
	margin: 20px auto 0px auto;
	background: url(images/logo.gif) top left no-repeat;
}

#header a{
	display: block;
	width: 292px;
	height: 106px;
	text-decoration: none;
}

#nav1 {
	clear: both;
	position: relative;
	height: 35px;
	margin: 26px 0px 2px 0px;
	padding: 0px;
	overflow: hidden;
	background: url(images/menu.jpg) top left no-repeat;
}

#nav1 span { display:none; }

#nav1 a {
	display: block;
	height: 35px;
}

#nav1-1	{ width:135px;}
#nav1-2	{ width:143px;}
#nav1-3	{ width:223px;}
#nav1-4	{ width:97px;}
#nav1-5	{ width:117px;}
#nav1-6	{ width:97px;}
#nav1-7	{ width:128px;}

#nav1-1 a.active { background:url(images/menu.jpg) no-repeat 0px -35px; }
#nav1-2 a.active { background:url(images/menu.jpg) no-repeat -135px -35px; }
#nav1-3 a.active { background:url(images/menu.jpg) no-repeat -278px -35px; }
#nav1-4 a.active { background:url(images/menu.jpg) no-repeat -501px -35px; }
#nav1-5 a.active { background:url(images/menu.jpg) no-repeat -598px -35px; }
#nav1-6 a.active { background:url(images/menu.jpg) no-repeat -715px -35px; }
#nav1-7 a.active { background:url(images/menu.jpg) no-repeat -812px -35px; }
		
#nav1-1 a:hover { background:url(images/menu.jpg) no-repeat 0px -35px; }
#nav1-2 a:hover { background:url(images/menu.jpg) no-repeat -135px -35px; }
#nav1-3 a:hover { background:url(images/menu.jpg) no-repeat -278px -35px; }
#nav1-4 a:hover { background:url(images/menu.jpg) no-repeat -501px -35px; }
#nav1-5 a:hover { background:url(images/menu.jpg) no-repeat -598px -35px; }
#nav1-6 a:hover { background:url(images/menu.jpg) no-repeat -715px -35px; }
#nav1-7 a:hover { background:url(images/menu.jpg) no-repeat -812px -35px; }

#nav1 ul {
	margin: 0px;
	padding: 0px;
}

#nav1 ul li {
	float: left;
	list-style: none;
}

#banner {
	height: 270px;
	margin: 0px;
	overflow: hidden;
	cursor: hand;
	cursor: pointer;
}

#bannerNoIndex{
	height: 181px;
	margin: 0px;
	overflow: hidden;
}

#bannerRandom{
	height: 131px;
	margin: 0px;
	overflow: hidden;
}

#content {
	position: relative;
	width: 940px;
	margin: 15px auto;
}

.innerContent {
	padding: 0px 20px 10px 20px;
}

#left {
	float: left;
	width: 588px;
}

#middle {
	float: left;
	width: 1px;
	height: 235px;
	overflow: hidden;
	background-color: #D4D4DD;
}

#right {
	float: left;
	width: 351px;
}

.homePic {
	float: left;
	margin: 0px 0px 12px 12px;
	width: 74px;
	height: 74px;
	border: 1px solid #333;
	background-color: #999;
	overflow: hidden;
	}

#footer {
	margin: 10px auto 0px auto;
	padding: 10px;
	background-color: #EDEDF1;
	color: #9C9C9E;
}

#footer a {
	text-decoration: none;
	color: #6a6a6a;
}

#footer a:hover, a:visited, a:active, a:link {
	color: #6a6a6a;
}

#footerLeft {
	float: left;
	width: 460px;
}

#footerRight {
	float: right;
	width: 460px;
	text-align: right;
}




/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 24px;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 16px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}