/** BASIC */

html, body {
	height: 100%;
}

/** HEADER */

#header {
	height: 100px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #54b7c6;
}

#header_subpage {
	height: 100px;
	border-bottom: solid 5px #F3F3F3;
}	

/** LOGO */

#logo {
	float: left;
	width: 270px;
	height: 100px;
	background-image: url(images/homepage01.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#logo img {
	margin-top:20px;
}

/** TOPNAV */

#topnav {
	width: 300px;
	float: right;
	height: 24px;
}

#topnav ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#topnav li {
	display: inline;
}

#topnav a {
	float:right;
	font-size:10px;
	color:#999999;
	text-decoration:underline;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#topnav a hover {
	color:#666666;
}

/** MENU */

#menu {
	float: right;
	height: 75px;
	width: 480px;
}

#menu ul {
	margin: 0px;
	padding: 48px 0px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	height: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 14px;
	background-image: url(images/homepage02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	color: #54b7c6;
}

#menu a hover {
	color: #54B7C6;
}


/** CONTENT */

#content {
	float: left;
	width: 550px;
}

.one-column {
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

.two-columns {
	padding: 20px 30px 0 20px;
}

.two-columns1 {
	float: left;
	width: 230px;
}

.two-columns2 {
	float: right;
	width: 230px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 200px;
}

/** BANNER */

#banner {
	width: 758px;
	height: 158px;
	padding-bottom:30px;
	border-top-color: #54B7C6;
	border-bottom-color: #54B7C6;
}

/** FOOTER */

#footer {
	font-size: 9px;
	color: #54b7c6;
	padding: 10px;
	border-top-width: thin;
	border-top-style: none;
	border-top-color: #CCCCCC;
}
