/*--css reset--*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/*--end--*/

/* CSS Document */
img, div {
	behavior: url(../iepngfix.htc);
}
body {
	margin:0px;
	padding:0px;
	background:#ffffff url(../images/bg_inner.jpg) repeat-x;
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#231f20;
}
a {
	color:#bb0000;
	text-decoration:none;
}
a:hover {
	color:#231f20;
	text-decoration:none;
}
/* Layers */
#site_wrapper {
	margin:0px auto;
}
#repeat_me {
	margin:0px auto;
}
#header_shadow {
}
#footer {
	background-position:center bottom;
}
#wrap {
	margin:0px auto;
	width:960px;
	padding-top:0px;
}
#wrapper {
	margin:0px auto;
	width:960px;
	padding-top:0px;
}
#header {
	margin:0px auto;
	padding:0px;
	width:960px;
	height:124px;
	position:relative;
	z-index:999;
}
#logo {
	position:absolute;
	z-index:3;
	top: 25px;
	left: 0px;
}
#menuwrapper_front {
	position:absolute;
	top: 60px;
	left: 380px;
	width:580px;
	z-index:9999;
	text-transform:uppercase;
	font-weight:bold;
	text-align:right;
}
#menuwrapper_front a {
	color:#231f20;
	text-decoration:none;
}
#menuwrapper_front a:hover {
	color:#db2e00;
	text-decoration:none;
}
* html div#bottom {
height: expression( this.scrollHeight < 219 ? "218px" : "auto" ); /* sets min-height for IE */
}
#bottom {
	margin:0px;
	padding:0px;
	width:960px;
	min-height:218px;
	position:relative;
	background-image:url(../images/banner_inner.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	z-index:2;
}
#message {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	width:300px;
	padding-top:200px;
	position:absolute;
	z-index:3;
}
* html div#content {
height: expression( this.scrollHeight < 223 ? "222px" : "auto" ); /* sets min-height for IE */
}
#content {
	margin:0px;
	padding:0px;
	width:960px;
	min-height:222px;
	position:relative;
	background-color:#fff;
	z-index:2;
}
* html div#inner {
height: expression( this.scrollHeight < 401 ? "400px" : "auto" ); /* sets min-height for IE */
}
#inner {
	border-right:1px solid #cccccc;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:0px;
	padding-right:30px;
	margin-top:30px;
	margin-bottom:30px;
	min-height:400px;
}
#foot {
	background-color:#000;
	padding-bottom:20px;
}
#foottext {
	margin:0px auto;
	padding:20px;
	width:960px;
	font-size: 11px;
	color: #fff;
	clear:both;
}
#foottext a {
	text-decoration:none;
	color: #ffffff;
}
#foottexta:hover {
	color:#bb0000;
	text-decoration:none;
}
#pad30 {
	padding:50px;
}
#pad20 {
	padding:20px;
}
#pad10 {
	padding:10px;
}
#pad15 {
	padding:15px;
}
/* Text Styles */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px;
	padding:0px;
	font-weight: bold;
	color:#ff00c6;
}

