/* The News by http://www.lensaunders.com - Please leave this line here*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}

* {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* PAGE LAYOUT */

html, body {
	height: 100%;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
}


body {
	margin: 0 auto;
	width: 960px;
}

#leftcolumn {
	float: left;
	width: 200px;
}

#content {
	margin-left: 220px;
}

#footer, #push {
	height: 130px; /* #push must be the same height as #footer */
}

#footer {
	background: url(img/footer.jpg) no-repeat 0% 0%;
	clear: both;
	margin: 0 auto;
	padding: 20px 0 0 20px;
	width: 960px;
}

/* HEADER */

#header {
	background: url(img/header.jpg) no-repeat 0% 0%;
	height: 200px;
}

#header h1 {
	color: #FFF;
	font-size: 472%;
	text-align: right;
	margin: 0;
	padding: 20px 0 20 20px;
}

#header h2 {
	color: #FFF;
	font-size: 108%;
	text-align: right;
	margin: 0;
	padding: 0 0 20 20px;
}


#header h1 {
	margin: 18px 0 0 0;
}

#header h2 {
	font-size: 100%;
	margin: 0;
}

/* MENU 1 */

#menu1 {
	background-color: #9CA9B5;
	border-top: 2px solid #677D92;
	border-bottom: 2px solid #677D92;
	float: left;
	margin: 18px 0;
	width: 100%;
}

#menu1 ul {
	padding: 0;
	margin: 10px;
	float: right;

}

#menu1 ul li { 
	display: inline; 
}

#menu1 ul li a {
	color: #000;
	float: left;
	padding: 5px 10px;
	text-decoration: none;
}

#menu1 ul li a:hover {
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #000;
	padding: 5px 9px;
}

/* MENU 2 */

#menu2 {
	width: 200px;
	border-style: solid solid none solid;
	border-color: #677D92;
	border-size: 1px;
	border-width: 1px;
	margin: 10px;
	}
	
#menu2 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}
	
#menu2 li a:link, #menu li a:visited {
	color: #000;
	display: block;
	background: url(img/menu.gif);
	padding: 8px 0 0 10px;
	}
	
#menu2 li a:hover {
	color: #283A50;
	background: url(img/menu.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
	
#menu2 li a:active {
	color: #283A50;
	background: url(img/menu.gif) 0 -64px;
	padding: 8px 0 0 10px;
	}

/* SIDEBAR */

.sidebar {
	margin: 0 0 18px 0;
	padding: 1px 1px;
}

/* HEADINGS */

h1, h2, h3, h4, h5, h6 
{ 	
	color: #708090;
	letter-spacing: 1px;
	margin: 0 0 18px 0;
	text-transform: uppercase;
}

h1 {
	font-size: 189%;
	color: #000;
}

h2 {
	font-size: 146.5%;
	color: #000;
	font-weight: bold;
	text-align: center;
	padding: 5px 25px;
}

h3 {
	font-size: 131%;
	padding: 5px 0;
	color: #000;
	font-weight: bold;
	text-align: center;
	padding: 5px 25px;
}

h4, h5, h6 {
	font-size: 100%;
	color: #000;
	font-weight: bold;
	text-align: center;
	padding: 5px 25px;
}

/* LINKS */

a, a:link {
	color: #677D92;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

/* SITE STYLES */

body {
	background-color: #000000;
}

#wrapper {
	background-color: #fff;
}

p {
	margin-bottom: 18px;
	padding: 5px 30px;
}

img {
	border: 0;
}

.float_left { 
	float: left; 
}

.float_right { 
	float: right; 
}

p.float_left { 
	float: left;
	width: 48%;
	margin: 0 2% 20px 0;
}

p.float_right { 
	float: right; 
	width: 48%;
	margin: 0 0 20px 0;
}

img.float_left { 
	background: #fff;
	float: left;
	margin: 4px 10px 0 0;
	padding: 0 0 3px 10px;
}

img.float_right { 
	background: #fff;
	float: right; 
	margin: 4px 0 0 10px;
	padding: 0 0 3px 10px;
}

.clear:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clear {
	display: inline-block;
}

* html .clear {
height: 1%;
}