/**
 * Generic elements
 */
body {
  margin: 0;
  padding: 0;
  background: white url(images/bg-body.jpg) repeat-x;
  font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
  color: #454447;
}

ul.menu li,
.item-list ul li,
li.leaf {
  list-style-type: none;
  list-style-image: none;
	}
	
#wrapper {
	text-align: center;
	padding-bottom: 30px;
	position: relative;
	}
#wrapper .center{
	width: 822px;
	position: relative;
	text-align: left;
	margin: 0 auto;
	z-index: 100;
	}
#container {
	background: white url(images/border-content-right.png) repeat-y top right;
	margin: 0;
	position: relative;
	}
#container #squeeze {
	background: transparent url(images/border-content-left.png) repeat-y top left;
	}
#container #borderleft {
	background: transparent url(images/bg-content-left.jpg) no-repeat top left;
	}
#container #borderright {
	background: transparent url(images/bg-content-right.jpg) no-repeat top right;
	padding: 0 35px 0 30px;
	position: relative;
	}
#container #content {
	padding-bottom: 20px;
	border-bottom: solid 1px #ccc;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	position: relative;
	}

/*
ul.primary-links li a:hover,
ul.primary-links li a.active,
ul.menu li.leaf a.active {
  color: #FF9900 !important;
	text-decoration: none;
	}

h1, h2, h3, h4 {
	line-height: 200%;
	}*/

p, td, span, #footer {
	font-size: 11px;
	line-height: 130%
	}

h2 {
	font-size: 20px;
	margin: 5px 0px 10px;
	}

/**
 * Header
 */

#header {
	height: 111px !important;
	height: 106px;
	}

#header #logo {
	padding: 12px 0;
	float: left;
	display: inline;
	position: relative;
	width: 300px;
	line-height: normal;
	}

#header #tagline {
	float: right;
	text-align: right;
	display: inline;
	position: relative;
	width: 350px;
	padding-top: 20px;
	line-height: normal;
	}	
	
#header #nav {
	clear:both;
	background: #CCCCCC url(images/bg-topbar.png) repeat-x;
	border: solid 1px #999999;
	height: 20px;
	padding: 5px 10px 0 15px;
	line-height: normal;
	}
#header #nav a {
	color: #272629;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	line-height: normal;
	}

#header #nav div {
	width: 300px;
	text-align: right;
	float: right;
	display: inline;
	position: relative;
	line-height: normal;
	}
	
	
/**
 * Primary navigation
 */
ul.primary-links {
  margin: 0;
  padding: 0;
  position: relative;
	}

ul.primary-links li {
  margin: 0 0 1px 0;
	padding: 0;
	display:block;
	}

ul.primary-links li a,
ul.primary-links li a:link,
ul.primary-links li a:visited { 
  display: block;
  margin: 0;
  color: #eae7e4;
	font-size: 11px;
	line-height: 15px;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 0 5px 15px;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
	background-color: #000000;
	width: 100%;
	}
ul.primary-links li a:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}
	
/***** Left sidebar *****/

#sidebar-left {
	clear:left;
	float:left;
	width:158px;
	display: inline;
	position: relative;
	}
	
#sidebar-left .block-menu h2 {
	font-size: 14px;
	margin-bottom: 10px;
	}

#sidebar-left .block-menu ul {
	margin-left: 0;
	padding: 0;
	}
#sidebar-left .block-menu ul li {
	margin: 0 0 10px 0;
	padding: 0;
	}

#sidebar-left .block-menu ul li a {
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #66737B;
	}

/**
 * Content
 */

#middle { 
	margin: 0 20px 0px 175px;
	padding-left: 15px;
	position: relative;
	font-size: 12px;
	}
		
#middle h3, h4 {
	margin: 0;
	padding: 0;
	}
#middle p, u, li {
	margin-top: 0;
	}

/**
 * Footer navigation
 */
#footer {
	height:335px;
	color: #474649;
	line-height: normal;
	clear: both;
	}
#borderbottom {
	background: white url(images/border-footer-bottom.png) repeat-x bottom left;
	}
#borderbottomleft {
	background: transparent url(images/corner-footer-left.png) no-repeat bottom left;
	}
#borderbottomright {
	background: transparent url(images/corner-footer-right.png) no-repeat bottom right;
	height: 20px;
	}

#footer #copyright {
	float: left;
	display: inline;
	margin-top:6px;
	line-height: normal;
	width:410px
	}
#footer p.feedback,
#footer p.feedback a {
	font-weight: bold;
	color: #474649;
	}
#footer #address {
	float: right;
	display: inline;
	text-align: right;
	width: 200px;	/*needed for some reason to work in ff*/
	line-height: normal;
	}
#footer #address a {
	color: #474649;
	text-decoration: none;
	}
	
/**
 * Form fields
 */
.webform-component-textarea	.form-item{
	margin: auto;
}
#tagline {
	font-size: 1.4em;
	color: #666666;
}
