@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Geneva, sans-serif;
}


#container {
	width:940px;
	height:auto;
	margin:0 auto;
}

#logo {
	width:940px;
	height:138px;
}

#footer {
	width:940px;
	height:100px;
	clear:both;
}

.edge {
	width:20px;
	height:640px;
	float:left;
	background-color:#eeeeee;
}

#maincontent {
	float:left;
	width:900px;
	height:auto;
}

#content_1 {
	width:900px;
	height:300px;
}

#content_2 {
	width:900px;
	height:300px;
}

.modulecontainer {
	width:200px;
	height:300px;
	background-color:#666;
	float:left;
}

.imagecontainer {
	width:200px;
	height:200px;
	background-color:#CCC;
}

.textcontainer {
	width:200px;
	height:100px;
	padding:10px;
}

.spacer {
	width:20px;
	height:300px;
	float:left;
}

.hspacer {
	width:900px;
	height:20px;
}


/* TEXT */

.title {
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}

.description {
	font-size:11px;
	color:#CCC;
	display:block;
	margin-right:10px;
	margin-top:5px;
}

.bottomtext {
	font-size:10px;
	color:#333;
	text-align:center;
}

.bottomtext a {
	color:#999;
	text-decoration:none;
}

.bottomtext a:hover {
	color:#C30;
}

/* Contact Page */

.contact_title {
	font-size:18px;
}

.fielddescription {
	color:#666;
	font-weight:bold;
	font-size:12px;
	text-align:right;
	padding-right:10px;
}

.field {
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	border:#666 solid 2px;
	width:150px;
	overflow:hidden;
	font-family:Verdana, Geneva, sans-serif;
	color:#999;
}

.button {
	width:100px;
	background-color:#FFF;
	padding-left:10px;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:5px;
	color:#666;
	border:#666 solid 2px;
}

.contact_table {
	width:350px;
	height:250px;
}

h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#999;
	text-align:center;
}



