/* CSS Document */

/*<![CDATA[*/

/* 'Conditional Elastic' */
/* margin: top  right  bottom  left */
* {
	margin: 0;
	padding: 0;
	}
	
body {
	font-size: 90%;
	font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	background-image:url(images/topbkg.jpg); background-position:top; background-repeat:repeat-x;
	}
h1{
	font-size:1.4em;
	margin: 10px 25px 5px 25px;
	font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color:#663300;
	}
h2 {
	font-size:1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	padding:25px;
	}	
h3 {
	font-size:1.1em;
/*	margin: 0 25px 5px 25px; */
	margin: 10px 25px 5px 25px; 
	font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color:#663300;	
	}
p {
	margin:10px 25px 10px 25px;	
	}	
blockquote{
	margin:auto 40px auto 40px;	
	}	
.txtpad{
	margin:auto 25px auto 25px;
	}	

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

	
/**************************** BEGIN LAYOUT STYLES **************************/
#pageWrap {
	width: 1024px;
	margin: 0px auto 0px auto;
	padding:0;
	}
	* html #pageWrap {
		overflow: visible;
		}
		
/* BEGIN HEADER COLUMNS  */		
#fulldim {
	width: 100%;
	text-align: center;
	height:450px;
	}
	
#header {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:60px;
	min-height:60px; 
	max-height:60px;
	
	text-align:center;
	margin:0;
	z-index:100;
	}
		
#subContent {
	float: left;
	margin-top:265px;
	width: 160px;
	display: table;
	table-layout:fixed;
	overflow:hidden;
	}

#content {
	float: right;
	margin: 0 0 -1px 0;
	}
	#mainContent {
		float: left;
		margin:0;
		width:700px;
		background-image:url(images/brdr.jpg); background-repeat:repeat-y;
		}
	#altContent {
		float: right;
		width: 160px;
		margin: 265px -1px 0 -1px;
		overflow:hidden;
      		font-size:.9em; 
		text-align:center;
		}

.result {
	clear:both; 
	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;
	color:#000000;
	cursor:pointer;
	text-align: center;
	font-weight: bold;
	}	
	.btn:hover{
		color:#663300;
		background-repeat:repeat-x;
		}			
input{
	line-height:1.3em;
	font-size:.9em;
	}
		
label {
	clear:both;
	float: left;
	width: 280px;
	text-align: right;
	margin-right:5px;
	line-height:1.3em;
}

.formerror {
	border: 1px solid red;
	background-color : #FFCCCC;
	width: 80%;
	margin: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:#000000;
	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 */


#menu {
/*	width:160px; */
	width:160px;
	height:100%;
	margin:auto;
	list-style-type: none;
	color:#000000;
	font-size:.9em;
	line-height:1.3em;
	padding-top:20px;
	z-index:50;
	}
	#menu dt {
		cursor: pointer;
		margin: 2px auto 4px auto;
		padding:2px auto auto auto;
		text-align: center;
		font-weight: bold;
		font-size:1.2em;
		background-image: url(images/bar1.jpg);
		background-repeat:no-repeat;
		width:200px;
		height:20px;
		text-align:left;
		}
		#menu dt a {
			color: #000000;
			text-decoration: none;
			display: block;
			border: 0 none;
			}
		#menu dt a:hover {
			color: #663300;
			}	
	#menu dd {
		margin:-4px auto 4px auto;
		width:180px;
		list-style-type:none;
		color:#000000;
		}
	#menu ul{
		margin:0;
		padding:0;
		width:100%;
		}		
	#menu li {
		list-style-type:none;
		text-align: left;
		background: #FFFFFF;
		margin: auto;
		}
		#menu li a  {
			color: #000;
			text-decoration: none;
			display: block;
			}		
		#menu li a:hover {
			color:#663300;
			}

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

/* --> */
