*{
	margin:0;
	padding:0;
}
html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin:0px;
padding:0px;
}

body, .LTR {
	margin: 0;
	padding: 0;
	font-size: 80%;
/*	text-align: justify;*/
}

body, .LTR, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

.LTR{
	background: #f88a39 url(/app_themes/default/images/backgr.jpg) top center no-repeat;
}

h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2.5em;
}
h3 {
	letter-spacing: -1px;
	font-size: 1.3em;
	color:#ea7a28;
	text-align:left;
	padding-bottom:6px;
}


ul, ol {
	line-height: 200%;
}
/*
blockquote {
	margin: 15px 0px;
 	padding: 5px 7px 5px 40px;  	
    font-weight: normal;
	font-size: 80%;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #66A342;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}*/

a {
	color: #34BA01;
}

a:hover {
	color: #34BA01;
}

hr {
/*	display: none;*/
border:1px solid #eb7b29;
}

/* Header */

#header {
	width: 987px;
	height: 103px;
	margin: 0 auto;
}

#header h1, #header p {
	margin: 0;
	padding: 0;
}

#header h1 {
	font-size: 2%;
	color: #20A001;
}
#header h1 a{
	text-indent:-3000px;
	width:616px;
	height:91px;
	display:block;
	background:url(/app_themes/default/images/headerLogo.jpg) top left no-repeat;
}


/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	padding: 0px;
	background:#ffffff;
min-height:400px;
}

#page-bgtop {

	margin: 0px;
	padding: 0px;
}

/*#page-bgbtm {

	padding: 30px 40px 30px 30px;
}

 Content */

#content {
	float: right;
	width: 734px;
	margin: 0;
/*	padding-top: 30px;*/
	color: #666666;


}

.post {
	padding: 0px 0 20px 0;
}

.title {
	margin: 0px;
	padding-bottom: 25px;
	background: url(/app_themes/default/images/img05.jpg) repeat-x left bottom;
}

.title a {
	text-decoration: none;
	color: #66A342;
}

.pagetitle {
}

.byline {
	margin-top: -25px;
	padding: 0px;
	color: #66A342;
}

.meta {
	margin-right: 20px;
}

.meta .more {
	display: block;
	width: 120px;
	height: 26px;
	padding: 2px 0px 0px 0px;
	background: url(/app_themes/default/images/img06.jpg) no-repeat left top;
	text-align: center;
}

.meta .comments {
	float: left;
	width: 120px;
	height: 26px;
	padding: 2px 0px 0px 0px;
	background: url(/app_themes/default/images/img06.jpg) no-repeat left top;
	text-align: center;
}

.meta a {
	text-decoration: none;
	color: #787872;
}

.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.posts {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.posts li {
}



.posts p {
	margin: 0;
	line-height: normal;
}

.posts a {
}

.entry {
	margin: 0;
	padding-bottom: 20px;
}

.last {
	border: none;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 195px;
<!--	height:620px;-->
	margin-bottom: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	background: #e3e3e3 url(/app_themes/default/images/navBack.jpg) bottom center no-repeat;
}
.sidebar1{
	height:620px;
}
.sidebar2{
	height:720px;
}


#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}


#sidebar h2 {
	width: 185px;
	height: 32px;
/*	padding: 6px 0px 0px 15px;*/
	font-size: 18px;
	background:green;
}

#sidebar a {
	text-decoration: none;

}

#sidebar ul li a {
	background:url(/app_themes/default/images/bullet.jpg) left center no-repeat;
	text-decoration: none;
	padding-left:12px;
	font-size:86%;
	color: #000000;
}
#sidebar ul li ul li a {
	background:url(/app_themes/default/images/bullet2.jpg) left center no-repeat;
	text-decoration: none;
	padding-left:18px;
	font-size:86%;
	color: #000000;
}
#sidebar ul li ul li{
padding-left:10px;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Search */

#search input {
	display: none;
}

#search input#s {
	display: block;
	width: 230px;
	padding: 2px 5px;
	border: 1px solid #3DD1FF;
}

#search br {
	display: none;
}

/* Calendar */

#calendar {
}

#calendar h2 {
	margin-bottom: 15px;
}

#calendar table {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

#calendar caption {
	width: 100%;
	text-align: center;
}

#next {
	text-align: right;
}

#prev {
	text-align: left;
}

/* Footer */

#footer {
	width: 980px;
	margin: 0 auto;
	height: 50px;
	text-align: center;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background:#000000;
}

#footer p {
	padding-top: 15px;
}

#footer a {
	color: #ffffff;
}
#footer a:hover {
	text-decoration: none;
}
.footerLeft{
	float:left;
	width:430px;
	text-align:left;
	margin:14px 0 0 20px;
}
.footerRight{
	float:right;
	width:430px;
	text-align:right;
	margin:14px 20px 0 0;
}
/*img { border: none; }*/

img.left {
	float: left;
	margin: 3px 20px 30px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 10px 30px;
}

.homePane_A{
	width:218px;
	height:262px;	/*height:224px;*/
	padding:10px 20px 10px 10px;
	float:left;
	overflow:hidden;
	background:url(/app_themes/default/images/paneStretch.jpg) repeat-y;
}
.homePane_B{
	width:218px;
	height:262px;
	padding:10px;
	float:left;
	overflow:hidden;
	background:url(/app_themes/default/images/paneStretch.jpg) repeat-y;
}
.homePane_C{
/*video holder*/
	width:466px;/*i think this should be 486*/
	height:262px;
	padding: 5px 4px 0px 4px;
	float:left;
	overflow:hidden;
	/*background:url(/app_themes/default/images/paneStretch.jpg) repeat-y;*/
}

.innerPane{
	width:712px;
	padding:10px 10px 10px 10px;
/*background:green;*/
}

#content a{
	color:	#666666;
	text-decoration:none;
	border-bottom:1px solid #ea7a28;
}
#content a:hover{
	color:	#666666;
	text-decoration:none;
	border-bottom:1px solid #666666;
}
#content2 a{
	color:	#666666;
	text-decoration:none;
	border-bottom:1px solid #ea7a28;
}
#content2 a:hover{
	color:	#666666;
	text-decoration:none;
	border-bottom:1px solid #666666;
}


.sliderHolder{
	width:200px;
	height:155px;
	overflow:hidden;
	position:relative;
	left:12px;
	top:12px;
}
.sliderHolder2{
	width:160px;
	height:100px;
	overflow:hidden;
	position:relative;
	left:2px;
	top:2px;
}

.innerPane ul li, .awardPage ul li{
 position:relative;
 left:22px;
}
#slider ul{
list-style-type:none;
}

a.CMSBreadCrumbsCurrentItem{
	color:	#666666;
	text-decoration:none;
	border-bottom:1px solid #ea7a28;
}
a.CMSBreadCrumbsCurrentItem:hover{
	color:	#666666;
	text-decoration:none;
	border-bottom:1px solid #666666;
}*/

