/* * * * Screen CSS * * * */

body {
	background:url(../img/body-bg.jpg) top left repeat-x #777163;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	}

.clear{clear:both}
.left{float:left}
.right{float:right}
.block{display:block}
.hidden{visibility:hidden}
.underline{text-decoration:underline}

img, div, a, ul, li, ol { behavior: url(iepngfix.htc) }

a{
	text-decoration:underline;
	color:#961D22;
}
	a:hover{
		text-decoration:none;
	}
	
hr{
	margin-left:15px;
	background-color:#16426F;
	color:#16426F;
	width:555px;
}

/* * * * Container * * * */

#container{
	width:954px;
	margin:17px auto;
	}
	
/* * * * Header * * * */

#header{
	background:url(../img/hand-bg.jpg) top right no-repeat #961d22;
	height:110px;
	}
	#header .hand{
		float:left;
		margin-left:28px;
		}
	#header .title{
		float:right;
		margin:30px 25px 0 0;
		}
	#header p.subhead{
		color:#cdab7f;
		font-style:italic;
		letter-spacing:4px;
		font-size:19px;
		float:right;
		margin:-5px 25px 0 0;
		}
		
/* * * * Navigation * * * */

#navbar{
	background:#16426f;
	height:32px;
	overflow:hidden;
	cursor:pointer;
	}
	#navbar ul{
		color:#FFF;
		font-size:17px;
		display:block;
		}
		#navbar ul a{
			color:#FFF;
			display:block;
			cursor:pointer;
			}
			#navbar ul a.active, #navbar ul a.active:hover{
				color:#16426F;
				background:#f3d8a1;
				display:block;
				}
			#navbar ul a:hover{
				color:#f3d8a1;
				background:#16426F;
				display:block;
				}
		#navbar ul li{
			float:left;
			width:159px;
			height:32px;
			text-align:center;
			padding-top:5px;
			display:block;
			}
			#navbar ul li:hover{
				color:#f3d8a1;
				background:#16426F;
				display:block;
				}
				#navbar ul li.active{
					color:#16426F;
					background:#f3d8a1;
					display:block;
					}

/* * * * Content * * * */

#page{
	background:url(../img/content-bg.jpg) top right repeat-y #fcf6e9;
	height:100%;
	width:954px;
	}
#content{
	margin-left:34px;
	_margin-left:17px;
	float:left;
	width:572px;
	overflow:hidden;
	}
		#content h1{
			font-family:"Bradley Hand ITC", Georgia, "Times New Roman", Times, serif;
			font-size:60px;
			color:#16426f;
			font-weight:500;
			}
		#content h2{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-weight:bold;
			font-size:14px;
			color:#961d22;
			margin-left:15px;
			}
		#content p{
			color:#635d4f;
			font-size:12px;
			line-height:150%;
			margin:0 0 20px 15px;
			}
			#content p .red{
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-weight:bold;
				font-size:14px;
				color:#961d22;
				}
			#content ul,
			#content ol{
				color:#635d4f;
				font-size:12px;
				width:390px;
				line-height:150%;
				margin:auto auto 20px 30px;
				}
				#content ul li{
					list-style-image:url(../img/bullet.png);
					margin-bottom:15px;
					}
				#content ol li{
					list-style:decimal;
					}
					#content ul li a,
					#content ol li a{
						color:#961D22;
						font-weight:bold;
						width:475px;
						}
			#content img.border{
				border:1px solid #b4542a;
				}
			#content img.imgLeft{
				float:left;
				margin-right:12px;
				border:2px solid #878171;
			}
				
	/*** ACCORDION ***/
	#content #accordion .toggler  { 
		cursor:pointer; 
		color:white;
		padding:7px 0 7px 35px;
		margin:0 0 0 15px; 
		font-size:18px;
		width:520px;
		height:20px;
	}
	#content #accordion .element { 
		width:545px;
		padding:10px 5px;
		margin:0 0 0 15px;  	
		overflow: hidden; 
		background-color: #174E7F; 
		color:white;
		font-weight:normal;
		}
		#content #accordion .element ul,
		#content #accordion .element ol{
			margin-top:10px;
			color:white;
			width:490px;
			}
		#content #accordion .element ul li{
			color:white;
			margin-bottom:20px;
			list-style-image:url(../img/bullet.png);
			}
		#content #accordion .element ol li{
			color:white;
			margin-bottom:20px;
			}
			#content #accordion .element ul li a,
			#content #accordion .element ol li a{
				font-weight:normal;
				text-decoration:underline;
				}
			#content #accordion .element ul li ul,
			#content #accordion .element ol li ul{
				width:430px;
				}
				#content #accordion .element ol li ul li{
					list-style-image:url(../img/bullet.png);
					}
		#content #accordion .element p{
			margin-top:10px;
			color:white;
			}
		#content #accordion .element a{
			color:#A4CCEF;
			text-decoration:underline;
			font-style:italic;
			}
		#content #accordion .element h5{
			color:#679ECF;
			font-size:18px;
			margin-left:15px;
			}
			#content #accordion .element h5.interesting{
				color:#F9EDBD;
				font-style:italic;
				font-size:16px;
				margin-bottom:20px;
				}
				#content #accordion .element h5.interesting a{
					color:#A4CCEF;
					}
		#content #accordion .element h5.sub{
			font-size:14px;
			text-transform:uppercase;
			}
		#content #accordion .element img{
			width:450px;
			border:6px solid #679ECF;
			margin:20px;
			}
				
/* * * * Sidebar * * * */

#sidebar {
	background:url(../img/sidebar-bg.jpg) top left repeat #fcedbd;
	width:307px;
	float:right;
	padding-bottom:10px;
	}
	#sidebar .goals{
		margin:29px 0 0 79px;
		}
	#sidebar h3{
		color:#b4542a;
		font-family:"Bradley Hand ITC", Georgia, "Times New Roman", Times, serif;
		font-size:36px;
		text-align:center;
		margin:25px 0 -10px 0;
		}
	#sidebar h4{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#16426f;
		font-weight:bold;
		margin:20px 0 20px 25px;
		}
	#sidebar p{
		color:#b8905c;
		font-size:11px;
		margin-left:25px;
		width:260px;
		margin:0 0 25px 25px;
		}
		#sidebar p .maroon{
			color:#761418;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-weight:bold;
			font-size:12px;
			}
			
/* * * * Footer * * * */

#footer{
	background:#16426f;
	height:70px;
	position:relative;
	z-index:1000;
	}
	#footer p{
		width:330px;
		margin-right:20px;
		_margin-right:10px;
		padding-top:20px;
		text-align:right;
		font-size:12px;
		color:#FFF;
		}
	#footer a{
		color:#F9EDBD;
		}
	#footer ul{
		margin:0 0 0 10px;
		_margin-left:-15px;
		color:#FFF;
		font-size:12px;
		padding-top:25px;
		}
		#footer ul li{
			float:left;
			margin-left:25px;
			}
			#footer ul li a{
				color:#FFF;
				text-decoration:underline;
				}
				
/* * * * Eternity Web tag * * * */

#signature{}
	#signature p{
		text-align:center;
		margin-top:10px;
		color:#BEBA9F;
		}
		#signature p a{
			color:#BEBA9F;
			}
			#signature p a:hover{
			text-decoration:underline;
			}
			
/* * * * Forms * * * */

fieldset {
	border:1px dashed #961D22;
	padding:10px;
	width:550px;
	margin:-20px 0 20px 0px;
}

legend {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	line-height:18px;
	padding: 2px 6px 5px 6px;
	*padding-right:10px;
	font-weight:normal;
	font-size:16px;
	color:#FFF;
	background:#16426F;
	*margin:0 0px 7px -7px;
}

label {
	font-family:Georgia, "Times New Roman", Times, serif;
	width:138px;
	height:32px;
	margin-top:3px;
	margin-right:2px;
	padding-top:11px;
	padding-left:6px;
	color:#980C1A;
	background:;
	float:left;
	display: block;
	font-size:17px;
	line-height: 1.1;
}
.form {
	margin:0;
	padding:0;
}

.clear {
	clear:both;
}

.holder {
	background-color:#fff;
}

.div_textbox {
	width:395px;
	float:right;
	background-color:#FCEBBD;
	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:356px;
    	font:normal 18px Arial;
    	color: #444444;
    	padding:3px 5px 3px 24px;
}

.textbox:focus, .textbox:hover {
	background-color:#FCF6E9;
}

.div_checkbox {
	width:502px;
	height:45px;
	background-color:#D6D0C0;
	margin-top:3px;
	padding-top:15px;
	padding-bottom:3px;
	padding-left:5px;
	display:block;
	color:#fff;
	font-size:14px;
}
.checkbox{
	width: 15px;
	height: 15px;
}

.checkRight {
	float:left;
	width:125px;
	text-align:left;
	display:inline;
}

.div_textarea {
	width:395px;
	float:right;
	background-color:#FCEBBD;
	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:356px;
	height:100px;
	font:normal 18px Arial;
	color: #444444;
	padding:3px 5px 3px 24px;
}
.textarea:focus, .textarea:hover {
	background-color:#FCF6E9;
}

.username {
    	background-image: url(../img/16m.png);
    	background-repeat: no-repeat;
    	background-position:left;
		width:356px;
    	font:normal 18px Arial;
    	color: #444444;
    	padding:3px 5px 3px 24px;
}
.username:focus, .username:hover {
	background-color:#FCF6E9;
}
   
.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 24px;
}
.password:focus, .password:hover {
	background-color:#FCF6E9;
}

.email {
    background-image: url(../img/email.gif);
    background-repeat: no-repeat;
   	background-position:left;
	width:356px;
    font:normal 18px Arial;
    color: #444444;
    padding:3px 5px 3px 24px;
}

.email:focus, .email:hover {
	background-color:#FCF6E9;
}

.button_div {
	width:334px;
	float:right;
	background-color:;
	border:1px solid #F6EDE4;
	text-align:right;
	height:35px;
	margin-top:8px;
	padding:5px 32px 3px;
}

.buttons {
	background: #16426F;
	font-size:12px; 
	color: #FFF; 
	padding: 6px 14px;
	border-width: 2px;
	border-style: solid;
	border-color: #6B95BF #061B2F #061B2F #6B95BF;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
}
