/****************************************

CUSTOM STYLES

****************************************/

* {
	margin: 0;	
}

html { overflow-y: scroll; } /* creates a horizontal scrollbar, for a more consistent look & feel */

body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;

}

#container {
	margin: 10px auto;
	border: 1px solid #888;
}


#header {
	height: 160px;
	margin-bottom: 10px;
}

/***** MIAN NAVIGATION *****/

#navigation {
	background: url("../images/navbar-bg-a.png") repeat-x top left;
	padding: 0;
	width: 1000px;
}

#navright {
	padding: 5px 15px 0px 0px;
}

#navigation li {
	padding: 0px;
}

#navigation li a,
#navigation li a:link,
#navigation li a:visited {
	font-size: 13px;
	padding: 11px 13px 9px;
	border-right: 1px dotted #888;
	letter-spacing: 1px;
	margin-top: 2px;
	text-transform: uppercase;
}

#navigation li a:hover {
    text-decoration: none;
	color: #222;
	background: url("../images/navbar-hover-a.png") repeat-x top left;
}

#navigation li.current_page_item a {
	background: url("../images/navbar-hover-a.png") repeat-x top left;
}



/**** CONTENT AREAS ***/

#contentleft p {
	line-height: 1.6em;
}

#contentleft h2 {
	color: #fff;
	background: #6DABDB;
}

#content h3 {
	text-decoration: none;	
}

#contentleft ul {
	margin: 0 0 20px;	
}

#content #contentleft ul li {
	line-height: 1.2em;
	list-style-type:square;
	margin:0 15px 5px;
}

#content #contentleft ol li {
	line-height: 1.2em;
	margin:0 20px 15px;
}


/*SITEMAP - HIDE LINK TO AUTHOR*/

div.ddsg-wrapper div p {
	display: none;	
}

div.ddsg-wrapper div.ddsg-xml-link p {
	display: inherit;
}


#content div.ddsg-wrapper li li {
	padding: 5px 0 0 ;
}

/*FOOTER*/

#footerwidgets {
	margin: 20px;
}

.footerwidget {
	width: 300px;
}

div.footer-ad {
	text-align: center;
}

#footer a img {
	vertical-align: middle;
}

.footerwidget2 {
	float: right;
	width: 300px;
}

#footer p,
#footer li {
	line-height: 1.3em;	
}

#footer li a, #footer li a:visited {
	color: #E2F7E8;
	font-weight: normal;
	text-decoration: underline;
}

#footer li a:hover {
	text-decoration: none;
}

p#footertext {
	padding: 0 0 10px;	
}

#footer h3 {
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	margin:0;
	border: none;
	text-transform: uppercase;
}

#footer h4 {
	margin: 0;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
}