/*
green:       #6ac334
light green: #d1e39b
orange:      #f5821e
*/

/* ================================== */
/*    REDEFINE HTML TAGS
/* ================================== */
body{
	margin: 0px;
	padding: 0px;
	background-image: url(gifs/back_lattice.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 1.6em;
}

a.text{
	text-decoration: none;
	color: #f5821e;
}

	a.text:hover{
		color: #ffffff;
		background-color: #f5821e;
	}
	
td{
	vertical-align: top;
}



/* ================================== */
/*    LOGO TITLE AREA
/* ================================== */

#logo{
	text-align: left;
	width: 750px;
	margin: 0px auto;
	height: 160px;
}

.logo_image{
	position: relative;
	top: 10px;
}


/* ================================== */
/*    QUOTE AREA
/* ================================== */

#quote{
	width: 100%;
	height: 150px;
	background-image: url(gifs/gradient_green.gif);	
	vertical-align: middle;
}

.quote_block{
	width: 750px;
	margin: 0px auto;
	padding-top: 25px;
	text-align: center;
}

.quote_text{
	font-size: 1.7em;
	color: #d1e39b;	
	
}

.quote_by{
	padding-top: 5px;
	text-align: right;
	font-size: .9em;
	color: #6ac334;
}


/* ================================== */
/*    NAVIGATION AREA
/* ================================== */

#nav{
	width: 750px;
	text-align: center;
	margin: 30px auto;
	
}

	a.nav_item{
		border-left: 1px solid #f5821e;
		padding: 5px 15px 6px 15px;
	}
	
	a.nav_item_first{
		border-left: 1px none #ff0000;
		padding: 5px 15px 6px 15px;
	}
	
	.nav_item_selected{
		background-color: #4e7228;
		border-left: 1px solid #f5821e;
		padding: 5px 15px 5px 15px;
		color: #ffffff;
		font-weight: bold;
	}

	
/* ================================== */
/*    MAIN CONTENT AREA
/* ================================== */

#content{
	width: 750px;
	margin: 10px auto;
}

.panel_left{
	float: left;
	width: 500px;
	padding-right: 0px;
	padding-bottom: 30px;
	vertical-align: top;
}

.panel_left p{
	
}

.panel_right{
	float: right;
	width: 200px;
	padding-left: 0px;
	vertical-align: top;
}


.inline_image{
	display: block;
	margin: 20px auto;
}

.process{
	background-image: url(gifs/gradient_orange2green.gif);
	color: #666666;
}

.process td{
	text-align: center;
	font-size: .85em;
	font-weight: bold;
	vertical-align: middle;
	line-height: 1.2em;
	width: 16%;
	padding: 20px 10px;
}

.process th{
	background-color: #ffffff;
}

.process_header{
	font-size: 1.1em;
	color: #6ac334;
	font-weight: bold;
	padding-top: 25px;
}

.table{
	margin-top: 15px;
	margin-bottom: 15px;
}

.table td{
	font-size: .8em;
	text-align: left;
	padding: 2px;
}

.table th{
	text-align: center;
	background-color: #d1e39b;
	font-size: .8em;
	color: #ffffff;
	
}


.heading2{
	font-size: .9em;
	color: #6ac334;
	font-weight: bold;
}

.bullet_star{
	position: relative;
	list-style-image: url(gifs/bullet_star_orange.gif);
	padding-bottom: 15px;
}

.star_inline{
	position: relative;
	top: 3px;
	margin-right: 5px;
}


/* ================================== */
/*    SIDE AREA
/* ================================== */


.side_heading{
	position: relative;
	left: -10px;
	font-size: .9em;
	color: #6ac334;
	font-weight: bold;
}

.side_text{
	font-size: .8em;
	line-height: 1.0em;
}

.side_panel{
	margin-bottom: 30px;
}

.highlight_header{
	font-size: 1.0em;
	text-align: center;
	color: #6ac334;
	font-weight: bold;
}

.highlight_1{
	border: 1px dotted #d0d0d0;
	padding: 3px;
}

.highlight_2{
	background-image: url(gifs/gradient_box_grey.gif);
	background-color: #f5f5f5;
	padding: 10px;
	background-repeat: no-repeat;
	border: 1px solid #f5f5f5;
}

.highlight_text{
	color: #999999;
	font-size: .75em;
	line-height: 1.4em;
}

.highlight_text ul{
	margin-left: 15px;
}

.highlight_text li{
	padding-bottom: 7px;
}





/* ================================== */
/*    FOOTER AREA
/* ================================== */

#footer{
	border-top: 1px solid #6ac334;
	background-color: #d1e39b;
	width: 100%;
	height: 150px;
	padding-top:20px;
	text-align: center;
	clear: both;
	font-size: .8em;
}

.copyright{
	font-size: .9em;
	color: #6ac334;
	padding: 10px;
}