@charset "utf-8";
/* CSS Document */

/* //////////////////////////////////////////////////////// Global Styles */

html {
overflow-y: scroll;
}

body {
	margin:0;
	padding:0;
	background-color:#9FA1A4;
}

#wrapper {
	margin: 0 auto;
	margin-top:8px;
	position:relative;
	width:985px;
	min-height:90px;
}

#splash-wrapper {
	margin: 0 auto;
	margin-top:8px;
	position:relative;
	width:730px;
}

#splash-text {
	padding:10px; 0 0 0;	
}

#splash-text a, #splash-text a:LINK, #splash-text a:VISITED {
	font-family:"Trebuchet MS", Helvetica, Jamrul, sans-serif;
	font-size: 12px;
	color: #5f6062;
	text-decoration: none;
}
#splash-text a:HOVER {
	font-family:"Trebuchet MS", Helvetica, Jamrul, sans-serif;
	font-size: 12px;
	color: #5f6062;
	text-decoration: underline;
}

/* //////////////////////////////////////////////////////// Content Area Styles */

.clear {
	position: relative;
	clear: both;
}

#container {
	width:940px;
	height:488px;
	background: #717274 url(../images/homepage-bg.jpg) no-repeat;
	padding: 35px 0 0 45px;
}

#container-blog {
	width:940px;
	height:488px;
	background: #717274 url(../images/blog-coming-soon-bg.jpg) no-repeat;
	padding: 35px 0 0 45px;
}

#header {
	padding:0;
	background:url(../images/logo-home.png) no-repeat top left;
	width:940px;
	height:68px;
	position:relative;
	min-height:68px;
}

#navigation {
	margin-top:33px;
	padding:0;
	width:940px;
	position:relative;
	min-height:100px;
}
