@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	background:#9a9a9a url(images/bg.jpg) repeat-x top center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#0d1f24;
}
a {
	color:#195a67;
	outline:none;
}
#header, #shell, #footer, #logo {
	position:relative;
	max-width:1000px;
	margin:auto;
}
#logo {
	padding-top:10px;
}
#logo img {
	border:none;
}
#logo .stagename {
	width:100%;
	max-width:333px;
	min-width:210px;
	height:auto;
	margin-right:-20px;
}
#logo .tagline {
	width:90%;
	max-width:309px;
	min-width:210px;
	height:auto;
	margin-left:15px;
}
#shell {
	border-left:1px solid #163348;
	border-right:1px solid #163348;
	background:#fff url(images/shell-top.jpg) no-repeat top center;
	/*border-bottom:10px solid #2b5f69; */
}
#header {
	height:66px;
	background:#2b5f69 url(images/header_bg.jpg) no-repeat right center;
	border:1px solid #163348;
	border-bottom:none;
}
#header .nav2 {
  display: none;
  padding-left:5%;
  line-height:66px;
  color:#fff;
  font-size:.9em;
}
#header ul {
	list-style-type:none;
	margin-left:30px;
}
#header ul li {
	display:inline;
	list-style:none;
}
#header ul li a {
	display:inline-block;
	line-height:66px;
	color:#fff;
	font-family:"Century Gothic", Futura, "URW Gothic L", sans-serif;
	font-size:.9em;
	text-decoration:none;
	padding:0 10px;
	margin:0 5px;
}
#header ul li a:hover, #header ul li a.active {
	background:transparent url(images/nav-hover.png) no-repeat center center;
	color:#fff;
}
#main {
	position:relative;
	background:transparent url(images/shell-bottom.png) no-repeat bottom center;
	border-top:1px solid #163348;
	border-bottom:1px solid #163348;
}
.splashdiv {
	float:left;
	margin:0 5% 50px 0;
	width:292px;
	padding:15px;
	background:transparent url(images/splash_bg.png) repeat top left;
	border:1px solid #fff;
	-webkit-box-shadow:  0px 0px 15px 5px rgba(0, 0, 0, .3);
        
        box-shadow:  0px 0px 15px 5px rgba(0, 0, 0, .3);
}
.splash {
	border:3px solid #033a4b;
	width:100%;
	height:auto;
	max-width:286px;
	margin:auto;
}
/*.splash {
	float:left;
	margin:0 5% 50px 0;
	width:50%;
	max-width:327px;
	min-width:200px;
	height:auto;
	background:transparent url(images/splash_bg.png) repeat top left;
	padding:15px;
	border:1px solid #fff;
}*/
#sidebar {
	position:relative;
	width:20%;
	float:left;
	margin:5%;
	background:#eee;
	padding:20px 15px;
	font-size:.8em;
	border:2px solid #2b5f69;
}
#sidebar ul li {
	line-height:2em;
}
#content {
	position: relative;	
	width:85%;
	margin:85px auto 60px auto;
	text-align:left;
	line-height:1.5;
	font-size:.8em;
	}
#content p, #content ul, #content ol, #content table, #content h1, #content h2, #content h3, #content h4, #content h5, #content blockquote, #content hr {
	margin-bottom:15px;
	}
#content ul, #content ol {
	margin-left:25px;
	list-style-position: inside;
	padding-right:10px;
	}
#content h1 {
	font-weight:normal;
	color:#182c30;
	font-family:"Century Gothic", Futura, "URW Gothic L", sans-serif;
	font-size:1.4em;
}

#content h2 {
	font-weight:normal;
	color:#182c30;
	font-family:"Century Gothic", Futura, "URW Gothic L", sans-serif;
	font-size:1.2em;
}
.clr {
	clear:both;
}
#footer {
	font-size:.75em;
	color:#111;
	border:none;
	text-align:center;
	padding:15px 0;
}
#footer a {
	color:#062a36;
}
.linkhead	{ text-align:center; }
.links		{ text-align:center; }

