/* CSS Document */

/*<![CDATA[*/

/* 'Conditional Elastic' */
/* margin: top  right  bottom  left */
* {
	margin: 0;
	padding: 0;
	}
	
body {
	font-size: 78%;
	font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
	background-color:#ebe8d4;
	}
h1{
	font-size:1.2em;
	margin: 10px 15px 5px 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#006600;
	}
h2 {
	font-size:1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	padding:15px;
	}	
h3 {
	font-size:1.1em;
	margin: 0 15px 5px 15px;
	color:#333333;
	}
p {
	margin:15px;	
	}	
blockquote{
	margin:auto 40px auto 40px;	
	}	
.txtpad{
	margin:auto 15px auto 15px;
	}	

.caption{
	font-size:.8em;
	font-weight:normal; 
	font-style:italic;
	}
a img{
	border: 0 none;
	cursor:pointer;
	}
	

	
/**************************** BEGIN LAYOUT STYLES **************************/
#pageWrap {
	min-width: 800px;
	max-width: 1024px;
	margin: 0px auto 10px auto;
	padding:0;
	background-image:url(images/btmbkg.jpg); background-position:bottom; background-repeat:repeat-x;
	border:solid 2px #ededed;
	}
	* html #pageWrap {
		overflow: visible;
		}
		
/* BEGIN HEADER COLUMNS  */		
#fulldim {
	width: 100%;
	text-align: center;
	background-image:url(images/topbkg.jpg); background-position:top; background-repeat:repeat-x;
	height:450px;
	}
	
#header {
	height:60px;
	min-height:60px; 
	max-height:60px;
	margin:0;
	}
		
#subContent {
	float: left;
	width: 20.5%;
	display: table;
	table-layout:fixed;
	overflow:hidden;
	}

#content {
	float: right;
	width: 78%;
	margin: 0 0 -1px 0;
	}
	#mainContent {
		float: left;
		width: 64%;
		margin:0;
		overflow:hidden;
		}
	#navContent {
		float: left;
		width: 35%;
		margin: 0 -1px 0 -1px;
		overflow:hidden;
		text-align:center;
		}

.result {
	clear:both; 
	width:500px; 
	margin:auto;
	text-align:center;
	}
/*BEGIN FORM STYLES*/
form {
	table-layout:fixed;
	text-align:left;
	width:500px;
	}	
table {
	font-size:.9em;
	}
.answer {
	font-size:.9em;
	line-height:1.2em;
	}
form p {
	margin:5px;
	}

.btn{
	font-size: 1.1em;
	background-image:url(images/bar1.jpg);
	background-repeat:repeat-x;
	background-color:310606;
	color:#FFFFFF;
	cursor:pointer;
	text-align: center;
	font-weight: bold;
	}	
	.btn:hover{
		color:#FFFFCC;
		background-image:url(images/bar2.jpg);
		background-repeat:repeat-x;
		}			
input{
	line-height:1.3em;
	font-size:.9em;
	}
		
label {
	clear:both;
	float: left;
	width: 230px;
	text-align: right;
	margin-right:5px;
	line-height:1.3em;
}

.formerror {
	border: 1px solid red;
	background-color : #FFCCCC;
	width: auto;
	padding: 5px 0;
	text-align:left;
	font-size:.9em;
	font-weight:bold;
	}

.formerror li{
	text-indent:100px;
	}

.formsuccess {
	border: 1px solid green;
	background-color : #66DD66;
	width: auto;
	padding: 5px 0;
	}

.errortext {
  clear:both;
  padding-left:25px;
  font: bold smaller sans-serif;
}
/* END FORM STYLES */
	
/* BEGIN FOOTER */
#footer {
	clear: both;
	width: 100%;
	font-size:.9em;
	text-align:center;
	margin:auto;
	color:#FFFFFF;
	height:30px;
	}
	#footer p{
		margin:0;
		}
.txtbox{
	width:200px;
	}		
/**************************** END LAYOUT STYLES **************************/




/******************** BEGIN VERTICAL SLIDING-EXPANDING LIST *******************/
/* this section works in conjunction with a small javascript 
It will degrade gracefully so that browsers without java enabled, or without a style sheet will see a list view */

#menubtm { 
	float:right;
	text-align:right;    	
	z-index:90;
	margin-top:-100px;
	margin-right:-5px;
	vertical-align:bottom;
 }

#menu {
	width:180px;
	height:525px;
	margin:7px auto auto auto;
	list-style-type: none;
	background-image:url(images/window.jpg);
	background-repeat:no-repeat;
	font-size:.9em;
	line-height:1.3em;
	padding-top:20px;
	z-index:50;
	}
	#menu dt {
		cursor: pointer;
		margin: 2px auto 4px auto;
		padding-top:2px;
		text-align: center;
		font-weight: bold;
		font-size:1.2em;
		background-image: url(images/bar1.jpg);
		background-repeat:repeat-x;
		width:134px;
		height:19px;
		}
		#menu dt a {
			color: #FFF;
			text-decoration: none;
			display: block;
			border: 0 none;
			}
		#menu dt a:hover {
			color: FFC;
			background-image: url(images/bar2.jpg);
			background-repeat:repeat-x;
			}	
	#menu dd {
		margin:-4px auto 4px auto;
		border: 1px solid #310606;
		background-color:#FFFFFF;
		width:134px;
		list-style-type:none;
		}
	#menu ul{
		margin:0;
		padding:0;
		width:100%;
		}		
	#menu li {
		list-style-type:none;
		text-align: center;
		background: #fffff;
		margin: auto;
		}
		#menu li a  {
			color: #000;
			text-decoration: none;
			display: block;
			border-bottom: 1px solid #310606;
			}		
		#menu li a:hover {
			background:#FFC;
			}

/******************** END VERTICAL SLIDING-EXPANDING LIST *******************/

/* --> */