
/* top elements */
* { padding: 0; margin: 0; border: 0; }

body {
	margin: 0; 	padding: 0;
	font: normal 14px/1.7em  verdana, tahoma, sans-serif;	 
	text-align: center;
	background: #001342 url('images/headerbg.jpg') repeat-x 0 0;
	color: #F2F9FF;
}

/* links */
a {
	color: #FFFFFF;
	background-color: inherit;
	text-decoration: underline;		
}
a:hover {
	color: #FFFFFF; 
	background-color: inherit;
	text-decoration: underline;	
	border: none;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #fff;
}
h1 { font-size: 2.5em; } 
h2 { font-size: 2em; text-transform:uppercase;}
h3 { font-size: 1.8em; }

p, h1, h2, h3 {
	margin: 0;
	padding: 10px 15px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
}

/* images */
.noborder {
    border: 1px solid #99FF00;
	padding: 1px;
}

img.noimg {
   border: 0;    
}


img.float-right {
   margin: .5em 0 1em 1em;   
}
img.float-left {
   margin: .5em 1em 1em 0;
}

code {
  margin: .5em 0;
  display: block;
  padding: 20px;
  text-align: left; 
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace ;
  /* white-space: pre; */
  background: #1E89DC;
  border: 1px solid #0065C6;   
}
acronym {
  cursor: help;
  border-bottom: 1px solid #0065C6;
}
blockquote {
	margin: 10px 15px;
 	padding: 10px 0 10px 28px;  
   border: 1px solid #0065C6;
	background: #1E89DC; 
  	font: bold 1.3em/1.5em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
}

/* start - table */
table {
	margin: 10px 15px; 
	border-collapse: collapse;			
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C;
	height: 3em;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #1F8ADE;
	border-bottom: solid 2px #1F8ADE; 
	border-top: solid 2px #1F8ADE;
}
tr {
	color: #FFFFFF;
	height: 2.5em;	
}
td {
	padding-left: 12px;
	padding-right: 12px;
	border-left: 1px solid #1F8ADE;
	border-right: 1px solid #1F8ADE;
	border-bottom: solid 1px #1F8ADE;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */

/* form elements */
form {
	margin: 10px 15px; 
	padding: 10px;
	border: 1px solid #0065C6; 
	background-color: #1E89DC; 
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
label {
	font-weight:bold;
	margin: .4em 0;	
}
input {
	padding: .3em;
	border: 1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width: 55%;
	padding: .3em;
	font: normal 1em/1.5em Verdana, sans-serif;
	border: 1px solid #eee;
	height: 10em;
	display:block;
	color:#777;
}
input.button { 
	font: bold 1em Arial, Sans-serif; 
	margin: 0;
	padding: .25em .3em;
	color: #FFF;
	background: #A2CC00;
	border: 2px solid #8EB200;
}

/* search form */
.search {
	background-color: transparent;
	border: none;	
	margin: 0 0 0 10px; padding: 0 0 1.5em 0;	
	width: 18em;	
}
.search p { margin: 0; padding: 0; }
.search input.searchfield { 
	width: 11em;
	color: #777; 
	padding: .4em; 
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.search input.searchbutton { 
	width: 60px;
	vertical-align: top;
	font: bold 1em Arial, Sans-serif; 
	margin: 0;
	padding: .25em .3em;
	color: #FFF;
	background: #A2CC00;
	border: 2px solid #8EB200;

}

/***********************
	  LAYOUT
************************/

#header-content, #content, #nav {
/*
The width value below sets the total width of the design. It's default value is set to 93%
which means that it will take up 93% of the browser window's width. You can also set it to a 
different percentage	value (90%, 85%, etc.). This design is fluid layout by default, but you
can turn it into a fixed width layout by setting a pixel value to the width (e.g. 900px, 950px).
*/
	width: 93%;	
}

/* box */
.box {
	margin: 10px 0;	
	padding: 10px 10px 20px 10px;		
	border: 5px solid #1F8ADE;
	background: url('images/boxbg.jpg');		
}

.box li {
   padding: 8px 0 13px 6px;
}

.box ul {
	list-style: none;
	margin: 0 25px;
	padding: 3px;
}

/* header */
#header {
	height: 178px;
	text-align: left;	
}
#header-content {
	position: relative;
	margin: 0 auto; padding: 0;
}
#header-content h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 58px 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	letter-spacing: -1px;
	color: #fff;
	text-decoration: none;
	padding-top: 8px;
	/* change the values of top and left to adjust the position of the logo*/
	top: 30px; left: 10px;	
}

/*
#logo-text span {
   color: #8DD519;
}
*/

#header-content h1#logo-text span {
	
	display: none;
}
/*
#header-content #slogan {
	position: absolute;	
	font: bold 16px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFF;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan 
	top: 100px; left: 125px;
}
*/

/* header links */
#header-content #header-links {
	position: absolute;
	top: 25px; right: 10px;	
	color: #fff;
	font: bold 15px "Trebuchet MS", Tahoma, Sans-serif;	
}
#header-content #header-links a {	
	color: #93C9F4;
	text-decoration: none;	
}
#header-content #header-links a:hover {
	color: #fff;		
}

#header-content img {
   border: none;    
}


/* Navigation */
#nav-wrap {
	float: left;
	width: 100%;
	background: url('images/menubg.jpg') repeat-x left bottom; 
	clear: both;
}
#nav {
	clear: both;	
	margin: 0 auto;
	padding: 0;		
}
#nav ul {
	float: left;
	list-style: none;
	text-transform: uppercase;
	margin: 0;
	padding: 0;	
	height: 64px;		
}
#nav ul li {
	float: left;
	margin: 0; padding: 0;
	height: 64px;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 15px;
	color: #FFF;
	font: bold 15px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;	
	letter-spacing: 1px;	
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #333;	
}
#nav-wrap ul li.current {	
	background: url('images/nav-current.jpg') no-repeat center bottom;		
}
#nav ul li.current {
	color: #333;
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	background: #1183DA;		
	width: 100%;
}
#content {
	text-align: left;	
	padding: 0; 
	margin: 0 auto;		
}

#outer {

}

/* sidebar 
#sidebar {
	float: right;
	width: 18em;
	margin: 10px 0 10px -8em; padding: 0;		
}*/
#sidebar {
	float: right;
	width: 21em;
	margin: 10px 0 10px -21em; padding: 0;		
}

#sidebar h1 {
	font: bold 1.75em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	padding: .3em 0 .5em 10px; 
	color: #002368;	
}
#sidebar ul.sidemenu {
	list-style:none;
	margin: 0;
	padding: .3em 0 1em 5px;		
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;		
}
#sidebar ul.sidemenu li {
	padding: 0; 
	background: url('images/sidebullet.gif') no-repeat .3em .5em;		
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu li a {
	display: block;
	font-weight: bold;
	color: #E8F4FF;	
	text-decoration: none;
	padding: .2em 0 .2em 30px;
	line-height: 1.5em;
	font-size: 1.35em;
}
#sidebar ul.sidemenu li a:hover {
	background: #0F7ACC url(sidebullet.gif) no-repeat .25em .45em;	
	color: #FFF;			
}
#sidebar ul.sidemenu ul{
	margin-left: 15px;
}

#sidebar .sidebox {
	margin: 5px 15px 5px 0;
	padding: 0;
	background: url('images/sidebarsep.jpg') repeat-x left bottom;
}
#sidebar .sep{
	background: url('images/sidebarsep.jpg') repeat-x left bottom;
	height: 2px;
	margin: 0px 15px 10px 0;
	clear: both;
}

/* main 
#main {
	margin: 10px 20em 10px 0; 
	padding: 0;		
}*/
#main {
	margin: 10px 23em 10px 0; 
	padding: 0;		
}

#main h1 { 
	font: bold 2.8em 'Trebuchet MS', Arial, Sans-serif;
	color: #B1E100;
	letter-spacing: -2px;		
	padding-bottom: 0;	
}
#main h1 a {
	color: #B1E100;
	text-decoration: none;
}

/* footer */
#footer-wrap {
	clear: both;
	border-top: 5px solid #86CC15;
	text-align: left;
	padding: 1.6em 0;	
}
#footer-wrap a {
	text-decoration: none;
	color: #5B9CFF;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #E8F4FF;	
}
#footer-wrap p {
	padding: 10px 0;
}
#footer-wrap h2 {
	color: #E8F4FF;
	margin: 0;
	padding: 0 10px; 
	text-transform: none;
}

/* footer columns */
#footer-columns {
	color: #5B9CFF;
	margin: 0 auto; 
	padding: 0;	
	width: 90%;	
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
	background: url('images/footer-dots.jpg') repeat-x left top;	
}
#footer-columns li {
	background: url('images/footer-dots.jpg') repeat-x left bottom;		
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: .5em 0 .5em 1em;
	width: 96%;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #E8F4FF;	
	margin: 0 auto; 
	padding: 1em 0;
	text-align: center;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.white {	color: #E8F4FF; }

img.rssfeed {
	border: none; 
	padding: 0 0 5px 0;
	background: transparent;
}

.post-by {
	font-size: .95em;	
	padding-top: 0;
}

.date { 
	text-align: right; 
	background: #1E89DC;
	border: 1px solid #0065C6; 
	padding: 8px 10px;
	margin: 20px 15px 10px 15px;
	padding-left: 20px; margin: 0 3px 0 3px;
}

.date a.outlink { 
    color: #99FF00;
	text-decoration: underline;
}

/* sNews - default styles */
#breadcrumbs { float: left; margin: 10px 0 0 0; }

#search { float: right; }
	#search p { padding: 0; margin: 20px 12px 0 0; }

#rss { float: right; text-align: right; }
#rss li { float: left; margin: 0 0 0 10px; }

/*
fieldset { border: 1px solid #E4DF94; padding: 10px 8px; margin: 0 0 8px 0; background: #f5fce2; color: #000; }
input { padding: 1px; border: 1px solid #F5C66E; font-size: 11px; color: #616161;}
textarea { width: 97%; height: 20em; padding: 3px; color: #616161;}
*/

/* Comments and comment panel styles */
.comment { color: #4e1a1a; background: #e6eed2; padding: 10px; margin-bottom: 10px; border: 1px solid #C0C0C0; }
.commentsbox { color: #F2F9FF; padding: 10px; margin: 0 0 10px 0; }

/* indents icons in sitemap, archive & res_links_sm - this package only. */
.icon_indent { margin-left: 20px; }

/* For custom keyrocks' admin panels mod only */
.admpanel { border: 1px solid #ccc; padding: 10px 8px 10px 15px; margin: 0 0 8px 0; color: #FFF; }
.fieldset { border: 1px solid #ccc; padding: 20px 8px 20px 15px; margin: 0 0 8px 0; color: #FFF; }
legend { font: bold 16px arial; margin: 10px 0 0 0; }
input { padding: 3px; margin: 0; }
textarea { width: 90%; height: 20em; padding: 3px;}

/* span styles used in custom admin panels only */
.redtitle { font: bold 14px Arial; color: #ff0000; text-align: center; }
.bluetitle { font: bold 14px Arial; color: #0054bc; text-align: center; }
.admintitle { font: bold 16px Arial; color: #FEFDC8; text-align: center; }
.buttonmargin { margin-bottom: 10px; }
/* div classes to float images or inserted blocks with text-wrap in articles */
.floatright { position: relative; float: right; padding: 0 0 0 10px; border: none; }
.floatleft { position: relative; float: left; padding: 0 10px 0 0; border: none; }

/* Philmoz, Admin Links mod, May 23.07 */
.New_Admin_Links { font-size:85%; text-align:center; }

/* # mattonik's image links panel mod */
#thumb {position:relative; z-index:100; display: inline;}
#thumb a img {border:0;}
#thumb a.p1:hover {text-decoration:none; background-color:#8c97a3; color:#000;}
#thumb a .large {display:block; position:absolute; width:0; height:0; border:0; top:0; left:0;}
#thumb a.p1:hover .large {display:block; position:absolute; top:-35px; left:400px; width:100px; height:100px; border:1px solid #ccc;}

/* mattonik's internal links mod */
#InterneLinky {
padding: 0.3em;
border: 1px solid #ccc;
}

#ILclanky {
display: block;
width: 20em;
height: 20em;
overflow:auto;
float: left;
}

#ILsites {
display: block;
width: 40%;
height: 20em;
overflow:auto;
padding-left: 0.3em;
float: left;
border-left: 1px solid #ccc;
}

#ILcat {
display: block;
width: 20%;
height: 20em;
overflow:auto;
padding-left: 0.3em;
border-left: 1px solid #ccc;
}

/* Keyrocks - File Links Panel Mod */
#Filelinks_Panel {
padding: 0.3em;
border: 1px solid #ccc;
}
        .word_files {
	display: block;
	width: 45%;
	height: 20em;
	overflow:auto;
	float: left;
	}
        .pdf_files {
	display: block;
	width: 45%;
	height: 20em;
	overflow:auto;
	padding-left: 0.3em;
	border-left: 1px solid #ccc;
	}


/* REMOVES BORDERS FROM IMAGES */
img { border: none; }

.imgborder {
   border: 1px solid #616161;
   padding: 2px;
}
.important2 {
   width:5px;
   visibility:hidden;
}
.2left {
   text-align: left;
   padding: 0 0 8px -2px;
}

.2right {
   text-align: right;
}

.rssfeed a, .rssfeed a:hover, .rssfeed a:visited {
  color : #454545;
  display: none;
  text-align: justify;
}

.rssfeed br, .rssfeed img {
   display: none;

}

.clear
{
	clear: both;
}