html,
body{ 
	margin: 0;
	padding: 0; 
	font-family:Helvetica, Arial, sans-serif;	
}
body{
	padding: 20px;
	background: #484848 url(../images/black_page_gradient.png) repeat-x fixed top;!url(../images/bg_concept2.png) no-repeat fixed top center;
	color: #4C3718; 
	text-align: center;
}

img{
	border:none;
}

h1,
h2,
p{
	margin: 0 10px;
	padding: 0 10px;
	font-weight:normal
}
p{
	padding: 10px;
}

h1{
	font-size: 250%;
	color:#005507; 
	margin:10px 0; 
	letter-spacing: 1px;
	text-decoration: underline;
}
h2{
	font-size: 175%;
	line-height:1;
	color:#002455; 
}

label{
	font-weight:bold;
	font-size:120%;	
}

div#breadcrumb{
	background: #2D4E63;
	margin-bottom:10px;
	padding:5px;	
	color: #E4E4E4;
}

div#breadcrumb a,
div#breadcrumb a:hover,
div#breadcrumb a:visited{	
	color: #E4E4E4;
}


div#header{
	width:1024px;
	padding: 5px;
	background-color: #F5F2E9;
	margin: 15px auto;
}

div#header img{
	vertical-align: middle;
}

div#menu{
	background-color: transparent;
	margin:15px auto;
	width:1024px;
	height: 30px;
}
div#navWrapper{
	float:left;	
}
ul#nav,
ul#nav li{	
	list-style-type:none;
	margin:0;
	padding:0;
}
ul#nav{
	margin-left: 5px;
}
ul#nav li{
	float:left;
	margin-right: 3px;
	text-align: center;
}
ul#nav a,
ul#nav li.activelink a{
	float:left;
	width: 7em;
	padding: 5px 0;
	background: #9CC0FF url(../images/blue_gradient.png) repeat-x 0 top;
	text-decoration:none;
	color:white;
	font-weight:bold;
}

ul#nav a:hover,
ul#nav li.activelink a:hover{
	color: white;
	background: #9CC0FF url(../images/blue_gradient.png) repeat-x 0 top;
}

div#search{
	margin: 3px;
	margin-top:8px;
	float:right;
}

div#search input{
	font-size:12px;
	font-family:Helvetica, Arial, sans-serif;	
}

#search_submit{
	display:inline;
	background-color:#4F82FF;	
	color: white;
	font-size:12px;
	font-weight:bold;
	padding: 0px;
}

div#container{
	clear:both;
	width: 1024px !important;
	margin: 15px auto;
	padding: 5px;
	text-align: left;
	background-color: #F5F2E9;
}

div#leftcontent{
	float:left;
	width:690px;
	padding:10px 0;
	margin:5px 0;
}

div#rightside{
	float:right;
	width:300px;
	padding:10px 0;
	margin:5px 0;
}

div#leftside{
	float:left;
	width:300px;
	padding:10px 0;
	margin:5px 0;
}

div#rightcontent{
	float:right;
	width:690px;
	padding:10px 0;
	margin:5px 0;
}

div#rightcontent h2,
div#leftcontent h2,
div#rightcontent h1,
div#leftcontent h1{
	margin: 10px 0;
	color: #007BC4;
}

div#footer{
	clear:both;
	width:1024px;
	background: #020401 url(../images/green_gradient.jpg) repeat-x 0 -13px;
	color: #f1e170;
	text-align:center;
	padding:10px 0;
}

div#footer a,
div#footer a:hover
div#footer a:visited{
	color: white;

}

.util{
	text-align: right;
}

.util img{
	border: none;
	vertical-align: text-top;
}

.util a,
.util a:hover,
.util a:visited{
	color: #4C3718;
	font-size: 12px;
	text-decoration: none;	
	padding: 5px;
}

div#about{	
	color: #fffff0;
	text-align:left;
	margin:15px 0;
	padding: 7px; 
	background: #020401 url(../images/green_gradient.jpg) repeat-x 0 -10px;
	font-size:80%;
}

div#about h3{
	font-size: 180%;
	margin:0 10px;
	color: #f1e170;
}


.post_meta{
	font-size: 10px;
	margin: 2px 45px;	
}

.categories{
	color: #0F6177;
}

div#rightside p,
div#leftside p{
	padding-bottom:10px;
}


.sidebar_nav{
	margin-top: 15px;
}

div.sidebar_nav h3{
	padding: 3px  5px;
	margin:0 auto;
    text-align:left;
	background: #020401 url(../images/green_gradient.jpg) repeat-x 0 -10px;
	color: #f1e170;
	font-weight: bold;
	font-size: 15px;
}

.sidebar_nav a,
.sidebar_nav a:visited{
	display: block;	
	font-size: 14px;
	margin-left:5px;
	text-decoration:none;
	color: #4C3718;
	white-space: normal;
	border-bottom: 1px dotted #D3D3D3;
	padding: 2px;
}

.sidebar_nav a:hover{
	display: block;	
	font-size: 14px;
	margin-left:5px;
	text-decoration:underline;
	color: #0F6177;
	white-space: normal;
	border-bottom: 1px dotted #D3D3D3;
	padding: 2px;
}


a.control,
a:hover .control,
a:visited .control{
	text-decoration: none;	
}

a.control img, .controlIcon{
	border:none;
}

div.standardPageContentHeader{
	margin-bottom:5px;	
}

div.standardPageContentHeader h3{
	display:inline;
	font-weight:bold;
}

.errors{
	font-size: 15px;
	font-weight: bold;
	color: red;
}


#blogTitle{
	font-size:185%;
	margin:5px;	
}

#tagline{
	font-style:italic;
	margin-left:15px;
	margin-bottom:20px;
}

.blog_title,
.post_meta,
.post_date{
	display:block;	
}

.blog_title,
.blog_title a,
.blog_title a:visited{
	text-decoration:none;
	font-size:120%;
	font-weight:bold;	
	color:#007BC4;
}

.blog_title a:hover{
	text-decoration:underline;
}

.post_meta{
	margin-left:10px;
	margin-bottom:15px;
	font-size:75%;
}

.post_date{
	color:#7B7B7B;
	font-size:12px;
	font-style:italic;
	font-weight:bold;	
}

.blogEntryComment,
.blogEntryComments{	
	border: 1px solid gray;	
	margin:5px;
	padding:5px;	
}

.blogEntryComments{
	background-color: #eeeeee;
}

.blogEntryComment{
	background-color: white;
}

.blogEntryCommentCount{
	font-size: 12px; 
	position: relative; 
	left: -27px; 
	top: -9px;
}

#treeNodeMenu{
	text-align:left;
}

.galleryImage{
	border: 1px solid gray;
	padding: 3px;
	margin: 3px;
}
.error{
	font-size: 75%;
	margin-left: 5px;
	color: red;
}

input.error{
	border: 1px solid red;
}