@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}


body {
	margin: 0;
	background-color: #376B9A;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#header {
	background:#FFF url(images/whitefader.png) repeat-x 0% 100%;
}

#logo {
	width: 172px;
	margin: 0px auto auto auto;
	padding-top: 20px;
}


/* Navigation Bar */
#navigation {
	float:left;
	width:750px;
	font-size: 18px;
	line-height:normal;
	overflow:hidden;
	background: url(images/whitefader.png) repeat-x bottom #FFF;
	}
#navigation ul {
	margin:0;
	list-style:none;
	
	}
#navigation li {
	display:inline;
	margin:0;
	padding:0;
	}
#navigation a {
	height: 26px;
	width: 150px;
	float:left;
	background: url(images/tab.png) no-repeat 0% 100%;
	margin:0;
	text-decoration:none;
	}
	
#navigation a:hover {
}

#navigation a span {
	float:left;
	display:block;
	padding:2px 8px 0px 0px;
	margin-right:2px;
	color:#376B9A;
	text-align: center;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation a span {float:none;}

/* End IE5-Mac hack */
#navigation a:hover span {
			color:#FFFFFF;
	}

#navigation a:hover {
	background-position:0% 0%;
	color:#FFFFFF;
	}

#navigation a:hover span {
	background: none;
	}

#nav_container {
	width: 750px;
	margin: 0 auto;
	margin-top: 40px;
}



/* Content Section */

#container {
	background: #376B9A url(images/bluefader.png) repeat-x;
}
	
#content {
	width: 750px;
	margin: 0px auto auto auto;
	font-size: 13px;
	color: #FFF;
	padding: 40px 10px 10px 10px;
}

#content h1 {
	font-size: 35px;
	font-weight: normal;
}

#content h2 {
	font-weight: normal;
	font-size: 25px;
}

/* Items */

.item {
	margin-top: 20px;
}

.item_img {
	width: 140px;
	height: 120px;
	float: left;
}
.item_txt {
	float: left;
	padding-left: 20px;
	
}


/* Footer */
#footer {
	margin-top: 20px;
}

#contactdel {
	font-size: 12px;
	text-align: center;
}

#contactdel a {
	color: #FFF;
	text-decoration: none;
}


#dnd {
	margin-top: 10px;
	font-size: 11px;
	color:#FFF;
}

#dnd a {
	color:#FFF;
	text-decoration:none;
	font-weight: bold;
}

/* Special */
#buttons {
	color:#FFF;
	width: 680px;
	margin: 80px auto 80px; auto;
}
	
.button {
	width: 170px;
	padding-top: 170px;
	text-align: center;
	float: left;
}

#buttons a {
	text-decoration: none;
	color:#FFF;
}
