/* -------------------------------- Global styles -------------------------------- */

* {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}

html, body {
	width: 100%; height: 100%;
}

body, table, tr, td, th, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 18px;
}

hr {
	height: 0; line-height: 0; font-size: 0;
	border-top: 1px solid #CCC;
	display: block; clear: both;
	padding: 0; margin: 10px 0;
}

img {
	border:0;
}

p {
	display: block;
	clear: both;
	margin-bottom: 0px;
}

.left,
.alignleft {
	float: left;
}

.right,
.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignbottom {
	display: block;
	margin-bottom: 0px;
	float: bottom;
	
}

.clear {
	clear: both;
}

.center {
	text-align: center; 
}

blockquote {
	font-size: 16px; color: #333;
	border-left: 1px solid #CCC;
	padding-left: 20px;
}

/* -------------------------------- Main layout styles -------------------------------- */

body {
	text-align: center; 
	
}

div#page {
	text-align: center;
	width: 100%; 
	height: 976px;
	background-image: url(images/BGTILE.png) repeat-x;
	
	margin: 0;
}

div#header {
	width: 100%;
	display: table; clear: both;
	padding: 10px 0px 10px 0px;
	background:#c9cf2a;
}

ul#menu {
	width: 100%;
	text-transform: uppercase;
	display: table; clear: both;
	padding: 5px 0;
	list-style: none;
}

div#content {
	width: 100%;
	text-align: center;
	clear: both;
	
	padding: 10px 0;
}

div#maincontent {
	width: 976px;
	height: 100%
	position:relative
	height: relative;
	float: center;
	background-image: url(images/BGTILE.png);
	background-repeat:repeat-y;
	

}

div#sidebar {
	width: 0px;
	float: right;
}

div#footer {
	width: 950px;
	position:inherit;
	border-top:thin;
	border-top: 1px solid #60A235;
	bottom: 0px;
	display: table;
	clear: both;
	float: center;
	text-align: center;
	padding: 0px 0px 0px 0px;
	
}

/* -------------------------------- Additional layout styles -------------------------------- */

.size-medium, .size-thumbnail {
	display: block; float: left;
	margin: 0 20px 20px 0;
}

.size-large, .size-full {
	display: block; clear: both;
	margin-bottom: 20px;
}

.date {
	font-size: 12px; font-weight: normal; color: #999;
	display: block; clear: both;
	margin-bottom: 10px;
}

.post,
.comment {
	width: 600px;
	overflow: hidden;
	border-bottom: 1px solid #CCC;
	display: table; clear: both;
	margin-bottom: 20px;
}

.singlepost {
	width: 600px;
	overflow: hidden;
	display: table; clear: both;
}

.postmeta,
.commentmeta {
	display: block; clear: both;
	margin-bottom: 20px;	
}

#pagination,
#navigation {
	display: block; clear: both;
}

#pagination {
	width: 600px;
	overflow: hidden;
	border-top: 1px solid #CCC;
	display: table; clear: both;
	padding: 20px 0;
}

.commentavatar {
	float: left; margin-right: 20px;
}

.commenttext {
	float: left;
}

.alt {
	/*background: #EFEFEF;*/
}

.widget {
	display: block; clear: both;
	margin-bottom: 20px;	
}

/* -------------------------------- Heading styles -------------------------------- */

h1 {
	display: block; float: left;
}

h2 {
width: 90%;
	font-weight:bolder;
	font-size: 14px; font-weight: normal; color: #999; line-height: 14px;
	text-transform: uppercase;
	display: block; clear: both;
	margin-bottom: 5px;
	border:0;
  	border-bottom: 1px solid #999;
  	height: 15px;

}

h3 {
	font-size: 14px; font-weight: normal; color: #999;
}

#maincontent h3 {
	font-size: 16px; font-weight: normal; color: #666;
}

h4 {	
	font-size: 14px; font-weight: normal; color: #999;
}

/* -------------------------------- Link styles -------------------------------- */

a,
a:focus, 
a:link, 
a:active { 
	outline: none; 
}

a {
	color: #666; text-decoration: none;
}

a:visited {
	color: #666; text-decoration: none;
}

a:hover {
	color: #5FA036; text-decoration: none;
}

ul#menu li a {
	color: #fff;
	text-decoration: none;
	background:#c9cf2a;
	padding: 31px 5px 31px 5px;
	
}

ul#menu li.current_page_item a,

ul#menu li a:hover {
	color: #666;
	text-decoration: none;
	background:#ffffff;
	padding: 31px 5px 31px 5px;
	
}

.rss {
	background: url('images/rss-icon.png') left 50% no-repeat;
	padding-left: 26px;
}

/* -------------------------------- List styles -------------------------------- */

ul,
ol,
li {
}

ul#menu li {
	display: block; float: left;
	margin-right: 0px;
}

ul#menu li.right {
	float: right;
	margin: 0;
}

#maincontent ul {
	
	display: block; clear: both;
	margin-bottom: 20px;
	
}

#sidebar ul {
	list-style: none;
	display: block; clear: both;
	margin-bottom: 20px;
}

/* -------------------------------- Form styles -------------------------------- */

input {
	width: 50%;
	color: #999;
	background: #FFF;
	border: 1px solid #CCC;
}

#sidebar input {
	width: 100%;
	margin-bottom: 20px;
}

textarea {
	width: 100%;
	color: #999;
	background: #FFF;
	border: 1px solid #CCC;
	overflow: auto;
}

/* -------------------IMG ---------------------------*/
a.innerborder, a.innerborder img {
	float: left;
	overflow:hidden;
}
a.innerborder:hover {
	border:4px solid #f00;
}
a.innerborder:hover img {
	margin: -4px;
 }

#maincontent #copy {
	padding-right: 5px;
	padding-left: 15px;
}
#maincontent .lightwindow #video {
	margin-left: 0;
	display:table;
	float:right;
	margin-right: 30px;
}
#videoCTA {

}
#maincontent #video .lightwindow img {
	float: right;
	margin-right: 30px;
	display:table-cell;
}
#maincontent table TXT {
	padding-right: 10px;
	padding-left: 10px;
}

div#mainContentCopy {
	padding-right: 20px;
	padding-left: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

#mainContentCopy {
	padding-right: 20px;
	padding-left: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
#maincontent #mainContentCopy p {
	padding-right: 10px;
	padding-left: 10px;
}
#maincontent #slider #two-header .lightwindow page-options style9 {
	color: #FFFFFF;
}
a:hover b {
	color: #FFFFFF;
}
#maincontent #slider #two-header .lightwindow page-options style9 {
	color: #FFFFFF;
}
