@charset "utf-8";
/* CSS Document */
/*
This code authored by Eric Meyer.
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
The purpose of a reset file, stated in the words of Yahoo, "removes and neutralizes the 
inconsistent default styling of HTML elements, creating a level playing field across 
A-grade browsers and providing a sound foundation upon which you can explicitly 
declare your intentions." (see http://developer.yahoo.com/yui/reset/)
*/html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,caption{margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%;vertical-align: baseline;}
/* remember to define focus styles! */
:focus {outline: 0;}
body {line-height: 1;}
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */  
table, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight: inherit;font-style: inherit;font-size: 100%;}
caption, th, td {font-weight: normal;vertical-align:top;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/* Start Main Styles */
body {
	background:#E6781A;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:21px;
	color:#FFFBEF;
}
a:link{color:#EB7B2A;text-decoration:underline;}
a:visited{color:#D9C7B2;text-decoration:underline;}
a:hover{color:#fff !important;}
a:active{color:#EB7B2A;text-decoration:none;}
#colB a:link{text-decoration:none;}
#colB a:visited{text-decoration:none;}
#colB a:hover{text-decoration:underline;}
h1, h2, h3, h4, h5, h6{
	font-weight:bold;
	color:#E6781A;
	letter-spacing:-1px;
	line-height:normal;
	text-transform:uppercase;
}
h1{
	font-size:30px;
	padding-bottom:1px;
	border-bottom:solid 2px #333;
	margin-bottom:19px;
}
h2{font-size:22px;}
h3{font-size:20px;}
h4{font-size:18px;}
h5{font-size:16px;}
h6{font-size:14px;}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
hr{
	background:#232323;
	color:#232323;
	border:none;
	width:100%;
	height:3px;
	clear:both;
}
input, textarea{
	border:none;
	background:#333;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:normal;
	padding:3px 5px;
}
input[type=text]{width:180px;}
.label-description{font-weight:bold;color:#fff;}
.label-details{font-size:11px;color:#bbb;line-height:11px;display:block;margin:2px 0 0 0;font-style:italic;}
#submitButton {
	background-image:url(/images/sprites.png);
	background-color:transparent;
	background-position:0 -142px;
	background-repeat:no-repeat;
	border:none !important;
	color:#212121;
	cursor:pointer !important;
	display:block;
	font-size:15px;
	font-weight:bold;
	height:35px;
	width:131px;
	line-height:normal;
	margin:0 !important;
	padding:0 !important;
}
#submitButton:hover {
	background-position:-131px -142px;
	color:#656565;
}
#colA h2, #colA h3, #colA h4, #colA h5, #colA h6{
	margin-bottom:6px;
}
#colA p, #colA ul, #colA ol, #colA blockquote, #colA table, #colA hr {
	margin-bottom:18px;
}
#colA ul li ul{
	margin-bottom:0;
}
#colA blockquote{
	margin-left:30px;
	margin-right:30px;
}
#colA ul li{
    list-style:disc;
    margin-left:35px;
    margin-right:35px;
}
#colA ol li{
	list-style:decimal;
	margin-left:35px;
	margin-right:35px;
}
.clear {
	clear: both;
}
#colA .emphasized{
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
}
.colModInnerBlock .emphasized {
	font-weight: bolder;
	color: #FFF;
}
#midBg{
	background:#000 url(/images/bg-mid.jpg) repeat-x 0 0;	
}
#container{
	width:960px;
	margin:0 auto;
	position: relative;
}
#logoMain{
	padding:8px 0 7px 35px;	
}
#logoMain a{
	display: block;
	height: 53px;
	width: 243px;
	text-indent: -10000px;
	background: url(/images/logoMain.png) no-repeat 0px 0px;
}
#navMain {
	height: 38px;
	background: url(/images/sprites.png) no-repeat 0 0;
	width:960px;
	position:relative;
	z-index:10;
	border-bottom:solid 1px #fff;
}
#navMain > ul{margin-left:8px;}
#navMain a{
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	display:block;
}
#navMain > ul > li{
	float: left;
	position: relative;
	text-align:left;
}
#navMain > ul > li > a {
	font-weight: bold;
	text-transform: uppercase;
	float:left;
	padding: 8px 15px 8px;
	height:22px;
}
#navMain > ul > li > a:hover, #navMain > ul > li.dir:hover{
	background: #FA7200;
}
#navMain > ul > li.dir{
	background: url(/images/bg-dir.png) no-repeat right 16px;
}
#navMain .dir > ul {
	display: none;
	position: absolute;
	top:38px;
	left:0;
	z-index:11;
	line-height:normal;
	background: #FA7200 url(/images/bg-navMain-dir.png) repeat-x 0 0
}
#navMain .dir:hover > ul,
#navMain .dir.hover > ul{
	display:block;
}
#navMain .dir > ul > li {
	background: none;
	text-align: left;
	clear:both;
	display:block;
	position:relative;
}
#navMain .dir > ul > li > a {
	font-weight: normal;
	text-transform: capitalize;
	width: 140px;
	padding: 6px 10px;
	height:auto;
}
#navMain .dir > ul > li > a:hover{
	background:#C44800 !important;	
}
#navMain .dir .dir > ul{
	position:absolute;
	z-index:12;
	left:150px;
	top:0;
}
#headerWrap {
	position: relative;
	width: 100%;
	border-bottom: solid 1px #fff;
}
#headerWrap.header-home  {
	background: #F6EED7 url(/images/bg-headerB-home.jpg) no-repeat right 0px;
}
#headerWrap.header-int  {
	background: #F6EED7 url(/images/bg-headerB-int.jpg) no-repeat right 0px;
}
#headerA {
	width: 659px;
	float: left;
	border-right: solid 1px #fff;
	background:#000;
}


#headerB {
	float: right;
	width: 300px;
}
#headerB.quickLinksBox {
	padding: 20px 18px 0;
	width: 264px;
}

.quickLinksBox h2{
	color: #000;
	font-size: 22px;
	border-bottom: dotted 1px #998675;
	margin-bottom: 9px;
}
.quickLinksBox ul {
	float: left;
	margin-left: 5px;
}
.quickLinksBox ul + ul {
	margin-left: 25px;
}
.quickLinksBox ul li{
	font-size: 12px;
	line-height: 16px;
	margin-bottom:5px;
}
.quickLinksBox a {
	color: #E05D00;
	text-decoration: none;
}
.quickLinksBox a:hover {
	color: #000;
	text-decoration: underline;
}





#midMessage {
	background: #141110 url(/images/bg-midMessage.png) repeat-x 0px 0px;
	height: 47px;
	width: 100%;
	border-bottom: solid 1px #29211e;
}
#midMessage h2 {
	background: url(/images/sprites.png) no-repeat center -90px;
	text-indent: -10000px;
	height: 47px;
}


#colWrap {
	width: 100%;
	position: relative;
	background: #000 url(/images/bg-colWrap.jpg) no-repeat 0 0;
}
#colA {
	float: left;
	width: 628px;
	padding: 23px 16px 0;
}
#colB {
	float: right;
	width: 268px;
	padding: 30px 16px 0;
}
.colMod {
	margin-bottom: 18px;
	font-size: 11px;
	line-height: 16px;
	color: #D9C7B2;
}
.colMod h2 {
	font-size: 20px;
	line-height: normal;
}
.colModInnerBlock {
	background: #141414;
	text-align: center;
	border-bottom: solid 1px #383838;
	margin-bottom: 12px;
}
.colModInnerBlock p {
	padding: 10px;
	text-align: left;
}
.colModInnerBlockWrap {
	position: relative;
	width: 100%;
	height: auto;
}
.colModInnerA {
	float: left;
	border-bottom: solid 1px #383838;
}
.colModInnerA p , .colModInnerB p{
	background: #141414;
	text-align: center;
	padding: 10px 0;
}

.colModInnerB {
	float: right;
	border-bottom: solid 1px #383838;
}


#callBox {
	background: url(/images/sprites.png) no-repeat 0px -40px;
	height: 51px;
	width: 620px;
	margin: 28px 0 14px 0;
	text-indent: -10000px;
	clear:both;
}
#footer {
	background: url(/images/bg-footer.jpg) repeat-x 0px 2px;
	min-height: 88px;
	font-size: 11px;
	line-height: 16px;
	color: #222;
	padding: 16px 0;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #fff;
}
#footerWrap {
	width: 960px;
	position: relative;
	height: auto;
	margin: 0 auto;
}
#footerA {
	float: left;
	width: 48%;
}
#footerB {
	text-align: right;
	float: right;
}
#footerB ul li {
	display: inline;
	margin-left: 8px;
}
#siteCreds ,#siteCreds a:link ,#siteCreds a:visited {
	color: #4C3D35;
}
#siteCreds a:hover {
	color: #fff;
	text-decoration: underline;
}
.photoInsetWithCaption {
	float: right;
	margin: 0 0 15px 16px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #EB7B2A;
	font-style: italic;
	line-height:15px;
}
.photoInsetWithCaption img {
	background: #2E2E2E;
	padding: 4px;
	margin: 0 0 4px 0;
}
.staffDirectoryTable{
	width:100%;
}
.staffDirectoryTable tr td{
	padding-bottom:15px;
}
.staffDirectoryTable tr td p{
	float:left;
	width:185px;
}
.mugshot{
	float:left;
	margin:0 10px 3px 0;
	display:block;
}
#colA .inlineUL{
	margin:0 0 25px 0;
}
#colA .inlineUL li{
	display:inline;
	margin:0 8px 0 0;
}
.error-input, .form .error-both .input, .form .error-same .input { color:#fc0;border:solid 1px #fc0; }
.error-div {margin:15px 0; font-size:14px;padding:5px 0;color:#fc0;font-weight:bold; }
.error-same, .form .error-both { color:#fc0; border:1px solid #999;}
.imageFloatLeftBorder,.imageFloatLeft{float:left;margin:0 14px 10px 0;}
.imageFloatRightBorder,.imageFloatRight{float:right;margin:0 0 10px 14px;}
.imageFloatRightBorder,.imageFloatLeftBorder, .imageBorder{border:4px solid #222;padding:1px;}

/* //////////////////////////
START PHOTO GALLERY STYLES */
#gallerytitle h2 { 
	font-weight: normal; 
	font-size: 12px; 
	margin-top: 18px;
	width:625px;
}
/* Page Navigation
------------------------------ */
ul.pagelist {
	clear: both;
	margin: 20px 0 0 0;
	border-top:solid 1px #333;
	padding:4px 0 0 0;
}
ul.pagelist li {
	display: inline;
	padding:0 8px !important;
	margin:0 !important;
	background:none !important;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 4px;
}
ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #fff;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #444;
	cursor: default;
}
.pagenav {
	clear: both;
}
.disabled_nav, .disabledlink {
	display: none;
}
ul#breadCrumb li{
	display:inline;
	font-size:12px;
	line-height:normal;
	background:none;
	border-right:solid 1px #444;
	padding:0 7px 0 7px;
	margin:0;
}
ul.imgnav{
	width:625px;
	position:relative;
	overflow:hidden;
	padding:0 0 4px 0 !important;
	margin:0 0 5px 0 !important;
	border-bottom:solid 1px #ccc;
}
ul.imgnav li{
	background:none !important;
	padding:0 !important;
	margin:0 !important;
	line-height:normal;
	list-style:none !important;
}
.imgprevious{
	float:left;
}
.imgnext{
	float:right;
}
/* AJAX
------------------------------ */
#albumDescEditable, #albumTagsEditable {
	margin-bottom: 12px;
}
#imageDescEditable, #albumTagsEditable {
	margin-top: 24px;
}
#imageDesc, #exif_link {
	margin-bottom: 4px;
}
#exif_link {
  float: right;
}
/* Thumbnails
------------------------------ */
#albums{
	position:relative;
	width:100%;
	margin:0 0 17px 0;
	clear:both;
}
#images{
	position:relative;
	width:100%;
	margin:0 0 18px 0;
	clear:both;
}
.image, .album {
	margin: 0 6px 14px 0;
	float:left;
	text-align:center;
	width:202px;
}
.image h2, .album h2 {
	margin: 5px 0 0 0;
	font-size:14px;
	line-height:normal;
	font-weight:normal;
}
.imagethumb img, .album a img, #imageDetail a img {
	border:3px solid #444;
	padding:1px;
}
.imagethumb a:hover img, .album a:hover img, #imageDetail a:hover img{
	border-color:#E6781A;
}
.imagesWrap{
	clear:both;
	position:relative;
	width:624px;
	margin:0 0 15px 0;
	overflow:hidden;
}
/* Individual Image
------------------------------ */
#imageDetailDesc{
	margin:10px 0 15px 0;
}
#imageDetail{
	text-align:center;	
}
/* ////////////////////////
END PHOTO GALLERY STYLES */



/* SPLASH PAGE STYLES */
body#splash{
	background:#000 url(/images/bg-mid.jpg) repeat-x 0 0;	
}#splashContainer {
	background: #F8F0D9 url(../images/bg-splash.jpg) no-repeat 0px 0px;
	height: 366px;
	width: 960px;
	margin: 25px auto;
	position: relative;
}
#splashContent {
	position: absolute;
	top: 152px;
	left: 685px;
	width: 250px;
	text-align: center;
	color: #000;
	font-size: 14px;
	line-height: 21px;
}
body#splash a:link, body#splash a:visited {
	color: #D14507;
	text-decoration: none;
}
body#splash a:hover {
	color: #000
!important;
	text-decoration: underline;
}
#woundedwarriors {
	position: absolute;
	top: 1px;
	right: 0;
	background: url(../images/woundedwarriorsbg.png) no-repeat 0 0;
	width: 215px;
	height: 25px;
	color: #e6781a;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 25px;
	padding: 39px 0 0 82px;
}
