@charset "UTF-8";


/* Eric Meyer CSS Reset v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*---------------------------------------------------------------
	END CSS RESET	END CSS RESET	END CSS RESET	END CSS RESET
---------------------------------------------------------------*/

	
	
	body {
		/*height: 650px;*/
		font-size: 62.5%;
		line-height: 1.6em;
		background-image: url(images/tiledBG.jpg);
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		background-color:#fefefe;
	}
	#wrapper  {
		width: 910px;
		margin: 0 auto;
		background: url(images/top_menu_bkg.png) top center no-repeat;
		height: 150px;
	}
	* html #wrapper {
  		background: url(images/top_menu_bkg.gif) 0 0 no-repeat;
	}
	#flashcontent {
		overflow:visible;
		/*background-color: #00FF33;*/
		width: 699px;
		/*background: url(images/960-12-grid.gif) repeat-y top left;*/
		float: left;
	}
	* html #flashcontent {
  		overflow:hidden;
	}
	#flash_inner {
		padding-right: 20px;
		padding-top: 0px;
		margin-top: 0px;
		padding-left: 8px;
		border-left: #b20c00 10px solid;
		}
	#flash_warning {
		font-size: 1.2em;
		color:#CCCCCC;
		padding-top: 80px;
		padding-bottom: 8px;
		margin-bottom: 0px;
	}
	#form_wrapper {
		width: 201px;
		height: auto;
		background: url(images/form_bkg.png) top left no-repeat;
		margin-top: 46px;
		padding-top: 172px;
		float: right;
	}
	* html #form_wrapper {
		background: url(images/form_bkg.gif) top left no-repeat;
	}
	#form_inner_wrappper {
		padding-bottom: 30px;
		height: 100%;
		background: url(images/form_bottom_bkg.png) bottom left no-repeat;
	}
	* html #form_inner_wrappper {
		background: url(images/form_bottom_bkg.gif) bottom left no-repeat;
	}
	
/* Fonts  */
	p {
		color: #CCCCCC;
		margin: 1em 0;
		font-size: 1.4em;
	}
	a:link {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	a:visited {
		color: #666666;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}
	h1 {
		color:#fff;
		font-size: 2em;
		margin: 1em 0;
		}
	h2 {
		color:#fff;
		font-size: 1.8em;
		font-weight: bold;
		margin: 1em 0;
		}
	h3 {
		color:#fff;
		font-size: 1.6em;
		margin: 1em 0;
		}
	.bold {
		font-weight: bold;
	}
	.italic {
		font-style:italic;
	}
	
/* Lists: (ul, ol, dl) */
ul, ol, dl { margin-left: 15px; font-size: 1.2em; color:#CCCCCC; }
.nav { margin-left: 0px; }
.entry-content ul, .entry-content ol, #search-query { margin-left: 25px; }

li ul, li ol { margin-bottom: 0; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }

ol { list-style-type: decimal; }

ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }

dt { font-weight: bold; }

.fat li { margin-bottom: 10px; }

/*----------------------------------------------------------------
	FORM STYLING	FORM STYLING	FORM STYLING	FORM STYLING
----------------------------------------------------------------*/
form ul
{
	font-size:100%;
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
	margin-top: 2px;
}

form li
{
	display:block;
	margin:0;
	padding:4px 17px 2px 20px;
	position:relative;
clear: both;
}

form li:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

.buttons:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

.buttons
{
	clear:both;
	display:block;
	margin-top:10px;
	text-align: center;
}

* html form li
{
	height:1%;
}

* html .buttons
{
	height:1%;
}

* html form li div
{
	display:inline-block;
}

form li div
{
	color:#444;
	margin:0 4px 0 0;
	padding:0 0 0px;
}

form li span
{
	color:#444;
	float:left;
	margin:0 4px 0 0;
	padding:0 0 8px;
	display: none;
}

form li div.left
{
	display:inline;
	float:left;
	width:48%;
}

form li div.right
{
	display:inline;
	float:right;
	width:48%;
}

form li div.left .medium
{
	width:100%;
}

form li div.right .medium
{
	width:100%;
}

.clear
{
	clear:both;
}

form li div label
{
	clear:both;
	color:#444;
	display:block;
	font-size:9px;
	line-height:9px;
	margin:0;
	padding-top:3px;
}

form li span label
{
	clear:both;
	color:#444;
	display:block;
	font-size:9px;
	line-height:9px;
	margin:0;
	padding-top:3px;
}


.form_description
{
	border-bottom:1px dotted #ccc;
	clear:both;
	display:inline-block;
	margin:0 0 1em;
}

.form_description[class]
{
	display:block;
}

.form_description h2
{
	clear:left;
	font-size:160%;
	font-weight:400;
	margin:0 0 3px;
}

.form_description p
{
	font-size:95%;
	line-height:130%;
	margin:0 0 12px;
}

form hr
{
	display:none;
}

form ul li.first
{
	border-top:none !important;
	margin-top:0 !important;
	padding-top:0 !important;
}


/**** Buttons ****/
input.button_text
{
	overflow:visible;
	padding:0 7px;
	width:auto;
}

.buttons input
{
	font-size:120%;
	margin-right:5px;
	
}

/**** Inputs and Labels ****/
label.description
{
	border:none;
	color:#565656;
	display:block;
	font-size:90%;
	font-weight:700;
	line-height:150%;
	padding:0 0 3px;
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
}

span.symbol
{
	font-size:115%;
	line-height:130%;
}

input.text
{
	/*background:#fff url(../images/shadow.gif) repeat-x top;*/
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	color:#333;
	font-size:100%;
	margin:0;
	padding:2px 0;
}

input.file
{
	color:#333;
	font-size:100%;
	margin:0;
	padding:2px 0;
}

textarea.textarea
{
	/*background:#fff url(../images/shadow.gif) repeat-x top;*/
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	color:#333;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:100%;
	margin:0;
	width:99%;
}

select.select
{
	color:#333;
	font-size:100%;
	margin:1px 0;
	padding:1px 0 0;
	/*background:#fff url(../images/shadow.gif) repeat-x top;*/
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
}


input.currency
{
	text-align:right;
}

input.checkbox
{
	display:block;
	height:13px;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
}

input.radio
{
	display:block;
	height:13px;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
}

label.choice
{
	color:#444;
	display:block;
	font-size:100%;
	line-height:1.4em;
	margin:-1.55em 0 0 25px;
	padding:4px 0 5px;
	width:90%;
}

select.select[class]
{
	margin:0;
	padding:1px 0;
}

*:first-child+html select.select[class]
{
	margin:1px 0;
}

.safari select.select
{
	font-size:120% !important;
	margin-bottom:1px;
}

input.x-small
{
	width:25%;
}

select.x-small
{
	width:25%;
}

input.small
{
	width:25%;
}

select.small
{
	width:25%;
}

input.medium
{
	width:30%;
}

select.medium
{
	width:30%;
}

input.large
{
	width:99%;
}

select.large
{
	width:100%;
}

textarea.small
{
	height:5.5em;
}

textarea.medium
{
	height:10em;
}

textarea.large
{
	height:20em;
}

/* FORM ON ERROR CODE --------------------------------- FORM ON ERROR CODE -----*/
	span.error {
		color:#FF0000;
		font-size: 10px;
		line-height: 1.1em;
		padding-top: 1.5px;
		font-family:Arial, Helvetica, sans-serif;
		}
	input.error, select.error {
		background-color:#FFDFDF !important;
		border: 1px solid #f06767;
	}

/* FORM ON SUCCESS CODE ------------------------------- FORM ON SUCCESS CODE ---*/
#acrobat_download {
	display: block;
	margin-top: 14px;
	}
	


/**** Guidelines and Error Highlight ****/
form li.highlighted
{
	background-color:#fff7c0;
}

form .guidelines
{
	background:#f5f5f5;
	border:1px solid #e6e6e6;
	color:#444;
	font-size:80%;
	left:100%;
	line-height:130%;
	margin:0 0 0 8px;
	padding:8px 10px 9px;
	position:absolute;
	top:0;
	visibility:hidden;
	width:42%;
	z-index:1000;
}

form .guidelines small
{
	font-size:105%;
}

form li.highlighted .guidelines
{
	visibility:visible;
}

form li:hover .guidelines
{
	visibility:visible;
}

.no_guidelines .guidelines
{
	display:none !important;
}

.no_guidelines form li
{
	width:97%;
}

.no_guidelines li.section
{
	padding-left:9px;
}

/*** Success Message ****/
.form_success 
{
	clear: both;
	margin: 0;
	padding: 90px 0pt 100px;
	text-align: center
}

.form_success h2 {
    clear:left;
    font-size:160%;
    font-weight:normal;
    margin:0pt 0pt 3px;
}

/*** Password ****/
ul.password{
    margin-top:60px;
    margin-bottom: 60px;
    text-align: center;
}
.password h2{
    color:#DF0000;
    font-weight:bold;
    margin:0pt auto 10px;
}

.password input.text {
   font-size:170% !important;
   width:380px;
   text-align: center;
}
.password label{
   display:block;
   font-size:120% !important;
   padding-top:10px;
   font-weight:bold;
}

#li_captcha{
   padding-left: 5px;
}

#li_captcha span{
	float:none;
}

/*
#footer{
   font-family: Arial,Helvetica,sans-serif;
   float:none; 
   clear:both; 
   color:white; 
   text-align:center; 
   font-size:1.1em
}
*/

#footer{
   font-family: Arial,Helvetica,sans-serif;
   float:none; 
   clear:both; 
   color:white; 
   text-align:center; 
   font-size:1.1em;

   position:absolute; 
   top:830px; 
   left:0px;
   width:100%;
   height:240px;
}


#footer a
{
  text-decoration: underline;
}


/*----------------------------*/

form input.phone {
	width: 34px;
	margin: 0 3px 0 0;
}
form input#Phone_Number {
	margin: 0 0 0 0;
}
