@charset "UTF-8";
/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;

/* 1px gradient starts here */

background-image:url("assets/blueGrad.gif");
background-repeat:repeat-x;
background-attachment:scroll;
background-position:top left;

}

p {
	font-size:14px;
	line-height:125%;
	color:#000;	
	}

h5 {
	font-size:12px;
	padding-top:10px;
}

#subsequent_text a:link {
	color:#069; text-decoration: underline;}
	/* unvisited link */
	
#subsequent_text a:visited {
	color:#00324C; text-decoration: underline;}
	/* visited link */
	
#subsequent_text a:hover {
	color:#00F; text-decoration: underline;}
	/* mouse over link */
	
#subsequent_text a:active {
	color:#999; text-decoration: underline;}
	/* mouse down link */
	

#container{
	width: 800px;
	margin-left: auto;
	margin-right: auto;

/* background effects */
	border-left: 2px solid #306;
	border-right: 2px solid #306;
	border-bottom: 2px solid #306;
/*	background-color: #FFFFF0;*/
	background-color:#FFF;
	overflow: hidden;
} 

/* photo360, lowerpage, left_nav, right_content, hardhat, ccd3logo, index_text are index page divs */

#photo360{	
	width: 800px;	
	margin-left: auto;
	margin-right: auto;
	height:270px;
	}
	
#lowerpage{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	}
	
#right_content{
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	padding-right:10px;
	float:right;
	
	}	

		
/* small_photo360, ccd3logo, sub_lowerpage, left_nav, right_content,  subsequent_text are subsequent page divs*/	

#subsequent_text img {
	padding-right:15px;
	border:none;	
	}
		
#small_photo360{	
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 200px;
	}
	
#small_photo360 img{
	float:right;
	}

#ccd3logo{
	float:left;
	width: 220px;
	padding-top:33px;
	padding-left:10px;
	}	
	
#sub_lowerpage{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	}	


#subsequent_text{
	float:right;
	width:530px;
	margin-right:20px;
	margin-bottom:10px;
	
	}
	
#subsequent_text p{
	padding-left:0px;
	}
	
#subsequent_bullets ul{
	list-style-type:square;
	}
	
/*	
 msk and va photo page code starts here */	
	
#subsequent_text_va p{
	padding-left:0px;
	}	
	
#subsequent_text_va img{
	padding-top:0px;
	padding-bottom:0px;
	padding-left:5px;
	padding-right:5px;
	}
	
#subsequent_text_msk p{
	padding-left:0px;
	}	
	
#subsequent_text_msk img{
	padding-top:0px;
	padding-bottom:0px;
	padding-left:4px;
	padding-right:4px;
	}	
	

	
/* navigation code starts here */	
	
#left_nav{
	width:220px;
	float:left;
	}

#left_nav p{
	font-size:12px;
	margin-bottom: 4px
	}
	
#left_nav ul{
	list-style-type:none;
	margin-left:10px;
	}
	
#left_nav a:link
	{color:#069; text-decoration:none;}
/* unvisited link */

#left_nav a:visited
	{color:#00324C; text-decoration:none;}
/* visited link */

#left_nav a:hover
	{color:#00F; text-decoration:none;}
/* mouse over link */

#left_nav a:active
	{color:#999; text-decoration:none}
/* mouse down link */
	
