
/*****************
GLOBAL
 *****************/


* {margin:0; padding:0;}

p {margin: 0.5em 0 1em 0;}

img {border-width: 0;}

ul {margin-left: 30px;}

body {
	background: #e6e6dc;
	margin:0;
	padding:0;
	color: #000;
}

body, table {
	font-family:  verdana, arial, helvetica, helve, sans-serif;
	font-size: 16px;
}

* html body, * html table  {
	font-family:  verdana, arial, helvetica, helve, sans-serif;
	font-size: medium;
}


/**********
DEFAULT STYLES
 **********/

a:link, a:visited { color: #c33; text-decoration: underline; }
a:hover, a:active { color: #e33; text-decoration: underline; }

img { border: 0px; }

h1 { font-size: 1.6em; color: #e33; font-weight: normal; line-height: 1.4em; }
h2 { font-size: 1.3em; color: #e33; font-weight: bold; padding: 0px; margin: 10px 0 5px 0;  }
h3 { font-size: 1.1em; color: #e33; font-weight: bold; padding: 0px; margin: 0px;  }


/**********
FORMS
 **********/

forms.inline { display: inline; }

.searchbox{
	height: 30px;
}
input.searchinput {
	border: 1px solid #999;
	background-color: #fff;
	font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif";
	font-size: 12px;
	width: 150px;
	color: #000;
	float: left;
}
input.searchtext{
	float: left;
}
input.searchsubmit {
	border: 1px solid #000;
	background-color: #e33;
	font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif";
	font-size: 11px;
	color: #fff;
	float: left;
	margin-left: 4px;
	text-align: center;
	width: 30px;
}

/**********************
 OVERALL LAYOUT
***********************/

#skiptomain {
	display: none;
}


#wrapper {
	width: 1000px;
	margin: 0 auto;
	font-size: 0.85em;
}

	#pagecontainer {
		width: 1000px;
		padding: 0px;
		margin: 10px auto;
		background: url(images/pageback.gif) repeat-y top center;
	}

		#header {
			width: 940px;
			padding: 5px 30px 0px 30px;
			background: url(images/headerback.gif) no-repeat top center;
			color: #fff;
			text-align: left;
			font-size: 0.95em;
		}
			
			
			#toplogo{
				padding: 20px 0 0 0;
				width: 230px;
				float: left;
				color: #000;
			}
			
			#toptime{
				padding: 0px;
				width: 510px;
				float: left;
				text-align: left;
				color: #000;
				font-size: 0.85em;
			}
			
			#topdate{
				padding: 50px 0 0 0;
				width: 200px;
				float: right;
				text-align: right;
				color: #000;
				font-size: 0.85em;
			}


			#toppic {
				width: 940px;
				background: #c12;
				padding: 0px;
				margin: 0px;
				float: left;
				font-size: 1.1em;
				font-weight: bold;
				text-align: left;
			}


				#toppic a:link, #toppic a:visited { color: #fff; text-decoration: none; }
				#toppic a:hover { color: #fff; text-decoration: underline; }

			#topnav {
				width: 940px;
				padding: 0px;
				background: #e33;
				color: #fff;
				font-size: 0.9em;
				float: left;
			}
	

		#maincontent {
			clear: both;
			width: 940px;
			font-size: 0.9em;
			margin: 0px 0px;
			padding: 0px 30px;
			
		}

			#maincontentleft {
				width: 210px;
				margin: 20px 0px 0px 0px;
				float: left;
				
			}
			
				.maincontentleftinner {
					width: 190px;
					padding: 10px;
					background: #eef;
					color: #000;
				}			



			#maincontentleft a:link, #maincontentleft a:visited { color: #25a; text-decoration: underline; }
			#maincontentleft a:hover { color: #e33; text-decoration: underline; }


			#maincontentcenter {
				width: 420px;
				float: left;
				font-size: 1.0em;
				line-height: 1.5em;
				margin: 20px 0px 0px 0px;
				padding: 0px 20px 0 19px;
				color: #25a;
				border-left: 1px solid #25a;
				
			}
			
			#maincontentcenter a:link, #maincontentcenter a:visited { color: #c33; text-decoration: underline; }
			#maincontentcenter a:hover { color: #e33; text-decoration: underline; }
			
			#maincontentcenter p.small { font-size: 0.75em; margin-top: 20px; }
			
			

			#maincontentright {
				width: 250px;
				float: right;
				font-size: 0.9em;
				line-height: 1.5em;
				margin: 20px 0px 0px 0px;
				padding: 0px 0px 0px 19px;
				border-left: 1px solid #25a;
			}

			#maincontentright a:link, #maincontentright a:visited { color: #25a; text-decoration: none; }
			#maincontentright a:hover { color: #e33; text-decoration: underline; }


		#footer {
			clear: both;
			width: 940px;
			font-size: 0.8em;
			margin: 0px;
			padding: 20px 30px;
			background: url(images/footerback.gif) no-repeat bottom center;
			
		}



			#footerleft {
				width: 300px;
				float: left;
				text-align: left;
			}
			

			#footerright {
				width: 600px;
				float: right;
				text-align: right;
				padding: 10px 0 0 0;
			}


		#footer a:link, a:visited { color: #25a; text-decoration: none; }
		#footer a:hover { color: #25a; text-decoration: underline; }
		


/*****************
 BREAKS
*****************/

br.breaker { clear: both; }
br.lbreaker { clear: left; }
br.rbreaker { clear: right; }


/*****************
 TOP OF PAGE NAV
*****************/

ul#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	letter-spacing: 0px;
	float: left;
	width: 940px;
}
	ul#nav li {
		float: left;
		line-height: 1.8em;
		margin: 0px;
		padding: 0px;
		display: inline;
		text-align: center;
	}
		ul#nav li a {
			display: block;
			padding: 5px 20px 5px 20px;
			color: #fff;
			text-decoration: none;
			border-right: 1px solid #fff;
		}

		ul#nav li a:hover {
			display: block;
			color: #fff;
			text-decoration: underline;
		}


		ul#nav .contactlink a{
			border: none;
			padding-right: 55px;
		}

/*****************
 IMAGES
 *****************/

img.floatleft {
	float: left;
	margin: 0px 10px 0px 0px;
}

img.floatright {
	float: right;
	margin: 0px 0px 0px 10px;
}


/*****************
NO MARGIN UL
*****************/


UL.nomargin {
margin: 0px 0px 0px 0px;
padding: 3px 3px 3px 3px;
}

UL.nomargin LI {
margin: 0px 0px 0px 12px;
padding: 0px 0px 0px 0px;
}

 /**********************
  FLASH ANIMBLOCK
 ***********************/

#gallery, { position: relative; }

	#flashanim {
		background: #25a;
		width: 940px;
		height: 200px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		overflow: hidden;
		z-index: 1;
	}

	
/*****************
NEWS SCROLLER
*****************/


#scroller1{
	width: 190px;
	height: 150px;
	background: #eef;
	color: #000;
}


.someclass{ //class to apply to your scroller(s) if desired
}

/**************
 NEWS
 **************/
.newsitem{
	padding: 5px;
	margin: 0 0 20px 0;
}
	.newsitemtitle{
		margin-bottom: 3px;
		font-size: 1.2em;
		font-weight: bold;
		
}
		.newsitemtitle a{
			color: #c33;
			text-decoration: underline;
		}
	.readmore2{
		margin-top: 5px;
		margin-bottom: 5px;
	}
		.readmore2 a{
			color: #000;
		}
		.readmore2 a:hover{
			color: #000;
			text-decoration: none;
		}
		.readmore2 a:visited{
			color: #000;
			text-decoration: underline;
		}
	.newsdate{
		float: left;
		width: 115px;
	}
	.newslink{
		float: left;
		width: 300px;
		margin-bottom: 15px;
		margin-left: 5px;
	}


/**********************
 TESTIMONIALS
***********************/

.testimonal{
	float: left;
	margin-bottom: 20px;
}
	.testimonal img{
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
	}


/*****************
 CONTACT US
*****************/

#contactus label{
	width: 100px;
	float: left;
}

/*************
 PHOTO GALLERY
 *************/
 
a.pagelink:link, a.pagelink:visited {
	color: #e33;
	text-decoration: underline
}
a.pagelink:hover {
	color: #33e;
	text-decoration: underline
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
