/* Links */

	A:link {text-decoration: none;color: #9cc618;}
	A:visited {text-decoration: none;color: #9cc618;}
	A:active {text-decoration: none;color: #9cc618;}
	A:hover {text-decoration: none; color: #fff; border-bottom:1px solid #9cc618;}
	
/* Selection Colours */

::selection {
background: #e7fdc6; /* Safari */
color:#476371;
}
::-moz-selection {
background: #e7fdc6; /* Firefox */
color:#476371;
}

body {
	font-family: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;
	font-size: 18px;
	color: #fff;
}

#header_bar {
	background:#111;
	background:url('../img/bg-black.png');
	width:100%;
	height:25px;
}

.header_content {
	width:960px;
	height:25px;
	margin: 0 auto;
	text-align: right;
	color: #fff;
}

.header_content ul { /* menu ul style */
	list-style-type: none;
	margin: 0;
	margin-left: 160px;
}

.header_content li { /* horizontal menu */
	float: left;
	position: relative;
	font-size: 16px;
}

.header_content a { /* the link style of menu */
	display: block;
	min-width:80px;
	line-height: 25px;
	padding: 0 10px;
	text-decoration: none;
	text-align:center;
}

.header_content li:hover > a,
.header_content ul ul :hover > a {
	color: #fff;
	border-bottom:2px solid green;
}
.header_content ul li:hover > ul {
	display: block;
}

/* Styles the anchor (a) tag when mouse over */
.header_menu li:hover > a,
.header_menu ul ul :hover > a {
	color: #fff;
	border-bottom:2px solid green;
}

#content {
	background:#111;
	background:url('../img/bg-black.png');
	position: relative;
	width:960px;
	margin:30px auto;
	text-align:left;
	padding: 30px;
}

#scout_logo_holder {
	position: absolute;
	left: 5px;
	top: 5px;
}

#explorer_logo_holder {
	position: absolute;
	right: 5px;
	top: 5px;
}

#main_content {
	padding-top: 125px;
}

h1 {
	font-size:48px;
	margin: 10px 0px;
	color: #9cc618;
	text-align:center;
}

h3 {
	font-size:22px;
	margin: 8px 0px;
	color: #9cc618;
}

p {
	margin: 5px 0px;
}

ul {
	margin-left: 35px;
}

p img {
	float: right;
	padding: 10px;
	margin-right: 25px;
}

hr {
	border: 0;
	color: #9cc618;
	background-color: #9cc618;
	height: 1px;
	margin: 5px 0px;
}