body {
	background:#666633 url('images/body_background.jpg') repeat-x
}

html, body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 1.5em;

}


a img{
	border:none}
a {
	color:#030;
}
a:hover {
	color:#0F0;
}

#header h1 span { color:#600 } 							/* tagline color */

.search-area .textbox, #searchform .textbox { 			/* SEARCH TEXTBOX */
	color:#963; 										/* text color */
	border:1px solid #F2F6F8;								/* border color */
	background:#FFF }									/* background color */



h2.pagetitle {

	color:#666
}										/* Page - title text color */

blockquote p { bcolor:#666}							/* Blockquote text color */
		
h3 { color:#666}									/* H3 title text color */
	
ul.commentlist li {
	background:#f6f2ed url('images/comment_background.jpg') no-repeat }	/* Comment background color */
			
ul.commentlist .rightside { border-left:1px solid #A5C3D3 }		/* Comment line seperator color */
		



/* ----------------------------------------------------------------- */
/* END COLOR CHANGES ----------------------------------------------- */
/* fonts */
	
strong {
	color:#666;
}	

h1 {
	font:1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0 0 5px 0;
	line-height: 1em;
	color:#030;
	/*border-bottom:#CCC solid 1px;*/
}	
h2 {
	font:1.3em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#030;
	line-height:1em;
	padding: 0 0 5px 0;
}	
p {font:1em "Trebuchet MS", Arial, Helvetica, sans-serif;}

/* DEFAULT WORDPRESS CSS FOR IMAGES */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.imageLeft {
   float: left;
   border: 1px solid #000;
   margin: 0px 10px 10px 0px;
}

.imageRight {
   float: right;
   border: 1px solid #000;
   margin: 0px 0px 10px 10px;

}
.imageRight img {


}

   
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: .8em;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

p.fineprint {
	font-size:.8em;
	color:#1A2364;
	line-height: 16px;
}
.readMore{
	float:right;
	
	}
.date{
	font-style:italic;
	font-size:1em;
	color:#900;
	margin-top:-16px;
	}

/* Main Styles ----------------------------------------------------- */
/* ----------------------------------------------------------------- */

body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color:#666;
}
	
a:active, a:focus { outline:none }
.clear { clear:both; font-size:1px; display:block }

#topnav{
	width:1000px;
	height:39px;
	background-image:url('images/topnav_background.jpg');
	}
#content {
	width:1000px;
	margin:0 auto;
	background-image:url('images/main_content_background.jpg');
	padding:0;
}

a { text-decoration:none}	
a:hover { text-decoration:none }
	
/* Header ---------------------------------------------------------- */
/* ----------------------------------------------------------------- */
	
#header {
	width:1000px;
	height:334px;
	position:relative;
	background:url('images/header_background.jpg') no-repeat
}
#headerIntro{
	width:351px;
	height:166px;
	float:left;
	background:url('images/header_intro.jpg') no-repeat;
	position:absolute;
	bottom:0;
	}
	
	
	#header h1 {
	position:absolute;
	top:0px;
	left:0px;
	width:351px;
	height:168px;
	margin:0;
	padding:0;
	font-size:1px
}
		
		#header h1 a {
	display:block;
	width:351px;
	height:168px;
	text-indent:-2000px;
	background:url('images/logo.jpg') no-repeat
}
			
		#header h1 span {
	font-size:16px;
	font-weight:normal;
	position:absolute;
	bottom:-20px;
	left:2px
}
			
#pageHeader {
	width:1000px;
	height:120px;
	position:relative;

}
#pageHeaderIntro{
	width:351px;
	height:120px;
	float:left;
	background:url('images/logo_page.jpg') no-repeat;
	}
#pageHeaderRight{
	width:649px;
	height:120px;
	float:right;
	background:url('images/page_header_right.jpg') no-repeat;
	
	}	
	
	#pageHeader h1 {
	position:absolute;
	top:0px;
	left:0px;
	width:351px;
	height:120px;
	margin:0;
	padding:0;
	font-size:1px;
	border-bottom:none;
}
		
	#pageHeader h1 a {
	display:block;
	width:351px;
	height:120px;
	text-indent:-2000px;
	background:url('images/logo_page.jpg') no-repeat;

}
			
	#pageHeader h1 span {
	font-size:16px;
	font-weight:normal;
	position:absolute;
	bottom:-20px;
	left:2px
}
#header .search-area {
		display:block;
		margin:0; padding:0;
		width:400px;
		text-align:right;
		position:absolute;
		right:20px;
		top:44px }
		
		.search-area p, #searchform p {
			margin:0; padding:0;
			display:inline }
		
		.search-area form, #searchform form {
			margin:0; padding:0 }
		
		.search-area .textbox, #searchform .textbox {
			padding:5px;
			font-size:1em;
			font-family:Arial, Helvetica, sans-serif }
		
		.search-area .button, #searchform .button {
			border:none;
			padding:0; margin:0;
			position:relative;
			top:0px;
			background:url('images/button_search.jpg') no-repeat;
			width:30px;
			height:26px }
			
		.search-area .button, #searchform .button:hover {
			background:url('images/button_search_over.jpg') no-repeat;
			}

/* Navigation ------------------------------------------------------ */
/* ----------------------------------------------------------------- */
#nav ul li a {											/* NAVIGATION */
	line-height: 1.7em;
	color:#374824;											/* text color */
	border-right:1px solid #663}					/* link seperator color (the little line) */
	
#nav ul li a:hover {
	background:#330;									/* hover background color */
	color:#CC3;
	}													/* text hover color */

#nav li:hover ul,
#nav li.over ul { background:#6D889B }					/* dropdown rollover background color */
#nav ul ul li a:hover { background:#B2C5D3 }			/* dropdown link rollover color */

#nav {

	width:1000px;
	height:30px;
	background:url('images/hnav_background.jpg') no-repeat;
	margin:0;
	padding:0;
	overflow: hidden;
}
	
	#nav ul {
		list-style:none;
		margin:0; padding:0;
		height:30px }

	#nav ul#navigationRight {
		width:250px;
		float:right;}
		
	#nav ul#navigationLeft {
		width:750px;
		float:left;}			
		
	#nav ul#navigationRight li {
		position:relative;
		display:block;
		float:right;
		height:30px;
		width:250px;
		margin:0;
		 }
	#nav ul#navigationLeft li {
		position:relative;
		display:block;
		float:left;
		height:30px;
		margin:0;
		padding:0 }
		
		#nav ul#navigationRight li a {
		padding:0 }	
		
		#nav ul li a {
			text-decoration:none;
			display:block;
			margin-top:0px;
			padding:6px 16px 6px 16px; 
			font-size:14px;
			font-weight:bold;
			 }
			
		#nav ul li a:hover { text-decoration:none }
			
		#nav ul ul {
			display: none;
			width:200px;
			height:auto;
			position:absolute;
			top:30px;
			left:0 }
			
			#nav li > ul {
				top: auto;
				left: auto }
			
			#nav li:hover ul, #nav li.over ul { z-index:2000px; display: block; width:200px; height:auto; top:30px; left:0 }
			
			#nav ul ul li {
				height:auto;
				display:block;
				float:none;
				margin:0; padding:0 }
				
				#nav ul ul li a {
					font-size:10px;
					height:auto;
					padding:10px 10px;
					border:none }
.navigation { width:100%; font-size:10px; margin:0 }	
.navigation .alignleft { display:block; float:left; width:49% }
.navigation .alignright { display:block; float:right; width:49%; text-align:right }

/* Navigation2 ------------------------------------------------------ */
/* ----------------------------------------------------------------- */
#nav2 ul li a {											/* NAVIGATION */
	color:#009;										/* text color */
	/*border-right:1px solid #600 				 link seperator color (the little line) */
	}	
#nav2 ul li a:hover {
	/*background:#600 url('images/hnav2_hover.jpg') repeat-x;*/									/* hover background color */
	color:#003;
	/*background-color:#600; */
	}													/* text hover color */

#nav2 li:hover ul,
#nav2 li.over ul { background:#6D889B }					/* dropdown rollover background color */
#nav2 ul ul li a:hover { background:#B2C5D3 }			/* dropdown link rollover color */

#nav2 {
	width:1000px;
	height:30px;
	margin:0;
	padding:0px;
	background-image:url('images/hnav2_background.jpg');
	
}
	
	#nav2 p {
		color:#999;	
		margin:0;
		width:135px;
		height:18px;
		float:left;
		font-size:12px;
		font-weight:bold;
		padding:0 10px 0 10px;
		top: 18px;}
		
		#nav2 p a{
		color:#000;	
		text-decoration:none}
		
	#nav2 ul {
		list-style:none;
		margin:0 10px; padding:0;
		width:960px;
		
}
		
	#nav2 ul li {
		position:relative;
		display:block;
		float:left;
		height:10px;
		margin:0;
		padding:4px 0;}
		
		#nav2 ul li a {
			text-decoration:none;
			display:block;
			margin-top:0px;
			padding:0px 0px 0px 20px; 
			font-size:10px;
			font-weight:bold;
			 }
			
		#nav2 ul li a:hover { text-decoration:none }
			
		#nav2 ul ul {
			display: none;
			width:200px;
			height:auto;
			position:absolute;
			top:18px;
			left:0 }
			
			#nav2 li > ul {
				top: auto;
				left: auto }
			
			#nav2 li:hover ul, #nav li.over ul { z-index:2000px; display: block; width:200px; height:auto; top:18px; left:0 }
			
			#nav2 ul ul li {
				height:auto;
				display:block;
				float:none;
				margin:0; padding:0 }
				
				#nav2 ul ul li a {
					font-size:10px;
					height:auto;
					padding:1px 10px;
					border:none }
.navigation2 { width:100%; font-size:10px; margin:0 }	
.navigation2 .alignleft { display:block; float:left; width:49% }
.navigation2 .alignright { display:block; float:right; width:49%; text-align:right }
	
/* Main Content ---------------------------------------------------- */
/* ----------------------------------------------------------------- */

.content {
	width:1000px;
	margin: 0;
	padding: 0 0px;
}
.sideBar{
	padding: 0px;
	float:right;
	width:290px;
	}
.fullPageLeft{
	float:left;
	width:800px;
	padding:0 0 80px 80px;
	}
.newsListLeft{
	float:left;
	width:590px;
	padding:0 30px 0px 40px;
	background:url(images/contentbox_large_center.jpg) repeat-y;
	}
.newsListLeft p{

	}
.newsListLeft p.date{
	margin:-32px;
	color:#999;
	float:right;
	padding-right:30px;
	top:0;
	}
.newsListLeft p a{
	font-size:1em;

	float:right;
	background-image:url(images/read_more.jpg);
	margin:4px 0 0 0;
	width:86px;
	height:23px;
	text-align:center;
	}
.newsListLeft p a:hover{
	background-image:url(images/read_more_f2.jpg);
}
.newsListLeft h1{
	background:url(images/contentbox_large_top.jpg) no-repeat;
	margin:0px -40px;
	padding:25px 40px 0 40px;
	
	
	}
.newsListLeft h2{
	padding:5px 0 0 0;
	color:#060;
	margin:2px 0;
	border-top:#960 1px solid;	
	}
.newsListLeftCap{
	height:60px;
	margin:0px -40px;
	background:url(images/contentbox_large_bottom.jpg) no-repeat;
	}

.fullPageRight{
	float:right;
	width:700px;
	padding:0 80px 80px 0;
	}
#pageHeader {
	float:right;
	}	
	
.threeColumn{
	width:251px;
	padding:0 0 20px 20px;
	float:left;}
.largeColumnLeft{
	width:522px;
	padding:0 0 20px 20px;
	float:left;}
		
.narrowcolumn { width:825px; float:left; }

.contentPadding {
	padding:0px 20px 10px 20px;
}
.galleryPadding {
	padding:0px 20px 0px 20px;
}
.introContentPadding {
	padding:0px 20px 60px 20px;
}
#introAdNavContainer {
	width : 1000px;
	height : 270px;
	overflow : hidden;
	float: right;
	position: relative;

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

ul#introAdNavMenu a {
	display : block;
	height : 270px;
	text-decoration : none;
}
li#introAdOne   a:hover
{
	background : url(images/intro_ads_f2.jpg) no-repeat 0px 0px;
}

li#introAdTwo a:hover
{
	background : url(images/intro_ads_f2.jpg) no-repeat -340px 0px;
}

li#introAdThree a:hover
{
	background : url(images/intro_ads_f2.jpg) no-repeat -656px 0px;
}


li#introAdOne {
	list-style: none;
	position : absolute;
	top : 0px;
	left : 0px;
	width : 340px;
	height : 270px;
	background : url(images/intro_ads.jpg) no-repeat 0px 0;

}

li#introAdTwo
{
	list-style: none;
	position : absolute;
	top : 0px;
	left : 340px;
	width : 316px;
	height : 270px;
	background : url(images/intro_ads.jpg) no-repeat -340px 0px;
}

li#introAdThree
{
	list-style: none;
	position : absolute;
	top : 0px;
	left : 656px;
	width : 344px;
	height : 270px;
	background : url(images/intro_ads.jpg) no-repeat -656px 0px;
}
.post { clear:both;}

.post .date {
	display:block;
	float:left;
	position:relative;
	width:46px;
	height:30px;
	padding:18px 0 0 0;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	background:url('images/date_background.jpg') no-repeat;
	margin:4px 10px 0 0 }
	
	.post .date .top {
		font-size:11px;
		font-weight:bold;
		text-transform:uppercase;
		text-align:center;
		display:block;
		width:46px;
		position:absolute;
		top:1px; left:0 }

.post h2 {
	width:720px;
	float:right;
	margin:0 0 7px 0;
	padding:0 0 5px 0
}
	
.post h2 a { text-decoration:none }
.post h2 a:hover { text-decoration:none }

.entry {
	clear:both;
}
.entry p { line-height:21px; font-size:14px; margin:0 0 25px 0 }

.full h2 {
	font-weight:bold;
	border:none;
	margin:0 0 15px 0 ;
	padding:0 ;
	width:auto ;
	float:none }
	
.post .postmetadata {
	float:right;
	width:720px;
	font-size:12px;
	font-style:italic;
	padding:0;
	margin:0 0 15px 0 }
	
.full .postmetadata {
	float:none;
	width:auto;
	line-height:18px;
	font-size:12px;
	font-style:italic;
	padding:10px;
	margin:0 0 15px 0 }
	
	.post .postmetadata .category {
		display:block;
		width:323px;
		float:left; }
	
	.post .postmetadata .comments {
		display:block;
		width:200px;
		text-align:right;
		float:right; }

h2.pagetitle {

	margin:0 0 20px 0;
	padding:3px 10px 3px 10px;
	letter-spacing:-1px }
		


blockquote {
	display:block;
	padding:0 60px 0 60px;
	margin:0;
	background:url('images/quotes_left.jpg') 30px 0 no-repeat }
	
	blockquote p {
		margin:0;
		padding:0;
		font-style:italic;
		background:url('images/quotes_right.jpg') bottom right no-repeat }
		
h3 {
	font-size:16px;
	font-weight:bold }
		
ul.commentlist {
	list-style:none;
	width:742px;
	margin:0;
	padding:0 }
	
	ul.commentlist li {
		display:block;
		width:742px;
		margin:0 0 15px 0 }
		
		ul.commentlist li div {
			display:block;
			padding:15px 15px 15px 26px;
			margin:0;
			width:701px;
			background:url('images/comment_background_bottom.jpg') bottom no-repeat }
			
ul.commentlist .leftside { display:block; width:211px; float:left }
ul.commentlist .rightside { display:block; width:489px; float:right }
ul.commentlist img { float:left; margin:0 10px 0 0 }
ul.commentlist cite { font-size:16px; font-weight:bold; font-style:normal; position:relative; top:-2px }
ul.commentlist small { font-size:11px; font-weight:normal; font-style:italic; display:block }
ul.commentlist p { margin:0; padding:0 0 0 15px; line-height:20px; font-size:12px }

#commentform { margin:0; padding:0 }
#commentform p { margin:0 0 15px 0; padding:0 }
#commentform .textarea {
	width:600px }
	
/* contact form --------------------------------------------------------- */
/* ----------------------------------------------------------------- */

.formCommentBox{
	width: 780px;
	height: 200px;

}

.formTextBox{
	width: 400px;

}

/* PriceChart --------------------------------------------------------- */
/* ----------------------------------------------------------------- */
#priceChart{
	list-style:none;
	position:relative;
	padding:0px 40px 40px 40px;
	}
#priceChart ul ul{
	padding:0px 40px 20px 0px;
	}

.priceChartColumn{
	float:left;
	list-style:none;
	
	}
.priceChartColumn li h3{
	padding:0px ;
	
	}
.productOptions{
	padding:0px 0px 20px 20px;
	margin:-20px 0px 0px 0px;
	float:left;
	}	
	
.listRows{
	list-style:none;
	}
.listRows li{
	clear:both;
	}
/* vertical list --------------------------------------------------------- */
/* ----------------------------------------------------------------- */	

	.vertList{
	float:left;
	padding:20px;
	display: block;
	width: 740px;
		}
/* Sidebar --------------------------------------------------------- */
/* ----------------------------------------------------------------- */
.subNavHeader{
	height: 45px;
	line-height: 14px;
	font-size:18px;
	margin:0 0px 0px 0;
	text-indent:-2000px;
	padding:5px 0px 5px 0px;
	
	}
#sidebar {
	float:left;
	width:175px;
	padding:0px 0px 0px 0px;
	line-height:0px;
}

	#sidebar ul {
		list-style:none;
		margin:0; padding:0 }
		
	#sidebar ul li a {
        background:url('images/vnav_button.jpg') no-repeat bottom;
		display:block;
		padding:8px 5px 8px 20px;
		text-decoration:none;
		font:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:11px;
		line-height:1em;
		color:#06C;
		}		
	#sidebar ul li a:hover {
		color:#006;
		background:url('images/vnav_button_over.jpg') no-repeat top;

		}		

/*#sidebar .archives li {
	margin:0 0 4px 0;
	display:block;
	height:18px;
	padding:0 0 0 20px;
	background:url('images/calendar_icon.jpg') 0 4px no-repeat }

#sidebar .categories ul li {
	margin:0 0 4px 0;
	display:block;
	height:18px;
	padding:0 0 0 20px;
	background:url('images/folder_icon.jpg') 0 4px no-repeat }*/
	
/* Footer ---------------------------------------------------------- */
/* ----------------------------------------------------------------- */

#footer {
	width:980px;
	height:84px;
	margin:0 auto;
	font-size:.8em;
	padding:10px;
	background:url('images/footer_background.jpg') no-repeat;
	}	
#footer p {
	padding:0;
	margin:0;
	font-size:1em;
	line-height:1em;
	text-align:center;
	color:#030;
}
#footer p a{
	color:#030;
	text-decoration:none;
}

	/* --------video and slideshow ----------*/
#splash	{
	position:relative;
	width: 1000px;
	background-repeat: repeat-y;
	background-image:url(images/page_backdrop.jpg);
	background-position:top center;
	}
#splashImagePosition {
	width: 1000px;
	background-image:url(images/page_backdrop.jpg);
	background-repeat: repeat-y;
	background-position:center;
	margin: 0 10px;
}
#splashRightContent {
	width: 1000px;
	height: 250px;
	overflow:hidden;
}

#splashLeftContent {
	float: left;
	width: 250px;
}
#slideShow{
	float: right;
	width: 649px;
	height: 334px;
	z-index:2000;
	background-image: url(images/intro_slide_backdrop.jpg);
	}
#mp3Player{
	float:right;
	width: 825px;
	height: 20px;
	text-align: right;
	background-image: url(images/mp3_backdrop.jpg);
	overflow: hidden;
	background-repeat: no-repeat;
}

#videoGallery {
	width: 825px;
	height: 464px;
}
p.footerLink {
	font-size:.8em;
	margin: 0 0 0 0;
	color:#464600;
	}
p.footerLink a{
	font-weight:bold;
	color:#464600;
	text-decoration:none;
	}
 
 
		
#photoGalleryNav ul li a{										/* NAVIGATION */
	color:#099;	
	border-right:1px solid #CCC;/* text color */
	}					/* link seperator color (the little line) */
	
#photoGalleryNav ul li a:hover {
	background:#FFF;									/* hover background color */
	color:#000;
	
	}													/* text hover color */

#photoGalleryNav {
		float:right;
		width:670px;
}
	
	#photoGalleryNav ul {
		list-style:none;
		margin:0;
		padding:0;
		float:left;
	}
		
	#photoGalleryNav ul li {
		
		display:block;
		float:left;
		margin:0;
		width:80px;
		padding:0;
		}		
		
		#photoGalleryNav ul li a {
			text-decoration:none;
			display:block;
			margin-top:0px;
			padding:0px 6px 0px 6px; 
			font-size:12px;
			line-height:1em;

			 }
			
		#photoGalleryNav ul li a:hover { text-decoration:none }
	


#nav {
	background:url('images/hnav_background.jpg') no-repeat;
	width:1000px;
	height:35px;
	clear:both;
	}

#dropmenu, #dropmenu ul {margin:0; padding:0; list-style-type:none; list-style-position:outside; position:relative; z-index:200; width:100%; height:35px; font:14px "Trebuchet MS", Arial, Helvetica, sans-serif } 
#dropmenu a {display:block; padding:7px 14px; color:#FFF4DF; border-right:1px solid #300; text-decoration:none;} 
#dropmenu a:hover {background:#300; color:#FC0;} 
#dropmenu li {float:left; position:relative;} 
#dropmenu ul {position:absolute; display:none; width:228px; top:31px; left:-1px; background:#300;} 
#dropmenu ul a {border-left:1px solid #630;} 
#dropmenu li ul {width:230px; height:1px; } 
#dropmenu li ul a {width:280px; height:auto; float:left; border-bottom:1px solid #000; background-color:#300; color:#FFF4DF; font:12px "Trebuchet MS", Arial, Helvetica, sans-serif } 
#dropmenu ul ul {top:auto;} 
#dropmenu li ul ul {left:200px; margin:0px 0 0 10px;} 
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;} 
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;} 
#dropmenu li .contactUs {float:right; position:relative; border-left:0px;} 

#sideBarLarge {
	background:url(images/cat_box_center.jpg) repeat-y;
	float: right;
	width: 255px;
	margin: 10px 0px;
	padding: 0px 15px 0 40px;
	}
	
#sideBarLarge ul li{
	font-size:.9em;
	font-weight:bold;
	line-height:1.2em;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif ;
	margin:0;
	padding:4px 0;
	border-bottom:1px dotted #330;
	display:block;
	color:#990;
	}
#sideBarLarge ul li a:hover{
	color:#fff;
	}
#sideBarLarge a {
	color:#990;
	}
#sideBarLarge ul h2 {
	color:#CC3;
	background:url(images/cat_box_001.jpg) no-repeat;
	text-indent: 40px;
	padding:10px 0;
	margin:0 0 0 -60px;
	}
		
#sideBarLarge li img {

    float: left;
	padding: 0 10px 0 10px;
	width:70px;
	height: 70px;
	overflow:hidden;
	}
	
#sideBarLarge ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 20px 0px 20px;
	}

#sideBarLarge h3 img{
	margin: 0px;
	padding: 0px;
	border: 1px #06C solid;
	}

	

.hpdate {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	}
	
.hpfeatured {
	float: left;
	width: 290px;
	padding: 0 0 0px 0;
	margin: 0 0 20px 0;
	background: #FFFFFF url(images/cat_box_center.jpg);
	}
.hpfeatured ul{
	float: right;
	width: 250px;
		}

.hpfeatured li{
	width: 250px;
	border-bottom:1px solid #bbb;
	padding:10px 0 10px 0;
	margin:0;
}


.hpfeatured h3 {

	}
	
.catHeader001{
		height:40px;
		background: #FFFFFF url(images/cat_box_001.jpg) top no-repeat;
		}
.catHeader002{
		height:40px;
		background: #FFFFFF url(images/cat_box_002.jpg) top no-repeat;
		}		
.catHeader003{
		height:40px;
		background: #FFFFFF url(images/cat_box_003.jpg) top no-repeat;
		}
.catHeader004{
		height:40px;
		background: #FFFFFF url(images/cat_box_004.jpg) top no-repeat;
		}		
.catFooter{
		clear:both;
		height:28px;
		background: #FFFFFF url(images/cat_box_footer.jpg) bottom no-repeat;
		width:310px;
		margin:0 0 0 -40px;
		}		
.catFooter a{
	float:right;
	font:1em "Trebuchet MS", Arial, Helvetica, sans-serif ;
	color:#0FF;
	padding:0 20px 0 0;
	}
	
.widget_block {
margin: 0;
clear:both;


}

.widget_block ul {
list-style: none;
margin: 0;
padding: 0;
}

.widget_block li {
margin: 0;
font-size:12px;
line-height:16px;
font:"Trebuchet MS", Arial, Helvetica, sans-serif ;
border-bottom:1px solid #bbb;
padding:2px 0 2px 0;
}

.widget_block li p{

}


.widget_block li:hover {
background: #E9F2F3;
color:#039;
}

.mediaGallery{
	float:left;
	width:600px;
	padding:0 30px 0px 30px;
	margine:0 0 0 -40px;
	background:url(images/contentbox_large_center.jpg) repeat-y;
		overflow:hidden;
	}
.mediaGallery p{
	/*margin:-10px 0 0 0;*/
	}
.mediaGallery p.date{
	margin:-32px;
	color:#999;
	float:right;
	padding-right:30px;
	top:0;
	}
/*.mediaGallery p a{
	font-size:1em;

	float:right;
	background-image:url(images/read_more.jpg);
	margin:4px 0 0 0;
	width:86px;
	height:23px;
	text-align:center;
	}*/

.mediaGallery h1{
	background:url(images/contentbox_large_top.jpg) no-repeat;
	margin:0px 0 0 -30px;
	width:600px;
	padding:50px 30px 0px 30px;
	
	}
.mediaGallery h2{
	font-weight:bold;
	
	}
.mediaGalleryCap{
	height:60px;
	margin:0px -30px;
	background:url(images/contentbox_large_bottom.jpg) no-repeat;
	}

.postNav ul {
	position:relative;
	font-size:.8em;
	float:right;
	width:280px;
	list-style:none;
	margin:0; padding:0;

	}
.postNavHome ul {
	position:relative;
	font-size:.8em;
	float:left;
	width:580px;
	list-style:none;
	margin:0; padding:0 0 10px 0;

	}

.next{	
	/*border-left:1px solid;*/
}
.previous{	
	border-right:1px solid;
}
		
.postNav ul li{
	display:block;
	float:right;
	line-height:0.8em;
	padding:0 5px;
		}
		
.postNav ul li a {
			text-decoration:none;
			margin:0;}

	.postNavHome ul{	
		width:580px;
		}	
		.postNavHome ul li{	
		display:block;
		float:left;	
		padding:0 10px 0px 0px;
		}
		
.postNavHome ul li a {
			text-decoration:none;
			margin:0;}	
.login a{
	width:35px;
	padding:0 10px;
	font-size:.8em;
	float:right;
	}