html, body {
  padding: 0;
  margin: 0;
  height: 100%;
}
.black_overlay{
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index:1001;
  -moz-opacity: 0.7;
  opacity:.70;
  filter: alpha(opacity=70);
}
.row1 {
background-color: #e4effb;
}
.row2 {
background-color: #FFFFFF;
}
.rowhighlight {
background-color: #f8ffcb;
}
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }
table,tr,td,div,span,a,input,textarea,select,option{
	font-family: Tahoma;
	font-size: 13px
}
#overlay{ background-image: url(images/overlay.png); }


* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
}
.thumbnail {
	padding: 7px;
	padding-bottom: 7px;
	border: 1px solid #ddd;
	float: left;
	margin-right: 4px;
	margin-bottom: 15px;
}
.thumbnail a {
	text-decoration: none;
}
.thumbnail a:hover {
	text-decoration: underline;
	color: #AA0000;
}
.thumbnailcaption { 
	font-size: 0.9em; 
	padding-top: 0.2em;
}

a {
	color: #656565;
}
a:hover {
	color: #000000;
}
.homenav {
	display: block; 
	width: 126px; 
	background-image: url('images/home.png'); 
	background-repeat: no-repeat; 
	height: 30px;
	margin-bottom: 10px;
}
.homenav:hover {
	background-image: url('images/homeover.png');
}
.navbase {
	display: block; 
	width: 126px; 
	background-image: url('images/navbase.png'); 
	background-repeat: no-repeat; 
	height: 30px;
	margin-bottom: 10px;
	text-decoration: none;
	cursor: pointer;
}
.navbaseyellow {
	display: block; 
	width: 126px; 
	background-image: url('images/navbaseyellow.png'); 
	background-repeat: no-repeat; 
	height: 30px;
	margin-bottom: 10px;
	text-decoration: none;
	cursor: pointer;
}
.navbase:hover {
	background-image: url('images/navbaseover.png');
}
.navbase2 {
	background-repeat: no-repeat;
	background-position: 13px 8px;
	padding-left: 37px;
	padding-top: 7px;
	height: 28px;
	font-size: 10pt;
	width: 90px;
	display: block;
	text-decoration: none;
	color: #15497c;
}
.newsnav {
	display: block; 
	width: 126px; 
	background-image: url('images/news.png'); 
	background-repeat: no-repeat; 
	height: 30px;
	margin-bottom: 10px;	
}
.newsnav:hover {
	background-image: url('images/newsover.png');
}
.homeicon {
	background-image: url('images/icons/house.png');
}
.newsicon {
	background-image: url('images/icons/page_edit.png');
}
.privateicon {
	background-image: url('images/icons/email1.png');
}
.optionsicon {
	background-image: url('images/icons/folder_wrench.png');
}
.helpicon {
	background-image: url('images/icons/information.png');
}
.logouticon {
	background-image: url('images/icons/door_out.png');
}
.optionsnav {
	display: block; 
	width: 126px; 
	background-image: url('images/options.png'); 
	background-repeat: no-repeat; 
	height: 30px;
	margin-bottom: 10px;	
}
.optionsnav:hover {
	background-image: url('images/optionsover.png');
}
.helpnav {
	display: block; 
	width: 126px; 
	background-image: url('images/help.png'); 
	background-repeat: no-repeat; 
	height: 30px;
	margin-bottom: 10px;	
}
.helpnav:hover {
	background-image: url('images/helpover.png');
}
.logoutnav {
	display: block; 
	width: 126px; 
	background-image: url('images/logout.png'); 
	background-repeat: no-repeat; 
	height: 30px;
	margin-bottom: 10px;	
}
.logoutnav:hover {
	background-image: url('images/logoutover.png');
}
hr {
	color: #EEEEEE;
	border: 0px;
	border-top: 1px solid #DDDDDD;
	height: 0px;	
}
.bbcode {
 	border: 1px solid #AAAAAA;
 	padding: 0px;
 	font-family: Tahoma;
 	margin: 0px;
 	margin-right: 3px;
	font-size: 10px;
	height: 20px;  
}
.panel {
	padding: 6px;
	-moz-border-radius: 5px 5px 5px 5px;	
	border: 1px solid #E3E3E3;
	background-image: url('images/white-grad.png');
}
.panel2 {
	display: table;
	height: 70px; 
	width: 678px; 
	padding: 6px;
	-moz-border-radius: 0px 0px 5px 5px;	
	border: 1px solid #D1D1D1;
	border-top: 0px;
}
.messagesnav {
	display: block; 
	width: 126px; 
	background-image: url('images/messages.png'); 
	background-repeat: no-repeat; 
	height: 30px;
	margin-bottom: 10px;
}

.messagesnav:hover {
	background-image: url('images/messagesover.png');
}
.header {
	font-size: 14pt;
	margin-right: 26px;
	padding-left: 6px;
	padding-right: 6px;
	color: #15497c;
	background-color: #FFFFFF;
}
.success {
	color: #00AA00;
}
.error {
	color: #AA0000;

}
.subnav {
	display: block;
	margin-top: -2px;
	
	margin-bottom: 10px;
	
}
.navlink {
	cursor: pointer;
	font-family: Arial;
	color: #FFFFFF;
	font-size: 10pt;
	display: block;
	padding-left: 37px;
}
.navlink:hover {
	color: #000000;
}
.accounts {
	background-image: url('images/icons/user.png');
	background-repeat: no-repeat;
	background-position: 13px;
	text-decoration: none;
}
.accesslevel {
	background-image: url('images/icons/key.png');
	background-repeat: no-repeat;
	background-position: 13px;
	text-decoration: none;
}
.bannedips {
	background-image: url('images/icons/delete.png');
	background-repeat: no-repeat;
	background-position: 13px;
	text-decoration: none;
}
.categories {
	background-image: url('images/icons/folder_page.png');
	background-repeat: no-repeat;
	background-position: 13px;
	text-decoration: none;
}
.imageuploads {
	background-image: url('images/icons/images.png');
	background-repeat: no-repeat;
	background-position: 13px;
	text-decoration: none;
}
.fileuploads {
	background-image: url('images/icons/page_white_office.png');
	background-repeat: no-repeat;
	background-position: 13px;
	text-decoration: none;
}
.rssfeed {
	background-image: url('images/icons/feed.png');
	background-repeat: no-repeat;
	background-position: 13px;
	text-decoration: none;
}
.smilies {
	background-image: url('images/icons/emoticon_smile.png');
	background-repeat: no-repeat;
	background-position: 13px;
	text-decoration: none;
}
.system {
	background-image: url('images/icons/wrench.png');
	background-repeat: no-repeat;
	background-position: 13px;
	text-decoration: none;
}
.profile {
	background-image: url('images/icons/vcard.png');
	background-repeat: no-repeat;
	background-position: 13px;
	text-decoration: none;
}
.personal {
	background-image: url('images/icons/personal.png');
	background-repeat: no-repeat;
	background-position: 13px;
	text-decoration: none;
}
.addnews {
	background-image: url('images/icons/page_add.png');
	background-repeat: no-repeat;
	background-position: 13px;
	text-decoration: none;
}
.editnews {
	background-image: url('images/icons/page_green.png');
	background-repeat: no-repeat;
	background-position: 13px;
	text-decoration: none;
}
.archivednews {
	background-image: url('images/icons/page_key.png');
	background-repeat: no-repeat;
	background-position: 13px;
	text-decoration: none;
}
.templates {
	background-image: url('images/icons/layout.png');
	background-repeat: no-repeat;
	background-position: 13px;
	text-decoration: none;
}
.wordfilters {
	background-image: url('images/icons/pencil_delete.png');
	background-repeat: no-repeat;
	background-position: 13px;
	text-decoration: none;
}
.videos {
	background-image: url('images/icons/monitor.png');
	background-repeat: no-repeat;
	background-position: 13px;
	text-decoration: none;
}
.newmessage {
	background-image: url('images/icons/email_edit.png');
	background-repeat: no-repeat;
	background-position: 13px;
	text-decoration: none;
}
.messageoutbox {
	background-image: url('images/icons/email_out.png');
	background-repeat: no-repeat;
	background-position: 13px;
	text-decoration: none;
}
.messageinbox {
	background-image: url('images/icons/email_in.png');
	background-repeat: no-repeat;
	background-position: 13px;
	text-decoration: none;
}
.page1 {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #e4effb;
	
	text-decoration: none;
}
.page1:hover {
	background-color: #f8ffcb;
}
.page2 {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #f8ffcb;	
}
.accessquestion {
	color: #000088;
	font-size: 11pt;
}
.rowborderbottom {
	border-top: 1px solid #DDDDDD;
}
.rowborderright {
	border-right: 1px solid #DDDDDD;
}
.rowborderleft {
	border-left: 1px solid #DDDDDD;
}
.noshow {
	display: none;	
}
.show {
	display: table;
}
.imageeditbutton:hover {
	color: #FF0000;
} 
.imageeditbutton {
	color: #000000;	
	outline: 0;
	display: inline; 
	float: right; 
	position: absolute; 
	text-transform: uppercase; 
	font-size: 10px; 
	margin-left: -23px; 
	margin-top: 1px;
	border: 0px; 
	background-image: url('images/editimagebg.png'); 
	padding: 3px;
}
.videoeditbutton {
	color: #000000;	
	outline: 0;
	display: inline; 
	float: right; 
	position: absolute; 
	text-transform: uppercase; 
	font-size: 10px; 
	margin-left: -23px; 
	margin-top: 0px;
	border: 0px; 
	background-image: url('images/editimagebg.png'); 
	padding: 3px;
}
.videoeditbutton img {
	border: 0px;
}
.imageeditbutton img {
	border: 0px;
}
.videothumboutter {
 	 margin-right: 4px;
	 padding: 7px; 
	 margin-bottom: 15px; 
	 border: 1px solid #DDDDDD; 
	 background-color: #FFFFFF; 
	 float: left;
}

.videothumboutter input {
	margin: 0 0 6px 0; 	
}
.thumbnail input {
	margin: 0 0 6px 0; 	
}
.videothumbinner {
	 overflow: hidden; 
	 display: block; 
	 height: 54px; 
	 width: 90px; 
	 border: 1px solid #DDDDDD;
}
.slink {
	cursor: pointer;
}
.newborder {
	-moz-border-radius:5px 5px 5px 5px;
	border:1px solid #D1D1D1;
	padding:3px;
}
input[type="button"], input[type="submit"], button  {
	border: 1px solid #D1D1D1; 
	-moz-border-radius: 5px 5px 5px 5px; 
	padding: 2px 10px; 
	background-image: url("images/white-grad.png");
}
input[type="button"]:hover, input[type="submit"]:hover, button:hover {
	border: 1px solid #A1A1A1;
	outline: none;
}
input[type="button"]:active, input[type="submit"]:active, button:active {
	background-image: url("images/white-grad-active.png");
	outline: none;
}
input[type="text"], input[type="textarea"], input[type="password"], textarea, select {
	border: 1px solid #A1A1A1;
	-moz-border-radius: 5px 5px 5px 5px;
	padding: 3px; 
}
.subheaders {
	background-color: #E6E6E6; 
	margin-top: 10px; 
	padding: 5px; 
	-moz-border-radius: 5px 5px 0 0; 
	width: 678px;
background-image:url("js/ckeditor/skins/kama/images/sprites.png");
background-position:0 -1950px;
	cursor: pointer;
}
.subheaders:hover {
	-moz-box-shadow: 0 0 3px #999999;
}
.subheaders_body {
	display: block;
	height: 70px; 
	width: 678px; 
	padding: 6px;
	-moz-border-radius: 0px 0px 5px 5px;	
	border: 1px solid #D1D1D1;
	border-top: 0px;
}
.subheaders_bodytextarea {
	height: 70px; 
	width: 678px; 
	padding: 6px;
	-moz-border-radius: 0px 0px 5px 5px;	
	border: 1px solid #D1D1D1;
	border-top: 0px;
}

/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px;
	padding: 0;
	background: #3C424C url(images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #549900;
}

h1 { font-size: 44px; }

h2 { font-size: 18px; }

h3 { }

p, ul, ol {
	margin-top: 0;
	line-height: 240%;
	text-align: justify;
}

ul, ol { }

blockquote { }

a { color: #639CBF; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
}

/* Header */

#header-wrapper {
}

#header {
	width: 980px;
	height: 50px;
	margin: 0 auto;
	padding: 0px;
}

/** LOGO */

#logo {
	width: 980px;
	height: 140px;
	margin: 0 auto;
	padding: 0px;
	background: url(images/img02.jpg) no-repeat left top;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#logo p {
	margin-top: -4px;
	text-transform: lowercase;
	font-size: 13px;
	color: #F6F9FB;
}

#logo h1 {
	font-size: 48px;
}

#logo a {
	text-decoration: none;
	color: #F6F9FB;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: left;
	width: 600px;
	height: 50px;
}

#menu ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	background: url(images/img04.jpg) no-repeat left top;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 12px 8px 0px 8px;
	letter-spacing: -1px;
	text-decoration: none;
	text-align: center;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #515F6B;
}

#menu a:hover { 
	text-decoration: none; 
}

#menu .current_page_item a {
}

#menu .first {
}
/* Search */

#search {
	float: right;
	width: 240px;
	padding: 10px 10px 0px 0px;
}

#search form {
	float: right;
	margin: 0;
	padding: 4px 0px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 12px Georgia, "Times New Roman", Times, serif;
}

#search-text {
	width: 150px;
	height: 18px;
	padding: 3px 0 0 5px;
	border: none;
	background: #3C424C;
	color: #FFFFFF;
}

#search-submit {
	height: 21px;
	margin-left: 10px;
	padding: 0px 5px;
	background: #2A4345;
	border: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;
	padding: 20px 20px 0px 20px;
	background: #C1D6E2 url(images/img03.jpg) repeat-x left bottom;
}

#banner {
	padding-bottom: 20px;
}

/* Content */

#content {
	float: left;
	width: 620px;
}

/* Post */

.post {
	width: 580px;
	margin-bottom: 20px;
	padding: 20px 20px;
	background: #FFFFFF;
	border: 1px solid #8D9AB0;
}

.post .title {
	height: 44px;
}

.post .title a {
	text-decoration: none;
	text-transform: capitalize;
	font-size: 30px;
	color: #238EC6;
}

.post .date {
}

.post .meta {
	height: 32px;
	margin-top: -10px;
	margin-left: 2px;
	padding: 4px 30px 2px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #66665E;
}

.post .meta span {
	display: block;
	margin-top: -10px;
}

.post .meta a { }

.post .entry {
	border-top: 1px solid #E0E0E0;
	padding: 10px 0px;
}

.post .links {
	background: #90BF35;
	border: 1px solid #5F817E;
}

.post .links {
	display: block;
	width: 120px;
	height: 18px;
	margin: 0px 0px 4px 0px; 
	padding: 3px 0px 0px 40px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.post .comments {
	display: block;
	width: 120px;
	height: 18px;
	margin: 0px; 
	padding: 3px 0px 0px 40px;
	background: #90BF35;
	border: 1px solid #5F817E;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	border: none;
}

#sidebar li {
	margin-bottom: 20px;
	padding: 10px 10px 10px 10px;
	background: #FFFFFF;
	border: 1px solid #8D9AB0;
}

#sidebar li ul {
	margin: 0px 0px;
	border: none;
}

#sidebar li li {
	margin: 0;
	padding: 10px 0px;
	border: none;
	background: url(images/img06.jpg) repeat-x left bottom;
}

#sidebar li li a {
	padding: 0px 0px 0px 30px;
	font-weight: normal;
	border: none;
	background: url(images/img07.jpg) no-repeat 15px 4px;
}

#sidebar li li a:hover {
	color: #666666;
}

#sidebar p {
	margin: 0;
	padding: 0px 14px;
}

#sidebar h2 {
	height: 32px;
	margin: 0 0 10px 0px;
	padding: 8px 0 2px 15px;
	background: url(images/img05.jpg) repeat-x left top;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}


#sidebar p {
	line-height: 200%;
}

#sidebar a {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}

/* Calendar */

#calendar {
}

#calendar caption {
	padding-bottom: 5px;
	font-weight: bold;
}

#calendar table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #24130F;
	border-left: 1px solid #24130F;
	border-right: 1px solid #24130F;
}

#calendar thead th {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #24130F;
	border-left: 1px solid #24130F;
	background: #24130F;
}

#calendar tbody td {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #24130F;
	border-left: 1px solid #24130F;
	border-bottom: 1px solid #24130F;
}

#calendar tfoot td {
	padding: 5px;
	border-left: 1px solid #24130F;
	border-bottom: 1px solid #24130F;
}

#calendar tfoot #next {
	border-top: 1px solid #24130F;
	text-align: right;
}

#calendar tfoot #prev {
	border-top: 1px solid #24130F;
}

#calendar .pad {
	border-bottom: 1px solid #24130F;
}

#calendar #today {
	background: #24130F;
}

/* Footer */

#footer {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}

#footer-bgcontent {
}

#footer p {
	margin: 0;
	padding: 30px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	font-size: 10px;
	color: #C7DAE5;
}

#footer a {
}
