/*QS Template {{{blue style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
html {
	min-height: 100%;
	height: auto;
	height: 100%;
	}	
	
body {
	background: #fff ;
	color: #000;
	font: 12px normal Helvetica, Verdana, Arial, sans-serif;
	}
	
ul {
	padding-left: 15px;
	}

.container {
	padding:5px 0;
	position:relative;
	}	
	
#header h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 45px;
	color: #448ccb;
	padding: 20px 0 0 25px;
	font-weight: lighter;
	margin-bottom: 50px;
	/*border-top: 5px solid blue;*/
	}
		
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	margin: 15px 0;
	}

.menu1 {
	float: left;
	}
	
.menu1 ul {
	list-style-type: none;
	padding-left: 25px;
	}
	
.menu1 ul li {
	list-style-type: none;
	float: left;
	height: 34px;
	}
	
.menu1 ul a {
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding: 10px 5px;
	background: url(images/nav_bg_blue.jpg) 0 0 repeat-x;
	border-left: 1px solid #25569a;
	border-right: 1px solid #25569a;
	float: left;
	}		
	
.menu1 ul a:hover {
	text-decoration: underline;
	background: url(images/nav_bg_hover_blue.jpg) 0 0 repeat-x;
	}
	
.menu {
	padding-top: 30px;
	height: 40px;
	}
	
.menu ul {
	text-align: center;
	}
	
.menu li {
	display: inline;
	list-style-type: none;
	}
	
.menu ul a {
	color: blue;
	display: inline;
	padding: 5px;
	text-decoration: underline;
	text-transform: uppercase;
	}

.menu ul a:hover {
	text-decoration: none;
	}	
		
.content {
	clear: both;
	margin: 0 0 20px 0;
	padding: 0 10px 95px 10px;
	border-top: 5px solid #25569a;
	width: 100%;
	position: relative;
	z-index: 2;
	}	
	
.content p {
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
	}	
	
#footer.footer {
	color: #fff;
	padding: 20px 0 20px 15px;
	font-size: 14px;
	font-weight: bold;
	background: #25569a url(images/footer_blue.jpg) 0 0 repeat-x;
	border-bottom: #25569a 1px solid;
	}	
	
img {
	margin: 5px 5px 5px 0;
	}	