/*QS Template {{{darkblue style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
html, body {
	min-height: 100%;
	_height: 100%;
	#height: 100%;
	}	
	
body {
	color: #000;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	background-color: #ebebeb;
	}

.container {
	width: 100%;
	height: 100%;
	}	
		
.content_wrap {
	width: 100%;
	background: url(images/darkblue_05.jpg) bottom left repeat-x;
	}	
	
#header {
	display: block;
	height: 200px;
	width: 100%;
	text-align: center;
	background: url(images/darkblue_01.jpg) 0 0 no-repeat;
	color: #ebebeb;
	}	
	
#header h1 {
	font-size: 55px;
	border: none;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 50px;
	}
	
.subtitle	{
	display: block;
	}
	
h1,h2,h3,h4,h5,h6 {
	padding: 5px 0;
	} 
	
a {
	color: darkblue;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}	

/*////menus____*/
	
.menu1 {
	width: 100%;
	height: 50px;
	background: url(images/darkblue_02.jpg) 0 0 no-repeat;
	}	
	
.menu1 ul {
	padding: 20px 0;
	text-align: center;
	}
	
.menu1 li {	
	list-style-type: none;
	display: inline;
	}
		
.menu1 ul a {
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding:  2px 5px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	}		
	
.menu1 ul a:hover {
	text-decoration: underline;
	}
	
.menu {
	width: 100%;
	margin-top: 125px;
	margin-bottom: 50px;
	}
	
.menu ul {
	text-align: center;
	list-style: none;
	margin: 0 auto;
	width: 98%;
	padding: 10px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}
	
.menu li {
	display: inline;
	list-style-type: none;
	}
	
.menu ul a {
	text-decoration: underline;
	text-align: center;
	color: #fff;
	padding: 5px;
	text-transform: uppercase;
	font-weight: bold;
	}
	
.menu ul a:hover {
	text-decoration: none;
	}	
	
/*////content divs____*/	
		
.content {
	width: 100%;
	background: url(images/darkblue_03.jpg) 0 0 no-repeat;
	padding-top: 50px;
	}		
	
.content_text {
	width: 90%;
	margin: 0 auto;
	min-height: 425px;
	_height: 425px;
	}		
.content_text ul {
	padding-left: 15px;
	margin: 5px 0;
	}	
	
.content p {
	margin-bottom: 10px;
	}	
	
img {
	margin: 5px 5px 5px 0;
	}	
		
.footer {
	text-align: center;
	clear: both;
	font-weight: bold;
	color: #fff;
	background: url(images/darkblue_25.gif) 0 0 no-repeat;
	padding-bottom: 10px;
	}	
	
