/*** General ***/

/*Old Background Color - #00686b */

body {
	background:#FFF;
	color:#000;
	font:14px Arial, sans-serif;
}
a {
	font-family:"Palatino Linotype", Georgia, "Times New Roman", serif;
	text-decoration:none;
	color:#006C6D;
	font-weight:bold;
}
a:hover {
	text-decoration:underline
}

/*** Classes ***/

.left {
	float:left
}
.right {
	float:right
}
.clear {
	clear:both;
	display:block;
	height:1px
}

/*** Structure ***/

#wrapper {				/* Primarily made this for the gradient bg on the sides */
	background:transparent url(../images/gradient-bg.png) repeat-y;
	margin:0 auto;
	width:870px;
}

#header {
	height:253px;
	*height:260px;
	width:800px;
	margin:-8px auto 0 auto;
	text-align:left;
}
	#header h1 {
		font-size:1px;
		text-indent:-10000px;
	}
	#header img {
		display:block;
		padding-top:5px;
	}

#content {
	background:transparent;
	padding:0;
	margin:0 auto; 

}
	#content .wrap {
		width:800px;
		margin:0 auto; 
	}
		#content .wrap .bg {
			background:#FEF1C7;	
			min-height:550px;						/* IE6 MIN-HEIGHT TRICK */ 	
			height:auto !important;					/* IE6 MIN-HEIGHT TRICK */ 	
			height:550px;
			margin:0 auto; 
		}
		
		
/*** Navigation ***/
		
	#sidebar {
		float:left;
		width:204px;
		background-color:#FFF0C7;
		padding-top:11px;
	}
				
		#popitmenu{
			position: absolute;
			background-color: #ffe192;
			border:1px solid black;
			font: normal 12px "Palatino Linotype", Georgia, "Times New Roman", serif;
			line-height: 18px;
			z-index: 100;
			visibility: hidden;
		}
				
/*** Main Content ***/
	
	#page {
		width:582px;
		min-height:550px;						/* IE6 MIN-HEIGHT TRICK */ 	
		height:auto !important;					/* IE6 MIN-HEIGHT TRICK */ 	
		height:550px; 	
		float:right;
		padding:0 5px 0 0px;
		background:#fff;
	}
		#page h2 {
			font: bold 28px "Palatino Linotype", Georgia, "Times New Roman", serif;
			margin:15px 10px;
			color:#00686b;
		}
		#page h3 {
			font: bold 20px "Palatino Linotype", Georgia, "Times New Roman", serif;
			margin:15px 10px;
			color:#00686b;
		}
		#page h4 {
			font: bold 20px "Palatino Linotype", Georgia, "Times New Roman", serif;
			margin:0 0 -20px 5px;
			color:#00686b;
		}
		
		#page ul {
		margin-left:20px;
		}

		#page li a{
			background:url(../img/arrow.gif) no-repeat 5px 7px;
			padding-left:17px;
			font-size:16px;
			padding-bottom:10px;
			font-weight:bold;
			color:#00686b;
			text-decoration:none;
			line-height:200%;
		}
		#page li a:hover{
			text-decoration:underline;
		}	
			
		#page p {
			margin:15px 7px;
			padding-bottom:10px;
			padding-left:6px;
			padding-right:6px;
			line-height:150%;
			color:#000;
			font-size:14px;
		}
		
		#page .cols {
			width:570px;
		}	
			#page .cols div {
				padding-left:18px;
				width:172px;
				float:left;
			}
			#page .cols div.first {
				padding-left:11px;
			}
				#page .cols h3 {
					font-size:1px;
					text-indent:-100000px;
				}
				#page .cols img {
					display:block;
				}
				
/*** Footer ***/

#footer {
	background: white url(../img/footer-bg.jpg) no-repeat;
	color:#000;
	margin:-5px 0 0 0px;
	padding:25px 0 0px 230px;
	width:568px;
	height:75px;
	line-height:200%
}
	#footer h4 {
		font-size:12px;
		color:#1d5050;
		font-weight:bold;
		line-height:200%;
	}
	#footer p {
		line-height:200%;
	}
	


/*** FORM STYLES ***/

fieldset {
	border:1px dashed #00686B;
	padding:10px;
	width:507px;
	margin:10px 0 0 30px;
}

legend {
	font:17px/33px Arial, sans-serif;
	line-height:18px;
	border: 1px solid #333;
	padding: 2px 6px 5px 6px;
	*padding-right:10px;
	font-weight:bold;
	font-size:16px;
	color:#fff;
	background:#00686B;
	*margin:0 0px 7px -7px;
}
label {
	width:142px;
	height:32px;
	margin-top:3px;
	margin-right:2px;
	padding-top:11px;
	padding-left:6px;
	color:#fff;
	background:#00686B;
	float:left;
	display: block;
	font-size:16px;
	font-weight: bold;
	line-height: 1.1;
}
.form {
	margin:0;
	padding:0;
}

.clear {
	clear:both;
}
.holder {
	background-color:#fff;
}
.div_textbox {
	width:347px;
	float:right;
	background-color:#FEF1C7;
	height:35px;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
	display:block;
}

.textbox {
	background-image: url(../img/16t.png);
	background-repeat: no-repeat;
	background-position:left;
	width:285px;
	font:normal 16px Arial;
	color: #444444;
	padding:3px 5px 3px 24px;
	margin-bottom:30px;
}
.textbox:focus, .textbox:hover {
	background-color:#FFFBEF;
}

.div_textarea {
	width:347px;
	float:right;
	background-color:#FEF1C7;
	height:115px;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
}

.textarea {
	background-image: url(../img/16t.png);
	background-repeat: no-repeat;
	background-position:left;
	width:285px;
	height:100px;
	font:normal 16px Arial;
	color: #444444;
	padding:3px 5px 3px 24px;
}
.textarea:focus, .textarea:hover {
	background-color:#FFFBEF;
}

.username {
    	background-image: url(../img/16m.png);
    	background-repeat: no-repeat;
    	background-position:left;
		width:285px;
    	font:normal 16px Arial;
    	color: #444444;
    	padding:3px 5px 3px 19px;
}
.username:focus, .username:hover {
	background-color:#FFFBEF;
}
   
.password {
    	background-image: url(../img/16s.png);
    	background-repeat: no-repeat;
   	background-position:left;
	width:285px;
    	font:normal 18px Arial;
    	color: #444444;
    	padding:3px 5px 3px 19px;
}
.password:focus, .password:hover {
	background-color:#FFFBEF;
}

.email {
    background-image: url(../img/email.gif);
    background-repeat: no-repeat;
   	background-position:left;
	width:285px;
    font:normal 16px Arial;
    color: #444444;
    padding:3px 5px 3px 24px;
}
.email:focus, .email:hover {
	background-color:#FFFBEF;
}

.button_div {
	width:287px;
	float:right;
	background-color:#fff;
	border:1px solid #ccc;
	text-align:right;
	height:35px;
	margin-top:8px;
	padding:5px 32px 3px;
}
.buttons {
	background: #00686B;
	font-size:12px; 
	color: #fff; 
	padding: 6px 14px;
	border-width: 2px;
	border-style: solid;
	border-color: #00AAAF #004D4F #004D4F #00AAAF;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
}

/** END OF FORM STYLES ***/