@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background:#ffffff center;
	font-family:Arial, Helvetica, sans-serif;
	height: auto;
	}
	
	img{
	border:0px;
	}
	
	a:link{
	text-decoration:none;
	border:none;
	color:#666666
	}a:visited{
	text-decoration:none;
	color:#666666;
	}a:hover{
	color:#003399;
	}a:active{
	color:#000000;
	}
	
	.buttons{
	list-style:none;

	}.buttons li{
		margin-right:15px;
		margin-bottom:25px;
		float:left;
		width:125px;
		height:100px;
	}.buttons a:link img{
		border:1px solid #000000;
		width:123px; height:98px;
	}.buttons a:visited img{
		border:1px solid #000000;
		width:123px; height:98px;
	}.buttons a:hover img{
		border:none;
		width:125px; height:100px;
	}
	
	.buttons_a{
	list-style:none;

	}.buttons_a li{
		margin-right:25px;
		float:left;
		width:225px;
		height:150px;
	}.buttons_a a:link img{
		border:1px solid #000000;
		width:223px; height:148px;
	}.buttons_a a:visited img{
		border:1px solid #000000;
		width:223px; height:148px;
	}.buttons_a a:hover img{
		border:none;
		width:225px; height:150px;
	}
	
	
	
	/*header*/
	
	#header {
	width: 935px; height:50px;
	margin-left: 0px;
	top: 10px;
	}
	
	#header ul.nav{
	display:block; position:relative;
	top: 15px;
	float:right;
	margin:0px;
	margin-right: -20px;
	width:880px;
	list-style:none;
	border-bottom: 1px solid #999999; 
	}
	
	#header ul li{
		float:left;
		padding-left:20px;
		padding-right:13px;
		padding-bottom: 10px;
		
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size:13px; line-height:13px;
		}
	
	/*pages*/
	
	#siteframe{
	width: 955px;
	height: auto;
	}
	
	
	/*home*/
	#siteframehome{
	width: 955px;
	height: auto;

	}
	
	
	
	
	
/*page contents*/

		
	#contentindex{
	height:auto;
	margin-top: 20px;
	margin-left: 60px;
	
	}
	
	#content{
	height:680px;
	margin-top: 10px;
	margin-left: 30px;
	
	}
	#content2{
	height:520px;
	margin-top: 10px;
	margin-left: 30px;
	
	}
	#contenthome{
	height:460px;
	margin-top: 10px;
	margin-left: 0px;
	background-image:url(../images/bg_mark.gif);
	background-position: 150px 10px;
	background-repeat: no-repeat;

	
	}
	
	#contentmembers{
	height:520px;
	margin-top: 10px;
	margin-left: 30px;
	
	}
	
	#contentcontact{
	height:460px;
	margin-top: 10px;
	margin-left: 0px;
	background-image:url(../images/bg_mark.gif);
	background-position: 150px 10px;
	background-repeat: no-repeat;
	
	}
	
/*page content holders*/	
	
	#content-holder{
	margin-top:50px;
	margin-left: 50px;
	border:0px solid;
	float: right;
	width: 735px;
	margin-right:50px;
	}
	
	#content-holderphotos{
	margin-top:0px;
	margin-left: 75px;
	border:0px solid;
	float: left;
	width: 815px;
	margin-right:90px;
	}
	#content-holder2{
	margin-top:0px;
	margin-left: 50px;
	border:0px solid;
	float: right;
	width: 750px;
	margin-right:90px;
	}
	
	#content-holdercontact{
	height: 400px;
	margin-top:0px;
	margin-left: 75px;
	border:0px solid;
	float: left;
	width: 415px;
	margin-right:90px;
	}
	
	/*home page content holders*/

	
	#content-holderhome{
	margin-top:0px;
	margin-left: 75px;
	border:0px solid;
	float: left;
	width: 415px;
	margin-right:90px;
	}
	
	#content-holderhome3{
	margin-top:0px;
	margin-left: 75px;
	border:0px solid;
	float: left;
	width: 495px;
	margin-right:90px;
	}
	
	#content-holderhome2{
	margin-top: 0px;
	margin-left: -50px;
	border:0px solid;
	float: right;
	width: 300px;
	margin-right:110px;
	}
	
	
/*footer*/

	#footer{
	width:925px; height:75px;
	border-top:1px solid #666666;
	margin-left: 30px;
	}
	
	#footer ul{
	margin:0;
	}
	
	#footer li{
	list-style:none;
	float:right;
	
	margin:17px 0px 3px 0px;
	padding:0px 5px 0px 5px;
	
	font-size:11px;
	line-height:11px;
	
	border-right:1px solid #666666;
	}
	
	#footer li.end{
	border-right:none;	
	}