
/* Global configs */

* {
	padding: 0;
	margin: 0;
}

body {
	margin: 0;
	padding: 0px;
	color: #ffffff;
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.6em;
	background: url(../static_images/wrapper_body.gif) top center repeat-y #CCCCCC;
	text-align: center;
	z-index: -1;
}


a, a:link, a:visited {
	color: white;
}

/* Main Structure, wrap the whole layout in a div to keep it narrow and centered */

#header {
	position: relative;
	height: 170px;
	background: url(../static_images/header.gif);
	text-align: center;
	color: #cccccc;
}



	#banner {
		position: relative;
		width: 800px;
		z-index: 0;
		margin: 0px auto;
		height: 140px;
		background: url(../static_images/logo.gif);
	}
	

	#links, #login {
		float:right;
		padding: 10px 0px 0px 0px;
	}
	
	#links ul li, #login ul li {
		list-style: none;
		float: left;
		border-right: 1px solid #ccc;
		padding: 0px 10px 0px 10px;
	}
	
	#links a, #login a {
	text-decoration: none;
	}
	

#wrapper {
	position: relative;
	width: 800px;
	z-index: 0;
	margin: 20px auto;
	padding: 0px 15px 0px 15px;
	text-align: left;
}








#navigation {
	position: absolute;
	top: 80px;
	left: 0px;
}
	#navigation ul {
		list-style: none;
	}
	
	#navigation ul li {
		float: left;
	}
	
	#navigation ul li a:link, #navigation ul li a:visited {
		padding: 2px;
		margin: 0px 10px 0px 0px;
		text-decoration: none;
		font-size: 1.1em;
		display: block;
		color: #CCCCCC;
	}
	
	#navigation ul li a:hover {
		color: white;
	}

	#navigation div.phone {
		padding: 2px;
		float: right;
		text-align: right;
	}





#subnav {
	position: absolute;
	top: 53px;
	right: 0px;
	text-align: right;
}
	#subnav ul {
		list-style: none;
	}
	
	#subnav ul li {
		padding: 2px;
		float: left;
	}
	
	#subnav ul li a:link, #subnav ul li a:visited {
		margin: 0px;
		color: #CCCCCC;
		text-decoration: none;
		font-size: 1.1em;
		display: block;
	}

	#subnav ul li a:hover {
		font-weight: 800;
		color: white;
	}


#address {
	position: absolute;
	top: 90px;
	right: 0px;
	text-align: right;
}

	#address h3 {
		font-weight: 1.3em;
		line-height: 1em;
		margin: 0px;
		padding: 0px;
		font-weight: 100;
		display: inline;
	}





#content {
	width: 800px;
}

	#image {
		width: 326px;
		float: left;
	}
	
	#body {
		width: 460px;
		float: right;
	}

		#body div.text {
			background: #CCCCCC;
			color: black;
			padding: 10px 15px 15px 15px;
		}

	
		#body div.text h1 {
			font-size: 2em;
			color: black;
			margin-bottom: 15px;
		}
		
		#body div.text h2 {
			font-size: 1.6em;
			color: black;
			margin-bottom: 15px;
		}
		
		#body div.text h3 {
			font-size: 1.2em;
			font-weight: 800;
			color: black;
			margin-bottom: 15px;
		}
		
		#body div.text p {
			font-size: 1.2em;
			color: black;
		}
		
		#content h1 {
			font-size: 2em;
			color: black;
			margin-bottom: 15px;
		}
		
		#content h2 {
			font-size: 1.6em;
			color: black;
			margin-bottom: 15px;
		}
		
		#content h3 {
			font-size: 1.2em;
			font-weight: 800;
			color: black;
			margin-bottom: 15px;
		}
		
		#content p {
		color: black;
			font-size: 1.2em;
		}
		
		
		
		#body div.text a, #body div.text a:link, #body div.text a:visited {
			color: black;
		}
		
		#body div.text a:hover {
			color: white;
			background: #CCCCCC;
			text-decoration:none;	
		}
		
	
	#secure_video {
		width: 500px;
		color: white;
		float: left;
	}
	

	#video {
		width: 450px;
		float: left;
	}
	
	#video div.text {
			color: black;
			padding: 10px 15px 15px 15px;
		}
		
		
	#body_text {
		width: 330px;
		float: right;
	}

		#body_text div.text {
			background: #CCCCCC;
			color: black;
			padding: 10px 15px 15px 15px;
		}

		#body_text div.text h1, h2, p {
			line-height: 1.2em;
			margin-bottom: 15px;
		}




#footer {
	width: 800px;
	margin: 20px 0px;
	text-align: center;
}









	.title {
	color: black;
	font-size: 1.2em;
	}






#photoholder {
	width:314px;
	height:420px;
	visibility: hidden;
}

#thephoto {
	width:314px;
	height:420px;
	border: 5px solid white;
}
