/*QS Template {{{royalblue style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
html, body {
	min-height: 100%;
	_height: 100%;
	#height: 100%;
	height: auto;
	}
	
body {
	color: #000;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	padding-top: 10px;
	background: #fff url(images/royalblue_bg.jpg) 0 0 repeat-x fixed;
	}

.container {
	width: 946px;
	margin: 0 auto;
	height: 100%;
	}	
	
.content_wrap {
	width: 946px;
	float: left;
	padding-bottom: 40px;
	}	
	
#header {
	display: block;
	height: 200px;
	background: url(images/royalblue_01.gif) 0 0 no-repeat;
	text-align: center;
	padding: 0 25px;
	}	
	
#header h1 {
	font-size: 50px;
	border: none;
	color: #fff;
	padding-top: 30px;
	} 
	
.subtitle {
	display: block;
	border: none;
	color: #fff;
	}
	
h1,h2,h3,h4,h5,h6 {
	padding: 5px 0;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
	color: #0055a7;
	} 
	
a {	
	color: #0055a7;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}	
	
.LB_nav a {
	color: #444;
	}	

/*////menus____*/
	
.menu1 {
	float: left;
	width: 946px;
	background: url(images/royalblue_02.gif) 0 0 no-repeat;
	}	
	
.menu1 ul {
	text-align: center;
	float: left;
	padding-left: 14px;
	}
	
.menu1 li {	
	list-style-type: none;
	display: block;
	float: left;
	border-right: 1px solid #0071bb;
	}
		
.menu1 ul a {
	text-decoration: none;
	padding: 10px 5px;
	height: 20px;
	float: left;
	color: #fff;
	border-right: 1px solid #0055a7;
	}		
	
.menu1 ul a:hover {
	text-decoration: underline;
	}
	
.menu {
	float: left;
	clear: both;
	padding-left: 20px;
	}
	
.menu ul {
	float: right;
	padding-right: 25px;
	}
	
.menu li {
	float: left;
	display: block;
	}
	
.menu ul a {
	float: left;
	text-decoration: underline;
	padding: 5px;
	color: #0055a7;
	}
	
.menu ul a:hover {
	text-decoration: none;
	}	
	
/*////content divs____*/	
		
.content {
	width: 946px;
	clear: left;
	float: left;
	background: url(images/royalblue_04.gif) 0 0 repeat-y;
	}		
	
.content_text {
	width: 906px;
	min-height: 400px;
	_height: 400px;
	clear: both;
	padding: 10px 20px 0 20px;
	background: url(images/royalblue_03.gif) 0 0 no-repeat;
	clear: left;
	}	
	
.content_text ul {
	padding-left: 15px;
	margin: 5px 0;
	}		
	
.content p {
	padding-bottom: 10px;
	line-height: 1.4em;
	}	
	
img {
	margin: 5px 5px 5px 0;
	}	
		
.footer {
	clear: both;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	background: url(images/royalblue_06.gif) bottom left no-repeat;
	height: 30px;
	color: #fff;
	}	
	

