* {
	margin: 0;
	padding: 0;
}

body {
	background: #F5F5F5 url(../../images/img01.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #474848;	
	min-width:845px;	
}

h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
	font-weight: normal;
}

h2 {
	margin-bottom: 15px;
	letter-spacing: -1px;
	text-transform: none;
	font-size: 1.5em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 145%;
}

blockquote {
	padding: 0 30px;
	background: url(../../images/img12.gif) no-repeat;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}

a {
	text-decoration: none;
	color: #1D62B3;
  	outline: none;	
}

a:active
{
  outline: none;
}

a:hover {
	background: none;
	color: #E43C15;
}

hr {
	display: none;
}

img{
	border:0;
}

.clear{
	clear:both;
}

ol {
	margin-left: 40px;
	padding-bottom:10px;
}	

/* Wrapper */

#wrapper {
	background: url(../../images/img08.gif) repeat-x left bottom;
}

/* Menu */

#menu {
	height: 50px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	height:50px;
	padding: 13px 30px 0px 30px;
	font-weight: bold;
	color: #FFFFFF;	
	font-size: 1.4em;		
}

* html #menu a{
	position:relative;
	top:-15px;  /* -15px; */
} /* Apply to IE6 & Below */

* html #menu span{
	position:relative;
	top:15px;
	height:50px;
} /* Apply to IE6 & Below */

html>body #menu a{
	height: 37px;
} /* Apply to Modern Browsers, IE7 and Above */

#menu a:hover {
	background: #333333;
	color: #FFFFFF;
}

.selected {
	background: url(../../images/img04.jpg) repeat-x bottom;	
}

/* Header */

#header {
	height: 101px;
	width: 100%;
}

* html #header {
	height: auto;
	width: 100%;
}

/* Logo */

#logo {
	float: left;
	top: 50px;
}

* html #logo {
	top: 30px;
	margin-top: -13px;
}	

#logo h1, #logo p {
	float: left;
}

#logo h1 {
	font-size: 3.2em;
	font-weight: bold;
	color: #32C5F1;
	padding-right: 0;
	padding-bottom: 0;
}

#logo p {
	margin: 0;
	padding: 42px 0 0 6px;
	letter-spacing: 2px;
	line-height: normal;
	font: normal 1.4em Georgia, "Times New Roman", Times, serif;
}

/* Search */

#search {
	float:right;
	position:relative;
	white-space:nowrap;
	width:240px;
	top:40px;
}

#searchInput {
	background:transparent url(../../images/searchBack.png) no-repeat scroll left center;
	border:medium none;
	height:26px;
	line-height:26px;
	padding-left:10px;
	position:relative;
	width:155px;
}


#searchBtn{
	font-size: 12px;
	width:50px;	
	height:20px;
	background:url('../images/blankButton.png') left no-repeat;
	border:none;
}

#searchBtn:hover{
	background:url('../images/blankButton.png') right no-repeat;
}

#searchButton {
	background:transparent url(../../images/searchButton.png) no-repeat scroll left top;
	border:medium none;
	height:26px;
	margin-left:-5px;
	position:absolute;
	width:30px;
}

*:first-child+html #searchButton{
	top:1px;
} 

* html #searchButton{
	top:1px;
}

* html #search {
	top:30px;
}

#searchButton:hover{
	background: url(../../images/searchButton.png) no-repeat right top;
}

#searchPageForm{
	padding:10px 10px 10px 0;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	background: #FFFFFF url(../../images/img06.gif);
}

/* * html #page {
	margin-top: 90px;
} */

#bgtop {
	height: 20px;
	background: url(../../images/img07.gif);
}

#bgbottom {
	padding-bottom: 20px;
	background: url(../../images/img09.gif) no-repeat left bottom;
}

#page ul {
	list-style: none;
}

/* Content */

#content {
	float: left;
	width: 430px;
	height: 800px;
	padding: 0 0 0 20px;
}

#contentfullwidth {
	float: left;
	width: 700px;
	min-height: 800px;
	padding: 0 0 0 20px;
}

* html #contentfullwidth {
	height: 800px;
}

html>body #content {
	height: auto;
}

/* Post */

.post .bigpix {
	margin-bottom: 20px;
	background: #FFFFFF;
}

.post .bigpix .caption {
	margin: 0;
	padding: 2px 10px 5px 10px;
	line-height: normal;
	font-size: 0.8em;
	font-weight: bold;
	color: #06C;
}

.post .bigpix .caption a {
	color: #999999;
}

.post .title {
	padding: 10px 10px 0 10px;
	font-size: 2.6em;
}	

.post .title a {
	background: none;
}

.post .byline {
	margin: 0;
	padding: 0 10px;
	line-height: normal;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	color: #C2C2C2;
}

.post .byline a {
	color: #C2C2C2;
}

.post .entry {
	padding: 20px 10px 0 10px;
}

.post .tags {
	margin: 0;
	padding: 5px 10px;
	background: #F0F0F0;
	line-height: normal;
	font-size: .8em;
	font-weight: bold;
}

.post .tags a {
	padding: 0 5px;
	background: none;
}

.post .links {
	padding: 5px 10px;
	border-bottom: 1px solid #EEEEEE;
	font-weight: bold;
}

.post .links .comments {
	padding-left: 20px;
	background: url(../../images/img13.gif) no-repeat left center;
}

.post .links .permalink {
	padding-left: 18px;
	background: url(../../images/img14.gif) no-repeat left center;
}

.post .entry ul li {
	padding-left: 40px;
	background: url(../../images/img11.gif) no-repeat 20px 7px;
}

/* Sidebar Common Style */

#page .sidebar ul {
	line-height: normal;
}

#page .sidebar li {
	padding: 0;
	background: none;
}

#page .sidebar li ul {
}

#page .sidebar li li {
	padding: 5px 5px 5px 25px;
	background: url(../../images/img11.gif) no-repeat 10px 10px;
	border-bottom: 1px solid #F0F0F0;
}

.bullet {
	padding-left: 15px;
	background: url(../../images/img11.gif) no-repeat 0px 7px;
}

.sidebar a {
	background: none;
}

/* Sidebar One */

#sidebar1 {
	float: left;
	width: 250px;
	padding: 0 0 0 20px;
	margin-left:10px;
	border-left:1px solid #C0C0C0;
}

/* Sidebar Two */

#sidebar2 {
	float: right;
	width: 180px;
}

html>body #sidebar2{
	padding: 0 20px 0 0;
}

/* Calendar */

#calendar_wrap {
	padding: 0 10px 20px 10px;
}

#calendar_wrap table {
	width: 100%;
	text-align: center;
	background: #F6F6F6;
	border: 2px solid #FFFFFF;
	border-collapse: collapse;
}

#calendar_wrap th, #calendar_wrap td {
	padding: 2px;
}

#calendar_wrap thead {
	background: #FFFFFF;
}

#calendar_wrap tbody {
	font-size: .8em;
	font-weight: bold;
}

#calendar_wrap tbody td {
	padding: 5px;
}

#calendar_wrap tbody a {
	font-size: 1.2em;
}

#calendar_wrap tfoot {
	background: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .8em;
}

#calendar_wrap tfoot #prev {
	text-align: left;
}

#calendar_wrap tfoot #next {
	text-align: right;
}

/* Tag Cloud */

#tag_cloud {
	margin-bottom: 20px;
}

/* Footer */

#footer {
	width: 960px;
	height: 60px;
	margin: 0 auto;
	background: url(../../images/img10.gif);
}

#footer p {
	padding-top: 20px;
	text-align: center;
	font-size: .8em;
	font-weight: bold;
}

#validation {
	float: right;
	margin: 15px 18px 0 0;
}	

* html #validation {
	float: right;
	margin: 15px 10px 0 0;
}

#contactusauthor {
	float: left;
	width: 227px;
	margin-left:60px;
}

#contactusdetails {
	padding-top: 40px;
}

#contactusform {
	float: left;
	padding-top: 25px;
	width: 700px;	
}

#disclaimer{
	font-size:0.8em;
	padding:20px;
}

#contactusform label span {
	float: left;
	text-align: right;
	padding-right: 10px;
	width: 150px;
}

#contactusformbuttons {
	float: left;
	padding-left: 160px;
	padding-top:20px;
}

#contactusformbuttons input {
	font-size: 12px;
	width:50px;	
	height:20px;
	background:url('../images/blankButton.png') left no-repeat;
	border:none;
}

#contactusformbuttons input:hover {
	background:url('../images/blankButton.png') right no-repeat;
} 

#contactusform ul li{
	background:none;
}

.headingblue {
	color:#1D62B3;
}

.form_label{
	display:block;
	height:20px;
	position:relative;
	top:10px;
	width:150px;
}

.form_label_wide{
	display:block;
	height:20px;
	position:relative;
	top:10px;
	width:300px;
}

.form_entry{
	position:inherit;
	margin:-20px 0 0 155px;	
	padding:10px;
}

.form_entry_wide{
	position:inherit;
	margin:-20px 0 0 305px;	
	padding:10px;
}

.valitationError {
  	font-size: 0.8em;
  	color: #dd2424;
  	margin-left: 10px;
  	display:none;
  	line-height:1em;
  	background:url(../../images/formError.jpg) left no-repeat;
  	padding-left:20px;
}

#feed-control-cal{
	padding-bottom:20px;
}

#newsResults{
	padding:25px;
}

.errorPara{
	width:625px;
	margin-left:75px;
	font-family:Verdana, Geneva, sans-serif;
	color: #666666;
	margin-top:-60px;
}

/* Events */

.event{
	padding:10px;
	border-bottom:#C0C0C0 1px solid;
	clear:both;
}

.event img{
	padding:0 20px 20px 0;
}

.viewFromCH{
	color:#666666;
	padding:5px 20px 5px 20px;   
}