/* =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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* =Body 
-------------------------------------------------------------- */

body {
	font:small "Lucida Grande", Arial, Helvetica, sans-serif;
	background: #2f3c4d url(../../images/bkgd_body.jpg) repeat-x 0 0;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #333333;
}


/* =Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* =Text elements
-------------------------------------------------------------- */
p			{ line-height:1.7em; margin-bottom: 1em;}
p img       { float: left; margin: 0 1em 1em 0; padding: 0; }
p img.left  { float: left; margin: 1em 1em 1em 0; padding: 0; }
p img.right { float: right; margin: 1em 0 1em 1em; }

a:focus, 
a:hover   { color: #333;  	background:#ebd01d; }
a           { color: #b2112c; text-decoration: none; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* =Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; } 
ul li 		{ float:left; display:block;}


dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* =Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }

/* =Rules
-------------------------------------------------------------- */
hr          { background:#ddd;color:#ddd;clear:both;
	          float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space    { background:#fff;color:#fff;}

/* =Forms
-------------------------------------------------------------- 
   
   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   
-------------------------------------------------------------- */

label       { font-weight: bold; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }


/* =Form =fields
-------------------------------------------------------------- */

input.text, input.title,
textarea, select {
  margin:0.1em 0;
  border:1px solid #999;
}

input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border:1px solid #000;
}


input[type="button"] {
	cursor:pointer;
}
input.text, 
input.title   { width:255px; padding:7px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }

.loginForm {
	color: #b2112c;
	display:none;
	position: absolute;
	width: 378px;
	height: 297px;
	background:url(../../images/bkgd_login.png) no-repeat 0 0;
	/*right: 0;*/
	/*top:-75px;*/
	top: 131px;
	right: 70px;
	text-align: left;
	z-index: 4000;
	font-size: .9em;
	font-weight: normal; 
}

.loginForm div {
	padding: 30px 47px;
}

.loginForm p label {
	display: block;
	text-transform: uppercase; 
	text-indent: -5000px;
	float: left;
}

.loginForm #username { 
left:47px;
margin-top:none;
position:absolute;
top:103px;
}

.loginForm #password { 
left:47px;
margin-top:none;
position:absolute;
top:169px;
}

.loginForm #close_btn{
	left:250px;
	position:absolute;
	top:39px;
}

.loginForm #submit_btn{  
	background: url(../../images/btn_login.gif) no-repeat 0 0; 
	width:71px ;
	height: 29px;
	border: none;
	position: absolute;
	left:246px;
	top: 220px;
}

.loginForm .error {
	width: 180px;
	/*background:  #980F26;*/
	font-weight: bold;
	/*color: #efefef; */
	color: #cc0000;
	line-height:normal;
	margin-left:-3px;
	white-space:nowrap;
}

/* =Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { /*background: #FBE3E4; color: #8a1f11; border-color: #980F26;*/ background: transparent; border: none; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }


/* =Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none;  }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.clearBoth
{
	display: block;
	clear: both;
	height: 1px;
	line-height: 0px;
	font-size: 0px;
	margin-bottom: -1px;
}

/* =Layout 
-------------------------------------------------------------- */
#outerWrapper {
	background: transparent url(../../images/bkgd_locker.jpg) no-repeat 50% 0;
	padding-top: 50px;
	margin:0 auto 55px auto;
	text-align: left; 
}  

#containerTopWrap{
	background: transparent url(../../images/bkgd_top_shadow.png) no-repeat 2px -5px;
	width:1005px;	
	min-height:750px;
	margin:0 auto;
	position: relative;
}

#containerBottomWrap{
	background: transparent url(../../images/bkgd_bottom_shadow.png) no-repeat -4px 100%;
}

#container {
	width:958px;
	margin:0 auto;
	background:transparent url(../../images/bkgd_paper.jpg) repeat-y 0 0;
	color:#333; 
}

#outerWrapper #containerTopWrap #containerBottomWrap #container .gutter {
	padding: 26px 46px 0 49px;
}

#copyright {
	width: 958px;
	margin: 5px auto 0 auto;
	text-align: right;
	padding: 0;
	color: #efefef;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .7em;
}
/* =Masthead 
-------------------------------------------------------------- */
#masthead{
	position:relative; 
}

#masthead h1 {
	width: 260px;	
}

#masthead h1 a{
	display: block;
	width: 260px;
	height: 102px;	
}

#masthead h1 a:hover {
	background:none!important;
}
#tellAFriend a {
	display: block;
	position: absolute;
	width: 135px;
	height: 83px;
	text-indent: -2000px;
	background:url(../../images/misc_tell_a_friend.png) no-repeat 0 0;
	right: 0;
	top: -33px;
}
#tellAFriend a:hover {
	background:url(../../images/misc_tell_a_friend.png) no-repeat 0 -83px;
}
#loginStatus {
	position: absolute;
	right: 0;
	top:88px;
	width: 600px;
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
	font-size: .8em;
	color:#b2112c;
}

#loginStatus .login_control{
	padding-left:20px;
}

#loginStatus .logout_control{
	padding-left:20px;
}

#loginStatus .login_account {
	color:#00527d;
	padding-left: 0;
}
/* =Content 
-------------------------------------------------------------- */
.home #content {
	position:relative;
	height: 411px;
}
#content, 
#main{ 
	clear: both;
}

/* =Homepage
-------------------------------------------------------------- */
h2#welcome {
	background: url(../../images/title_welcome.png) no-repeat 100% 20px;
	text-indent: -2000px;
	height: 195px;
	margin: 0;
}

#flashFeature {
	position: absolute;
	z-index: 10;
	left: -45px;
	top: -5px;
	width: 452px;
	height: 421px; 
}

.home .summary {
	color: #333;
	line-height:1.5em;
	padding:20px 0 10px 388px;
}

#watchPreview a {
	display: block;
	margin: -20px 0 0 620px;
	width: 251px;
	height: 40px;
	text-indent: -2000px;
	background: url(../../images/btn_preview_video.png) no-repeat 0 0;
	/*background: url(../../images/btn_meet_athletes.png) no-repeat 0 0;*/
}
#watchPreview a:hover{
	background: url(../../images/btn_preview_video.png) no-repeat 0 -41px;
	/*background: url(../../images/btn_meet_athletes.png) no-repeat 0 -41px;*/
}

/* =gNav 
-------------------------------------------------------------- */
#gNav {
	width:870px;
	height:58px;
	background:url(../../images/nav_global.png) no-repeat 0 0;
	margin-top:-10px;
	margin-left: -3px;
}

#gNav li a{
	height: 58px;
	display: block;
	padding-right: 3px;
	text-indent: -2000px;
}

#gNav .navWhatIsGF a{
	width: 144px;
}

#gNav .navWhatIsGF a:hover,
.whatIsGF #gNav .navWhatIsGF a{
	background:url(../../images/nav_global.png) no-repeat 0 -58px;
}


#gNav .navGuardFit a{
	width: 145px;
}

#gNav .navGuardFit a:hover,
.guardFit #gNav .navGuardFit a{
	background:url(../../images/nav_global.png) no-repeat -147px -58px;
}

#gNav .navGetGuardFit a{
	width: 143px;
}

#gNav .navGetGuardFit a:hover,
.getGuardFit #gNav .navGetGuardFit a{
	background:url(../../images/nav_global.png) no-repeat -295px -58px;
}

#gNav .navToolsResources a{
	width: 158px;
}

#gNav .navToolsResources a:hover,
.toolsResources #gNav .navToolsResources a{
	background:url(../../images/nav_global.png) no-repeat -441px -58px;
}

#gNav .navMeetAthletes a{
	width: 145px;
}

#gNav .navMeetAthletes a:hover,
.meetAthletes #gNav .navMeetAthletes a{
	background:url(../../images/nav_global.png) no-repeat -602px -58px;
}

#gNav .navReqProgram a{
	width: 112px;
}

#gNav .navReqProgram a:hover,
.reqProgram #gNav .navReqProgram a{
	background:url(../../images/nav_global.png) no-repeat -750px -58px;
}

/* =Local Nav
-------------------------------------------------------------- */
#localNav {
	padding: 5px 0;
	color:#333; 
	border-bottom: 1px solid #666;
	font-size: 10px;
	font-weight: bold;
	display: block; 
	height: 10px;
	float: left;
} 
#localNav li{
	float:left;
	padding-left:3px;
}

/* =Focus Zones for homepage
-------------------------------------------------------------- */
#focusZone {
	background: url(../../images/focus_zone.png) no-repeat 0 0;
	width:882px;
	height: 155px;
	margin: 0 0 20px -7px;
	padding: 0;
	position: relative;
	clear:both;
}

#focusZone ul {
	height: 141px;
	padding: 0 0 0 10px;
	overflow: hidden;

}
#focusZone li {
	padding-right: 10px;
}
#focusZone li a { 
	display: block;
	height: 141px;
	text-indent: -2000px;
}

#focusZone ul #measureFitness a {
	width: 276px;
}
#focusZone ul #measureFitness a:hover {
	background: url(../../images/focus_zone.png) no-repeat -10px -155px;
}

#focusZone ul #wantToLearn a {
	width: 250px;
}

#focusZone ul #wantToLearn a:hover {
	background: url(../../images/focus_zone.png) no-repeat -598px -155px;
}

#focusZone ul #signup a {
	width: 292px;
}
#focusZone ul #signup  a:hover {
	background: url(../../images/focus_zone.png) no-repeat -296px -155px;
}
/* =Footer
-------------------------------------------------------------- */
#footer {
	color: #333; 
}
#footer a { 
	color: #00527d; 	 
}
#footerNav { 
	text-align: right;
	float: right;
	clear:both;
}

#footerNav li { 
	padding-left: 3px;
	color: #999;
}

#footerNav li a{
	font-size: .9em;
}

#footer .learnMore {
	font-size: .9em;
	text-align: right;
	margin-bottom: 0!important;
}

#footer .learnMore a{
	color: #980f26!important;
}


#footer #misc_links{
	text-align: right;
	display: block;
	background: url(../../images/hr.gif) no-repeat 0 0;	
	margin:30px -40px 0 !important;
	padding:10px 40px 0;
	font-size: .9em;
	height:26px;
}

#footer #misc_links a {
	padding:0 3px;
}

#socialMediaLinks {
	width: 272px;
	height: 150px;
	margin:-34px 0 0;
	padding: 0;
	background: url(../../images/bkgd_social_strips.png) no-repeat 0 0;
}

#socialMediaLinks li {
	padding-right: 2px;
}
#socialMediaLinks li a{
	text-indent: -2000px;
	height: 150px;
	display: block;
}

#facebook a {
	width: 55px;
}
#facebook a:hover {
	background: url(../../images/bkgd_social_strips.png) no-repeat 0 -154px;
	
}
#youTube a {
	width: 54px;
}

#youTube a:hover {
	background: url(../../images/bkgd_social_strips.png) no-repeat -57px -154px;
	
}

#twitter a {
	width: 52px;
}


#twitter a:hover {
	background: url(../../images/bkgd_social_strips.png) no-repeat -113px -154px;
}

#fitnessTips a {
	width: 44px;
}

#fitnessTips a:hover {
	background: url(../../images/bkgd_social_strips.png) no-repeat -167px -154px;
}
#digg a {
	width: 53px;
}
#digg a:hover {
	background: url(../../images/bkgd_social_strips.png) no-repeat -213px -154px;
}


#nationalGuardHome {
	float: right;
	margin: -70px 0 0;
}



/* =Clear Tapes
----------------------------------------------------*/
#clearTapes {
	position: absolute;
	top: -50px;
	left:-50px; 
}

#clearTape1 {
	left:100px;
	background:transparent url(../../images/misc_tape.png) no-repeat 0 0;
	position:absolute;
	width: 140px;
	height:55px;
}

#clearTape2 {
	left: 690px;
	background:transparent url(../../images/misc_tape.png) no-repeat 0 0;
	position:absolute;
	width: 140px;
	height:55px;
}


/* =Misc home page elements */
#guardWoman {
	position: absolute;
	top:-42px;
	left: 787px;
	z-index: 1;
	background: url(../../images/img_guardwoman.png) no-repeat 0 0 ;
	width:123px;
	height:220px;
}

#stopWatch {
	position: absolute;
	top: 5px;
	left:-42px;
	background: url(../../images/img_stopwatch.png) no-repeat 0 0 ;
	width:116px;
	height:179px;
} 

/* =overlay */ 
div.overlay 
{
	/* growing background image */ 
	background-image:url(../../images/white.png);       
	/* dimensions after the growing animation finishes  */    
	width:600px;    
	height:470px; 
	text-align: left;               
	/* initially overlay is hidden */    
	display:none;        
	/* some padding to layout nested elements nicely  */    
	padding:55px; 
} 
	/* default close button positioned on upper right corner */ 
	
div.overlay div.close 
{
	background-image:url(../../images/icon_close.png);    
	position:absolute;    
	right:5px;    
	top:5px;    
	cursor:pointer;    
	height:35px;    
	width:35px; 
}

/* =share this page */

/* INPUT STYLES
-------------------------------------------------------------------*/
#overlay .feedback {
	margin-left: 60px;
	line-height:1.5em;
}
#overlay form {
	text-align:left;
	line-height:1.5em;
	margin:10px 0 10px 60px;
}
	
#overlay form label {
	color:#7f220f;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:10px;
}
	
#overlay form label span {
	font-weight:normal;
	color:#706c5d;
	text-transform:none;
	}
	
#overlay form input {
	width:300px;
	background:#fff;
	border:3px solid #ccc;
	color:#706c5d;
	font-size:11px;
	padding:5px 5px;
	margin-bottom:10px;
	}
	
#overlay form select {
	color:#706c5d;
	font-size:11px;
	margin-top:15px;
	width:150px;
	}

 
#overlay form p.statusApproved {
	background:url(../../images/icon_checkMark.gif) 321px 30px no-repeat;
	
}
	
#overlay form span.nonValidEntry {
	background:#ae3b0d;
	color:#fff;
	font-size:10px;
	padding:2px 5px;
	margin-top:5px;
	width:306px;
	height:21px;
	display:block;
	clear:left;

} 
#overlay form input.error{
	border:3px solid #7f220f;
	
}


#overlay form label.error{
	background:transparent url(../../images/icon_validation.gif) no-repeat scroll 0 3px;
	color:#FF0000;
	display:block;
	font-size:11px;
	line-height:12px;
	text-align:left;
	border:0!important;
	text-transform:none!important;
	padding: 0 0 0 10px;
	margin:0;
}

 
#overlay div.feedback { 
	padding:16px;
	background: #D5CFBE;
	margin:10px 20px 10px 60px;
	font-size:15px;
	color:#7F220F;
	display:none;
}

#overlay div.error {
	background:#EFEFEF url(../../images/icon_warning.png) no-repeat scroll 20px 20px
	display:block;
}



/* Validation - More to come */

#overlay form input.invalid {
	border:3px solid #7f220f;
	}
	
#overlay form span.statusApproved {
	background:url(../../images/icon_checkMark.gif) 0px 0px no-repeat;
	height:21px;
	width:21px;
	}
	
#overlay form p.nonValidEntry {
	background:#ae3b0d;
	color:#fff;
	font-size:10px;
	padding:2px 5px;
	margin-top:5px;
	width:306px;
	}
	
#overlay h1 {
	font-size:26px;
	font-weight:bold;
	text-align:left;
	margin:30px 0 0 60px;
}
	
 #share_page_form  p{
 	margin-bottom:15px;
 }
 
 /***** Forms *****/
.formRow
{
	margin-bottom: 10px;
}

.formRow .fieldHeader
{
	text-transform: uppercase;
	color:#7f220f;
	font-size: 11px;
	font-weight: bold;
}

.formRow .fieldItem
{
	
}

.formRow .fieldHeader .required
{
	color:#706c5d;
	text-transform: none;
	font-weight: normal;
}

.formRow .fieldItem .inputItem
{
	float: left;
	width: 270px;
}

.formRow .fieldItem .inputItemWide
{
	float: left;
	width: 320px;
}

.formRow .fieldItem .inputItem input
{
	width: 260px;	
	color: #999;
	border: solid 3px #ccc;
	height: 20px;
}

.formRow .fieldItem .inputItem textarea
{
	width: 260px;	
	color: #999;
	border: solid 3px #ccc;
	height: 20px;
}

.formRow .fieldItem .errorItem
{
	float: right;
	width: 260px;
	padding-top: 3px;
}

.formRow .fieldItem .errorItemShort
{
	float: right;
	width: 210px;
	padding-top: 3px;
	color: Red;
}



.requiredField
{
	background: transparent url(../../images/icon_notApproved.png) top left no-repeat;
	padding-left: 30px;
	font-weight: bold;
	font-size: 11px;
}


.formRow .fieldSubHeader
{
	color:#000;
	font-size: 11px;
}

.interior_2col #main {
   min-height:450px;
   height:auto !important;
   height:450px;

}


