/*************************
	Global Settings
**************************/
html,body			{color: #4B4B4B; font: 12px/15px 'Trebuchet MS'; background-color: #FFFFFF; height: 100%; margin: 0; padding: 0;}
td,th,p				{color: #4B4B4B; font: 12px/15px 'Trebuchet MS';}

a:link				{color: #ff6b2b; font-style: normal; text-decoration: none;}
a:visited			{color: #9f0807; font-style: normal; text-decoration: none;}
a:active, a:hover	{color: #ff6b2b; font-style: normal; text-decoration: underline;}

.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%;
	}
div#base-head {
		width: 100%;
		text-align: left;
		margin: 0;
		padding: 0;
		position: relative;
		height: 375px;
		background: url(../images/bg_top.gif) repeat-x top left;
		z-index: 0;
	}
div#base-foot {
		width: 100%;
		text-align: left;
		position: absolute;
		bottom: 0;
		height: 70px;
	}
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: 50px;
		padding: 0;
		z-index: 1;
	}

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

div#footer-search {
		margin-top: -20px;
	}
div#search-box {
		float: right;
	}
div#search-box input {
		width: 300px;
		padding: 3px;
		margin: 0 5px 0 0;
		border: solid 1px #6A6A6A;
		background: #fffeae;
		font: 10px 'Verdana';
	}

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

div#footer {
		width: 770px;
		margin: 10px auto;
		padding: 10px 0 20px 0;
		color: #4B4B4B;
		font: 12px/12px 'Trebuchet MS';
		border-top: solid 1px black;
	}
div#footer a:link, div#footer a:visited	{color: #4B4B4B; text-decoration: none;}
div#footer a:active, div#footer a:hover	{color: #000000; text-decoration: underline;}



/*************************
	Content
**************************/
div#content {
		width: 770px;
		margin: 0 auto;
		padding: 5px 0 80px 0;
		word-wrap: break-word;
		overflow: hidden;
	}
	
div#logo {
		position: absolute;
		top: 0;
		z-index: 1;
		margin: 5px 0 0 0;
		padding: 0;
		font: 18px/24px 'Trebuchet MS';
		color: #ff6b2b;
		text-transform: uppercase;
		letter-spacing: 1px;
		width: 770px;
	}
	
div#tagline {
	float: right;
	margin: -25px 0 0 0;
	padding: 0;
	font: 16px/16px 'Trebuchet MS';
	color: #565252;
	text-transform: none;
	letter-spacing: 0;
}
	

/* 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;
	}
h4, .h4 {
	margin: 0;
	padding: 0 0 5px 0;
	font: bold 14px/18px 'Trebuchet MS';
	color: #000000;
	}
h5, .h5 {
	margin: 0;
	padding: 0 0 5px 0;
	font: bold 13px/16px 'Trebuchet MS';
	color: #000000;
	}
h6, .h6 {
	margin: 0;
	padding: 0 0 5px 0;
	font: bold 12px/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 - homepage
#home_left {
	float: left;
	width: 460px;
	text-align: left;
}

#home_right {
	float: right;
	width: 270px;
	text-align: left;
	background: url(../images/box_bg.gif) repeat-y top left;
}

#box {
	margin: 0 0 0 25px;
	padding: 10px 0;
	width: 235px;
}

#box_text {
	padding: 5px 20px 0 0;
}
 */

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

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

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

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


/* basic classes */
.red {color: #9f0807;}
.orange {color: #ff6b2b;}
.black {color: #000000;}

.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: }

.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: #999999; 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: #999999;}

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