/*************************
	Global Settings
**************************/
html,body			{color: #4D4D4D; font: 12px/18px 'Trebuchet MS'; background: #89bce5 url(/images/bg_body.gif) repeat top left; height: 100%; margin: 0; padding: 0;}
td,th,p				{color: #686868; font: 12px/18px 'Trebuchet MS';}

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

.clear-both			{clear: both; font-size: 0; width: 0; height: 0; line-height: 0;}
img, div { behavior: url(iepngfix.htc) } /* Fix for png transperency in IE */
 
/*************************
	Page Layout
**************************/
div#container {
		width: 100%;
		margin: auto;
		position: relative;
		height: auto !important;
		height: 100%;
		min-height: 100%;
		text-align:left;
		background: url(/images/bg_content.gif) repeat-y top center;
	}

div#base-head {
		width: 100%;
		text-align: left;
		margin: 0;
		padding: 0;
		
		height: 180px;
		background: url(/images/bg_top.gif) no-repeat top center;
	}
	/*position: relative;
		z-index: 0;*/
div#base-foot {
		width: 100%;
		text-align: left;
		
		bottom: 0;
		height: 85px;
		background: url(/images/bg_footer.gif) no-repeat bottom center;
	}
	/*position: absolute;*/
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: 1000px;
		margin: 0 auto;
	}
div#header-image {
		position: relative;
		top: 0;
		z-index: 1;
		margin: -4px 0 0 11px;
		padding: 0;
	}

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

div#header-search {
		width: 487px;
		position: absolute;
		top: 81px;
		margin: 0 0 0 307px;
		padding: 0;
		height: 49px;
		background: url(/images/bg_searchbox.gif) no-repeat top right;
	}
div#search-box {
		float: left;
		margin: 12px 0 0 22px;
	}
div#newslettersignup-box {
		margin: 0;
		padding: 40px 0 0 10px;
		width: 190px;
		height: 120px;
		background: url(/images/bg_newslettersignup.gif) no-repeat top left;
	}
div#search-box input, div#newslettersignup-box input {
		width: 250px;
		padding: 6px;
		margin: 0 10px 0 0;
		border: solid 1px #6A6A6A;
		background: #FFFFFF;
		font: 10px 'Verdana';
	}
div#newslettersignup-box input {
		width: 160px;
		margin: 0;
}


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

div#footer {
		margin: 0;
		padding: 0;
		height: 70px;
		color: #626262;
		font: 11px/70px 'Trebuchet MS';
		text-transform: uppercase;
		letter-spacing: 1px;
		text-align: center;
		background: url(/images/bg_footerbox.gif) no-repeat bottom center;
	}
div#footer a:link, div#footer a:visited	{color: #626262; text-decoration: none;}
div#footer a:active, div#footer a:hover	{color: #000000; text-decoration: underline;}



/*************************
	Content
**************************/
div#content_home {
		width: 970px;
		margin: 10px auto 0;
		padding: 0 0 90px 0;
		word-wrap: break-word;
		overflow: hidden;
	}
	
div#content {
		width: 990px;
		margin: 0 auto;
		padding: 0 0 90px 0;
		word-wrap: break-word;
		overflow: hidden;
	}
	
div#logo {
		position: absolute;
		top: 0;
		z-index: 1;
		margin: 0 0 0 -15px;
		padding: 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;
	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;
	text-transform: uppercase;
	}
h6, .h6 {
	margin: 0;
	padding: 0 0 5px 0;
	font: bold 12px/15px 'Trebuchet MS';
	color: #000000;
	text-transform: uppercase;
	}

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 */
div#subheader_container {
	position: relative;
	z-index: 1;
	width: 990px;
	height: 50px;
	margin: 0;
	background: url(/images/bg_header.gif) no-repeat top left;
}

#subheader_page {
	margin: 0;
	padding: 0;
	width: 290px;
	text-align: left;
}

#pagemenu {
	position: absolute; 
	top: -176px;
	z-index: 3;
	margin: 0 0 0 105px;
	padding: 0;
	width: 700px;
	height: 20px;
	color: #FFFFFF;
	text-align: center;
}

#column_home {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
}

#column_inside {
	float: right;
	margin: 0;
	padding: 0;
	width: 805px;
	text-align: left;
	background: url(/images/bg_contentinside.gif) repeat-y top left;
}

#column_insidetext {
	position: relative;
	z-index: 2;
	margin-top: 10px;
	padding: 0;
}
#column_insidetext_noheader {
	position: relative;
	z-index: 2;
	margin-top: 0;
	padding: 0;
}


#column_ad {
	position: absolute;
	top: 35px;
	margin-left: 797px;
	padding: 0;
	width: 193px;
	height: 88px
	text-align: left;
	background: url(/images/ad_box.gif) no-repeat top left;
}

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

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

.small {font: 11px/15px '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}

.nocolor:link {color: #000000; text-decoration: none;}
.nocolor:visited {color: #000000; text-decoration: none;}
.nocolor:active, .nocolor:hover {color: #000000; 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;}

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

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

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

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

.textpad0 {padding: 0 15px 0 5px;}
.textpad5 {padding: 0 10px;}
.textpad10 {padding: 0 15px;}


/* backend classes by programmer */
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;}

.formstyle1 label { position: absolute; text-align:right; width:130px; }
.formstyle1 input, .formstyle1 textarea{ margin-left: 140px; }
/*.formstyle1 check{margin-left: 0px; }
.formstyle1 label.check, label.radio { position:relative; text-align:left; }*/

.bronze {width:776px; background-color:#896221;}
.bronze-c {vertical-align:top; font-family:Arial; font-size:12px; color:#ffffff; line-height:15px;}
.bronze-msg {margin-left:11px; margin-top:11px; width:751px; border:1px solid #d0c19f; background-color:#997e53;}
.bronze-msg-c {vertical-align:middle; font-family:Arial; font-size:12px; color:#ffffff; line-height:15px; padding-top:21px; padding-bottom:21px; padding-left:64px;}
.bronze-msg2 {margin-left:11px; width:751px; border:1px solid #d0c19f; border-top:0px; background-color:#5c3e1b;}
.bronze-msg2-c {vertical-align:top;}
.bronze-list {margin-left:65px; margin-right:55px; margin-top:16px; margin-bottom:9px; }
.bronze-list-c {vertical-algin:top; font-family:Arial; font-size:12px; color:#ffffff; line-height:15px; font-weight:bold; padding-bottom:2px;}
.bronze-list-c2 {vertical-algin:bottom; font-family:Arial; font-size:12px; color:#ffffff; line-height:15px; text-align:left; border-bottom:1px solid #997e53; padding-bottom:7px; padding-top:5px;}
.bronze-list-c3 {vertical-algin:bottom; font-family:Arial; font-size:12px; color:#ffffff; line-height:15px; text-align:right; border-bottom:1px solid #997e53; padding-bottom:7px; padding-top:5px;}
.bronze-list2 {vertical-align:top; background:#371f09; border-top:1px solid #d0c19f; border-bottom:1px solid #d0c19f; width:100%; margin-bottom:9px;}
.bronze-list2-c {vertical-algin:middle; font-family:Arial; font-size:12px; color:#ffffff; line-height:15px; font-weight:bold; padding-bottom:5px; padding-top:5px; padding-left:65px;} 
.bronze-form {margin-left:11px; border:1px solid #d0c19f; border-top:0px; background:#997e53; width:751px;}
.bronze-form-c {vertical-align:middle; padding-left:65px; padding-right:9px; font-family:Arial; font-size:12px; color:#ffffff; line-height:15px; width:100px; padding-bottom:4px;}
.bronze-form-c2 {vertical-align:middle; padding-bottom:4px;}
.bronze-form-d {vertical-align:middle;  padding-left:18px; font-family:Arial; font-size:12px; color:#ffffff; line-height:15px; width:100px; padding-bottom:4px;}
.bronze-form-d2 {vertical-align:middle; padding-right:25px; padding-bottom:4px;}
.bronze-input {height:15px; font-family:Arial; font-size:12px; padding-left:3px; padding-right:3px;}
.bronze-input2 {font-family:Arial; font-size:12px; padding-left:3px;}
.bronze-form2 {margin-left:11px; border:1px solid #d0c19f; border-top:0px; background:#5c3e1b; width:751px; }
.bronze-form3 {margin-left:11px; border:1px solid #d0c19f; border-top:0px; background:#997e53; width:751px; margin-bottom:11px;}
.bronze-cond {width:721px; margin-left:11px; border:1px solid #d0c19f; background:#FFFFFF; padding:14px; height:131px; overflow:auto; font-family:Arial; font-size:12px; color:#000000; line-height:15px; margin-bottom:11px;}
.bronze-bottom {width:776px; background:url(../images/bronze-bottom.gif) no-repeat top left;}
