/** BASIC */

html, body {
	height: 100%;
}

.title {
	height: 43px;
	margin-bottom: 15px;
	background: url(images/homepage13.gif) repeat-y left top;
}

.title h2 {
	padding: 11px 0px 0px 20px;
}

.title h3 {
	padding: 14px 0px 0px 20px;
}

.content {
	padding-left: 18px;
}

/** HEADER */

#header {
	width: 778px;
	height: 101px;
	margin: 0px auto;
	border-bottom: 2px solid #FFFFFF;
}

/** LOGO */

#logo {
	float: left;
	width: 389px;
	height: 101px;
	background: url(images/homepage01.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	display:none;
}

/** SEARCH */

#search {
	float: right;
	width: 389px;
	height: 101px;
}

#search form {
	padding: 60px 0px 0px 134px;
}

/** SPLASH */

#splash {
	width: 778px;
	margin: 0px auto;
	border-bottom: 3px solid #FFFFFF;
}

/** MENU */

#menu {
	width: 778px;
	height: 45px;
	margin: 0px auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu ul li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 45px;
	padding: 15px 0px 0px 0px;
	text-indent:10px;
	
}

.menuItem { width: 130px; background: url(images/homepageMenu.jpg) no-repeat right top; }

/** CONTENT */

#content {
	width: 778px;
	margin: 0px auto;
	padding: 20px 0px 10px 0px;
}

#left {
	float: left;
	width: 473px;
	padding: 0px 0px 0px 20px;
}

#right {
	float: right;
	width: 217px;
	padding: 0px 20px 0px 20px;
}

/** FOOTER */

#footer {
	clear: both;
	width: 758px;
	height: 100px;
	margin: 0px auto;
	padding: 25px 0px 30px 20px;
}

#footer p {
	padding-left: 17px;
	background: url(images/homepage15.gif) repeat-y left top;
	line-height: normal;
}

#copyright {
	float: left;
	height: 28px;
	padding-top: 2px;
}

#legal {
	float: right;
	width: 230px;
}

/** BOX1 */

#box1 {
	margin-bottom: 30px;
}

/** BOX2 */

#box2 {
}

/** BOX3 */

#box3 {
}

/** BOX4 */

#box4 {
}

/** BOX5 */

#box5 {
	padding: 0px 20px;
}