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


body {
	background-color: #333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	text-align: center;
}
#container {
	background-color: #333;
	width: 980px;
	padding: 0 0 30px 0;
	margin: 0 auto 0 auto;
	padding-top: 50px;
	position: relative;
	text-align: left;
}
#container_home {
	background-color: #333;
	width: 980px;
	padding: 0 0 30px 0;
	margin: 0 auto 0 auto;
	padding-top: 30px;
	position: relative;
	text-align: left;

}
#footer {
	width: 930px;
	height: 60px;
	float: left;
	padding-right: 50px;
	background-image: url(../images/afphotocopy.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#leftwrapper {
	float: left;
	width: 220px;

}
#leftwrapper #header {
	height: 150px;
}
#nav {
	float: left;	
	padding: 100px 0 30px 0;
	background-image:url(../images/afphoto.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav a {
	width: 190px;
	height: 30px;
}
.buybtn{
	float: left;
	height: 15px;
	margin-top: 25px;
}
#mainwrapper {
	float: left;
	width: 760px;
}
#mainwrapper h1 {
	padding: 0 0 0 20px;
	margin: 0;
}
#mainwrapper h2 {
	padding: 15px 0 0 40px;
	margin: 0;
}
#main {
	float: left;
	width: 630px;
	height: 360px;
	padding: 0 20px 0 20px;
	
}
#mainhome {
	width: inherit;
	text-align: center;
}
a {
	color: #9b9b9b;
	text-decoration: none;
}
a:hover {
	color: #5c5c56;
}
.img_title {
	color: #969696;
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
}
blockquote {
	margin: 10px 0 5px 45px;
	padding: 0;
	font-size: 100%;
	font-style: normal;
}
.statement {
	line-height: 1.5em;
	font-size: 105%;
}
.left {
	float: left;
}
.right {
	float: right;
	margin: 0 7px 0 0;
}
.clearfloat {
	clear: both;
}
.smalltxt {
	font-size: 90%;
}
.tan_text {
	color: #a38623;
}
.txt_right {
	text-align: right;
}	
.txt_left {
	text-align: left;
}	
.txt_center {
	text-align: center;
}
td {
	vertical-align: top;
}
td p {
	margin-top: 0;
	line-height: 7px;
}
.date {
	font-size: 24px;
}
.home td {
	vertical-align: bottom;
}
.home th {
	vertical-align: top;
}
input {
	padding-right: 7px;
	padding-left: 7px;
}
.submit_btn {
	font-size: 85%;
	text-transform: uppercase;
	color: #9b9b9b;
	background-color: #2C2C2C;
	border: 1px solid #5c5c56;
	padding: 2px 5px;
}

/* SCROLLING CONTENT -- DHTMLGOODIES*/

#main_scrolldiv{
		/* The total width of the scrolling div including scrollbar */
	background-color: #333;
	float: left;
	width: 670px;
	height: 460px;/* The height of the scrolling div */
	}
	#scrolldiv_parentContainer{
		width: 630px;/*width of the scrolling text */
		float: left;
		position:relative;
		height: 100%;
		background-color: #333;
		overflow: hidden;	
	}
	
	
	/*CSS for the scrolling content */
	
	#scrolldiv_content{
		padding: 0 20px 0 20px;
		position:relative;
	}
	/*
	The scrollbar slider 
	*/
	#scrolldiv_slider{
		width:15px;
		margin-left:2px;
		height:460px;
		float:left;
	}
	
	/*
	The scrollbar (The bar between the up and down arrow )
	*/
	#scrolldiv_scrollbar{
	width:15px;
	height:420px;	/* Total height - 40 pixels */
	border:1px solid #000;
	position:relative;		
	}
	/*
	The scrollbar handle
	*/
	#scrolldiv_theScroll{
		margin:1px;
		width:13px;
		height:13px;
		background-color:#000;
		position:absolute;	
		top:0px;
		left:0px;
		cursor:pointer;
	}
	/*
	Scroll buttons(The up and down arrows)
	*/
	#scrolldiv_scrollUp,#scrolldiv_scrollDown{
		width:15px;
		height:16px;
		border:1px solid #555;
		color: #555;
		text-align:center;
		font-size:16px;
		line-height:16px;
		cursor:pointer;
	}
	#scrolldiv_scrollUp{
		margin-bottom:2px;
	}
	#scrolldiv_scrollDown{
		margin-top:2px;
	}
	#scrolldiv_scrollDown span,#scrolldiv_scrollUp span{
		font-family: Symbol;
	}