/********* Copyright 2006 (C) Walsh Design Inc. | Seattle, WA ************/
	body 
	{
		font-size: 75%;
		line-height: 100%;
		font-family: "Tahoma", "Lucida Sans Unicode", "Helvetica", "Trebuchet MS", "Arial", sans-serif;
		color: #666;
		text-align: left;
		background: #fff url(/assets/img/bg_popup.gif) repeat-x fixed;
		behavior: url(/assets/src/csshover.htc);
	}
p {
		font-size: 12px;
		padding-bottom: 10px;
		line-height: 1.5em;
	}
	a:link, a:visited
	{
		color: #5097C3;
		text-decoration: underline;
		padding-bottom: 2px;
	}

	a:hover
	{
		color: #1D4078;
		text-decoration: underline;
	}
	a:active
	{
		border: 0; 
		color: #CC6714;
		text-decoration: none;		
	}
	img
	{
		border: 0px solid #ccc; 
		margin: 0; 
		padding: 0;
	}

	
h1 {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Helvetica", "Arial", sans-serif;
	font-size: 26px;
	line-height: 28px;
	font-weight: normal;
	font-style: italic;
	color: #CF924F;
	margin: 10px 0px 7px 0px;
	padding: 0;
}

h2 {
	font-family: "Georgia", "Lucida Sans Unicode", "Helvetica", "Arial", sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	font-variant: small-caps;
	font-style: none;
	color: #CF924F;
	margin: 10px 0px 5px 0px;
	padding: 0 0 0 0px;
}

h3 {
	font-family: "Trebuchet MS", "Century Gothic", "Helvetica", "Arial", sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	color: #666;
	margin: 15px 0px 10px 0px;
	padding: 0 0 0 0px;

}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: italic;
	font-weight: normal;
	color: #d5bd9d;
	padding: 0px 0px 10px 0px;
}

h5 {
	font-size: 1.2em;
	color: #2c2f35;
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
	font-weight: bold;
	padding: 5px 0px 8px 0px;
	margin: 0;
}

h6 {
	font-size: 1.1em;
	color: #5C606E;
	letter-spacing: .06em;
	text-transform: uppercase;
	border-bottom: 1px solid #5C606E;
	border-top: 1px solid #5C606E;
	font-weight: normal;
	padding: 5px 0px 5px 0px;
	margin: 15px 0 10px 0;
}



.float-l{
	float: left;
	padding: 8px 8px 0px 0px;
}
.float-r{
	float: right;
}
.clear{
	clear: both;
}


	
/********** sIFR SPECIAL FLASH TYPE STYLE ********************************/
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}
.sIFR-hasFlash h2 {
	visibility: hidden;
}



********** FORM STYLE ***********/
.formholder {
	float: right; 
	padding: 5px;
	background: url(/assets/img/bg_formholder.jpg) no-repeat;
	width: 50%;
	margin-left: 10px;
}
.response {
	color: #990000;
}
.text { font-family: Georgia, Times New Roman, serif; font-size: 13px; color: #777777; }
.fmtext { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 12px; color: #777777; }

.button {
  background-color:#DCD3DC;
  border: 1px solid #af9cc3;
  background-image: url(images/bu_orange.gif);
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px; font-weight: bold;
  color: #717171;
  height: 25px;
  cursor: hand;
}
