/*
CSS
*/

body {
	margin: 0;
	padding: 0;
	background: #000000 url(images/body-bg.jpg) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #504841;
	text-align: left;
}

ul, ol {
	margin-top: 0;
	line-height: 200%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

 }

blockquote { }

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #333333;
}

a img {
	border: none;
}

#container {

}

/** banner */

#banner {
	height: 250px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Header */

#header-wrapper {
	width: 880px;
	margin: 0 auto;
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	border-top: 10px solid #FFFFFF;
}

#header {
	width: 880px;
	height: 76px;
	margin: 0 auto;
	background-image: url(images/menu-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Menu */

#menu {
	float: left;
	width: 870px;
	height: 51px;
}

#menu ul {
	margin: 0;
	padding: 25px 0 0 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 17px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 12px;
}

#menu a:hover { text-decoration: underline; }

/* Page */

#page {
	width: 840px;
	margin: 0 auto;
	padding: 30px 20px 0px 20px;
	background: #FFFFFF;
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
}
#content {
	float: left;
	width: 550px;
	line-height: 240%;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#content_white

 {
	float: left;
	width: 440px;
	background-image: url(images/content_white.jpg);
	background-repeat: no-repeat;
	padding-right: 80px;
	padding-left: 80px;
	line-height: 240%;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#content_alabaster {
	float: left;
	width: 440px;
	background-image: url(images/content_alabaster.jpg);
	background-repeat: no-repeat;
	padding-right: 80px;
	padding-left: 80px;
	line-height: 240%;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* Sidebar */

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

#sidebar ul {
	margin: 0;
	line-height: normal;
	list-style-image: none;
	list-style-type: square;
	list-style-position: outside;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

#sidebar li {
	margin-bottom: 5px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
}

#sidebar li ul {
	line-height: normal;
}

#sidebar li li {
	margin: 0;
	padding: 0 20px;
}

#sidebar h2 {
	height: 33px;
	margin: 0 0 20px 0px;
	padding: 15px 0 2px 20px;
	background: url(images/sidebar-headings.jpg) no-repeat left top;
	font-size: 18px;
	color: #FFFFFF;
}

#bottom {
	float: left;
	height: auto;
	width: 840px;
	padding-top: 30px;
	color: #999999;
}


#bottom p {
	line-height: normal;
	font-size: 10px;
}


/* Footer */

#footer {
	width: 880px;
	margin: 0 auto;
	padding: 0;
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
	background-color: #494336;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	line-height: normal;
	color: #B5ADA5;
}

#footer a {
	color: #B5ADA5;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

.form_wrapper {
	width:260px;
	height:400px;
	text-align: left;
	font-size: 12px;
	color: #666666;
	background-repeat: no-repeat;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/form_wrapper_bg.gif);
	margin: auto;
	padding-top: 15px;
	line-height: normal;
}


textarea {
	border: 1px solid #CCCCCC;
	width:230px;
	height:50px;
	overflow: auto;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

input {
	border: 1px solid #CCCCCC;
}
input.textboxes {
	width:230px;
	height:20px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
