@charset "UTF-8";

@import url("reset.css");

html, body {
	height: 100%;
	font-size: 11px;
}

body {

	background-color: #e6f6ff;
    font-family: "Trebuchet MS", Arial, sans-serif;
	line-height: normal;

}

#wrapper {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
	margin: 0 auto;
} 

#container {
   width: 100%;
   margin: 0 auto;
   color: #FFFFFF;
   clear: both;
}

#topbar {
	width: 100%;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	height: 44px;
	background: url('../images/top_bg.gif') repeat-x top center;
}

#content {
	width: 100%;
	display: block;
	background: url('../images/content_bg.jpg') repeat-x top center;
	clear: both;
}

a.nav {
	float: right;
	background: url('../images/top_nav_bg.gif') repeat-x top center;
	padding: 18px 15px 8px 15px;
	color: #bcbcbc;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
}

a.nav:hover {
	background-position: bottom !important;
	color: #FFFFFF;
	text-shadow: 0.05em 0.05em 0.00em #000000;
}

a.subnav {
	float: right;
	padding: 8px 15px 8px 15px;
	color: #7a9bd2;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
}

a.subnav:hover {
	text-decoration: underline;
	color: #000000;
}

div.subnav {
	float: right;
	display: none;
	clear: both;
}

h1 {
	font-size: 32px;
	color: #7a9bd2;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h2 {
	font-size: 22px;
	color: #7a9bd2;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#main {
	padding: 100px 0 0 50px;
	width: 860px;
	background-image: url('../images/content_bg_image.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

.box {
	width: 182px;
	text-align: center;
	float: right;
}
