body {
/*	background: #5e872d;*/
	background: #415827;
	font-family: "Lucidia Grand", "Geneva", Helvetica, sans-serif;
	font-size: 15px;
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.7em;
}

/*= Content Styling */

#content img.float-right {
	float: right;
	margin: 20px;
	margin-right: 0;
}

#content img.float-left {
	float: left;
	margin: 20px;
	margin-left: 0;
}

h1 {
	color: #cf1818;
}

h2, h2 a, h2 a:Link {
	color: #664444;
	text-decoration: none;
}

strong {
	font-weight: bold;
}

a, a:link {
	text-decoration: none;
	color: #4444EE;
}

a:hover {
	color: blue;
	text-decoration: underline;
}

div.handsets div {
	margin: 10px;
	padding: 10px;
	float: left;
	text-align: center;
	width: 108px;
	height: 32px;
}

/*= Header */

#header_container {
	color: white;
	background: #3e3e3e;
	border-top: 7px solid black;
	/*border-bottom: 1px solid #9a9d9e;
	margin-bottom: 25px;*/
	background: #3e3e3e url('/images/header_bg.png') no-repeat;
	height: 55px;
}

#header h1, #header h1 img {
	margin: 0;
	padding: 0;
}

#header h1 img {
	margin-left: 15px;
	margin-top: 10px;
}

#header a, #header a:Link, #header a img, #header a:Link img {
	text-decoration: none;
	border: none;
}

#header_image {
	margin: 30px 0;
}



/*= Topbar */
#topbar {
	margin-bottom: 20px;
	text-align: center;
}


/*= Footer */

#footer {
	color: #eee;
	font-size: 13px;
	text-align: center;
	clear: both;
	margin: 10px 0 20px 0;
	background: url('/images/footer_bg.png') no-repeat #232323;
}

#footer p {
	padding: 0;
	margin: 7px 0;
}

/*= Sidebar */

#sidebar {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#sidebar h2 {
	font-size: 15px;
}

#sidebar ul, #sidebar li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#sidebar a, #sidebar a:Link {
	text-decoration: none;
	display: block;
	color: #686868;
	padding: 5px 15px;
	margin: 1px 0;
	border-left: 1px solid white;
}

#sidebar li.current a {
	font-weight: bold;
	color: #cf1818;
	background-color: #f7f7f7;
}

#sidebar a:Hover {
	color: #cf1818;
	background-color: #f7f7f7;
}

/*= Main Menu */

#menu {
	margin-bottom: 10px;
}

#menu ul, #menu li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu>ul {
	display: table;
	width: 100%;
	table-layout: fixed;
}

#menu>ul>li {
	display: table-cell;
	position: relative;
	text-align: center;
}

#menu ul li ul {
	position: absolute;
}

#menu li a {
	display: block;
	padding: 4px 0;
}

#menu li:hover ul {
	display: block;
}

#menu ul li ul {
	display: none;
}

/*= Menu Colors and styling */

#menu, #menu a, #menu a:link { /* Color the menu black */
	font-size: 12px;
	text-decoration: none;
	color: #f0f0f0;
}

#menu li { /* We don't want to color a:link so that hover color sticks */
	background-color: black;
}

#menu li:hover, #menu li.current { /* We'll re-do this for sub-menus in a bit */
	background-color: #cf1818;
}

#menu li.current, #menu li.current ul li.current {
	font-weight: bold;
}

#menu li.current ul li {
	font-weight: normal;
}

#menu ul li { /* Same color as header container so we don't have to deal with first/last borders */
	border-right: 1px solid #3e3e3e;
}

#menu ul ul li {
	border: none;
}

/* Let's style the submenus */

#menu ul ul li { /* Bit of width, proper alignment */
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	min-width: 120px;
	border-top: 1px solid #565656;
	border-top: 1px solid #565656;
}

#menu ul ul li {
	background-color: #333333;
}

#menu ul ul li:hover, #menu ul ul li:hover a {
	color: #282828;
	background-color: #cacaca;
}

/*

#menu li.current {
	background-color: #cf1818;
}

#menu ul li.current {
	font-size: 16px;
	font-weight: bold;
}

#menu li.current ul {
	font-weight: normal;
	font-size: 12px;
}


#menu ul li ul li {
	border: none;
}

#menu a:hover, #menu li.current a {
	background-color: #cf1818;
}

#menu ul ul a {
	border: 1px solid #565656;
	background-color: #333333;
}

#menu ul ul a:hover {
}

*/