/*

	Blue		#006699
	Orange		#CC9933
	White		#CCC

*/

body {
font-size: 13px;
margin: 0px;
background: url(images/bg.png) repeat #090806;
color: #CCC;
font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
font-weight: bold;
}
a {
	color: #CCC;
}

#wrap {
	position: relative;
	margin: auto;
	width: 1152px;
}

	#head {
		position: relative;
		height: 192px;
	}
	img.logo {
		float: left;
		width:346px;
		height:192px;
		padding-right:3px;
	}
	
	ul#header1 {
		float: left;
		width:279px;
		height:192px;
		padding-right:2px;		
	}
	ul#header2 {
		float: left;
		height:192px;
		width:259px;
		padding-right:2px;		
	}
	ul#header3 {
		float: left;
		height:192px;
		width:260px;
	}
	
	#nav-wrap {
		position: relative;
		height: 30px;
		border-bottom: 1px solid #838280;
		background: url(images/nav-bg.jpg) top left;
	}
	
		#header_text {
			float: right;
			color: #CC9933;
			font-size: 16px;
			font-weight: bold;
			margin: 5px 80px 0 0;
		}
		
		#nav {
			position: relative;
			float: left;
		}
		
		#nav li {
			position: relative;
			float: left;
			height: 30px;
			padding: 0 0 0 59px;
		}
		
		#nav li a {
			position: relative;
			float: left;
			padding: 8px 0 0 0;
			font-weight: bold;
			height: 18px;
			text-decoration: none;
		}
		
		#nav li a:hover, #nav li a.active {
			text-decoration: underline;
		}

	
	
	#page {
		position: relative;
		overflow: hidden;
		background: url(images/pbg.jpg) top left no-repeat;
	}
	
	body.sub #page  {
		background: url(images/pbg2.jpg) top left no-repeat;
	}
	
		#content {
			position: relative;
			float: left;
			width: 580px;
			padding: 37px 0 0 60px;
			text-align: left;
		}
		
			.top {
				position: relative;
				overflow: hidden;
				padding-bottom: 25px;	
				padding-left: 30px;
			}
			
				.top-box {
					position: relative;
					float: left;
					width: 220px;
					padding-left: 15px;
					font-size: 11px;
					line-height: 1.6;
				}
				
				.top-box.alt {
					padding-top: 30px;
				}
				
				.top p{
					padding-left: 40px;	
					padding-right: 5px;
				}
				
				.top h2 {
					position: relative;
					font-size: 17px;
					color: #CC9933;
					padding-bottom: 5px;
				}
				
				.top strong {
					font-weight: bold;
				}

			
			.entry {
				position: relative;
				min-height: 500px;
			}
			
				.entry h1 {
					position: relative;
					color: #CC9933;
					font-size: 30px;
					margin: 0 0 10px 0;
				}
				
				.entry p {
					position: relative;
					line-height: 1.6;
					margin: 0 0 10px 0;
				}
				.entry strong {
					font-weight: bold;
				}
				
				.entry p.strap {
					color:#006699;
					font-family:Arial;
					font-size:16px;
					font-weight:bold;
					line-height:1.3;
					margin: 0 0 10px 0;
				}
				
				.entry span, .entry h2 {
					display: block;
					color: #C59531;
					margin: 15px 0 10px 0;	
				}
				.entry ul {
					list-style-type: disc;
					line-height: 1.6;
					padding: 10px 0 0 30px;
				}
				.entry ul li {
					margin-bottom: 10px;
				}

		
		
		#sidebar {
			position: relative;
			float: right;
			width: 260px;
			text-align: left;
			padding-top: 50px;
			padding-right: 25px;
		}
		
			#sidebar blockquote {
				position: relative;
				padding: 15px 15px 15px 25px;
				color: #006699;
				line-height: 1.4;
				font-size: 15px;
				background: url(images/q1.gif) top left no-repeat;
			}
			
			#sidebar blockquote p {
				position: relative;
				background: url(images/q2.gif) bottom right no-repeat;
				font-weight: bold;
			}
		
			
			#sidebar cite {
				display: block;
				padding-left: 20px;	
				font-weight: bold;
			}
			
			#sidebar em {
				display: block;
				font-style: italic;
				padding-left: 20px;
			}
			
			.widget {
				position: relative;
				padding-top: 75px;
				padding-left: 25px;
			}
			
				.widget h2 {
					color:#CC9933;
					font-size:20px;
					font-weight:bold;
					margin: 0 0 10px 0;
				}
				
				.widget h3 {
					color:#006699;
					font-family:Arial;
					font-size:16px;
					font-weight:bold;
					line-height:1.3;
					margin: 0 0 10px 0;
				}
				
				.widget p {
					padding-right: 30px;
					line-height: 1.6;
				}
				
				.widget a {
					padding-right: 11px;
					background: url(images/ltick.gif) right center no-repeat;
				}



#foot {
	position: relative;
	height: 35px;
	background: url(images/foot-bg.jpg) top left;
	width: 1152px;
	margin: 30px 0 0 0;
	color: #666;
}

	#foot p {
		float: right;
		padding: 10px 65px 0 0;
	}
	
	#foot a {
		text-decoration: underline;
		color: #666;
	}
	#foot a:hover {
		color: #999;
	}
	
	
	
		.col1, .col2, .col3 {
		width: 165px;
		float: left;
		margin: 0 28px 0 0;
	}
	
	.colmiddle {
		width: 165px;
		margin: 0 0 0 193px;
	}
	
	.break1, .break2, .break3 {
		clear: both;
		padding: 20px 0;
	}
	
.staff {
	border-top: 3px solid #111;
	clear: both;
	min-height: 230px;
	padding: 20px 0 0 0;
}

.staff h2 {
	margin: 0 0 10px 0;
}

.staff img {
	float: left;
}

.profile {
	width: 425px;
	float: left;
	margin: 0 0 0 20px;
}
