﻿/****************************** RESET ********************************/

html, div, span, applet, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, 
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
:focus {
	outline: 0;
}
ul {
	list-style: none;
}
td {
	vertical-align:top;
	font-size:17px;
}
iframe {
	border: 1px solid #C0C0C0;
}

li {
	padding: 0px 0px 6px 0px;
	
}

/****************************** CLASSES ********************************/

body  {
	background-position: top;
	background-color: #F2F2E8;
	font-size: 17px;
	font-family: Georgia, Serif;
	color: #333333;
	font-style: normal;
	background-image: url('images/back.jpg');
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
h1 {
	color:maroon;
	font-family: Georgia, Serif;
	font-size: 20px;
	font-weight: normal;
	padding: 0px 0px 15px 0px;
}
h2 {
	color:maroon;
	font-family: Georgia, Serif;
	font-size: 18px;
	line-height:16px;
	font-weight: normal;
	font-style:normal;
	padding-bottom: 15px;
}
.title {
	color: #106625;
	font-size: 16px;
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.align_left {
	text-align: left;
}
.align_middle {
	text-align: center;
}
.align_right {
	text-align: right;
}
.sidecell {
	font-size: 13px;
	font-style: italic;
	padding: 12px;
	background-image: url('images/sideback.jpg');
	background-repeat: no-repeat;
}
.float_right {
	float: right;
	margin: 0px 0px 0px 15px;
}
.float_left {
	float:left;
	margin: 5px 20px 5px 0px;
}
.picshow {
	padding: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC #999999 #999999 #CCCCCC;
	background-color: #FFFFFF;
}
.image_middle {
	vertical-align: middle;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

.col-1, .col-2, .col-3 { float:left;}

.fleft { 
	float:left;
}
.fright {
	float:right;
}
/************************** LAYOUT ******************************/

#header {
	margin: 15px auto 0px auto;
	width: 930px;
	height: 250px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
}
#flash {
	width: 896px;
	height: 235px;
	position: relative;
	top: 15px;
	left: 21px;
}
#menu {
	margin: 0px auto 0px auto;
	width: 930px;
	height: 40px;
	background-image: url('images/menu.jpg');
	background-repeat:no-repeat;
}
#container {
	margin: 0px auto 0px auto;
	width: 930px;
	background-image: url('images/paper.jpg');
	background-repeat: repeat-y;
}
.content {
	float: left;
	width: 860px;
	margin: 20px 0px 15px 40px;
	_margin: 10px 0px 0px 14px;
	line-height: 19px;
	position: 860;
}
#sidebar {
	float: left;
	width: 210px;
	line-height: 16px;
	margin: 20px 0px 0px 20px;
	_margin: 10px 0px 0px 7px;
}
#right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left;
	width: 618px;
	background-image: url('images/paper.jpg');
	background-repeat: no-repeat;
	margin-left: 5px;
	margin-top: 11px;
}
#footer {
	background-position: 0px top;
	margin: 0px auto 0px auto;
	text-align: center;
	width: 930px;
	height: 100px;
	line-height: 124px;
	font-family: "Courier New", Courier, monospace, sans-serif;
	font-size: 12px;
	color:#E6D7BA;
	background-image: url('images/footer.jpg');
	background-repeat: no-repeat;
}


/******************** TOP MENU **********************/

#topmenu {
	float:left;
    width:100%;
    line-height:22px;
	}
	#topmenu ul {
		margin:0;
		padding:0px 0px 0px 25px;
		list-style:none;
		max-width: 850px;
		}
		#topmenu ul li {
			float: left;
			text-align: center;
			overflow: hidden;
			margin-left: 5px;
			}
			#topmenu ul li a {
				display: block;
				padding: 8px 40px 0px 40px;
				font-family: "Courier New", Courier, monospace, sans-serif;
				font-size: 18px;
				font-weight: bold;
				color: #444444;
			}
			#topmenu ul li a:hover {
				color:maroon;
			}
			#topmenu ul li#current {
				background: url(images/right_cur.gif) right top no-repeat;
			}
			#topmenu ul li#current a {
				background: url(images/left_cur.gif) left top no-repeat;
				padding-bottom: 8px;
				color:#000000;
			}
			
			
/******************** SIDE MENU **********************/

#sidemenu {
	width:184px;

}

#sidemenu ul {
	margin: 0;
	padding: 0;
}

#sidemenu a {
	padding:0px 0px 0px 33px;
	margin-top:5px;
	height:38px;
	line-height:36px;
	font-size:14px;
	display: block;
	text-decoration: none;
	color: #222222;
	background-image: url('images/button_off.gif');
	background-repeat: no-repeat;

}

#sidemenu a.current {
	color: #ffffff;
	cursor: default;
	background-image:url('images/selsidebar.gif');
	background-repeat:no-repeat;
}

#sidemenu a:hover {
	color:#AD4A2B;
}

/***************************** Hovering **********************************/

a:link {color: #8d3b26; text-decoration:none}
a:visited {color: #8d3b26; text-decoration:none}
a:active  {color: #8d3b26; text-decoration:none}
a:hover  {color: #000000; text-decoration:none}
/****************************** Mail Form***************************** */

form.ddfm h1,
form.ddfm h2 {
	color: #606060;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	color: #606060;
}

form.ddfm .fmcheck p, 
form.ddfm .fmradio p,
form.ddfm textarea, 
form.ddfm .fmfullblock, 
form.ddfm .fmhalfblock, 
form.ddfm .fmselect, 
form.ddfm input.fmtext,
form.ddfm input.fmdate,
form.ddfm input.fmverify,
form.ddfm textarea.fmtextwide,
form.ddfm .submit,
form.ddfm .credits {
	color: #404040;
}

form.ddfm .required {
	color: #FF0000;
}

.ddfmerrors {
	color: #FF0000;
}

/* TEXT CSS */

.ddfmwrap {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}

form.ddfm h1,
form.ddfm h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
}


form.ddfm h1 {
	font-size: 140%;
}

form.ddfm h2 {
	font-size: 115%;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	font-size: 100%;
	font-weight: bold;
}

form.ddfm .credits {
	font-size: 90%;
}

form.ddfm legend {
	font-size: 110%;
}

.ddfmerrors {
	font-weight: bold;
}




/* STRUCTURE CSS */

.ddfmwrap {
	margin: 20px auto 15px auto;
	width: 780px;
}

.ddfmwrap p.fieldwrap {
	padding: 1px;
	margin: 1px;
	clear: left;
}

form.ddfm {
	text-align: left;
	padding: 0px;
	width: 800px; 
}

form.ddfm fieldset {
	padding: 0 10px 2px 10px;
	margin: 0 0 13px 0;
	display: block;
}

form.ddfm legend {
	padding: 0 6px 0 6px;
	margin: 0 0 0 10px;	 
}

form.ddfm label {
	display: block; 
	float: left; 
	width: 15%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  
}

form.ddfm label.fmtextlblwide {
	display: block;  
	float: left; 
	text-align: left;
	margin: 0 10px 0 1px; 
	padding-bottom: 8px; 
	width: 100%;
}

form.ddfm select.fmselect {
	float: left; 
	display: block;
	width: 65%; 
	margin-bottom: 15px;  
	padding: 3px; 
}

form.ddfm .fmcheck {
	width: 65%; 
	float: left;
	display: block;  
	margin-bottom: 15px;
}

form.ddfm .fmchecklabel {
	display: inline; 
	float: none; 
	clear: none; 
	text-align: left; 
	margin: 0; 
	padding: 0;
}

form.ddfm .fmradio {
	width: 65%;
	float: left;
	display: block;
	margin-bottom: 15px;
}

form.ddfm .fmradiolabel {
	display: inline; 
	float: none; 
	clear: none; 
	text-align: left; 
	margin: 0; 
	padding: 0;
}

form.ddfm .fmcheck p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm .fmradio p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm textarea {
	float: left; 
	position: relative;
	width: 65%;
	margin-bottom: 15px;
	padding: 3px;
}


/*
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  */

form.ddfm .fmfullblock {
	padding-left: 0px;
	float: left; 
	width: 100%;
	margin-bottom: 13px;
	display: block;
}

form.ddfm .fmhalfblock {
	width: 65%;
	padding-left: 29%;
	margin-bottom: 13px;
	float: left; 
	display: block;
}

form.ddfm input.fmverify {
	float: left; 
	width: 35%;
	margin-bottom: 15px; 
	padding: 3px;
	position: relative;
	display: block;
}

form.ddfm img {
	margin: 1px 0 0 10px; 
    float: left;
}

form.ddfm input.fmfile,
form.ddfm input.fmtext {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
}

form.ddfm input.fmdate {
	float: left; 
	display: block;
	width: 35%;
	margin-bottom: 15px;  
	padding: 3px;
}

form.ddfm textarea.fmtextwide {
	display: block;
	float: left;
	width: 93%;
	margin-right: 2px;
	margin-bottom: 15px; 
	padding: 3px;
}

form.ddfm .credits {
	text-align: right;
	margin-top: 7px;
	width: 0%;
}

form.ddfm .submit {
	text-align: right;
	clear: both; 
	width: 83%;
}

.ddfmwrap .ddfmerrors {
	display: block; 
	float: left; 
	width: 27%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
}

.ddfmwrap .errorlist {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
	text-align: left;
}

.ddfmwrap .recaptcha {
	width: 100%;
	text-align: right;
	clear: both; 
	height: 120px;
	margin-right: 7px;
	padding-bottom: 10px;
}

.ddfmwrap .recaptcha-inner {
	float: right;
	margin-right: 3px;
}


/* DATE SELECTION */

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #404040;
	background-color: #F4F4F4;
	border: 1px solid #999999;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered 
over) */
.dpTDHover {
	background-color: #888888;
	border: 1px solid #888888;
	cursor: pointer;
	color: #000000;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #C0C0C0;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: #555555;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #666666;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #DDDDDD;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #DDDDDD;
	font-weight: bold;
	}


