@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 1.4em;
	color:#000;
	padding: 0;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#slider a{
cursor: default;
}

#wrap {
	margin: 0 auto;
	width: 1170px;
	margin-top: 10px;
}
#header {
	float: left;
	width: 1110px;
	height: auto;
	margin-bottom: 25px;
	margin-left: 30px;
}
#logo {
	float:left;
	width: 400px;
	height: 91px;
	background-color: #999;
}
#nav_wrap {
	float: left;
	width: 100%;
}
#top_nav_1 {
	float:left;
	width: 700px;
	height: ;
	margin-top: 20px;
	text-align: left;
	color: #06F;
    font-size:20px;
    letter-spacing:-1px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    padding:0;
    position:relative;
    z-index:50;
}
#top_nav_1 a {
	color: #000;
}
#top_nav_1 a:hover {
	color: #06C;
}
#top_nav_1 a:visited { 
    color: #000;
}
#top_nav_1 ul {
	margin:0px; padding:0px;
	right:0px;
	text-align: left;
}
#top_nav_1 ul li {
	display:inline;
	margin-left: 50px;
}
#top_nav_1 ul li a {
	text-decoration:none;
	color: #000;
	font-family: Arial;
	font-size:15.5px;

	text-transform:;
}
#top_nav_1 li a:hover {
	color:#211e1e;
}
#top_nav_2 {
	float:right;
	width: auto;
	margin-top: 20px;
	text-align: left;
	color: #06f;
    font-size:20px;
    letter-spacing:-1px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    padding:0;
    position:relative;
    z-index:50;
}
#top_nav_2 a {
	color: #000;
}
#top_nav_2 a:hover {
	color: #06C;
}
#top_nav_2 ul {
	margin:0px; padding:0px;
	right:0px;
	text-align: left;	
}
#top_nav_2 ul li {
	display:inline;
	margin-left: 50px;
}
#top_nav_2 ul li a {
	text-decoration:none;
	color:  #000;
	font-family: Arial;
	font-size:15.5px;
	font-weight:bold;
	text-transform:;
}
#top_nav_2 li a:hover {
	color:#211e1e;
}
#main_img_wrap {
	float: left;
	width: 1170px;
	height: 420px;
	margin-left: 30px;
}

img{border:none;}	
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			

	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:1110px;
		background:#fff;		
		margin-bottom:2em;
		}					
	#content{
		position:relative;
		}			

/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:1110px;
		height:420px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:160px;
		}	
	#nextBtn{ 
		left:1110px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background: url(../images/prev-button.png) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background: url(../images/next-button.png) no-repeat 0 0;	
		}												

/* // Easy Slider */


#social_buttons {
	float: left;
	height: 40px;
	width: 550px;
}
#social_button_1 {
	float: left;
}
#social_button_2 {
	float: left;
	margin-left: 5px;
}
#footer_wrap {
	float: left;
	width: 1110px;
	height: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 30px;
	text-align: right;
}
#footer_wrap a:link {color: #000;}
#footer_wrap a:visited { color: #000;}
#footer_wrap a:hover {color: #000;}
#footer_wrap a:active { color: #000;}
#footer {
	float: right;
	margin: 10px 0 0 0;
}
#footer a {
	color: #09F;
}

#image-container {
	height: 450px;
}

img {
	margin: 0 5px 0 0;
	}
	
#bio, #contact {
	float:left;
	width: 100%;
	margin: 0 0 10px 0;
}

#bio p {
	margin: 0 0 0 440px;
	width: 300px;
}

#contact p {
	margin: 0 0 0 490px;
	width: 300px;
}

form {
margin: 0 0 20px 0;
}

form p {
	padding: 0 0 5px 0;
}

form p.submit {
	padding: 0 0 5px 80px;
}

form p.submit input {
	width: 210px;
}

input, textarea { 
	background:#000;
	border: none;
	color:#FFF;
	padding: 5px;
	width: 200px;
}

label {
	display: block;
	width: 80px;
	float:left;
}
