@charset "utf-8";
/* CSS Document */

body {
	background: #02579a url(images/splash_bgtop.jpg) repeat-x top;
	margin: 0px;
	text-align: center;
}
img {
	border: none;
}
#wrapper {
	margin: 0px auto;
	text-align: left;
	width: 968px;
}

/* ********** HEAD ********** */

#head {
	background: url(images/splash_head.jpg) no-repeat;
	height: 180px;
}
#headlogo {
	height: 137px;
	width: 420px;
}
#headicon {
	float: right;
	height: 136px;
	text-align: right;
	width: 550px;
}
#headflash {
	float: left;
	width: 256px;
}
#headmenu {
	padding-right: 18px;
	text-align: right;
}

/* ********** MAIN IMAGE AREA ********** */

#mainimage {
	background: url(images/content_mainimage.jpg);
	height: 229px;
}
#userloginwrap {
	float: left;
	padding-top: 100px;
	width: 284px;
}
#userlogin {
	padding-left: 53px;
}

/* ********** CONTENT SECTION ********** */

#contentbg {
	background: url(images/content_contentbg.jpg) repeat-y;
	padding: 0px 24px;
}
#contenttop {
	background: url(images/content_contenttop.jpg) no-repeat;
	padding-top: 62px;
}
#columnleft {
	float: left;
	padding-bottom: 25px;
	width: 258px;
}
#menu {
	padding-left: 29px;
}
#columnright {
	float: right;
	padding: 35px 0px 25px 0px;
	width: 597px;
}
#content {
	padding-right: 48px;
}
.clear {
	clear: both;
}

/* ********** FOOT ********** */

#foot {
	background: url(images/content_foot.jpg) no-repeat;
	height: 59px;
}