@charset "UTF-8";
/* CSS Document */
html {
height:100%;
}
img { border: none; }
body {
	height:100%;
	background: #333333;
	font: 13px Helvetica, Arial, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
}

#link1 {
	display: block;
	background: url(images/splash/link1.gif);
	background-position: left top;
	width: 140px;
	height:0 !important;
	margin:0;
	overflow:hidden;
	padding:210px 0 0;
}
#link1:hover {
	background-position: 139px 1px;
}

#link2 {
	display: block;
	background: url(images/splash/link2.gif);
	background-position: left top;
	width: 138px;
	height:0 !important;
	margin:0;
	overflow:hidden;
	padding:184px 0 0;
}
#link2:hover {
	background-position: 138px 1px;
}
#link3 {
	display: block;
	background: url(images/splash/link3.gif);
	background-position: left top;
	width: 138px;
	height:0 !important;
	margin:0;
	overflow:hidden;
	padding:184px 0 0;
}
#link3:hover {
	background-position: 138px 1px;
}

#link4 {
	display: block;
	background: url(images/splash/link4.gif);
	background-position: left top;
	width: 138px;
	height:0 !important;
	margin:0;
	overflow:hidden;
	padding:195px 0 0;
}
#link4:hover {
	background-position: 140px 1px;
}

img { border: none}

* html #container
	{
		height: 100%;
	}

.oneColFixCtrHdr #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	min-height: 100%;

}
.oneColFixCtrHdr #header {
	overflow: hidden;
	background: url(images/splash/bg_header.jpg) no-repeat right top;
	height: 245px;
	border-bottom: 3px solid #DC2922;
	padding: 0 10px 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#logo {
	display: block;
	margin-top: 90px;
}
h1#intro_text {
	margin: 40px 0 0 0;
	padding: 0;
	width: 395px;
	color: #fff;
	font: 24px Helvetica,  Arial, sans-serif;
	font-weight: normal;
	line-height: 26px;
}
h2 {
	font: 16px Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 18px;
}

.oneColFixCtrHdr #mainContent {
	padding: 45px 0 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	overflow: hidden;
	height: 300px;
}

.col {
	height: 205px;
	float: left;
	display: inline;
}

#col_1 {
	width: 189px;
}
#col_2 {
	width: 199px;
}
#col_3 {
	width: 199px;
}
#col_4 {
	width: 160px;
}
	

.oneColFixCtrHdr #footer {
	background: #333333 url(images/splash/bg_footer.gif) no-repeat center bottom;
	position: absolute;
	width: 750px;
	bottom: 0;
	height: 80px;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.oneColFixCtrHdr #footer p {
	
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
-->

.trademark {
	font-size: 13px;
	vertical-align:top;
}