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

html {
	position: relative;
	width: 100%;
	height: 100%;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
}
body {
	width: 100%;
	height: 100%;
	background-color: #323448;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container {
	background-color: white;
	position: relative;
	width: 898px;
	margin: 0 auto;
	z-index: 0;
}
#header_and_main {
	min-height:334px;
	background-color: #6c6e6a;
	background-image: url(../images/_template_top.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#header_logo {
	position: absolute;
	width: 481px;
	height: 211px;
	left: -40px;
	top: 14px;
	background-image:url(../images/_template_header_logo.png);
	background-position: top;
	background-repeat: no-repeat;
	z-index: 10;
}
#header_right_image {
	position: absolute;
	width: 328px;
	height: 319px;
	left: 650px;
	top: 0px;
	background-image: url(../images/_template_header_right_image.png);
	background-position: top;
	background-repeat: no-repeat;
	z-index: 10;
}

#main {
	position: relative;
	top: 220px;
	background-color: #6c6e6a;
}
#left {
	position: relative;
	background-color: #6c6e6a;
	top: 0px;
	width: 190px;
	float: left;
	padding-left: 25px;
	padding-right: 10px;
}
.left_content_box_top {
	position: relative;
	width: 189px;
	height: 8px;
	background-image: url(../images/_template_left_content_box_top.png);
	background-repeat: no-repeat;
	background-position: top;
	z-index: 20;
	
}
.left_content_box_middle {
	position: relative;
	width: 189px;
	background-image: url(../images/_template_left_content_box_middle.png);
	background-repeat: repeat-y;
	background-position: top;
	z-index: 20;
}
.left_content_box_inner {
	position: relative;
	top: 1px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 0.82em;
	word-spacing: 0.15em;
	letter-spacing: 0.07em;
	color: #323448;
}
.left_content_box_bottom {
	position: relative;
	width: 189px;
	height: 8px;
	background-image: url(../images/_template_left_content_box_bottom.png);
	background-repeat: no-repeat;
	background-position: top;
	z-index: 20;
	margin-bottom: 10px;
}
.left_addButton {
	position: relative;
	width: 190px;
	height: 45px;
	background-image: url(../images/_template_left_addButton.png);
	background-repeat: no-repeat;
	background-position: top;
	z-index: 20;
}
.addButton_inner {
	position: absolute;
	padding-top: 1px;
	padding-right: 13px;
	padding-left: 13px;
}
#right {
	position: relative;
	background-color: #6c6e6a;
	top: 0px;
	left: -20px;
	width: 643px;
	float: right;
	padding-left: 20px;
	padding-right: 10px;
}
#main_content_top {
	position: relative;
	width: 640px;
	height: 12px;
	background-image: url(../images/_template_main_content_top.png);
	background-repeat:no-repeat;
	background-position: top;
}
#main_content_middle {
	position: relative;
	width: 640px;
	background-image: url(../images/_template_main_content_middle.png);
	background-repeat:repeat-y;
	background-position: top;	
}
#main_inner_content {
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
	word-spacing: 0.15em;
	letter-spacing: 0.07em;
	color: #323448;
}
#main_content_bottom {
	position: relative;
	width: 640px;
	height: 18px;
	background-image: url(../images/_template_main_content_bottom.png);
	background-repeat:no-repeat;
	background-position: top;
	
}
#clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}
#footer {
	position: relative;
	width: 898px;
	height: 136px;
	background-image: url(../images/_template_bottom.png);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 10px;
}
#menu {
	position: relative;
	width: 898px;
	height: 44px;
	top: 205px;
	background-image: url(../images/_template_menu_foundation.png);
	background-position: top;
	background-repeat: no-repeat;
	z-index: 0;
	margin: 0;
	padding: 0;
}
#menu li {
	margin:0;
	padding: 0;
	list-style-type: none;
	display: inline;
	float: left;
}
#spaceLeft {
	position: absolute;
	left: -1px;
}
#projects {
	position: relative;
	left: 13px;
}
#initiatives {
	position: relative;
	left: 12px;
}
#aboutvm {
	position: relative;
	left: 11px;
}
#contact {
	position: relative;
	left: 10px;
}
#members {
	position: relative;
	left: 9px;
}
#spaceRight {
	position: relative;
	left: 8px;
}
#clearMenuFloat {
	clear: both;
}#content_links_bottom {
	position: relative;
	text-align: center;	
}
