html { min-height: 100%; }

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: small;
	height: 100%;
	margin: 0 auto 0 auto;
	text-align: center;
	background-color: #f3f1e5;
	color: #333;
	}
	
#container {
	min-height: 100%;
	height: 100%;
	}

a {
	color: #7b2512;
	text-decoration: none;
	border-bottom:  1px dotted;
	}
	
a:hover {
	background: #f3f1e5;
	color: #333;
	}
	
a img { border: none; }

p { }

.float-left { float: left; margin: 0 5px 0 0; }

#announcement {
	font-size: .9em;
	margin: 0;
	padding: 5px 0 5px 0;
	width: 100%;
	background: url(../images/announcement_bg_pattern.gif) repeat;
	color: #eee;
	border-bottom: 3px solid #d4d8bd;
	}
	
	#announcement p, #footer p { margin: 0; }
	#announcement p a { color: #f3f1e5; }
	#announcement p a:hover { background: #f3f1e5; color: #333; }
	
	#contact-form {
		padding: 20px 0 0 0;
		margin: 0 auto 0 auto;
		width: 500px;
		}
		
	#contact-form .form {
		float: left;
		text-align: left;
		width: 250px;
		}
		
		#contact-form .form p { margin: 0 0 10px 0; }
		
		
		form#cForm {
			width: 225px;
			text-align: left;
			margin: 0 0 10px 275px;
			}
			
			form#cForm input[type=text], form#cForm textarea { width: 200px; }
			form#cForm textarea.comments { height: 50px; }
		
		form label {
			}		
			
		fieldset { border: none; }
		
		input, textarea {
			font-family: verdana;
			font-size: 1em;
			color: #666;
			background-color: #f5f5f5;
			border-top: 1px solid #999;
			border-left: 1px solid #999;
			border-right: 1px solid #666;
			border-bottom: 1px solid #666;
			padding: 3px;
			margin: 0 0 5px 0;
			}
			
			input:hover, input:focus, textarea:hover, textarea:focus {
				color: #000;
				background-color: #fff;
				border-top: 1px solid #666;
				border-left: 1px solid #666;
				border-right: 1px solid #000;
				border-bottom: 1px solid #000;
				}
			
			textarea { }
			
		input.submit {
			font-family: Verdana, Helvetica, Arial, sans-serif;
			font-weight: bold;
			font-size: .8em;
			width: 75px;
			border: 3px double #999999;
			border-top-color: #CCCCCC;
			border-left-color: #CCCCCC;
			padding: 0.15em;
			background-color: #EEE;
			color: #333333;
			margin: 0 0 6px 0;
			}
				
				input.submit:active {
					background-color: #999;
					border: 3px double #eee;
					border-top-color: #666;
					border-bottom-color: #666;
					}
			
			label.cc { font-size: .85em; margin: 0 0 0 2px; display: none; }
			input#selfCC { }
			input.submit { }
			span.loadBar { }
					
			.close-button {
				width: 45px;
				height: 21px;
				margin:  0 auto -8px auto;
				padding: 5px 0 0 0;
				background: url(../images/close_bg.gif) no-repeat center;
				}
				
				.close-button a { color: #000; }
	
#content {
	height: 100%;
	width: 100%;
	background: url(../images/content_bg.gif) repeat-x;
	}
	
#two-column {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 800px;
	}
	
.left-column {
	float: left;
	text-align: center;
	margin: 0 0 20px 0;
	width: 250px;
	}
	
	.left-column img { margin: 0; }
	
	.left-column h1 { font-size: 1.8em; margin: 0 0 5px 0; padding: 0; }
	.left-column h2 { font-size: 1.1em; border-top: 1px solid #d4d8bd; margin: 0; padding: 5px 0 0 0; }
	
	ul.navigation {
		text-align: right;
		list-style-type: none;
		margin: 10px 25px 0 0;
		}
		
		ul.navigation a { color: #721700; text-decoration: none; border-bottom: 1px dotted #721700;}
		ul.navigation a:hover { border-bottom: 1px dotted #704034; }
		ul.navigation a.active { }
		
		ul.navigation li {
			font-weight: bold;
			padding: 0 0 5px 0;
			}
	
.right-column {
	padding: 0 20px 20px 20px;
	margin: 0 0 0 275px;
	width: 525px;
	text-align: justify;
	}
	
	.tab-nav { 
		margin: 0 0 40px 330px;
		width: 205px;
		}
		
		.tab-nav ul {
		  margin: 0;
		  padding: 0 0 10px 0;
		  list-style: none;
		  }
		.tab-nav li {
		  float: left;
		  background: url(../images/nav_left.gif) no-repeat left top;
		  margin: 0;
		  padding: 0 0 0 9px;
		  }
		
		.tab-nav a {
		  float: left;
		  display: block;
		  background: url(../images/nav_right.gif) no-repeat right top;
		  padding: 5px 15px 4px 6px;
		  text-decoration: none;
		  border: none;
		  font-size: .8em;
		  color: #f3f1e5;
		  }
		
		/* Commented Backslash Hack
		   hides rule from IE5-Mac \*/
	 	.tab-nav a { float:none; }
		/* End IE5-Mac hack */
		.tab-nav a:hover {	
		  color: #cfd0b3;
		  background: url(../images/nav_right.gif) no-repeat right top;
		  }
		.tab-nav #current {
		  background-image: url(../images/nav_left_on.gif);
		  }
		.tab-nav #current a {
		  background-image: url(../images/nav_right_on.gif);
		  padding-bottom:5px;
		  }
	
	.right-content p { margin: 0 0 10px 0; }
			
		.tell-me-more-signup {
			width: 385px;
			height: 88px;
			background: url(../images/newsletter-signup.gif) no-repeat;
			margin: 25px auto;
			padding: 3px 20px 0 20px;
			}
	
			.tell-me-more-signup p {
				font-size: 1.2em;
				font-weight: bold;
				margin: 0;
				padding: 0;
				}
				
				.tell-me-more-signup p span { color: #666; font-size: .7em; font-weight: normal; }
				
				.tell-me-more-signup p#thanks {
					font-size: .9em;
					font-weight: normal;
					margin: 0 15px 0 0;
					padding: 0;
					background-color: #d9d7c4; /*--set bg color for fade everything javascript--*/
					}
					
					img.icon { float: left; margin: 0 2px 0 0; }
					
			#signup-form { margin: 5px 0 0 0; }
	
			form.signup {
				font-size: .9em;
				margin: 0;
				}
				
				.signup input.submit { font-size: .9em; }

h3 {
	text-align:  right;
	font-size: 1.3em;
	font-variant: small-caps;
	color: #721200;
	margin: 0 0 5px 0;
	padding: 0 0 2px 4px;
	border-bottom: 2px dotted #d4d8bd;
	}
	
h4 {
	font-size: 1em;
	color: #7c2818;
	margin: 0;
	padding: 0 0 2px 0;
	border-bottom: 2px dotted #d4d8bd;
	}
	
ul {
	list-style-type: disc;
	}
	
ul li {
	margin: 0 0 5px 30px;
	}
	
#footer {
	width: 100%;
	position: relative;
	margin: 0;
	}
	
	#crossfade-container {
		margin: 0 auto;
		width: 800px;
		text-align: left;
		}

	.fade-box {
		position: absolute;
		bottom: 0;
		font-size: .9em;
		font-weight: bold;
		line-height: 1.4em;
		color: #721700;
		width: 525px;
		height: 68px;
		padding: 0;
		margin: 0 0 30px 15%;
		background: url(../images/fade_box_bg.gif) no-repeat;
		}

		.fade-box p { padding: 10px 10px 0 10px; }
		.fade-box p.center { text-align: center; }
	
#bottom {
	position: relative;
	font-size: .8em;
	margin: 0;
	padding: 5px 0 5px 0;
	width: 100%;
	background: url(../images/announcement_bg_pattern.gif) repeat;
	color: #eee;
	border-top: 3px solid #d4d8bd;
	}
	
	#bottom p a { color: #f3f1e5; }
	
	#bottom .return-to-top { margin: 0 15px 0 0; }