/* -------- CONTAINERS -------- */

#globalcontainer {
	background-color: #FFFFFF;
	width: 800px;
	border: 1px solid #999999;
	padding: 5px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

#headercontainer {
}

#menucontainer {
	float: left;
	width: 180px;
	margin-top: 2px;
}

#contentcontainer {
	margin: 2px 0px 0px 180px;
	height: 100%;
}

/* -------- HEADER -------- */

#header {
	background: url(../images/header/header-bg.jpg);
	height: 200px;
}

#breaker {
	background: url(../images/header/breaker-bg.jpg);
	height: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	margin-top: 2px;
	padding: 0px 5px 0px 5px;
	line-height: 2.2em;
}

#breaker a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}

#breaker a:hover, #breaker a:focus {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

/* -------- MENU -------- */

#menu {
	background: #FFFFFF;
	width: 180px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
    list-style-type: none;
}

#menu li {
	margin: 0px 0px 2px 0px;
	padding: 0px;
}

#menu a {
	background: url(../images/menu/menu-bg.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 5px 2px 5px;
	display: block;
	height: 25px;
}

#menu a:hover, #menu a:focus {
	background: url(../images/menu/menu-over-bg.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
	text-decoration: underline;
	padding: 3px 5px 2px 5px;
	display: block;
	height: 25px;
}

/* -------- LOWER MENU -------- */

#lowermenu {
	background: url(../images/menu/lowermenu-bg.jpg) bottom repeat-x;
	background-color: #6184BA;
	margin: 0px 0px 5px 0px;
	text-align: center;
	padding-bottom: 150px;
}

.buttons {
	margin-top: 5px;
}

/* -------- CONTENT -------- */

#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 5px 5px 5px 10px;
}

/* -------- FORMS -------- */

#form1 {
	position: relative;
	text-align: right;
	width: 200px;
	height: 305px;
	float: right;
	background: url(../images/forms/indexform1.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: bottom;
}

#form1 form {
	position: absolute;
	bottom: 20px;
	right: 10px;
}

#form2 {
	position: relative;
	height: 100px;
	background: url(../images/forms/indexform2.jpg);
}

#form2 form{
	position: absolute;
	width: 600px;
	left: 0px;
	bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 10px;
}

#form2left {
	position: absolute;
	top: 0px;
	left: 0px;
}

#form2right {
	position: absolute;
	top: 0px;
	right: 0px;
}	

#form2 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	padding: 15px 0px 0px 10px;
	margin: 0px;
	color: #FFFFFF;
}

/* -------- FOOTER -------- */

#footer {
	clear: both;
	background: url(../images/footer/footer-bg.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	text-align: right;
	padding: 0px 10px 0px 10px;
	height: 30px;
	line-height: 2.6em;
}