/* CSS Document */
html {
	margin: 0;
	padding: 0;
	}
body {
	padding: 0;
	margin-top: 40px;
	background-color : #000;
}

#container {
	border: 1px solid #888;
	width: 900px;
	padding: 0;
	margin: auto;
	overflow:hidden;
}
#subnav_container {
	position : relative;
	width : 850px;
	padding-left : 19px;
	text-align : left;
}
#images_container {
	width : 900px;
	padding-top: 10px;
	margin: 0;
}

.images_contained {
	text-align : left;
	padding : 0;
	margin-right : -4px;
}
hr {
	height : 1px;
	width : 860px;
	background : #888;

}
#cube {
	padding : 30px 0px 0px 170px;
	z-index : 10;
	width : 27px;
    float : left; 
    clear : left; 
}

#content {
	padding : 35px 120px 40px 210px;
}

#content p {
   font-family : Arial, Helvetica, sans-serif;
   font-size : 12px;
   font-weight : normal;
   color : #AAAAAA;
   background-color : transparent;
/*    line-height : 1.5;*/
	line-height : 18px;
   text-align: left;
   letter-spacing:.1px;
   z-index : 10;
}

#content h2 {
	font-family: "Times New Roman", Times, serif;
   font-size : 14px;
   font-weight : normal;
   color : #FFF;
   background-color : transparent;
   text-align: left;
   z-index : 10;
}

.subnav:link, .subnav:visited {
	font-family : helvetica, arial, sans-serif;
	color : #DC6422;
	font-size : 12px;
	background-color : transparent;
	text-decoration : none;
	border : 0px;
}
.subnav:hover, .subnav:active {
	font-family : helvetica, arial, sans-serif;
	color : #999;
	font-size : 12px;
	text-decoration : none;
	border : 0px;
	outline: none;
}

#footer_container {
	
	background-color : #465355;
	padding : 1px 0px 1px 15px;
	height:20px;
	width:885px;
	float:left;
	clear:left;
	margin-left:auto;
	margin-right:auto;
}

.footer {
   font-family : helvetica, arial, sans-serif;
   font-size : 12px;
   font-weight : 500;
   color : #FFF;
   background-color : transparent;
   line-height : 100%;
   padding : 3px 4px 3px 4px;
   float:left;
}

.footer a:link, a:visited, a:active,
.main {
	text-decoration : none;
	color : #FFF;
	outline: none;
}
.footer a:hover,
.main:hover {
	text-decoration : underline;
	color : #FFF;
}

#navigation {
	padding : 12px 12px 0px 0px;
	margin : 0;
	text-align : left;
	margin-left : 16px;
}

.active_nav {
	padding : 3px 4px 3px 4px;
	font-family: "Times New Roman", Times, serif;
	color : #FFF;
	background-color:#DC6422;
	font-size : 13px;
	text-decoration : none;
	letter-spacing : 1px;
	border : 0px;
}
.active_inner_nav {
	padding : 3px 4px 3px 4px;
	font-family: "Times New Roman", Times, serif;
	color : #FFF;
	background-color:#DC6422;
	font-size : 13px;
	text-decoration : none;
	letter-spacing : 0px;
	border : 0px;
}
.navtext{ 
	padding : 3px 4px 3px 4px;
	font-family: "Times New Roman", Times, serif;
	color : #FFF;
	font-size : 13px;
	background-color : transparent;
	text-decoration : none;
	letter-spacing : 1px;
	border : 0px;
}
.nav:link, .nav:visited{
	padding : 3px 4px 3px 4px;
	font-family: "Times New Roman", Times, serif;
	color : #FFF;
	font-size : 13px;
	background-color : transparent;
	text-decoration : none;
	letter-spacing : 1px;
	border : 0px;
}
.nav:hover, .nav:active{
	padding : 3px 4px 3px 4px;
	font-family: "Times New Roman", Times, serif;
	color : #FFF;
	background-color:#DC6422;
	font-size : 13px;
	text-decoration : none;
	letter-spacing : 1px;
	border : 0px;
	outline: none;
}
.inner_nav:link, .inner_nav:visited{
	padding : 3px 4px 3px 4px;
	font-family: "Times New Roman", Times, serif;
	color : #AAA;
	font-size : 13px;
	background-color : transparent;
	text-decoration : none;
	letter-spacing : 0px;
	border : 0px;
}
.inner_nav:hover, .inner_nav:active{
	padding : 3px 4px 3px 4px;
	font-family: "Times New Roman", Times, serif;
	color : #FFF;
	background-color:#DC6422;
	font-size : 13px;
	text-decoration : none;
	letter-spacing : 0px;
	border : 0px;
	outline: none;
}

/* These are the styles for seo */
h1 {
   font-family : Arial, Helvetica, sans-serif;
   font-size : 12px;
   font-weight : normal;
   color : #AAAAAA;
/*    line-height : 1.5;*/
	line-height : 18px;
   letter-spacing:.1px;
	margin: 0px;
	padding: 0px;
}
b {
	font-weight: normal;	
}
strong {
	font-weight: normal;	
}