/*************************
	Global Settings
**************************/
html,body			{color: #000000; font: 12px/15px 'Trebuchet MS'; height: 100%; margin: 0; padding: 0; background: #E7CA8D url(../images/bg_body.gif) repeat top center;}
td,th,p				{color: #000000; font: 12px/15px 'Trebuchet MS';}

a:link				{color: #6f1a1a; font-style: bold; text-decoration: underline;}
a:visited			{color: #440b0b; font-style: bold; text-decoration: underline;}
a:active, a:hover	{color: #6f1a1a; font-style: bold; text-decoration: none;}

.clear-both			{clear: both; font-size: 0; width: 0; height: 0; line-height: 0;}



/*************************
	Page Layout
**************************/
div#container {
		width: 100%;
		margin: auto;
		position: relative;
		height: auto !important;
		height: 100%;
		min-height: 100%;
		background: url(../images/bg_content.png) repeat-y top center;
	}
div#base-head {
		width: 100%;
		text-align: left;
		margin: 0;
		padding: 0;
		position: relative;
		height: 340px;
		background: url(../images/bg_top.png) repeat-x top left;
		_background: transparent;
		_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_top.html', sizingMethod='scale');
		z-index: 0;
	}
div#base-foot {
		width: 100%;
		text-align: left;
		position: absolute;
		bottom: 0;
		height: 60px;
	}
div#base-body {
		width: 100%;
		text-align: left;
	}

	/**********/

div#base-head:after,
div#base-body:after,
div#base-foot:after {
		content: "";
		display: block;
		clear: both;
	}


/*************************
	Header / Footer
**************************/
div#header {
		width: 770px;
		margin: 0 auto;
	}
div#header-image {
		position: absolute;
		top: 0;
		margin-top: 35px;
		padding: 0;
		z-index: 1;
	}

	/**********/

div#header-search {
		width: 770px;
		position: absolute;
		top: 340px;
		margin: 0;
		padding: 0;
		height: 40px;
		background: url(../images/bg_search.png) repeat-x top left;
		_background: transparent;
		_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_search.html', sizingMethod='scale');
	}
div#search-box {
		float: right;
	}
	
div#search-box input {
		/*width: 150px;
		padding: 3px;*/
		margin: 0 0 0 10px;
		border: solid 1px #6A6A6A;
		background: #FFFFFF;
		font: 10px 'Verdana';
	}

	/**********/

div#footer {
		margin: 10px 0 0 0;
		padding: 0;
		color: #000000;
		font: 11px/15px 'Trebuchet MS';
		text-align: center;
	}
div#footer a:link, div#footer a:visited	{color: #000000; font-style: normal; text-decoration: none;}
div#footer a:active, div#footer a:hover	{color: #000000; font-style: normal; text-decoration: underline;}



/*************************
	Content
**************************/

div#testimonial_box a:link, div#testimonial_box a:visited, div#testimonial_box a:hover {color: #ffffff; font-style: bold; text-decoration: none;}

div#content_home, div#content {
		width: 740px;
		margin: 35px auto 0;
		padding: 0 15px 60px 15px;
		word-wrap: break-word;
		overflow: hidden;
	}
div#content {
		padding: 15px 15px 60px 15px;
	}
	
div#logo {
		position: absolute;
		top: 0;
		z-index: 1;
		margin: 4px 0 0 0;
		padding: 0;
		font: 18px/24px 'Trebuchet MS';
		color: #89a600;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	

/* basic elements */
h1, .h1 {
	margin: 0;
	padding: 0 0 5px 0;
	font: bold 18px/24px 'Trebuchet MS';
	color: #000000;
	text-transform: uppercase;
	}
h2, .h2 {
	margin: 0;
	padding: 0 0 5px 0;
	font: bold 18px/24px 'Trebuchet MS';
	color: #000000;
	}
h3, .h3 {
	margin: 0;
	padding: 0 0 5px 0;
	font: bold 16px/20px 'Trebuchet MS';
	color: #000000;
	text-transform: uppercase;
	}
h4, .h4 {
	margin: 0;
	padding: 0 0 5px 0;
	font: bold 16px/20px 'Trebuchet MS';
	color: #000000;
	}
h5, .h5 {
	margin: 0;
	padding: 0 0 5px 0;
	font: bold 14px/18px 'Trebuchet MS';
	color: #000000;
	}
h6, .h6 {
	margin: 0;
	padding: 0 0 5px 0;
	font: bold 13px/15px 'Trebuchet MS';
	color: #000000;
	}

ul {
	margin: 0 0 0 30px;
	padding: 0 0 5px 0;
	list-style: none;
}
ol {
	margin: 0 0 0 30px;
	padding: 0 0 5px 0;
	list-style: none;
}
li {
	margin: 0;
	padding: 2px 0 0 0;
	list-style: disc outside;
}
li ul {
	margin: 0 0 0 30px;
	padding: 0;
	list-style: none;
}
li li {
	list-style: lower-alpha outside;
}
ol li {
	list-style: decimal outside;
}


/* specific divs - inside pages */
#column_full {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
}

#column_text {
	float: left;
	margin: 0 0 0 0px;
	padding: 0;
	width: 550px;
	text-align: left;
}

#column_ad {
	float: right;
	margin: 0 0 0 0;
	padding: 0;
	width: 170px;
	text-align: left;
}

#box_ad {
	margin: 0 0 10px 0;
	padding: 0;
}


/* basic classes */
.red {color: #6f1a1a;}
.black {color: #000000;}
.white {color: #FFFFFF;}

.small {font: 11px/13px 'Trebuchet MS';}

.hrdash {width: 100%; margin: 15px 0px; border-bottom: dashed 1px #D5D5D5;}

.noline:link {text-decoration: none}
.noline:visited {text-decoration: none}
.noline:active, .noline:hover {text-decoration: underline}

.white:link {color: #FFFFFF; text-decoration: none;}
.white:visited {color: #FFFFFF; text-decoration: none;}
.white:active, .white:hover {color: #FFFFFF; text-decoration: underline;}

.nocolor:link {color: #000000; text-decoration: none; font-style: normal;}
.nocolor:visited {color: #000000; text-decoration: none; font-style: normal;}
.nocolor:active, .nocolor:hover {color: #000000; text-decoration: underline; font-style: normal;}

.note {font: 11px 'Trebuchet MS'; color: #333333; font-style: italic;}


/* backend classes */
input {background-color: white;}

#linkremove{display:inline;}
#linkremove a{font-family: Verdana; color: red; font-size: .8em;}
#linkremove a:hover{background-color: red; font-family: Verdana; color:white; font-size: .8em;}
#linkedit{display: inline;}
#linkedit a{font-family: Verdana; color: blue; font-size: .8em;}
#linkedit a:hover{background-color: blue; font-family: Verdana; color: white; font-size: .8em;}

#viewfileheader {font-size: 1.3em; color: #424242; background-color: #F2F2F2; padding: 3px; font-weight:bold;}

#filename {font-size: .9em; color: #424242;}
#description {font-size: .9em; color: #424242;}

#y1 {background-color: #F2F2F2;}
#y2 {background-color: #FFFFFF;}
#resourcehead {background-color: #F2F2F2;}
#resourceicon {padding:10px;
  border-left-style: dotted;
  border-left-color: grey;
  border-left-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: grey;
  border-bottom-width: 1px; }

#resourcetitle {padding:10px;
  border-bottom-style: dotted;
  border-bottom-color: grey;
  border-bottom-width: 1px; }

#resourcedesc {padding:10px;
  border-left-style: dotted;
  border-left-color: grey;
  border-left-width: 1px;
  border-right-style: dotted;
  border-right-color: grey;
  border-right-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: grey;
  border-bottom-width: 1px; }
  
#blogtitle, .blogtitle {font-weight: bold; font-size: 1.1em; text-transform: uppercase;}
#blogtime, .blogtime {font-size: 11px; color: #333333;}

#blogitem a{font-size: 10px; color: #C01E71; text-decoration: none;}
#blogitem a:hover{font-size: 10px; color: #C01E71; text-decoration: underline;}




































































































































































































