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

* {
	margin:0;
	padding:0;
}
a img {
	border:none;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #c8c7a8;
	background-image: url(images/background_flag.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top;
}
a:link {
	text-decoration: underline;
	color:#336699;
}
a:visited {
	text-decoration: underline;
	color:#336699;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/*content*/

#container {
	width:1153px;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
}
.clear {
	clear:both;
}

/*header section */

#header {
	margin-bottom:7px;	
}
#mainlogo {
	width:403px;
	height:141px;
	float:left;
	background-image: url(images/logo_main.png);
	background-repeat: no-repeat;
}
#mainlogo span {
	display:none;
}
#emblems {
	width:484px;
	height:82px;
	float:right;
	margin-top:39px;
	margin-right:25px;
	margin-bottom:25px;
	background-image: url(images/armedforces_emblems.png);
	background-repeat: no-repeat;
}
#mainnav {
	width:640px;
	height:26px;
	float:right;
	clear:right;
	background-image: url(images/background_mainnav.jpg);
	background-repeat: repeat-x;
}
#mainnav ul {
	font-size:13px;
	color:#f2c718;
	list-style:none;
	padding-left:20px;
	padding-top:5px;
}
#mainnav ul li {
	float:left;
	padding-right:18px;
}
#mainnav a:link {
	text-decoration:none;
	color:#f2c718;
}
#mainnav a:visited {
	text-decoration:none;
	color:#f2c718;
}
#mainnav a:hover {
	text-decoration:underline;
}

/* contentMain Section */

#contentMain {
}
#contentMainClear {
	margin-bottom:10px;
	clear:both;
	height:23px;
	background-image: url(images/background_redwhiteblue_bottom.jpg);
	background-repeat: repeat-x;	
}
#leftcolumnMain {
	width:660px;
	float:left;
}
#middlecolumnMain {
	width:237px;
	float:left;
	margin-left:10px;
}
#rightcolumnMain {
	width:237px;
	float:right;
}
.boxheading {
	min-height:42px;
	width:auto;
	background-color:#990b27;
	background-image: url(images/background_boxheading.jpg);
	background-repeat: repeat-x;
}
.boxheading h1 {
	font-size:28px;
	display:block;
	padding:17px 0px 0px 15px;
	color:#fff;
}
.boxheading h2 {
	font-size:14px;
	display:block;
	padding:19px 0px 0px 10px;
	color:#d6d5bf;
	text-transform:uppercase;
}

#maininfo {
	height:174px;
	background-image:url(images/background_galleryinfo.jpg);
	background-color:#0c267a;
	color: #fff;
	clear:both;
	position:relative;
	top:-33px;
	z-index:10;
	margin-bottom:-21px;
	
}
#maininfo h1 {
	font-weight:lighter;
	text-transform:uppercase;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 19px;
}
#maininfo p.styled {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
}
#maininfo a:link {
	color:#fff;
	text-decoration: underline;
}
#maininfo a:visited {
	color:#fff;
}
.headlineDescription {
	float:left;
	width:600px;
	padding: 10px 0px 0px 29px;
}
.headlineDescription p {
	padding-bottom:7px;
}
#aboutusBlurb {
	float:right;
	width:225px;
	padding:80px 29px 0px 0px;
}
.smallboxcontent {
	background-color:#FFF;
	height:234px;
	background-image: url(images/smallboxbottom_fade.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
p.otherLink {
	margin:0;
	padding: 10px 0 0 15px;
	font-size:13px;
}

/* slideshow section */

#slideshow {
	width:660px;
}
#slideshow ul {
	list-style-type:none;
	height:1%; /*IE FIX */
}
#slideshow ul:after {
	content:".";
	clear:both;
	display:block;
	height:0;
	visibility:hidden;
}
#slideshow .slides {  
    overflow: hidden;  
    width: 660px;
}  
   
#slideshow .slides ul {  
/* total width of all slides - 
660px multiplied by 3 in this case */  
	width: 2640px;
}  
   
#slideshow .slides li {  
	width: 660px;  
	float: left;  
}  
 
#slideshow .slides h2 {  
	margin-top: 0;
}  
.slides-nav li {
	float:left;
	margin-right:7px;
}
.slidenavbox {
	height:30px;
	width:254px;
	background-color:#c8c7a8;
	float:right;
	position:relative;
	z-index:100;
	top:-3px;
	background-image: url(images/background_gallerynav.jpg);
	background-repeat: repeat-x;
}
.slides-nav {
	padding-top:5px;
}
#slideshow .slides-nav li.on,
#slideshow .slides-nav li.on a {
background-color: #990b27;
}
.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
background-color: #990b27;
}
.viewgallery {
	float:left;
	margin-right:7px;
	margin-left:7px;
	display:block;
	padding-top:9px;
	text-transform:uppercase;
	color:#990b27;
}
.viewgallery a:link {
	color:#990b27;
	text-decoration:none;
}
.viewgallery a:visited {
	color:#990b27;
	text-decoration:none;
}
.viewgallery a:hover {
	color:#990b27;
	text-decoration:underline;
}
.galleryiconbox {
	display:block;
	width:27px;
	height:17px;
	border:1px solid #990b27;
}
.galleryiconbox span {
	display:none;
}

/* Lower Left */

.lowerleft {
	width:347px;
	float:left;
}
.boxbottom {
	clear:both;
	/*background:url(images/smallboxbottom_fade.jpg);*/
}
.smallboxportrait {
	float:left;
	margin:9px 15px 0px 9px;
}
.lowerleftright {
	float:right;
	width:303px;
}
.facebookfan {
	height:80px;
	margin-top:20px;
	padding:0 9px 0 70px;
	background-image: url(images/icon_facebook.jpg);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color:#2667a8;
}
/*.facebookfan {
	height:97px;
	margin-top:5px;
	padding:12px 9px 0 64px;
	background-image: url(images/icon_facebook.png);
	background-repeat: no-repeat;
	background-position: 16px 13px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color:#2667a8;
	z-index:1000;
}*/
.fan_box .profileimage {
	padding:0 13px 0 0;
}

.rule {
	margin-top:30px;
	padding: 0 10px 0 10px;
	height:1px;
	background-color:#CCC;
	clear:both;
}

/*middle column content*/

.donorbox {
	background-image: url(images/background_teeingoff.jpg);
	background-repeat: no-repeat;
	height:220px;
	margin-bottom:-20px;
}
.donorcontent {
	padding:17px 12px 0px 12px;
}
.donorcontent h1 {
	font-weight:normal;
	font-size:24px;
	color:#c21b3c;
}
.donorcontent p {
	margin: 10px 0 0 15px;
	font-size:14px;
}
#donatenowbutton {
	margin:15px 0 15px 0;
	display:block;
	width:124px;
	height:23px;
	background-image: url(images/button_donatenow.jpg);
	background-repeat: no-repeat;
}
#donatenowbutton:hover {
	background-position: 0 -23px;	
}
#donatenowbutton span {
	display:none;
}
.sponsorsbox {
	background-color:#fff;
	height:622px;
	background-image: url(images/smallboxbottom_fade.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.sponsorcontent {
	padding:17px 12px 0px 12px;
}
.sponsorcontent hr {
	height:1px;
	margin-top:10px;
	margin-bottom:15px;
	color:#fff;
}
.sponsorcontent p {
	font-size:13px;
	color:#c21b3c;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:18px;
}
.sponsorcontent p span {
	display:block;
	margin-top:3px;
	font-size:10px;
}
.sponsorimage {
	padding-bottom:10px;
}

/* right column content */

.wallofhonorbox {
	background-color:#fff;
	height:862px;
	background-image: url(images/smallboxbottom_fade.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.wallofhonorcontent {
	padding:0px 12px 0px 12px;
}
.honor {
	display:block;
	padding:25px 0 15px 85px;
	font-size:13px;
	color:#c21b3c;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:18px;
	background-image: url(images/background_purpleheart.jpg);
	background-repeat: no-repeat;
	background-position: 5px top;
}
.copywrite {
	text-align:right;
	margin-bottom:15px;
}
.copywrite p {
	color:#65644a;
}
#honorlistMain {
	padding:10px 0 0 5px;
}
#honorlistMain td{
	font-size:10px;
	color:#999;
	padding-bottom:7px;
	
}
.linebreak {
	margin:5px 0 20px 0;
	height:1px;
	border-bottom:1px #999 solid;
}
.linebreak2 {
	margin:10px 0 10px 0;
	height:1px;
	border-bottom:1px #CCC solid;
}
a.purpleLink {
	float:left;
	display:block;
	width:80px;
	height:120px;
	text-decoration:none;
}
.pdflinkBox {
	width:213px;
	height:72px;
	background-color:#efefe7;
	background-image: url(images/background_donateoptionbox.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	
}
.pdflink {
	display:block;
	padding:18px 0 10px 85px;
	font-size:11px;
	background-image: url(images/page_small.png);
	background-repeat: no-repeat;
	background-position: 19px 10px;
}

/* Sub Pages */

#subpage {
	background-color:#FFF;
	background-image: url(images/smallboxbottom_fade.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.shading {
	height:25px;
	background-image: url(images/background_containershading_top.jpg);
	background-repeat: repeat-x;	
}
#pagecontent {
	min-height:300px;
	font-size:13px;
	padding:28px 25px 50px 25px;
}
#pagecontent h1 {
	border-bottom: 1px solid #CCC;
	padding-bottom:5px;
	margin:0 0 25px 0;
	color:#990824;
	font-size:32px;
	font-weight:lighter;
}
#pagecontent h2 {
	color:#000;
	font-size:26px;
	font-weight:lighter;
}
#pagecontent h3 {
	color:#990824;
	font-size:22px;
	font-weight:lighter;
	padding:10px 0 0 0;
}
#pagecontent p {
	line-height:17px;
	margin:13px 0 13px 0;
}
/*contact page*/
.contactlist {
	margin:35px 0px 0px 15px;
	list-style-type:none;
}
.contactlist li {
	padding:0px 50px 30px 0px;
	float:left;
}
.jobtitle {
	color:#666;
}
.personsname {
	font-size:24px; 
}
.contactbox {
	padding:10px 15px 10px 15px;
	min-height:200px;
	background-color:#efefe7;
	background-image: url(images/background_donateoptionbox.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
/*aboutpage*/
.floaterRight {
	margin:0 0 0 15px;
	float:right;
}
.floaterLeft {
	margin:0 15px 0 0px;
	float:left;
}

/*eventdetailspage */
.date {
	font-size:16px;
}
.boldtitle {
	font-weight:bold;
}
.schedule {
	width:500px;
}
.schedule td {
	vertical-align:top;
	font-size:13px;
}
.schedule td {
	padding-bottom:15px;
}
.timecell {
	font-weight:bold;
	text-align:right;
	padding-right:25px;
	width:75px;
}
.directions li {
	margin-left:20px;
}
/*donate page */
#donateContent {
	width:760px;
}
.expandable {
	width:430px;
}
.donateoptionbox {
	padding:10px 15px 10px 15px;
	background-color:#efefe7;
	background-image: url(images/background_donateoptionbox.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#pagecontent .donateoptionbox p {
	margin:0;
	padding:0;
}
.donateoptionbox ul li {
	margin-left:25px;
}
.donateoptionbox table {
	width:100%;
}
.donateoptionbox table td {
	vertical-align:top;
}
td.donatelink {
	/*width:150px;    remove to display buttons */
}
.donateoption {
	width:140px;
	text-align:center;
	font-size:18px;
	padding-right:10px;
}
.donatebutton {
	width:119px;
	height:42px;
	background-image:url(images/button_blue.png);
	display:block; /* change to none to hide buttons */
	font-size:16px;
	margin-left:15px;
	text-align:center;
}
.donatebutton:hover {
	width:119px;
	height:42px;
	background-image:url(images/button_blue.png);
	background-position:0px -42px;
	display:block;
	font-size:16px;
	margin-left:15px;
	text-align:center;
}

.donatelink a:link {
	text-decoration:none;
	color:#fff;
}
.donatelink a:visited {
	text-decoration:none;
	color:#fff;
}
.dollaramount {
	display:block; /* change to none to hide dollar amounts */
	font-style:italic;
	color:#990824;
}
.donatebox2 {
	padding:0 20px 0 20px;
	background-color:#efefe7;
	background-image: url(images/background_donateoptionbox.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width:310px;
	min-height:230px;
}
.donateType {
	display:none;
}
/*purple hearts */

.downloadpdfBG {
	float:right;
	width:257px;
	min-height:150px;
	background-color:#efefe7;
	background-image: url(images/background_donateoptionbox.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.downloadpdf {
	float:right;
	width:257px;
	min-height:150px;
	margin-bottom:27px;
	background-color:#efefe7;
	background-image: url(images/background_donateoptionbox.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.addname {
	float:right;
	clear:right;
	width:257px;
	min-height:150px;
	background-color:#efefe7;
	background-image: url(images/background_donateoptionbox.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.subbox {
	padding:15px 15px 15px 120px;
}
a.imagelinkPH {
	display:block;
	float:left;
	width:110px;
	height:128px;
	background-image:url(images/background_purpleheart.png);
	background-repeat: no-repeat;
	background-position:20px 0px;
}

a.imagelinkPDF {
	display:block;
	float:left;
	width:110px;
	height:128px;
	background-image: url(images/page.png);
	background-repeat: no-repeat;
	background-position: 15px 15px;
}
a.imagelinkPH span, a.imagelinkPDF span {
	display:none;
}
.pdf {
	margin-top:5px;
	background-image:url(images/adobepdf.png);
	background-repeat: no-repeat;
	padding:15px 0 15px 25px;
	text-align:right;
	background-position: 1px;
}
.addnamebutton {
	width:119px;
	height:42px;
	background-image:url(images/button_blue.png);
	display:block;
	font-size:16px;
	text-align:center;
}
.addnamebutton:hover {
	width:119px;
	height:42px;
	background-image:url(images/button_blue.png);
	background-position:0px -42px;
	display:block;
	font-size:16px;
	text-align:center;
}
.addname a:link {
	text-decoration:none;
	color:#fff;
}
.addname a:visited {
	text-decoration:none;
	color:#fff;
}
.infocell {
	text-align:right;
	padding: 5px 5px 5px 0;
	width:150px;
}
.donatetable {
	width:575px;
}
.otherinput {
	display:none;
}
.jqmClose {
	width:119px;
	height:42px;
	background-image:url(images/button_gray.png);
	display:block;
	background-repeat: no-repeat;
	font-size:16px;
	text-align:center;
}
.jqmClose:hover {
	width:119px;
	height:42px;
	background-image:url(images/button_gray.png);
	background-position: 0px -42px;
	display:block;
	background-repeat: no-repeat;
	font-size:16px;
	text-align:center;
}
.cancelButton {
	width:119px;
	height:42px;
	background-image:url(images/button_gray.png);
	display:block;
	background-repeat: no-repeat;
	font-size:16px;
	text-align:center;
}
.cancelButton:hover {
	width:119px;
	height:42px;
	background-image:url(images/button_gray.png);
	background-position: 0px -42px;
	display:block;
	background-repeat: no-repeat;
	font-size:16px;
	text-align:center;
}

.nextButton {
	width:119px;
	height:42px;
	background-image:url(images/button_blue.png);
	display:block;
	background-repeat: no-repeat;
	font-size:16px;
	text-align:center;
}
.nextButton:hover {
	width:119px;
	height:42px;
	background-image:url(images/button_blue.png);
	background-position: 0px -42px;
	display:block;
	background-repeat: no-repeat;
	font-size:16px;
	text-align:center;
}
.submit {
	font-family:Arial, Helvetica, sans-serif;
	width:119px;
	height:42px;
	background-image:url(images/button_blue.png);
	display:block;
	background-repeat: no-repeat;
	font-size:16px;
	text-align:center;
	border:none;
	color:#fff;
	padding:0px 5px 5px 0px;
	cursor:pointer;
	background-color:#fff;
}
.submit:hover {
	font-family:Arial, Helvetica, sans-serif;
	width:119px;
	height:42px;
	background-image:url(images/button_blue.png);
	background-position: 0px -42px;
	display:block;
	background-repeat: no-repeat;
	font-size:16px;
	text-align:center;
	cursor:pointer;
	background-color:#fff;
}
.submitWide {
	font-family:Arial, Helvetica, sans-serif;
	width:200px;
	height:42px;
	background-image:url(images/button_blue_wide.png);
	display:block;
	background-repeat: no-repeat;
	font-size:16px;
	text-align:center;
	border:none;
	color:#fff;
	padding:0px 5px 5px 0px;
	cursor:pointer;
	background-color:#fff;
}
.submitWide:hover {
	font-family:Arial, Helvetica, sans-serif;
	width:200px;
	height:42px;
	background-image:url(images/button_blue_wide.png);
	background-position: 0px -42px;
	display:block;
	background-repeat: no-repeat;
	font-size:16px;
	text-align:center;
	cursor:pointer;
	background-color:#fff;
}

.buttons a:link {
	text-decoration:none;
	color:#fff;
}
.buttons a:visited {
	text-decoration:none;
	color:#fff;
}

span.buttonLabel {
	display:block;
	padding:9px 10px 0 0;
	background-image: url(images/button_arrow.png);
	background-repeat: no-repeat;
	background-position: 80px 12px;	
}
span.buttonLabelBack {
	display:block;
	padding:9px 0 0 10px;
	background-image: url(images/button_arrow_back.png);
	background-repeat: no-repeat;
	background-position: 17px 13px;	
}

#theatreHeadline {
	font-size:18px;
	color:#9b0925;
	padding-left:25px;
}
#fullName {
	padding-left:25px;	
}
#branch {
	color:#666;	
}
.security {
}
.security_pay {
	color:#1a3665;
	font-weight:bolder;
	font-style:italic;
}
.security_pal {
	color:#32689a;
	font-weight:bolder;
	font-style:italic;
}

/*validation*/
label.error { 
	float: none; 
	color: red; 
	padding-left: 15px; 
	vertical-align: top; 
}
.hrfade {
	margin:25px 0 0 0;
	width:598px;
	height:32px;
	background-image: url(images/hr_gradient.jpg);
	background-repeat: no-repeat;		
}
#step2 {
	display:none;
}
.hide {
	display:table-row;
}
.hide2 {
	display:none;
}

/*videos */
.videobox {
	width:541px;
	background-color:#efefe7;
	background-image: url(images/background_donateoptionbox.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom:30px;
}
.videoboxContent {
	padding:10px;
}
.div720 {
	width:720px;
}

/* Tables for Home, Donate, Event Details pages */
table.edit-donations, td, th {
}
table.edit-donations {
}
table.edit-donations-hdr {
}
 
/* Quotes */
.quote {
	font-style:italic;
}
.quotesource {
	color:#666;
}

/* Forms */
.formaid {
	font-style:italic;
	color:#999;
}
.formelementdynamic {
	display:show;
}



