@charset "UTF-8";
/* navigation */

#ghostnav a{
	font-family:Futura, “Century Gothic”, AppleGothic, sans-serif;
	font-weight:bold;
	font-size:18px;
	line-height:30px;
	color: #101625;
	text-decoration:none;
	padding: 0 10px;
}

#ghostnav a:hover{
	color: #7dcef3;
	text-decoration:underline;
}

#ghostnav a:visited{
	font-color: #101625;
	text-decoration:none;
}

#ghostnav {
	height:20px;
	width:955px;
	margin:auto;
	padding:0;
	z-index: 200;
	position: fixed;
	font-family:Futura, “Century Gothic”, AppleGothic, sans-serif;
	font-weight:bold;
	font-size:18px;
	line-height:30px;
	color:#101625;
}
#nav {
	width:240px;
	height:166px;
	float:right;
	margin: 380px 80px 0 0;
	position:relative;
}
#about{
	background-image:url(../../graphics/nav.png);
	background-repeat:no-repeat;
	background-position:0 0px;
	height:46px;
	width:240px;
	display:block;
}

#work{
	background-image:url(../../graphics/nav.png);
	background-repeat:no-repeat;
	background-position:0 -61px;
	height:45px;
	width:240px;
	display:block;
}

#connect{
	background-image:url(../../graphics/nav.png);
	background-repeat:no-repeat;
	background-position:0 -120px;
	height:46px;
	width:240px;
	display:block;
}
#about:hover{
	background-position: 0 -171px;
}

#work:hover{
	background-position: 0 -232px;
}

#connect:hover{
	background-position: 0 -291px;
}
/* ////////////////end navigation */

#fade {
	height:50px;
	width:100%;
	margin:auto;
	padding:0;
	z-index: 300;
	position: fixed;
	background-image:url(../../graphics/fade.png);
	background-repeat:repeat-x;
	bottom: 0px;
}

body {
	background-image: url(../../graphics/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #223152;
	margin: auto;
	padding: 0px;
}

/* text formatting */
a img{
	border-color:#1d2a45;

}

a:visited {
	color:#1d2a45;

}

p {
	font-family:“Helvetica Neue”, Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:28px;
	color:#fff;
}

h1 {
	font-family:“Helvetica Neue”, Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#fff;
}

h2 {
	font-family:“Helvetica Neue”, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#7acbf0;
}
/* ////////////////end text formatting */

.left {
	padding: 2em 4em 0 3em;
	
}

.right {
	float:right;
}

/* gallery containers */	

.hidden{
	display:none;
}
container {
	width:955px;
	margin: auto;
	padding: 0px;}
	
#top_container {
	background-image: url(graphics/bkgrnd_01.jpg);
	background-repeat: repeat-x;
	width: 955px;
	height: 100%;
	position: relative;
	margin: auto;
	padding: 0px;}
	
.text_setup {
	margin: auto;
	padding: 0px;
	width: 800px;
	position:relative;
	}

.text_setup a{
	color:#0f1524;
	text-decoration:none;
	font-weight:bold;
	}
	
.text_setup p a:hover{
	color: #21518d;
	text-decoration: underline;
	}
	
.text_setup a:visited{
	color:#0f1524;
	}

#logobar {
	height:650px;
	width:955px;
	position: relative;
	margin: auto;
	padding: 0px;
	background-image: url(../../graphics/header.jpg);
	background-repeat: no-repeat;
}
/* ////////////////end gallery containers */

.thumbnail a{
	float:left;
	margin: 7px 7px 7px 7px;
	position:relative;
	color:#1d2a45;

}

.thumbnail a:hover img{
	border-color:#21518d;

}

.thumbnail a:hover {
	background-color:#21518d;
	color:#21518d;
}

/* contact/links container */	
#contact {
	width: 955px;
	height:240px;
	padding: 0px;
	margin: auto;
	position:relative;
	background-image: url(../../graphics/contact_bg.jpg);
	background-repeat:no-repeat;
	}
#contact_btn {
	width:413px;
	height:129px;
	float:left;
	margin: 61px 0 0 55px;
	background-image:url(../../graphics/contact_btn.jpg);
	background-repeat:no-repeat;
}

#contact_btn:hover{
	background-position: 0 -130px;
}

#contact_btn:active{
	background-position: 0 -252px;
}

iframe {
	border:0;
	float:left;
	padding:0 0 0 100px;
	}
	
#links {
	height:100%;
	width: 955px;
	padding: 0px;
	margin: auto;
	background-image:url(../../graphics/buttons/buttons_bottom.jpg);
	background-repeat:no-repeat;}

.cl_content {
	width: 50%;
	float:left;
	}
	
.contact_btn {
	float:left;
	height:247px;
	width:478px;
	background-image:url(../../graphics/buttons/images/images/contact_12.png);
}
.contact_btn:hover {
	height:247px;
	width:478px;
	background-image:url(../../graphics/buttons/rolls/contact_roll.png);
}

.links_btn {
	float:left;
	height:247px;
	width:477px;
	background-image:url(../../graphics/buttons/links.png);
}
.links_btn:hover {
	height:247px;
	width:477px;
	background-image:url(../../graphics/buttons/rolls/links_roll.png);
}
	
#bottom_container {
	width: 100%;
	height: 217px;
	position: relative;
	margin: auto;
	padding: 0px;
	background-color: #21518D;}

#links_container {
	width: 477px;
	float: right;
	margin-left: 2em;
	height: 300px;
	position: relative;}
	
/* ////////////////end contact/links container */




/* footer */
#footer {
	font-family:“Helvetica Neue”, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:15px;
	color:#7dcef3;
	margin: auto ;
	padding: 4em 0;
	width: 600px;
}

#footpic {
	float: left;
	width: auto;}
/* ////////////////end footer container */	
