@charset "utf-8";
/* CSS Document */
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body, div, dl, dt, dd, ol, li, p.h1, p.h2, p.h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, html, label, table, tr, td {
	margin:0;
	padding:0;
}
h1, h2, h3 {
	margin:0;
	padding:0;
	font-size: 1.2em;
	color: #1a3f71;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img, a img, :link img, :visited img {
	border:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}

caption, th {
	text-align:left;
}
p.h1, p.h2, p.h3, h4, h5, h6 {
	font-size:100%;
}
q:before, q:after {
	content:'';
}
/*---------------------------------------------------------------
						CONTAINERS
---------------------------------------------------------------*/
body {
	background:url(../images/bg.jpg) repeat-x;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
}
#site_wrapper {
	width:860px;
	margin:0 auto;
}
#header {
	width:860px;
	height:132px;
}
#content_wrapper {
	background:url(../images/content_bg.png) repeat-y;
	width:860px;
}
#content {
	background:url(../images/content_gradient.png) no-repeat;
	width:760px;
	padding:20px;
	margin:0 auto;
}
#footer {
	background:url(../images/footer.png) no-repeat;
	width:860px;
	height:95px;
	clear:both;
}
#footer_content {
	width:800px;
	float:right;
	padding:0 50px 0 0;
	position:relative;
	bottom:10px;
	z-index:10;
}
/*---------------------------------------------------------------
					IMAGE / TEXT REPLACMENTS
---------------------------------------------------------------*/
#footer span {
	display:none;
}
#footer h1 {
	background:url(../images/footer_logo.png) no-repeat;
	width:326px;
	height:74px;
	margin:0;
	padding:0;
	position:relative;
	top:25px;
	left:20px;
}
/*---------------------------------------------------------------
						TEXT STYLES
---------------------------------------------------------------*/
h1 {
	font-size:1.5em;
	color:#1a3f71;
	margin:0 0 10px 0;
}
p, ul {
	font-size:0.9em;
	color:#173a6a;
	line-height:150%;
	margin:0 0 10px 0;
	text-align: left;
}
ul
{margin-left:40px;}
#footer_content p {
	font-size:.9em;
	color:#FFF;
	text-align:right;
}
/*---------------------------------------------------------------
						IMAGE STYLES
---------------------------------------------------------------*/
img.img_right {
	float:right;
	margin:0 0 10px 20px;
}
img.img_left {
	float:left;
	margin:0 20px 10px 0;
}
/*---------------------------------------------------------------
						LINK STYLES
---------------------------------------------------------------*/
#footer_content a:link {
	color:#FFF;
	text-decoration:none;
}
#footer_content a:visited {
	color:#FFF;
	text-decoration:none;
}
#footer_content a:hover {
	color:#50ab2d;
	text-decoration:none;
}
/*---------------------------------------------------------------
						PNG FIX
---------------------------------------------------------------*/
div img { behavior: url(iepngfix.htc) }
.myh2 {
	font-size: 1.1em;
	font-weight: 700;
}
