
body
	{
	background: White ;
	margin: 0 auto;
	padding: 0 auto;
	font-family:  Arial, sans-serif;
   	font-size: 14px;
	font-weight: normal;
	line-height: 1.6;
    	color: #000;
	text-align: center;
	}
/* comments */
.cmtentry
{
	padding:2px 5px 2px 25px;
	background-color: Silver;
	margin:2px 5px 3px 5px;
}
.cmttitle
{
	font-weight:bold;
	padding:2px 5px 2px 0px;
}
.cmtsig
{
	font-style:italic;
}
	
p { margin: 6px 0 0 0; padding: 0; }
.clear { clear: both; font-size: 0px; line-height: 0px; }

a img { border: none; }

/*
body a { color: #DA6E19; text-decoration: none; }
a:hover { text-decoration: underline; }
*/

/*  DEFAULT LINKS  #469AAC */

a, a:link, a:visited { text-decoration: none; }
a:hover , a:active {  text-decoration: underline; }

h1
	{
	position: absolute;
	font-family: Georgia, 'Times New Roman', serif;
	color: #B7D1E8;
	font-size: 10px;
	line-height: 1.2;
	font-weight: normal;
	margin: 0;
    	padding: 0;
	text-indent: -7000px;
	}

h2
	{
	font-family: Arial, sans-serif;
	font-size: 22px;
	color: #222;
	font-weight: normal;
	line-height: 1.2;
	margin:  10px 0 10px 0 ;
    	padding: 0;
	border: 0;
	}
	
h3
	{
	color: #365188;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0 ;
    padding: 0 0 4px 0;
	border: 0;
	}

	
/* PAGE */
.pageframe
	{
	background: #fff url(../img/pgBgrwhite.gif) repeat-y top center;
	width: 900px;
	margin: 0 auto;
    padding: 0 1px 0 1px;
    
	}


/* HEADER */
.header
	{
	background: transparent url(../img/header-bg-green.jpg) no-repeat top left;
	position: relative;
	font-family:  Georgia, Arial, sans-serif;
	float: left;
	display: inline;
	width: 900px;
	height: 170px;
	margin:   10px 0 0 0 ;
    padding: 0 ;
	border-bottom: 1px #79bc33 solid;
	text-align: left;
	}
	
.search
	{
	position: relative; 
	top: 10px; 
	left: 585px;
	display: inline ;
	height: 36px;
	margin: 0 0 0 0;
    padding: 0 0 0 0;
	
	}
.searchtext
{
   text-align: left;
   margin-top:0px; 
   padding-top:0px;
   font-family: Georgia, Arial, sans-serif;
   font-weight: bold;
   color: #336666;
   
}
.searchbtn
{
  margin-top: 1px;
   
}

.search .formfield
	{
	height: 20px;
	margin: 0 ;
	padding: 0 0 0 3px ;
	line-height: 1.5;
	color: #42607F;
	text-align: left;
	vertical-align: middle;
	border: 1px #528CC8 solid;
	}


/* HOME PAGE CONTENT */
.error
	{
	color: #FF9A38;
	font-weight: bold;
	text-decoration: none;
	}
	
.content
	{
	/* Correct value for browsers that don't suffer from IE Win's bugs */
	position: relative;
	float: left;
	display: inline;
	width: 900px;
	margin: 0;
	padding: 0;
	text-align: left;
	}

/* all links */
.content a, .content a:link, .content a:visited { text-decoration: none; }
.content a:hover , .content a:active { text-decoration: underline; }	

.column1 ul,
.column2 ul,
.column3 ul { margin: 0; padding: 0; }
.column1 li,
.column2 li,
.column3 li { list-style-type: none; margin: 0 0 6px 0; padding: 0; }


/* FOOTER */
.footer
	{
	/* False position, float and display for  IE Win 6.0 */
	background: #fff;	
	width: 900px;
	height: 85px;
	margin: 0 ;
	padding: 15px 0 0 0 ;
	font-size: 11px;
	text-align: center;
	border-top: 1px #1C3567 dashed;
	}
	
.footer a { color: #DA6E19; text-decoration: none; }	
.footer a:hover { text-decoration: underline; }

div.subhead
{
      text-align:left;
      background: transparent url(../img/nav-bg-green.gif) repeat;
      border-bottom: 1px #79bc33 solid; 
}

div.subhead a:visited, div.subhead a:active, div.subhead a
{
    font-family: Georgia ,  Times New Roman;
    font-size: 18px;
    font-weight:bold;
    color: #3c76b3;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
}

div.subhead a:hover
{
     text-decoration:  underline;
}

/*    COLUMN 2    */

		
.column2 h2 { width: 240px; }
.column2 p { margin: 0 0 18px 0; padding: 0; }
.column2 .section_style
	{
	position: relative;
	float: left;
	display: inline;	
	width: 275px;
	margin: 0 ;
	padding: 0 0 15px 0;
	}
	

/*    COLUMN 3    */	

.column3 h2 { width: 125px; }
.column3 p { margin: 0 0 18px 0; padding: 0; }
.column3 .section_style
	{
	position: relative;
	float: left;
	display: inline;
	width: 125px;
	margin: 0;
	padding:  0 0 15px 0;
	}
/*    COLUMN 4    */	


.column4 h2 { width: 125px; }
.column4 p { margin: 0 0 18px 0; padding: 0; }
.column4 .section_style
	{
	position: relative;
	float: left;
	display: inline;
	width: 125px;
	margin: 0;
	padding:  0 0 15px 0;
	}
/* adminbar */

.adminbar
	{
	background: Orange ;
	position: relative;
	float: left;
	display: inline;
	width: 900px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	z-index:60001;
	}
	
.adminbar div
	{
	position: relative;
	float: left;
	display: inline;
	}

.adminbar .adminbarleft
	{
	position: relative;
	float: left;
	display: inline;
	width: 545px;	/*    WIDTH HAS BEEN ADJUSTED    */
	margin-left: 5px ;
    padding: 0;
	text-align: left;
	}
	
.adminbar .adminbarright
	{
	position: relative;
	float: left;
	display: inline;
	width: 345px;	/*    WIDTH HAS BEEN ADJUSTED    */
	margin: 0 ;
    padding: 0;
	text-align: right;
	color:Black;
	}
	
.adminbar a:link, .adminbar a:visited  { color:Black; text-decoration: none; }
.adminbar a:hover, .adminbar a:active {  color:Black; text-decoration: underline; }
.noborder {  border:solid 0px white; }

/* Rating */

.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../img/RatingFilledStar.png);

}

.emptyRatingStar {
    background-image: url(../img/RatingEmptyStar.png);
}

.savedRatingStar {
    background-image: url(../img/RatingSavedStar.png);
}


/* Blog comments */

.cmttitle
{
	font-weight:bold;
	padding:2px 5px 2px 0px;
}

#cmtentry
{
	padding:2px 5px 2px 25px;
	/* background-color:silver ; */
	margin: 6px 5px 3px 5px;
}

.cmtsig
{
	font-style:italic;
	 
}


/* telerik custom styles */
 .EditItemIcon
  {
    width: 15px;
    background:url(../../../images/icon-edit.gif) no-repeat center;
  }
 .EditItemIcon:hover
  {
    width: 15px;
    background:url(../../../images/icon-edit-hover.gif) no-repeat center;
  }
 .DeleteItemIcon
  {
    width: 15px;
    background:url(../../../images/icon-delete.gif) no-repeat center;
  }
  .PopupItemIcon, .PopupItemIcon:hover
  {
    width: 15px;
    background:url(../../../images/icon-popup.gif) no-repeat center;
  }
  
     .PrintItemIcon
  {
    width: 17px;
    background:url(../../../images/icon-print.gif) no-repeat center;
  }
     .PrintItemIcon:hover
  {
    width: 17px;
    background:url(../../../images/icon-print-hover.gif) no-repeat center;
  }
  
  .blogheadline, .blogdate
  {
    color:#365188;
    font-family: Georgia , Arial, sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-weight: normal;
	text-decoration: none;
  } 
  
  div.blogbody 
  {
    font-size: 13px;
  }
  
  div.blogbody  a:link, div.blogbody a:visited
  {
    text-decoration: none; 
  }
  div.blogbody  a:hover
  {
    text-decoration: underline; 
  }
  
  div.blogsig
  {
    margin-top: 5px;
    margin-bottom: 10px;
  }
    .requiredtext
  {
    color: Red;
  }
   .label 
{
    /* vertical-align:top; */
    font-weight:bold;
}