@charset "utf-8";
/* CSS Document */

@import url(/css/reset.css);

/******************************************************************
/ general classes/styles
******************************************************************/
.underline{
	text-decoration: underline;	
}
sup{
	font-size: .7em;
}
/******************************************************************
/ body
******************************************************************/
body{
	font-size: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #333300;
	background:url(/images/template/bg.jpg);
}

/******************************************************************
/ page
******************************************************************/
#page{
	background:url(/images/template/page-bg.png) repeat-y;
	margin: auto;
	min-height:560px;
	height:auto;
	width: 908px;
	padding: 0px 50px;
}

/******************************************************************
/ header
******************************************************************/
#header{
	background: url(/images/template/header-bg.png) no-repeat;
	margin: auto;
	height: 158px;
	width: 908px;
	position:relative;
}
	#logo{
		position: absolute;
		top: 20px;
		left: 50px;
	}
	#address{
		position: absolute;
		top: 00px;
		right: 80px;
		text-align:right;
	}
		#address h6{
			margin-top: 30px;
			color: #000066;
			font-size: 32px;
			text-shadow: 0 0 15px #FFF, 0 0 20px #FFF;
			font-weight:normal;
		}
		#address p{
			color: white;
			font-size: 12px;
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			font-weight:bold;
		}
			#address p span{
				font-size: 16px;
			}
/******************************************************************
/ nav
******************************************************************/
#nav{
	color: #cccc99;
	font-size:16px;
	font-weight:normal;
	text-transform:uppercase;
	margin-left: 10px;
	position:relative;
	z-index:100;
	letter-spacing: 2px;
	width: 950px;
}
	#nav ul{
		list-style: none;	
	}
		#nav ul li{
			float: left;
			border-left: 1px solid #639563;
			padding: 0px 20px;
			position:relative;
		}
			#nav ul li a{
				color: #cccc99;
			}
				#nav ul li a:hover{
					color: white;
				}
			#nav ul li:first-child{
				border-left: none;
			}
			#nav ul li ul{
				display: none;
			}
				#nav ul li:hover ul{
					display: block;
					position:absolute;
					background: rgb(255, 255, 255);
					background: rgba(255, 255, 255, 0.7);
					width: 300px;
					top: 18px;
					left: 5px;
					padding: 10px 0px;
					text-transform:none;
					border: 1px solid black;
					-moz-border-radius: 0px 0px 20px 20px;
					-webkit-border-radius: 0px 0px 20px 20px;
				}
					#nav ul li ul li{
						float:none;
						border: none;
						font-size:14px;
						margin-bottom: 2px;
					}
						#nav ul li ul li a{
							color:#000066;
						}
							#nav ul li ul li a:hover{
								color: black;
							}
/******************************************************************
/ content-pane
******************************************************************/
#content-pane{
	margin-top: 50px;
}

/******************************************************************
/ content
******************************************************************/
#content{
	position: relative;	
}
	#content > :first-child{
		margin-top: 0px;	
	}
	#content > :last-child{
		margin-bottom: 0px;	
	}
	#content h1{
		color: #000033;
		font-size:18px;
		font-style:italic;
		font-weight:normal;
		letter-spacing:1px;
	}
	#content h2{
		color: #000066;
		font-size:22px;
		font-weight:normal;
	}
	#content p{
		color: #333300;	
	}
		#content a{
			color: #000066;
			text-decoration:underline;
		}
	#content em{
		/*color: black;*/
		color: #006;
	}
	#content img{
		border: 1px solid black;
	}
	#content input{
		width: 200px;
	}
	#content img.right, #content img.left{
		margin: 0px 10px 10px 10px;
		border: 1px solid black;
	}
		#content img.right {
			float: right;
		}
		#content img.left {
			float: left;
		}

/******************************************************************
/ footer
******************************************************************/
#footer{
	color: white;
	font-size: 10px;
	position: relative;
	height:90px;
	margin:10px 0 0 14px;
	text-align:left;
}
	#footer .left{
		position: absolute;
		left: 20px;
	}
	#footer .right{
		position: absolute;
		right: 20px;
	}
	#footer a{
		color: white;
	}

/******************************************************************
/ webfitter
******************************************************************/
#webfitter{
	color: white;
	font-size: 10px;
	float:right;
	margin-right:12px;
	position: relative;
	text-align:right;
}
	#webfitter a{
		color: white;
	}
	#webfitter p{
		padding:3px 0 3px 0;
		margin-right:4px;
	}

