body {
	background-color: #7e7e7e;
	margin: 0px;
	padding: 0px;
	background-image: url(layout_images/site-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
/*
** HTML elements
*/
img {
  border: 0;
}
/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}			
.clear-block {
margin: 0px;
padding: 0px;
clear: both; 

}	
#container {
	width: 980px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(layout_images/page-bg.gif);
	background-repeat: repeat-y;
}
#header {
	background-image: url(layout_images/header-bg.gif);
	background-repeat: no-repeat;
	height: 19px;
}


/*
** Main Nav
*/
#mainmenu {
	padding-bottom: 40px;
	margin-left: 3px;
	padding-top: 20px;
}


/*
** Left Column
*/
#leftclmn {
	float: left;
	width: 177px;
	padding-left: 22px;
	clear: left;
	background-image: url(layout_images/main-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 82px;
}

#leftclmn #sheild img {
	float: right;
	margin-top: 10px;
}
#mainmenu ul, #subfooter ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
#mainmenu li {
	display: block;
}


/*
** Main Column
*/
#mainclmn {
	float: right;
	width: 741px;
	padding-right: 40px;
}
#mainclmn #login {
	margin-top: 25px;
	float: right;
}
#mainclmn #tag {
	float: right;
	width: 300px;
}
#mainclmn #feature {
	background-image: url(layout_images/feature-bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #F0F0F0;
	margin-left: 25px;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
	background-color: #E9E9E9;
    overflow-y:hidden;
}
#feature .col_1_bg {
	/** 1 pixel wide image for column divider */
	background-image: url(layout_images/service-bg.gif);
	background-position:235px bottom;
	background-repeat: no-repeat;
	overflow-y:hidden;
}
#feature .col_2_bg {
       /** 1 pixel wide image for column divider */
	background-image: url(layout_images/service-bg.gif);
       background-position:473px bottom;
	background-repeat: no-repeat;
       overflow-y:hidden;
}
#feature .col_1, 
#feature .col_2,
#feature .col_3 {
       width:33%;
       float:left;
}
#feature .col_1,#feature .col_2  {
	padding-left: 3px;
}
#mainclmn #feature ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 18px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-size: 12px;
	clear: both;
}
#mainclmn #feature .content {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 6px;
}


#mainclmn #feature img {
	margin-bottom: 5px;
	padding-bottom: 0px;
}
#feature .content {

}

#mainclmn #content {
	padding-top: 15px;
	padding-left: 25px;
	padding-bottom: 15px;
}

/*
** Sub footer
*/
#subfooter {
	background-color: #405758;
	background-image: url(layout_images/footer-sheild-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 25px;
	margin-right: 22px;
	margin-left: 198px;
}
#subfooter li {
	float: left;
	list-style-type: none;
	padding-right: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

/*
** Footer
*/
#footer {
	background-image: url(layout_images/footer-bg.gif);
	padding-top: 10px;
	padding-bottom: 20px;
	background-repeat: no-repeat;
}
#footer ul  {
	padding: 0px;
	list-style-type: none;
	display: block;
	margin: 0px;
}

#leftclmn #mainmenu {
}
#leftclmn #mainmenu #fancymenu {
	width: 100%;
}
#leftclmn #mainmenu a {
	text-align: right;
	padding-right: 13px;
	padding-top: 9px;
	padding-bottom: 9px;
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	color: #969593;
	text-decoration: none;
}
#leftclmn #mainmenu li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #969593;
	width: 100%;
}
#leftclmn #mainmenu  li a:hover {
	color: #626262;
}
#leftclmn #mainmenu  li:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #626262;
}
#leftclmn #mainmenu  li.current_page a {
	font-weight: bold;
	color: #465C5E;
}
#leftclmn #mainmenu  li.current_page {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #626262;
}
#leftclmn #mainmenu li ul {
	left: 172px;
	width: 170px;
}
#leftclmn #mainmenu li ul a,
#leftclmn #mainmenu .current_page ul a {
	text-align: left;
	padding: 9px 13px;
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #969593;
	font-weight: normal;
}
#leftclmn #mainmenu li ul li, #leftclmn #mainmenu li ul  li:hover,
#leftclmn #mainmenu li ul li, #leftclmn #mainmenu li ul  .current_page {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
#leftclmn #mainmenu li ul a:hover,
#leftclmn #mainmenu li ul .current_page a {
	background-color: #405758;
	color:#fff !important;
}
#leftclmn p {
	text-align: right;
	padding-right: 12px;
}
#leftclmn strong {
	color: #405758;
}
#leftclmn h2 {
	clear: left;
	text-transform: uppercase;
	color: #405758;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #969593;
	text-align: right;
	padding-bottom: 5px;
	padding-right: 12px;
	font-size: 13px;
	font-weight: normal;
}
#tag h1 {
	font-size: 16px;
	color: #7E7E7E;
	margin-top: 80px;
	text-align: right;
	margin-bottom: 10px;
}
#subfooter p {
	color: #818c8d;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#subfooter a {
	color: #818c8d;
	text-decoration: none;
	text-transform: capitalize;
}

form .fieldLabelCell {
	font-weight: bold;
	text-align: right;
	width: 60px;
	padding-right: 10px;
	vertical-align: top;
}
form .fieldValueCell input, 
form .fieldValueCell textarea {
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #405758;
}
form .fieldButtonCell {
	text-align: center;
}
form .fieldButtonCell input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #405758;
}

.newsItem_image_cell {
	border-right: 2px solid #969593;
}
.newsItem_content_cell {
	padding-left: 10px;
}
.newsItem {
	margin-bottom: 10px;
}
.puzzle {
	clear: left;
	text-align: center;
	padding-top: 15px;
	_margin-top: -38px;
}
* html .puzzle,
*:first-child+html .puzzle {
	margin-top: -38px;
}
