@charset "utf-8";
/* CSS Document */

body, html {
    background: #E0E0E0 url(/img/bckgrnd_slice008.jpg) repeat-x;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
body {
    min-width:780px;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #0000FF;
	text-decoration: none;
}
a:hover, a.active {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
}
.wrapDiv {
	font-family: Arial, Helvetica, sans-serif;
	background: url(/img/text.png) no-repeat top left;
	text-align: left;
	width: 780px;
	position: relative;
	overflow: auto;
	margin: 0 auto;
}
.align-right { text-align: right; }
/*-------------------------------------------*/
/*				Navigation					 */
/*-------------------------------------------*/
.wrapDiv .navDiv {
	height: 30px;
	overflow: visible;
	width: 780px;
}
.wrapDiv .navDiv ul {
	font-family: Arial;
	text-transform: uppercase;
	margin-top: 10px;
}

.wrapDiv .navDiv ul li {
	display: inline;
}

.wrapDiv .navDiv ul li a{
	text-decoration: none;
	color: #CCCCCC;
	font-size: 15px;
}

.wrapDiv .navDiv ul li a:visited {
	color: #CCCCCC;
}

.wrapDiv .navDiv ul li a:hover, .wrapDiv .navDiv ul li a.active  {   
    color: #FFFFFF;
} 

.wrapDiv .navDiv ul li#home_li {
	margin-left: 50px;	
}

.wrapDiv .navDiv ul li#join_li {
	margin-left: 55px;
}

.wrapDiv .navDiv ul li#members_li {
	margin-left: 55px;
}

.wrapDiv .navDiv ul li#family_li {
	margin-left: 55px;
}

.wrapDiv .navDiv ul li#press_li {
	margin-left: 55px;
}
.wrapDiv .navDiv ul li#about_li {
	margin-left: 55px;
}
/*-------------------------------------------*/
/*					Search					 */
/*-------------------------------------------*/
.badge{
	height: 48px;
	width: 32px;
	border: none;
	margin: 0px 1px 0px 0px;
}

.findus{
	display: inline;
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	height: 48px;
	vertical-align: top;
	font-size: 10px;
	margin-right: 5px;
	text-transform: uppercase;
}

.wrapDiv .searchDiv {
	height: 110px;
	overflow: auto;
	text-align: right;
}
.wrapDiv .searchDiv .searchMain {
	background: url(/img/magnifying-glass.gif) no-repeat #FFFFFF;
  	padding-left:20px;
	border: none;
}
/*-------------------------------------------*/
/*					Banner					 */
/*-------------------------------------------*/
.bannerDiv {
	height: 201px;
	padding-top: 1px;
	overflow: hidden;
}
.tabbedDiv {
	background: url(/img/tabs.jpg) no-repeat #E0E0E0;
	overflow: auto;
	min-height: 200px;
	font-size: 12px;
	height: 200px;
}
.home_tabbedDiv {
	background: url(/img/home_tabs.jpg) no-repeat #E0E0E0;
	overflow: auto;
	min-height: 200px;
	font-size: 12px;
	height: 200px;
}
.air_tabbedDiv {
	background: url(/img/air_tabs.jpg) no-repeat #E0E0E0;
	overflow: auto;
	min-height: 200px;
	font-size: 12px;
	height: 200px;
}
.join_tabbedDiv {
	background: url(/img/join_tabs.jpg) no-repeat #E0E0E0;
	overflow: auto;
	min-height: 200px;
	font-size: 12px;
	height: 200px;
}
.army_tabbedDiv {
	background: url(/img/army_tabs.jpg) no-repeat #E0E0E0;
	overflow: auto;
	min-height: 200px;
	font-size: 12px;
	height: 200px;
}
.ldrshp_tabbedDiv {
	background: url(/img/ldrshp_tabs.jpg) no-repeat #E0E0E0;
	overflow: auto;
	min-height: 200px;
	font-size: 12px;
	height: 200px;
}
.soldiers_tabbedDiv {
	background: url(/img/soldiers_tabs.jpg) no-repeat #E0E0E0;
	overflow: auto;
	min-height: 200px;
	font-size: 12px;
	height: 200px;
}
.family_tabbedDiv {
	background: url(/img/family_tabs.jpg) no-repeat #E0E0E0;
	overflow: auto;
	min-height: 200px;
	font-size: 12px;
	height: 200px;
}
.pub_aff_tabbedDiv {
	background: url(/img/pub_aff_tabs.jpg) no-repeat #E0E0E0;
	overflow: auto;
	min-height: 200px;
	font-size: 12px;
	height: 200px;
}
.about_tabbedDiv {
	background: url(/img/about_tabs.jpg) no-repeat #E0E0E0;
	overflow: auto;
	min-height: 200px;
	font-size: 12px;
	height: 200px;
}
.units_tabbedDiv {
	background: url(/img/units_tabs.jpg) no-repeat #E0E0E0;
	overflow: auto;
	min-height: 200px;
	font-size: 12px;
	height: 200px;
}
.tabbedwrapperDiv {
	width: 220px; 
	height: 160px; 
	float: left; 
	padding: 5px 20px 10px 20px;
}
.tabbedwrappertextDiv {
	width: 140px;
	height: 160px;
	float: right;
}
.tabbedwrappertextDiv h3 {
	color: #036;
	text-transform: uppercase;
	font-size: 14px;
	border-bottom: #CCCCCC 1px solid;
}
.tabbedwrappertextDiv p {
	font-size: 11px;
	font-family: "Segoe UI";
	padding-left: 5px;
}
/*-------------------------------------------*/
/*					Content					 */
/*-------------------------------------------*/
.contentDiv {
	background: url(/img/col_bckgrnd.jpg) no-repeat #FFFFFF;
	overflow: auto;
	min-height: 400px;
	font-size: 12px;
}
.leftContentDiv {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	width: 480px;
	float: left;
	padding: 30px 0px 30px 30px;
	overflow: visible;
}
.leftContentDiv h1 {
	font-size: 24px;
	padding: 0px 0px 5px 0px;
	overflow: auto;
	text-transform: uppercase;
	margin-top: 0px;
}
.leftContentDiv h2 {
	font-size: 18px;
	padding: 0px 0px 5px 0px;
	overflow: auto;
	text-transform: uppercase;
}
.leftContentDiv h3 {
	font-size: 14px;
	overflow: auto;
	text-transform: uppercase;
}
.leftContentDiv p {	
	padding: 0px 0px 5px 0px;
	overflow: auto;	
}
.leftContentDiv ul {
	list-style-type: square;
	padding-left: 15px;
	margin-left: 5px;
}
.leftContentDiv ul li {
	padding-bottom: 5px;
}
.leftContentDiv ol {
	padding-left: 15px;
}
.leftContentDiv ol li {
	padding-bottom: 5px;
}
.contactsWrapperDiv {
	padding: 5px; 
	overflow: auto;
	margin-top: 0px;
}
.contactsLeftDiv {
	width: 230px; 
	float: left; 
	padding: 0px 10px 0px 10px;
	text-align: right;
}
.contactsRightDiv {
	width: 100px; 
	float: left; 
	padding: 0px 10px 0px 10px;	
}
.rightContentDiv {
	text-align: left;
	width: 190px;
	padding: 30px 30px 50px 0px;
	float: right;
}
.linksHeader {
	color: #666666;	
	font-size: 16px;
	font-weight: bold;
}
.rightContentDiv ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}
.rightContentDiv ul li{
	clear: both;
	border-top: thin solid #DADADA;
	padding: 2px 3px 2px 5px;
}
#photo-box {
	float:right;
	padding:10px;
	width:252px;
	font-size:10px;
	line-height:1.3em;
	background-color: #F4F4F4;
	margin:0 auto 14px 14px ;
}
#strCaption {
	padding: 0px;
}
#strHREF2 {
	background:  url(images/external.gif) no-repeat left center;
	padding-left: 12px;
}
.rss {
	background: url(images/webfeed.gif) no-repeat left center;
	padding-left: 34px;
}
.video {
	background: url(images/media_player2.gif) no-repeat left center;
	padding-left: 34px;
}
.photo {
	background: url(images/slr-camera.png) no-repeat left center;
	padding-left: 34px;
}
.search {
	background: url(images/search.png) no-repeat left center;
	padding-left: 34px;
   	padding-bottom: 1px;
   	padding-top: 1px;
}
.email {
   padding-left: 34px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/email.png) no-repeat left center;
}
.print {
   padding-left: 34px;
   padding-bottom: 1px;
   padding-top: 1px; 
   background: url(images/print.png) no-repeat left center;
}
.breadcrumb {
	border-bottom: thin dashed #999999;
	border-top: thin dashed #999999;
	margin-left: 0px;
	padding: 5px 0px 5px 0px;
	text-align: left;
}
.breadcrumb li {
	display: inline;
	margin-left: 5px;
	color: #666666;
	font-size: 11px;
}
.breadcrumb li a{
	text-decoration: none;
	color: #666666;
}
.breadcrumb li a:visited{
	text-decoration: none;
	color: #666666;
}
.breadcrumb li a:hover,.breadcrumb li a:active {
	text-decoration: underline;
	color: #666666;
}
.post-footer {
	border: 1px solid #D7D7D7;
	font-size: 95%;
	padding: 5px;
}
.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding: 2px 0px 2px 20px; 
	margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(images/comment.gif) no-repeat left center;
	padding: 2px 0px 20px 20px; 
	margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(images/page.gif) no-repeat left center;
	padding: 2px 0px 2px 20px; 
	margin: 10px 10px 10px 10px;
}
.post-footer .external {
	background: url(images/external.gif) no-repeat left center;
	padding: 2px 0px 2px 20px; 
	margin: 10px 10px 10px 10px;
}
.next {
	float: right;
	padding-top: 15px;
	font: Arial, Helvetica, sans-serif 10px;
}
.next a {
	text-decoration: none;
	color: #0000FF;
}
.next a:visited {
	text-decoration: none;
	color: #0000FF;
}
.prev {
	float: left;
	padding-top: 15px;
	font: Arial, Helvetica, sans-serif 10px;
}
.prev a {
	text-decoration: none;
	color: #0000FF;
}
.prev a:visited {
	text-decoration: none;
	color: #0000FF;
}
.contactsTable {		
		font-size: 12px;
		border: 0px;
}
.contactsTable tr {
		border-bottom:1px solid #000;
}
/*-------------------------------------------*/
/*					Footer					 */
/*-------------------------------------------*/
.footerDiv {
	width: 780px;
	text-align: center;
	padding-top: 20px;
}
.footer {
	font-size: 12px;
	font: Arial;
}

.footer li {
	display: inline;
	padding-left: 5px;
}