@charset "UTF-8";
/* CSS Document */

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	
	
}

html { 
    background: url(images/ridge1.gif) repeat; 
	background-color:#d6f2fd;
	margin: 0;
	padding: 0;
}

h1, h2, h4, h5 {
	clear: both;
	border-bottom:1px dotted #333;
	font-family: MuseoSlab-500;
	font-weight:normal;
	font-style: normal;
	color:#999;
	font-size:20px;
	padding-bottom:3px;
}

h3 {
	clear: both;
	padding:0;
}

h6 {
	clear: both;
	padding:0;
	border-bottom:none;
	font-size:12px;
}

ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	border:none;
}
a img {
	border: none;
}


/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	margin: 0 auto;
	padding:0;
	width: 1000px;
}

#content {
	margin:10px 25px 0 25px;
}

#left {
	float: left;
	width: 510px;
	background-color:#FFF;
	margin:0 0 25px 0;
	padding:0;
}

#right {
	float: right;
	width: 453px;
	background-color:#FFF;
	padding:10px;
}

p.caption {
	font-size:10px;
	padding-top:3px;
	text-align:right;
}

#sections_container {
	float: left;
	margin:0 0 20px 0;
	padding:12px 10px 5px 15px;
	width: 426px;
	background-color:#e8d7bc;
	color:#333;
}
#sections_container h3{
	border-bottom:1px dotted #333;
	margin-bottom:15px;
}

#sections {
	float: left;
	margin:0 0 0 10px;
	padding:0;
	text-align:left;
	line-height:1.5;
	font-size:10px;
	clear:both;
}
#sections img {
	float: left;
	margin-right:7px;
	margin-bottom:8px;
	border:1px solid #999;
	clear:both;
}
#sections a{
	color:#333;
	text-decoration:none;
}
#sections a:hover{
	font-weight:bold;
	border-bottom:1px dotted #333;
}

#copyright {
	font-size:10px;
	padding-bottom:10px;
	margin:0;
	clear:both;
	text-align:center;
}

#links {
	font-size:10px;
	padding-top:10px;
	margin:0;
	clear:both;
	border-top:1px dotted #333;
	text-align:center;
}
	

/* =Footer
-------------------------------------------------------------- */

#footer {
	clear: both;
	margin-bottom: 20px;
	width: 100%;
	font-size:11px;
}

#footer a {
	color: #000;
	text-decoration: none;
	font-weight:normal;
}
#footer a:hover {
	color: #FFF;	
}

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access,
#main,
#wrapper {
	margin: 0 auto;
	width: 1000px;
}



/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
    font-family: MuseoSlab-500;
	font-weight:normal;
	font-style: normal;
	color:#666;
	margin:0;
	padding:0;
	font-size:12px;
}
hr {
	clear: both;
	margin-bottom:3px;
}

/* Text elements */
p {
	margin-bottom: 10px; 
}
ul {
	list-style: none;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
a:link {
	color:#999;
	text-decoration:none;
}
a:visited {
	color:#999;
	text-decoration:none;
}
a:active,
a:hover {
	color:#000;
	font-weight:normal;
}


/* =Title
-------------------------------------------------------------- */

#header {
	padding:0;
	margin-top:30px;	
}

#header img {
	float:left;
	border: none;
}


/* =Menu
-------------------------------------------------------------- */

#navigation {
	display:block;
	width: 1000px;
	margin: 0 auto;
	top:0;
	position:absolute;
	z-index:100;
}
#navigation .menu-header,
div.menu {
	margin: 0 auto;
}
#navigation .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#navigation .menu-header li,
div.menu li {
	float:right;
	position: relative;
	margin: 0;
	font-family: MuseoSlab-500;
	font-weight:normal;
	font-style: normal;
	background-color:#FFF;
	margin-right:5px;
	font-size:12px;
}
#navigation a {
	color: #999;
	display: block;
	line-height:30px;
	padding:0 6px 0 6px;
	text-decoration:none;
}
#navigation ul ul {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	float: left;
	z-index: 99999;
}
#navigation ul ul li {
	min-width: 155px;

}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#navigation ul ul a {
	background-color:#FFF;
	line-height: 1em;
	padding: 10px;
	width: 155px;
	height: auto;
	line-height:1.3;
	border-bottom:1px dotted #333;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
}
#navigation li:hover > a {
	background-color:#9be0eb;
	color:#fff;
}
#navigation ul ul :hover > a {
	background-color:#9be0eb;
	color: #fff;
	border-bottom:1px dotted #333;
	
}
#navigation ul li:hover > ul {
	display: block;
}

#navigation ul li.current_page_item > a,
#navigation ul li.current-menu-ancestor > a,
#navigation ul li.current-menu-item > a,
#navigation ul li.current-menu-parent > a {
	color: #000;
}
* html #navigation ul li.current_page_item a,
* html #navigation ul li.current-menu-ancestor a,
* html #navigation ul li.current-menu-item a,
* html #navigation ul li.current-menu-parent a,
* html #navigation ul li a:hover {
	color: #000;
}

/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding:0;
	margin:0;
}

#content {
	margin-bottom: 20px;	
	line-height:22px;
}

#content p {
	margin-top:10px;
}

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
