@charset "utf-8";
/* CSS Document */

/*
	Purpose: 
		This file addresses issues that ONLY pertain to design2.html
 */
 
 
/* ---- BOTTOM RIGHT LINK BANK ---- */ 
#bottom_logo a:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FF9933;
	padding: 0px;
}

#bottom_logo a:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FF9933;
	padding: 5px;
}

#bottom_logo img
{
	padding: 0;
	margin:  0px;
}

/* ---- CONTENT where most of the website content will be placed ---- */
#content
{
	clear: left;;
	width: 700px;
	margin-left: 300px;
	top: -50px;

	position: relative;
}

/* ---- .contentBox: A page element that is a general box for page content ---- */
.contentBox
{
	width: 700px;
}

.contentBox h1,h2,h3,h4,h5
{
	border-bottom: 1px dashed #669966;	
	margin-top: 0;
	margin-bottom: 0;
	color: #FF9933;
	
	font-family: Georgia, "Times New Roman", Times, serif;
}

.contentBox P
{
	border: 1px dashed #669966;
	text-align: justify;
	margin-top: .3em;
	padding: .3em;
	height: 300px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 1.5em;
	
	background-color: #669933;
}

.contentBox P .floater
{
	float: left;
	padding: 5px;	
}

/* ----- .contentBox #contactForm: Where the user can contact ------*/
#contactForm
{
	width: 400px;
	padding: 2px;
	margin: 0;
	visibility: hidden;
	display: none;
}

#contactForm P
{
	border: 6px solid #669966;
}

#contactForm FORM
{

}

#contactForm FORM table td
{
	background-color: #669933;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
}

/* ----- #tipSheet ------ */
#tipSheet
{
	width: 300px;
	background-color: #CCFF66;
	border: 2px solid #333333;
	display	: none
	/* for now we will hide until we can get the javascript up and runnin */
}

#tipSheet P
{
	margin: 0;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}