@charset "UTF-8";

body, html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
	color:#CCC;
}

a:link {color:#F00;}
a:visited {color:#F00;}
a:active {color: #F00;}
a:hover {color: #ffffff;}
a {text-decoration: none;}

body {
	background-repeat:repeat-x;
	background-color: #0f0f0f;
	background-image:url(img/bg.jpg);
	line-height:18px;
}

h1 {
font-size:30px;
padding:0px 0px 16px 0px;
margin:0px;
color:#FFFFFF;
font-weight:bold;

}

h2 {
font-size:20px;
padding:0px 0px 10px 0px;
margin:0px;
color:#999;
font-weight:lighter;
font-family:Georgia, "Times New Roman", Times, serif;
text-transform:uppercase;

}

h3 {
font-size:15px;
padding:0px 0px 10px 0px;
margin:0px;
color:#666;
font-weight:lighter;
font-family:Georgia, "Times New Roman", Times, serif;
text-transform:uppercase;

}

h4 {
font-size:15px;
padding:0px 0px 4px 0px;
margin:0px;
color:#ffffff;
font-weight:bold;

}

hr {
height: 0;
border: 0;
border-top: 1px solid #333;
} 

#header{
	height:10px;
	border-bottom:#5a524c 0px solid;
	margin-bottom:100px;
}

#maincontainer {
	width: 950px;
	margin: 0 auto; 
	border: 0px solid #000000;
	text-align: left;
	position:relative;
	height: 100%;
}

#maincontainer p {
	padding:0px;
	margin:0px;
}

#bgcontainer1 {
	margin: 0 auto; 
	border: 0px solid #000000;
	text-align: left;
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	min-height: 100%;
	height: 100%;
}


#bgcontainer2 {
	margin: 0 auto; 
	border: 0px solid #000000;
	text-align: left;
	background-image:url(#);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	min-height: 100%;
	height: 100%;
}

#navwrapper{
	margin:8px 10px 8px 0px;
	padding: 8px 0px 8px 0px;
	width:950px;
	
}

ul#navlist
{
margin: 0;
padding: 0px;
white-space: nowrap;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:12px;
letter-spacing:2px;
text-align:right;
}

#navlist li
{
display: inline;
list-style-type: none;
border-right: solid 0px #999;


}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #999;
text-decoration: none;
}

#navlist a:hover
{
color:#666;
text-decoration: none;
}

#navlist #current
{
color:#069;
text-decoration: none;
}




.footer {
	padding:15px;
	border-top:solid 1px #1f1f1f; 
	font-size:12px;
	margin-left:15px;
	margin-right:15px;
	clear:left;
}

#topnavwrapper{
	float:right; padding-top:27px;	
}

#topnav {
		width: 100%;
		float: left;
		margin: 0 0 3em 0;
		padding: 0;
		list-style: none;
		border-bottom: 0px solid #ccc; 
		border-top: 0px solid #ccc;
		font-size:15px;
		padding-right:30px;
		}
	
	#topnav li {
		float: left; }
	
	#topnav li a {
		display: block;
		padding: 8px 20px;
		text-decoration: none;
		color: #aaaaaa;
		border-right: 0px solid #ccc; }
	
	#topnav li a:hover {
		color:#FFF;}
		
#topnav li #active {
		color:#FFF;}
		
	
	#homePods{
			float:left; 
			border-right: solid 1px #1f1f1f;
			width:216px;
			padding:5px 10px 20px 0px;
			height:220px;
			 border-top:solid 1px #1f1f1f;;
		}
		
		.homeprojectbox {
margin:0px 5px 0px 7px;
padding:10px 10px 25px 10px;
border:#3a5599 0px solid;
background-color:#000;
width:194px;
height:200px;
}

.homeprojectbox:hover {
	background-color:#1f1f1f; 
}
a.homeprojectbox:link {
        color: #f4f1ec;	
}
a.homeprojectbox:hover {
        color: #eeeae5;
}

/* GLIDER	*/	

.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 900px; 
	height: 300px;
	overflow: hidden;
	border:0px solid #cccccc;
	}
.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width: 950px;
		height:300px;
		overflow:hidden;
		float:left;		
		}
.scroller div.content {
		width: 10000px;
		}

#section2 {
		background:#666666;
		color:#ffffff;
		}

/* SUB NAV	*/	

#subnavcontainer { width: 200px; }

#subnavcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#subnavcontainer a
{
display: block;
padding: 10px;
width: 180px;
border-bottom: 1px solid #313131;
}

#subnavcontainer a:link, #subnavlist a:visited
{
color: #EEE;
text-decoration: none;
}

#subnavcontainer a:hover
{
background-color:#313131;
color: #fff;
}
