.page #container { 
	width: 100%;
	background: #FFFFFF;
	text-align: center;
}  
 .page #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}
body 
{
	background-color:#fff;
	color:#333;
	font-family: Verdana,'Trebuchet MS','Lucida Grande', Arial, sans-serif;
	font-size:small;
	margin:0;
	padding:0;
	font-size:0.76em;
}
p 
{
	line-height:1.8em;
	margin:0.5em 0;
}
a:link, a:visited 
{
	color:#459045;
	text-decoration:none;
	border-bottom:none;
}
a:hover, a:active 
{
	text-decoration:none;
	border-bottom: 1px solid;
}
h1,h2,h3,h4,h5,h6 
{
	font-family:  Georgia, Tahoma, Arial, Serif;
	font-weight:normal;
	line-height:1.6em;
}
h2, h3 {
	font-size:1.6em;
	margin:10px 0;
}
h4 {
	font-size:1.3em;
}
ul 
{
	list-style-image:url(images/arrow.gif);
	margin:5px 10px;
	padding:1em;
}
li 
{
	line-height:1.6em;
	margin-bottom:0.5em;
}
#navigation {
	width:880px;
	clear:both;
	height:24px;
	margin:0 auto;
	padding:0 10px;
	text-align:center;
	font-size:1.1em;
}
#navigation ul{list-style:none;}
#navigation li 
{
	float:left;
	list-style:none;
	margin:0;
}
#navigation ul .links, #navigation ul li{
	margin:0;
	padding:0;
}
#navigation a:link, #navigation a:visited 
{
	background:#FFF url(images/active1.gif) left bottom no-repeat;
	color:#787878;
	margin-right:2px;
	padding-left:12px;
	text-decoration:none;
	border:none;
}
#navigation a:link, #navigation a:link span,
#navigation a:visited, #navigation a:visited span 
{
	cursor:pointer;
	display:block;
	float:left;
	border:none;
}
#navigation a:hover 
{
	background:url(images/active1.gif) left bottom no-repeat;
	color:#040;
	height:24px;
	padding-left:12px;
	text-decoration:none;
	border:none;
}
#navigation a:link span,
#navigation a:visited span,
#navigation a:hover span 
{
	background:url(images/active2.gif) right bottom no-repeat;
	padding-right:12px;
	height:24px;
	border:none;
}
#navigation a.active:link,
#navigation a.active:visited 
{
	background:#FFF url(images/current1.gif) left bottom no-repeat;
	color:#AAC8E0;
	margin-right:2px;
	padding-left:15px;
	text-decoration:none;
	border:none;
}
#navigation a.active:hover 
{
	background:#FFF url(images/current1.gif) left bottom no-repeat;
	color:#AAC8E0;
	margin-right:2px;
	padding-left:15px;
	text-decoration:none;
	border:none;
}
#navigation a.active:link span,
#navigation a.active:visited span,
#navigation a.active:hover span 
{
	background:url(images/current2.gif) right bottom no-repeat;
	padding-right:15px;
	border:none;
}
#logoandtitle {
	height:100px;
	width:900px;
	margin:0 auto;
}
#logoandtitle div.logo{
	float: left;
	margin:5px 0 0 10px;
	padding-top:10px;				/*You may need to alter this to fir your logo*/
}
#logoandtitle div.logo img{
	padding:0px;
	margin:0;
	border:none;	
}
#logoandtitle div.logo a:hover{
	border-bottom:none;
}
#logoandtitle div.title{
	float: left;
	padding-top:20px;				/*You may need to alter this to fir your logo*/
}
#header {
	background:url("images/top.gif") top repeat-x;
	height:145px;
	margin:0;
	padding:0;
	width:100%;
}
#header h1{
	height:30px;
	color: white;
	
	text-align:left;
	margin:5px 0 0 10px;
	padding-bottom:15px; 
}
#header h1 a {
	margin:5px 0 0 12px;
	color: white;
	font-size:2.0em;
}
#header h2 {
/*	color:#CAE972;     */
	color:white;
	font-size:1.5em;
	font-style:italic;
	padding-left:12px;
	text-align:left;
	font-family: Verdana,'Trebuchet MS','Lucida Grande', Arial, sans-serif;
}
#content 
{
	display:inline; 
	float:left;  
	text-align:left;
	width:50%;         /* was 45 */
	margin:2%;
	padding:0;
}
#nodeAd
{
    float: right;
    display: inline;
    margin-left: 5px;
}
#sidebar 
{
	display:inline;
	float:left;
	padding-top:5px;
	width:20%;
	margin:5px 0px 20px 0;
	padding-right:10px;
	border-right:#ddd 1px dashed;
	font-size:90%;
	text-align: left;	
}
#sidebar h2 
{
	border-bottom:#eed 3px double;
	font-size:18px;
	color:#459045;
	letter-spacing:0;
	margin:0;
	padding:5px 0;
}
#sidebar p {margin:10px 0;}
#sidebar a{color:#516F86;}

#rightsidebar 
{
	display:inline;
	float:left;
	padding-top:5px;
	width:20%;             /* was 20 */
	margin:5px 0px 20px 0;
	padding-left:10px;
	border-left:#ddd 1px dashed;
	font-size:90%;
	text-align: left;	
}

#right-sidebar h2 
{
	border-bottom:#eed 3px double;
	font-size:18px;
	color:#459045;
	letter-spacing:0;
	margin:0;
	padding:5px 0;
}
#rightsidebar p {margin:10px 0;}
#rightsidebar a{color:#516F86;}

#wrap {
	width:960px;          /* was 900 */
/*	width:100%;   */       /* was 900 */
	margin:0 auto;
	overflow:hidden;
	padding-left:10px;
	padding-right:10px;
	position:relative;
}
#footer {
	background:#223344 url(images/top.gif) bottom repeat-x;
	clear:both;
	height:60px;
	padding:10px;
	text-align:center;
	margin:0 auto;
	color:#ccc;
}
fieldset {border:none;}
input[type="text"],input[type="password"]
{
	border:#ccc 1px solid;
	background:#fff url(images/postbg.jpg) repeat-y top left;
	font:1em Verdana, Arial, Serif;
	padding:2px 5px;
	width:150px;
}
input[type="text"]:focus,input[type="password"]:focus{border:#999 1px solid;}
textarea{
	width: 90%;
	padding:5px;
	height: 20em;
	border: 1px solid #ccc;	
	background:#fff url(images/postbg.jpg) repeat-y top left;
	font:1em Verdana, Arial, Serif;
}
#mission{
	border:#ccc 1px solid;
	background:#fff url(images/postbg.jpg) repeat-y top left;
	font:1em Verdana, Arial, Serif;
	padding:2px 5px;
	width:100%;
}
.post{
	border-left:#ccc 1px solid;
	background:#ffe;
}
.post .content {
	margin:5px 0 0 1px;
	background:#eed;
	border-left:#aaa 1px solid;
}
.post_info {
	color:#4b5ba2;
}

.post_info a {
	color:#333;
	font:bold 110% "Trebuchet MS", "Lucida Grande", verdana, helvetica, arial, sans-serif;
	text-decoration:underline;
}
.submitted {
	color:#999;
	margin:0;
	padding:0;
	font-size:90%;
}
.node .links ul,.node .links li{
	list-style: none;
	display: inline;
}
.node .links li{
	padding-left:16px;
	padding-right:16px;
	background:url(images/arrow.gif) no-repeat left center;
}
.node p a:link,.node p a:visited {border-bottom:1px dashed;}
.node {border-bottom:#eed 3px double;}
.node .content{
	padding:0;
	padding-left:5px;
	background:#fff url(images/postbg.jpg) repeat-y top left;
	text-align: justify;
}
.node a:active,.node a:hover {border-bottom:1px solid;}
h2,h3 {
	color:#1e2546;
	display:block;
	font-size:2.5em;
	margin:0;
}
h3.title{	
    margin-top:1em;
	font-size:2.0em;
    }
h3.title a {
	border:none;
	text-decoration:none;
}
h3 a:link,h3 a:visited,h3 a:hover,h3 a:active {
	color:#1e2546;
	border: none;
}
img 
{
	background:url(images/shadow.gif) no-repeat right bottom;
	padding:4px 10px 10px 4px;	
	border:none;
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;	
}
a img {
	border:none;
	background:none;
	padding:0;
	background:url(images/shadow.gif) no-repeat right bottom;
	padding:4px 10px 10px 4px;	
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;	
}
img.wp-smiley 
{
	border:none;
	padding:0;
	background:none;
}
img.right 
{
	float: right;
	margin:10px 0 0 10px;	
}
img.left 
{
	float: left; 
	margin:0 10px 10px 0;
}
.feed_icon
{
	list-style:none;
	margin:0;
	padding:5px 20px;
	background:url(images/feed-icon.png) no-repeat left ;
}
#rss_feeds a:hover
{
	border:none;
	text-decoration:underline;
}
blockquote
{
	color:#666;
	margin: 1em;
	padding: 0 0 10px 50px;
	background: url(images/blockquote.gif) no-repeat left top;	
}
.breadcrumb{font-size: .9em;}

/*
	Trackback
*/
#trackback-url
{
	font-size: 1em;
	text-align: left;
	margin-bottom: 10px;
	font-family: Verdana,'Trebuchet MS','Lucida Grande', Arial, sans-serif;
}
#trackback-url h2
{
	font-weight:bold;
	font-size: 1em;
	text-align: left;
	margin-bottom: 10px;
	font-family: Verdana,'Trebuchet MS','Lucida Grande', Arial, sans-serif;
}
#trackback-url div.content,#trackback-url h2
{
	display: inline;
	background:transparent;
}
.service-links{
	margin-top:25px;
	margin-bottom:0.5em;
	text-align:left;
}
.service-label
{
	display:inline;
	font-weight:bold;
}
.service-links ul{display:inline;}
.service-links ul.links li
{
	background:none;
	padding:0;
}
.service-links ul.links li img
{
	background:none;
	padding:0;
}
tr.even, tr.odd, tbody th {
  border: solid #d3e7f4;
  border-width: 1px 0;
}
tr.odd, tr.info {background-color: #edf5fa;}
tr.even {background-color: #ffffff;}
#content td {padding-left: 10px;}
#views-live-preview  form{margin-bottom: 20px;}
img.noborder
{
	background:none;
	padding:0;	
	border:none;
padding-right:5px;	
}
.block,.clear{clear:both;}
