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

/* LAYOUT */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background-color: #333333;
	
}

#bkg_pattern {
	width:775px;
	background: transparent url(../images/bkg_pattern.gif) repeat;
}
#bkg_collage {
	width:775px;
	background: transparent url(../images/headers/hdr_homepage.jpg) no-repeat ;
}
#header_homepage {
	width:775px;
	height:125px;
	
}
#header_banner {
	float: right;
	
}
#nav_homepage {
	margin-top: 99px;
	margin-left: 193px;
	position:absolute;
}
#copy_homepage {
	width:357px; 
	float:right;
	padding: 25px 25px 0px 0px;
	margin: 0 0 0 0;
}
#commission {
	float: left;
	margin-top: 2000px;
	margin-left: 50px;
}
#join_776club {
	float: left;
	margin-top: 20px;
	margin-left: 50px;
}
#join_navyleague {
	float: left;
	margin-top: 20px;
	margin-left: 50px;
}
#tablelinks {
	float: left;
	margin-top: 200px;
	margin-left: 30px;
}
#homepage_rule {
	clear:both;
	float:right;
	width: 300px;
	margin: 10px 30px 10px 0 ;
	border-top: 1px solid #9D0A0E;
}
#quote_row {
	width:775px;
	clear:right;
}
#quote_copy {
	width:357px; 
	float:right;
	padding: 0px 25px 0px 0px;
	margin: 0 0 0 0;
}

#home_news {
	width:700px;
	margin: 0px 0px 0px 30px;
	padding: 0 0 0 0;
	float:left;
	
}

.imgmargin {
	margin-left: 15px;
	margin-bottom: 15px;
	padding: 0;
}


#quote_photos {
	width:340px;
	padding: 0px 0px 0px 15px;
	margin: 0 0 0 0;
	float:left;
	
}
.quote_photo_bkg {
	background: transparent url(../images/photos/photo_frame.gif) no-repeat ;
}


#header_subpages {
	width:775px;
	height:292px;
	background: transparent url(../images/headers/hdr_subpages.jpg) no-repeat;
}
#nav_primary {
	margin-top: 106px;
	margin-left: 195px;
	position:absolute;
}
#headline_background {
	width:775px;
	height:38px;
	background-color: #9D0A0E;
}
#content_area {
	width:775px;
	margin: 0;
	padding: 0;
	background-image: url(../images/bkg_pattern.gif);	
}
#copy_column {
	width:500px; 
	float:right;
	padding: 0px 40px 20px 0px;
	margin: 0 0 20px 0;
}
#copy_column_wide {
	width:700px; 
	float:right;
	padding: 0px 30px 20px 0px;
	margin: 0 0 20px 0;
}
#nav_column {
	width:200px;
	height:250px;
	float:left;		
	padding: 0px 0px 20px 0px;
	margin: 0 0 0px 0;
	border-right: 1px solid #9D0A0E;
}

#footer {
	clear:both;
	position:absolute;
	width:765px;
	height:30px;
	padding: 5px 5px 5px 5px;
	border-top: 3px solid #9D0A0E;
	background: transparent url(../images/bkg_pattern.gif) repeat;
}


/* LINKS */

a:link {
color: #66CCFF;
text-decoration: underline;
}

#nav_column a:link {
	color: #FFF;
	text-decoration: none;
}


.contact_link {
	color:#0000FF;
}

a:visited {
color: #66CCFF;
text-decoration: underline;
}

#nav_column a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color:#0066FF;
	text-decoration: none;
}
#nav_column a:hover {
	color:#9D0A0E;
	text-decoration: none;
}


body#contact #tab_contact,
body#employment #tab_employment,
body#links #tab_links {
	color:#ffdf00;
	text-decoration: none;
}
body#stats #nav_stats,
body#stats_features #nav_features,
body#stats_life #nav_life
{	color:#9D0A0E ;
	text-decoration: none;
}




/*TYPOGRAPHY */




h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	line-height: 1em;
	font-weight: bolder;
	text-transform: uppercase;
	padding: 10px 0 10px 62px;
	color: #FFF;
	font-variant: small-caps;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	
	padding:0 0 10px 0;
	color: #FFF;
}

p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.5em;
	color: #FFFFFF;
	text-align: justify;
	padding: 0 0 8px 0;
	
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .5em;
	line-height: 1.5em;
	text-align:right;
	color: #FFFFFF;
}

ul {
	padding: 0;
}
#nav_column ul {
	padding: 0px 0 0px 0;
}

li {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.5em;
	list-style-position: outside;
	list-style-type: disk;	
	padding: 5px 0 5px 0;
	text-align: justify;
	
}
#nav_column li {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	text-align: right;
	list-style:none;
	font-size: 12px;
	margin:0 5px 20px 0;
	padding: 0;
}

/* added May 5, 2007  */

#commission_rule {
	clear:both;
	float:left;
	width: 500px;
	margin: 10px 30px 10px 0 ;
	border-top: 1px solid #9D0A0E;
}
