/* @group General Styles */

body {
	font: 0.86em/1.5em Verdana, sans-serif;
  	color: #131313;
 	background: #fff url(images/bg-body.gif) repeat-x 0 0;
	text-align: center;
	margin: 0 20px 20px;
	padding: 0;
}

p {
}

b, strong {
	font-weight: 700;
}

a:link, a:visited {
  color: #9cc32a;
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: underline;
  color: #6c871d;
}


img {
	border: none;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
}
.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

.gcads {
	height: 77px;
	width: 152px;
	padding: 5px 5px 5px 5px;
	background-color: transparent;
	border: none;
}

.blog_main {
	text-align: center;
	height: 55px;
	width: 118px;
	border: none;
	padding: 2px 2px 2px 2px;
}	
	
/* @end */

/* @group Layout */

#container {
	margin: 0px auto; /* Right And Left Margin Widths To Auto */	text-align: justify; /* Hack To Keep IE5 Windows Happy */
	position: relative;
}

.clearer {
	clear: both;
}

#pageHeader {
	height: 74px;
	margin-bottom: 20px;
	padding-top: 30px;
}

#pageHeader table{
	text-align: center;
	width: 85%;
}

#pageHeader td {
	width: 33%;
}

#pageHeader img {
	position: absolute;
	top: 0;
	right: 0;
}

#pageHeader h1 {
	color: #7e7e7e;
	font-size: 2.7em;
	margin: 0 0 7px;
	letter-spacing: -1px;
}

#pageHeader h2 {
	font-weight: normal;
	margin: 0;
	font-size: 1em;
	color: #b8b8b8;
	letter-spacing: 1px;
	word-spacing: 2px;
}
#pageHeader h3 {
	font-weight: normal;
	font-size: 1.5em;
}

#contentContainer {
	margin-bottom: 10px;
	margin-right: 23%;
	margin-left: 18%;
	width: auto;
}

#contentContainer #content {
}

table.bottom_ads{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

td.bottom_adsLT {
	width: 50%;
}

td.bottom_adsRT {
	width: 50%;
}
.google_ads_300_250_left {
   float:left;
   width:305px;
   height:255px;
   margin-left: auto;
   margin-right: auto;
   padding:5px;
   border: 1px solid silver;
}

.google_ads_300_250_right {
   float:right;
   width:305px;
   height:255px;
   margin-left: auto;
   margin-right: auto;
   padding:5px;
   border: 1px solid silver;
}

#searchTop{
	float: right;
	position: relative;
	padding: 5px 5px 5px 5px;
}

#sidebarContainer {
  	width: 17%;
  	float: left;
  	margin-top: 2.2em;
	margin-bottom: 10px;
	font: 0.75em/1.5em Verdana, sans-serif
}

#sidebarContainer #sidebar {
}

#sidebarContainer .sideHeader {
	color: #000000;
	font-weight: bold;
}

#sidebarRight {
  width: 22.5%;
  float: right;
  margin-top: 2.2em;
  margin-bottom: 10px;
  font: 0.75em/1.5em Verdana, sans-serif
}

#footer { 

}

#footer p {
	text-align: center;
}

#footer a:link, #footer a:visited {

}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	border-top: 1px solid #eaeaea;
	margin-top: 25px;
	padding-top: 10px;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
}

#navcontainer #current {
	/*background: no-repeat left center url(images/menu-expanded.gif);*/
	text-decoration: underline;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
	/*background: no-repeat left center url(images/menu-expanded.gif);*/
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navcontainer li {
}

#navcontainer a {
	/*background: no-repeat left center url(images/menu-collapsed.gif);*/
	display: block;
	height: 20px;
	padding-left: 8px;
  	color: #9cc32a;
 	text-decoration: none;
}

#navcontainer a:hover {
	color: #000000;
	text-decoration: underline;
}

#navcontainer a:active {
	 color: #6c871d;
}

/* Child - Level 1 */

#navcontainer ul ul {

}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	background: none;
	padding-left: 16px;
	background-position:16px 3px;
}

#navcontainer ul ul a:hover{
}

#navcontainer ul ul #current{
	/*background: no-repeat 16px 3px  url(images/menu-expanded.gif);*/
}

#navcontainer ul ul .currentAncestor {
	/*background: no-repeat 16px 3px  url(images/menu-expanded.gif);*/
}

/* Child - Level 2 */

#navcontainer ul ul ul {

}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
	padding-left: 24px;
	background-image: none;
}

#navcontainer ul ul ul a:hover{

}

#navcontainer ul ul ul #current{
	background-image: none;
}

#navcontainer ul ul ul .currentAncestor {
	background-image: none;
}
/* Child Level 3 */
#navcontainer ul ul ul {

}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{

}

/* Child Level 4 */

#navcontainer ul ul ul ul {

}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul a:hover{

}

/* Child Level 5 */

#navcontainer ul ul ul ul ul {

}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul ul a:hover{

}

/* @end */

/* @group Global Classes */

blockquote, .standout {
	font-style: italic;
	margin: 0;
	font-size: 1em;
	color: #b8b8b8;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
  font-size: 2.5em;
}
h2 {
  font-size: 160%;
  line-height: 130%;
}
h3 {
  font-size: 140%;
  line-height: 130%;
}
h4 {
  font-size: 130%;
}
h5 {
  font-size: 120%;
}
h6 {
  font-size: 110%;
}


.imageStyle {

}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 10px;
	padding: 0 10px;
}

#sidebarContainer #sidebar li {
}


/* Table Styles */
table {
	font-size: 1em;
}
/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
}

.blog-entry-summary {
	margin-bottom: 10px;
}
.blog-archive-headings-wrapper {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}.blog-archive-month {
	font-size: 1.6em;
	margin-bottom: 5px;
}

.blog-archive-link {
}.blog-archive-link a:link, .blog-archive-link a:visited {
}
	
/* @end */

.blog-entry {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
}

.blog-entry-title {
	font-size: 1.6em;
	margin-bottom: 5px;
}

.blog-entry-date {
	color: #b3b3b3;
	margin-bottom: 15px;
	padding-left: 16px;
	background: no-repeat 0px 3px  url(images/date.png);
}

.blog-read-more {
	display: block;
	padding-top: 10px;
	font-style: italic;
}

.blog-entry-body {
}

.blog-entry-comments {
	margin-top: 10px;
}

/*styles the category link in the main entry */
.blog-entry-category {
	padding-left: 16px;
	background: no-repeat left center url(images/filed.png);
	margin-left: 8px;
}

.blog-entry-category a:link, .blog-entry-category a:visited {
	color: #b3b3b3;
}

/*styles the permalink link in the main entry */
.blog-entry-permalink {
	padding-left: 16px;
	background: no-repeat left center url(images/filed.png);
	margin-left: 8px;
}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
	color: #b3b3b3;
}

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 10px;
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-bottom: 10px;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-bottom: 10px;
}

.blog-rss-link {
	background: url(images/rss_icon.gif) no-repeat left center;
	padding-left: 16px;
}

.blog-comments-rss-link {
	background: url(images/rss_icon.gif) no-repeat left center;
	padding-left: 16px;
}

/* Comment links */
a[href^="javascript:HaloScan"] {
	background: no-repeat left center url(images/comments.png);
	padding-left: 16px;
	margin-right: 5px;
}

/* Trackback links */
a[href^="javascript:HaloScanTB"] {
	background: url(images/trackback.png) no-repeat left center;
	padding-left: 16px;
}

/* @end */

/* @group Contact Form */
.message-text { 
} 

.required-text {
} 

.form-input-field {
	background: #f4f4f4;
} 

.form-input-button { 
} 
/* @end */


