/* ===============================================
PROJECT TITLE
--------------------------------------------------
AUTHOR(S): matt@topspotims.com,


==================================================
COLOR TABLE
--------------------------------------------------
BACKGROUND      #fff;

RED				#da0d1a;

=================================================*/

/* ==== Mini-Reset         ============================== */
h1, h2, h3, h4, p, ul, li, form, fieldset, img, a {
	margin: 0;
	padding: 0;
	border: none;
}


body{
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.clearBoth {
	clear: both;
}

.floatright {
	float: right;
	height: auto;
	padding-left: 10px;
}

.floatleft {
	float: left;
	padding: 0 10px 0 0 ;
}

/* ==== global         ============================== */
h1 {
	font-size: 1.8em;
	font-weight: normal;
	color: #1160a9;
}
h2,h3 {
	margin: 5px 0;
	font-size: 1.6em;
	font-weight: normal;
	color: #333;
}
h2 {
	border-bottom: 1px solid #333;
}
p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: .9em 0;
	font-size: 1.2em;
	line-height: 1.5;
	color: #4a4848;
}
a, a:visited, a:focus {
	/*padding-left: 10px;*/
	color: #da0d1a;
	text-decoration: underline;
	/*background: transparent url(../images/icon_more.gif) left center no-repeat;*/
}
a:hover {
	color: #0055a5;
	text-decoration: none;
	/*background: transparent url(../images/icon_more_hover.gif) left center no-repeat;*/
}
a.pdf {
	padding: 0 25px 0 0;
	background: transparent url(../images/icon_pdf.gif) right center no-repeat;
}
a:hover internal {
	color:#0055a5;
	text-decoration: none;
	padding: 0;
	background:none;
	}
a.noBg {
	padding: 0;
	background: none;
}
ul, ol {
	margin-left: 5px; 
	list-style-position: inside;
}
ul li, ol li {
	padding: 3px 0;
	font-size: 1.2em;
	color: #4a4848;
}
ul li p, ol li p {
	font-size: 1em;
}
li h3 {
	color: #000;
	font-size: 1.2em;
}
.supplemental {
	padding: 7px;
	background: #f1efd1;
}
.resetList {
	list-style: none;
}

/* ==== WRAPPER        ============================== */
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 80em;
}

/* ==== HEADER         ============================== */
#header {
	overflow: auto;
	background: transparent url(../images/header_bg_flag.gif) right bottom no-repeat;
}
	#header a#skipToContent {
		position: absolute;
		left: -9999px;
	}
	#header a#logo {
		float: left;
		display: block;
		margin: 5px 0;
		width: 477px;
		height: 120px;
		text-indent: -9999px;
		background: transparent url(../images/logo.gif) no-repeat;
		overflow: hidden;
		outline: none;
	}
	
	/* ==== Global Nav         ============================== */
	#header ul#globalNav {
		float: right;
		list-style: none;
	}
		#header ul#globalNav li {
			float: left;
		}
		#header ul#globalNav li a {
			display: block;
			padding: 3px 10px;
			color: #da0d1a;
			background: transparent url(../images/icon_more.gif) left center no-repeat;
			outline: none;
		}
		#header ul#globalNav li a:hover {
			color: #0055a5;
			text-decoration: none;
			background: transparent url(../images/icon_more_hover.gif) left center no-repeat;
		}

	/* ==== Search Bar         ============================== */
	#header form {
		float: right;
		clear: right;
		margin: 10px 0 0;
		width: 30em;
		text-align: right;
	}
		#header form input {
			padding: 5px;
			border: 1px solid #e1e1e1;
		}
		#header form input#ajaxSearch_submit {
			padding: 5px 10px;
			color: #fff;
			background: #464646 url(../images/submit_bg.gif) top repeat-x;
			display: none;
		}
		#ajaxSearch_input {
			display: none;
		}
		#header form input#ajaxSearch_submit:hover {
			background-image: none;
			cursor: pointer;
		}
		#ajaxSearch_intro {
			display: none;
		}
		
		/* ==== Search Results         ============================== */
		.ajaxSearch_result {
			border-bottom: 1px solid #dddddd;
		}
	
/* ==== PRIMARY NAV    ============================== */
ul#primaryNav {
	clear: both;
	margin: 0 0 1px;
	list-style: none;
}
	ul#primaryNav li {
		position: relative;
		float: left;
		padding: 0;
		width: 9.5em;
	}
	ul#primaryNav li.first {
		width: 9.6em;
	}
	ul#primaryNav li a {
		display: block;
		padding: .4em 0;
		text-align: center;
		color: #fff;
		font-size: 1.3em;
		text-decoration: none;
		border-left: 1px solid #fff;
		background: #00284e url(../images/nav_bg_inactive.gif) top repeat-x;
	}
	ul#primaryNav li.first a {
		width: 7.8em;
		border: none;
	}
	ul#primaryNav li a:hover {
		background: #871717 url(../images/nav_bg_active.gif) top repeat-x;
	}
		ul#primaryNav li ul {
			position: absolute;
			margin: 0;
			padding: 0;
			top: 2.4em;
			left: -9999px;
			z-index: 10;
			list-style: none;
		}
		ul#primaryNav li ul li {
			float: none;
			display: block;
			margin: 0;
			padding: 0;
		}
		ul#primaryNav li ul li a {
			padding: .5em;
			width: 10em;
			font-size: .9em;
			border: none;
		}
		ul#primaryNav li ul li.first a {
			width: 10em;
		}
		
	ul#primaryNav li:hover ul, ul#primaryNav li.sfhover ul {
		left: auto;
	}
/* ==== banner         ============================== */
#banner {
	z-index: -1;
	clear: both;
	height: 200px;
	background: transparent url(../images/banner_bg_flag.jpg) right top no-repeat;
	overflow: auto;
}
	#flashBanner {
		z-index: -10;	
		position: relative;
		float: left;
		width: 412px;
		height: 200px;
		background: transparent url(../images/flash_banner.jpg) no-repeat;
	}
		#flashBanner p {
			display: block;
			position: absolute;
			padding: 3px 5px;
			width: 402px;
			font-size: 1.3em;
			left: 0;
			bottom: 0;
			color: #fff;
			text-align: center;
			background: #000;
		}


/* ==== contentWrapper        ============================== */
#contentWrapper {
	position: relative;
	padding: 7px;
	border: 1px solid #e1e1e1;
	border-top: none;
	overflow: auto;
}


/* ==== breadcrumbs         ============================== */
#breadcrumb {
	margin: 0 0 7px;
	font-size: 1.2em;
}
	#breadcrumb a {
		padding: 0;
		color: #000;
		background: none;
	}

	/* ==== contentBody         ============================== */
	#contentBody {
		float: left;
		width: 56.5em;
	}
	
	/* ==== sidebar         ============================== */
	#sidebar {
		float: right;
		width: 19.5em;
	}
		#sidebar .sideBlock {
			padding: 5px;
			background: #ebebeb;
			overflow: auto;
		}
		#sidebar .sideBlock ul {
			margin-left: 15px;
			 
			list-style-image: url(../images/icon_more.gif);
			list-style-position: outside;
		}
			#sidebar .sideBlock ul li {
				padding: 5px 0 0 5px;
			}
			#sidebar .sideBlock ul li a {
				margin: none;
				padding: none !important;
				background: none;
				
			}
		#sidebar a.donate {
			display: block;
			padding: 0;
			margin: 15px 0;
			width: 195px;
			height: 25px;
			background: transparent url(../images/button_donate.gif) no-repeat;
			text-indent: -9999px;
			overflow: hidden;
		}
		#sidebar img {
		
		}
		/* ==== flash banner         ============================== */
		#flashRotate {
			margin-bottom: 10px;
		}
		/* ==== events calendar         ============================== */
		#upcoming-events-calendar table {
			border-collapse: collapse;
		}
		#upcoming-events-calendar table th, td {
			text-align: left;
			background-color: #eee;
			border: 1px solid #777;
			padding: .2em .4em;
			font-size: 1.2em;
			font-family: Arial, Verdana, Helvetica, sans-serif;
			color: #4a4848;
		}
		#upcoming-events-calendar td {
			background-color: #fff;
			border-color: #aaa;
		}
		#upcoming-events-calendar caption {
			padding: .2em .4em;
		}
		
	/* ==== homeIcons         ============================== */
	#homeIcons {
		clear: both;
		position: relative;
		padding: 3px;
		border: 1px solid #e1e1e1;
		border-top: none;
		overflow: visible;
	}
		#homeIcons a {
			float: left;
			display: block;
			margin: 0;
			padding: 0;
			color: #fff;
			width: 112px;
			height: 115px;
			text-indent: -9999px;
			overflow: hidden;
		}
		#homeIcons a.army { background: transparent url(../images/icon_army.gif) no-repeat;  }
		#homeIcons a.navy { background: transparent url(../images/icon_navy.gif) no-repeat; }
		#homeIcons a.airforce { background: transparent url(../images/icon_air_force.gif) no-repeat; }
		#homeIcons a.marine { background: transparent url(../images/icon_usmc.gif) no-repeat; }
		#homeIcons a.coastGuard { background: transparent url(../images/icon_coast_guard.gif) no-repeat; }
		#homeIcons a.veteran { background: transparent url(../images/icon_veteran_affairs.gif) no-repeat; }
		#homeIcons a.powmia { background: transparent url(../images/icon_pow_mia.gif) no-repeat; }
		
		/* ==== board of directors         ============================== */
		ul.directors {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		ul.directors li {
			clear: left;
			overflow: auto;
		}
		ul.directors p {
			vertical-align: top;
		}
		ul.directors img {
			float: left;
			margin-right: 15px;
		}
		
		/* ==== satellite locations         ============================== */
		div.location {
			width: 200px;
			float: left;
			margin: 15px;
		}
		
		/* ==== main contact form         ============================== */
		#mainForm {
			
		}
		#mainForm ol {
			margin: 0;
			padding: 0;
		}
		#mainForm label {
			display: block;
			margin-bottom: .4em;
		}
		#mainForm textarea {
			width: 18em;
		}
		#mainForm input, #mainForm textarea {
			border: 1px solid #bbb;
			padding: .2em .4em;
			color: #4a4848;
			font-family: Arial, Verdana, Helvetica, sans-serif;
		}
		#mainForm .submit {
			width: 7em;
		}
		
		/* ==== photo gallery         ============================== */
		#photogallery {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		#photogallery li {
			float: left;
		}
		
	#site-map #contentWrapper ul li {
		font-size: 1.2em;
	}
	#site-map #contentWrapper ul li a {
		padding: 0;
		background: none;
	}
	#site-map #contentWrapper ul li ul {
		margin-left: 15px;
	}
	#site-map #contentWrapper ul li ul li {
		font-size: 1em;
	}

/* ==== FOOTER         ============================== */
#footer {
	clear: both;
	padding: 10px 0;
	background: #959595;
	overflow: auto;
}
	#footer p {
		text-align: center;
		color: #fff;
	}
		#footer p a {
			padding-left: 25px; 
			color: #fff;
			background: transparent url(../images/footer_link.gif) 12px center no-repeat;
		}
		#footer p a:hover {
			text-decoration: none;
		}
