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

html {
	
	background-attachment: scroll;
	height: 100%;
	
	background: #1a4363; /* Old browsers */
	background-image: -moz-linear-gradient(top, #000000 0%, #1a4363 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#1a4363)); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, #000000 0%,#1a4363 100%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top, #000000 0%,#1a4363 100%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top, #000000 0%,#1a4363 100%); /* IE10+ */
	background-image: linear-gradient(top, #000000 0%,#1a4363 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1a4363',GradientType=0 ); /* IE6-9 */
	
	background-repeat: no-repeat;
	
	background-attachment: fixed;
}

#page {
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	min-width: 860px;
	max-width: 1124px;
	width: 950px;
}

#rootheader {
	position:absolute;
	top: -100px;
}

.content {
	background-color: #FFF;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-family:Arial, Helvetica, sans-serif;
	position: relative;
	
	overflow:hidden;
	/*width: 100%;*/
}/*
#homecontent {
	height: 560px;
}*/

#header {
	margin-left: auto;
}


#header_logo, #header_tag {
	display: inline;
}

#header_logo {
}

#header_tag {
	position: relative;
	margin-top: 19px;
	float: right;
}

.shadowbox {
	-webkit-box-shadow: 1px 1px 5px #444; 
	-moz-box-shadow: 1px 1px 5px #444; 
	box-shadow: 1px 1px 5px #444;
}

#footer {
	color: #ddd;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 18px;
}


/* General Styles */
h2 {
	color: #444;
	margin: 0;
	margin-top: -10px;
	padding: 0;
	font-size: 52px;
	font-weight: bold;
}
h3 {
	color: #444;
	font-size: 28px;
	margin-bottom: 0;
	font-weight: bold;
}

a:link {
	text-decoration:none;
	/*color: #1982d1;*/
	color: #1E6296;
}

a:visited {
	/*color: #1E6296;*/
	color: #1E5885;
}

a:hover {
	text-decoration:underline
}

.lighttext a:link {
	text-decoration: none;
	color: #ddd;
}
.lighttext a:visited {
	text-decoration: none;
	color: #ccc;
}
.lighttext a:hover {
	text-decoration: underline;
	color: #EEE;
}