@charset "utf-8";
/* CSS Document */
body {
	background: #494949;
}

h1 {
	margin: 0 0 25px;
	font-family: "Bauhaus 93";
	font-size: 26px;
	color: #656669;
	
}
	h1#logo {
		margin: 0;
		position: absolute;
		top: 35px;
		left: 45px;
		display: block;
		width: 462px;
		height: 77px;
	}
	h1#logo a {
		display: block;
		width: 462px;
		height: 77px;
		text-indent: -99999px;
		background: url(/images/logo.gif) no-repeat;
	}


/* End Utilities */

#background {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#container {
	margin: 15px auto 0;
	padding: 0;
	position: relative;
	min-width: 720px;
	max-width: 1000px;
	background: #fff url(/images/background.jpg) no-repeat 50% 100%;
	background: #fff;
	font-size: 14px;
	-moz-border-radius-topleft:0.5em;
	-moz-border-radius-topright:0.5em;
	-webkit-border-top-left-radius: 0.5em;
	-webkit-border-top-right-radius: 0.5em;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
}

#wrapper {
	z-index: 2;
}

#header {
	height: 130px;
	z-index: inherit;
}

#content_wrapper {
	padding: 40px 125px 0;
	min-height: 300px;
	max-height: 430px;
	overflow: scroll;
}
#content {
	padding: 0 0 135px;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 125px;
	height: 1px;
	z-index: 10;
	background: url(/images/front.png) no-repeat 50% 100%;
	background: #fff;
}

#page_footer {
	margin: 4px auto;
	padding: 0;
	min-width: 720px;
	max-width: 1000px;
	text-align: right;
	font-size: 12px;
	color: #222;
}
	#page_footer a {
		color: #222;
		text-decoration: none;
	}
	#page_footer a:hover {
		text-decoration: underline;		
	}
.image_wrapper {
	float: left;
	margin: 0 15px 15px 0;
	padding: 5px;
	width: 280px;
	background: #fff;
	border: 1px solid #78B769;
}
.image_wrapper.right {
	float: right;
	margin: 0 0 15px 15px;
	width: 320px;
}
div.text_wrapper.right {
	margin-left: 320px;
}
div.text_wrapper.left {
	margin-right: 350px;	
}
div.text {
	padding: 10px 30px;
	min-height: 210px;
	background: url(/images/text_bg.png);
}
.icon, .icon:hover, a .icom {
	margin-right: 5px;
	position: relative;
	top: 4px;
	cursor: pointer;
	border: 0;
}
a.button, input.button {
	display: block;
	width: 130px;
	height: 45px;
	text-align: center;
	
	background: url(/images/button_bg.png) no-repeat 50% 50%;
	color: #fff;
	text-decoration: none;
	line-height: 3.1;
	border: 0;
}
a.button:hover {
	text-decoration: underline;
}
/*  Objects  */


/* End Objects */

/*  Lists  */

ul.bullet {
	list-style: circle;
}

ul#nav {
	position: absolute;
	top: 20px;
	right: 0;
	margin: 0;
	padding: 0 5px 0 2px;
	border-top: 2px solid #4CB037;

	border-top: 2px solid #78B769;
}
	ul#nav li {
		list-style: none;
		display: block;
		margin: 0;
		padding: 0;
		float: left;
	}
	ul#nav li a {
		display: block;
		margin: 0;
		padding: 0;
		width: 99px;
		height: 40px;
		background: url(/images/nav_li_bg.jpg) no-repeat;
		color: #626366;
		font-size: 13px;
		font-family: Arial, Helvetica, san-serif;
		text-align: center;
		line-height: 2.2;
		text-decoration: none;
		font-weight: bold;
	}
	ul#nav li a:hover {
		text-decoration: underline;
	}

ul#nav {
	position: absolute;
	top: 10px;
	right: 0;
	margin: 0;
	padding: 0 0 0 40px;
	width: 390px;
	height: 53px;
	background: url(/images/nav_bg.jpg) no-repeat;
	border: 0;
}
	ul#nav li {
		list-style: none;
		display: block;
		margin: 0;
		padding: 0;
		float: left;
	}
	ul#nav li a {
		display: block;
		margin: 0;
		padding: 10px 11px;
		width: auto;
		height: auto;
		color: #fff;
		font-size: 15px;
		background: none;
		font-family: Arial, Helvetica, san-serif;
		text-align: center;
		line-height: 2.2;
		text-decoration: none;
	}



/* End Lists */

/* Tables  */

table.table {
	margin: 1em 0;
}
table.table.wide {
	width: 100%;
}
table.table.tall td {
	padding: 4px 5px;
}

/* End Tables */

/*  Forms  */

dl.form {
	margin: 0;
	padding: 0;
}
	dl.form dt {
		margin: 0 1em 0 0;
		padding: 0;
		text-align: left;
		font-size: .9em;
	}
	dl.form dd {
		margin: 0 0 .5em 0;
		padding: 0;
		font-size: .9em;
	}
input.text, textarea.textarea, select.select {
	border: 1px solid #ccc;
}
	input.text {
		width: 270px;
		height: 1.4em;
	}

	textarea.textarea {
		width: 320px;
		height: 80px;
	}

/* End Forms */

/* siFR */

.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 div#content h1 {
	visibility: hidden;
}
.sIFR-hasFlash div#content h1 {

}
