/* =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 
-------------------------------------------------------------- */

html {
	overflow-x:hidden;
}
body {
	font:small Arial, Helvetica, sans-serif;
	background:#eeeeee url(../../images/bkgd_body.jpg) no-repeat 50% -27px;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #333333;
	overflow-x:hidden;
}
body.home {
	background-position: 50% -12px;
}




/* =Text elements
-------------------------------------------------------------- */ 
a:focus, 
a:hover   { color: #333;  	background:#ebd01d; }
a           { color: #b2112c; text-decoration: none; }

/* =Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; 	color:#b89706;
}

h2 a { color:#b89706; text-decoration: none; }
/* =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:2px solid #999;
}

input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border:2px solid #333;
}

input[type=submit],input[type=reset]{
	height:54px;
	text-indent:-2000px;
	width:123px;
}


.actionRow a
{
	background: transparent url(../../images/btn_submit.png) no-repeat;
	height:54px;
	width:123px;
	display:block;
	text-indent:-2000px;
}

.actionRow a:hover, .actionRow a:focus, .actionRow a:active, .VRsubmit .actionRow input {
	background:transparent url(../../images/btn_submit.png) no-repeat 1px -54px;
}

input.text, 
input.title   { width:130px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }


/* =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; }
.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;
    visibility: hidden;
} 

strong { font-weight:bold;}
.visitLink { color:#b89706!important;  }
.allcaps {text-transform:uppercase;}
.bullets {color: #b89706; padding-right:15px;}
/* =Layout 
-------------------------------------------------------------- */

#wrap {
	width:960px;
	margin:0 auto;
	text-align:left; 
	
}

.home #wrap {
/*	background:transparent url(../../images/bkgd_home.png) no-repeat scroll 11px 124px;*/
	
}

#container {
	
}


/* =Main */

.home #main {
	width: 960px;
	text-align: left;
	margin: 0 auto;
}

/* =header 
-------------------------------------------------------------- */

#header {
	position:relative; 
	
}
#masthead {
	height:102px;
	left:29px;
	padding-bottom:10px;
	position:relative;
	top:16px;
	width:310px;
}

#masthead a{
	padding-top: 7px;
	display: block;
	width: 260px;
	height: 102px;
}

#masthead a:hover {
	background-color:transparent!important;
}

#sharePage {
	width: 366px;
	height: 135px;	
	text-indent: -10000px;
	position: absolute;
	right: -65px;
	top:8px;	
	z-index:1;
	background:url(../../images/misc_sharePage.png) no-repeat 0 0;
}

#sharePage a {
	display: block;
	width: 256px;  
	height:75px;
	z-index: 5;
}

#sharePage a:hover {
	background:url(../../images/misc_sharePage.png) no-repeat 0 -142px;
	text-decoration: none!important;
	border: none!important;
}

#tellAFriend a:hover {
	background:url(../../images/misc_tell_a_friend.png) no-repeat 0 -83px;
}

/* =list */
#content ul li {
	list-style-position:outside;
	list-style-image: url(../../images/bullet_blue.png) ;
	margin-left: 22px;
	/*background:url(../../images/bullet_blue.png) 0 7px no-repeat;*/
}


/* =Content 
-------------------------------------------------------------- */
#content {
	position: relative; 
}


.home #content {
	height: 560px;
	padding: 15px 103px;
	margin: 0 -68px;
	background:transparent url(../../images/bkgd_home.jpg) no-repeat 1px 0px;
} 
/* =Homepage
-------------------------------------------------------------- */

h1#title {
	color: #fff;
	font-weight:bold;
	font-size:2.2em;
	width:360px;
	text-transform: uppercase;
	margin-bottom:.2em; 
	width:400px;
}

#flashFeature {
	position: absolute;
	z-index: 10000;
	left: -45px;
	top: -5px;
	width: 452px;
	height: 421px; 
}

.summary {
	color: #fff;
	line-height:1.7em;
	width: 330px;
	font-size:1.1em;
}

/*watch preview */
#watchPreview {
	left:79px;
	position:absolute;
	top:260px;
}

#watchPreview a {
	color:#fff; 
	text-indent:-3000px;
	width: 348px;
	height: 46px;
	background: url(../../images/bkgd_watchPreview.jpg) no-repeat 0 0;
	display:block;
	
}

#watchPreview a:hover {
	background: url(../../images/bkgd_watchPreview.jpg) no-repeat 0 -46px;
}


/* =gNav 
-------------------------------------------------------------- */
#gNav {
/*	background:transparent url(../../images/nav_global.jpg) no-repeat scroll 0 0;
	height:65px;
	margin:0 -69px;
	position:absolute;
	top:133px;
	width:939px;*/
	background:transparent url(../../images/nav_global.jpg) no-repeat scroll 0 0;
	height:65px;
	margin:0px -66px 0;
	z-index: 10;
	
}
#gNav li {	
	float: left;
	display: block;
	height:65px;
}

#gNav li a {
	height: 65px;
	display: block;
	padding-right: 3px;
	/*text-indent: -10000px;*/
}
#gNav li a img {
	height:65px;	
}
#gNav .educators a img {width:222px;}
#gNav .educators a{
	width: 222px;
	padding-left: 78px;
}

#gNav .educators a:hover,
.educatorsPage #gNav .educators a{
	background:url(../../images/nav_global.jpg) no-repeat 0px -65px;
}

#gNav .students a img {width:207px;}
#gNav .students a{
	width: 207px;
}

#gNav .students a:hover,
.studentsPage #gNav .students a{
	background:url(../../images/nav_global.jpg) no-repeat -303px -65px;
}

#gNav .presentations a img {width:146px;}
#gNav .presentations a{
	width: 146px;
}

#gNav .presentations a:hover,
.presentationsPage #gNav .presentations a{
	background:url(../../images/nav_global.jpg) no-repeat -513px -65px;
}

#gNav .toolsResources a img {width:178px;}
#gNav .toolsResources a{
	width: 178px;
}

#gNav .toolsResources a:hover,
.toolsResourcesPage #gNav .toolsResources a{
	background:url(../../images/nav_global.jpg) no-repeat -662px -65px;
}

#gNav .program a img {width:171px;}
#gNav .program a{
	width: 171px;
}

#gNav .program a:hover,
.getTheProgramPage #gNav .program a{
	background:url(../../images/nav_global.jpg) no-repeat -843px -65px;
} 

/* =Local Nav
-------------------------------------------------------------- */
#localNav {
	color:#fff;
	
}

#localNav li a {
	display:block;
	padding:12px 22px;
	margin:0 -22px;
	font-size:13px;
	color:#fff;
}

#localNav li.current a {
	background-color:#e9cd09;
	color:#333;
	cursor:default;
}
#localNav li a:hover{
	background-color:#b49306;
	color:#333;
}

/* =Focus Zones for homepage
-------------------------------------------------------------- */
#focusZone { 
	width:810px;
	height: 250px;
	padding: 0;
	position:relative;
	top:82px;
	left: -45px;
	text-indent: -10000px;
}

#focusZone .fz_1 {
	width: 314px;
	height: 242px;
	position:relative;
	z-index: 2;
} 
#focusZone .fz_1 a {
	background: url(../../images/fz_1.gif) no-repeat 0 0;
	display: block;
	width: 314px;
	height: 228px; 
}
#focusZone .fz_1 a:hover {
	background: url(../../images/fz_1.gif) no-repeat 0 -232px;	
}
#focusZone .fz_2 {
	height:157px;
	left:212px;
	position:relative;
	top:-100px;
	width:380px;
	z-index:1;
}
#focusZone .fz_2 a {
	background: url(../../images/fz_2.jpg) no-repeat 0 0;
	display: block;
	width: 380px;
	height: 158px;
}

#focusZone .fz_2 a:hover {
	background: url(../../images/fz_2.jpg) no-repeat 0 -160px;
}

#focusZone .fz_3 {
	width: 183px;
	height: 105px;
	position: absolute;
	left: 620px;
	top: 119px;
	z-index: 1;

}
#focusZone .fz_3 a {
	background: url(../../images/fz_3.png) no-repeat 0 0;
	display: block;
	width: 183px;
	height: 105px;
}

#focusZone .fz_3 a:hover {
	background: url(../../images/fz_3.png) no-repeat 0 -106px;
}


/* =interior =focuszone */

.interior #focusZone {
	margin-top: -140px;
	margin-left: 47px;
	margin-bottom:140px;
} 

.interior #focusZone .fz_4, .module #focusZone .fz_4{
	width:184px;
	height:196px;
	position:absolute;
	left:437px;
	top:-25px;
	z-index:100;
}


.interior #focusZone .fz_4 a, .module #focusZone .fz_4 a{
	width:184px;
	height:196px;
	background:transparent url(../../images/fz_4.png) no-repeat 0 0 ;
	display:block;
	
}

/* =Footer
-------------------------------------------------------------- */
#footer {
	color: #333; 
	clear: both;
	padding:0 27px;
	margin-top:40px;
}

#footer a { 
	color: #00527d; 	 
} 

#fNav {
 	padding-bottom:0!important;
	margin-bottom:0!important;
	height:20px;
	display:block;
	position:relative;
	width:960px;
	overflow:hidden;
}

#fNav li { 
	padding-right: 3px;
	color: #999;
	float: left;
}

#footerNav li a{
	font-size: .9em;
}

#footer #learnMore {
	font-size: .85em;
	text-align:left;
	margin-bottom: 0!important;
}

#footer #learnMore a{
	color: #980f26!important;
}
 

#socialMediaLinks {
	width: 350px;
	height: 150px;
	margin-top:35px;
	padding: 0;
	background: url(../../images/bkgd_social_strips.png) no-repeat 0 0;
}

#socialMediaLinks li {
	padding-right: 2px;
	float: left;
	background: url(../../images/vertical_line.gif) no-repeat 100% 0;
}
#socialMediaLinks .lastItem {
	background:none!important;
}
#socialMediaLinks li a{
	text-indent:-12000px;
	height: 47px;
	display: block;
}

#socialMediaLinks #digg a{
	background: url(../../images/logo_digg.gif) no-repeat 0 0;
	width: 93px;
	margin-left:-6px;
}

#socialMediaLinks #delicious a{
	background: url(../../images/logo_delicious.gif) no-repeat 0 0;
	width: 133px;
}

#socialMediaLinks #eduTagger a{
	background: url(../../images/logo_eduTagger.gif) no-repeat 0 0;
	width: 113px;
	margin-top: -10px;
}

.nationalGuardLogo {
	float: right;
	margin: -150px 0 0;
}
 


.verticalSpacer {
	min-height:223px;
	height:auto !important;
	height:223px;
}


/* =Carousel */
#carousel {
	color:#FFFFFF;
	left:510px;
	overflow:hidden;
	position:absolute;
	top:230px;
	width:275px;
	height:150px;
}

#carousel .item h2{
	color: #fff;
	font-size: 1.65em;
	text-transform:uppercase;
	margin-bottom: .25em;
	width: 250px;
	font-weight:bold;
	letter-spacing:-1px;
	font:Geneva, Arial, Helvetica, sans-serif;
}

#carousel .item p{
	color: #fff;
	width: 250px;
	display: block;
	height: 80px;
	overflow: hidden;
	font-weight:bold;
	font-size:1.2em;
}

#controls {
	height:30px;
	left:208px;
	position:absolute;
	top:115px;
	width:55px;
}

#controls .next a:hover, #controls .back a:hover{
	background: #886503;
}



#polaroids{
	position:absolute;
	right: 88px;
	top: 145px;
	width: 224px;
	height: 289px;
	z-index:1000;
}

.pics {
height:232px;
margin:0;
overflow:hidden;
padding:0;
width:232px;
}

img {
background-color:transparent!important;

}
/*
	Accessible Text  Slider: Carousel 
-----------------------------------------------------------------------------------------*/

.text_slider img {
	border: 0;
}
.text_slider li,
.text_slider p {
	font-family: "Arial", "Verdana", sans-serif;
	margin: 0;
	padding: 0;
	font-size: .8em;
	line-height: 1.6;
}
.text_slider li p {
	font-size: 1em;
}
.text_slider {
	position: relative;
	overflow: hidden;
}
.text_slider .javascript_css {
	position: relative;
	z-index: 3;
	padding: 20px;
	background: #fffcd3;
}
.text_slider .skip_to_news {
	position: absolute;
	top: 0;
	left: -9999px;
}
.text_slider .back {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.text_slider .back a,
.text_slider .next a {
	display: none;
	outline: none; /* This is optional, and is arguably less accessible. */
}
.text_slider .next {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.text_slider ul {
	position: relative;
	left: 0;
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
}
.text_slider li {
	float: left;
	display: inline;
	width: 300px;
	overflow:hidden;
}



/* =Modifications */
/* =hide the view all panel */
.view_all {
	display:none;
}
 
/* =interior page */
#shadowWrap {
	background:transparent url(../../images/bkgd_container.jpg) repeat-y scroll 10px 0;
	}
 

.presentationsPage #leftCol, .presentationsPage #rightCol {
	padding-top:0;
}	

.presentationsPage #content h1 {
	margin-bottom:0px!important;
}
#presentationHiddenLinks {
	height:315px;
}
#presentationHiddenLinks a {
	width:250px;
	height:290px;
	display:block;
	background:transparent;
}
#presentationHiddenLinks a#right {
	float:right;
}
.interior #main {
	background: url(../../images/bkgd_main.jpg) no-repeat 0 0;
	margin: 0 -66px;
	width:1096px;
	
}


.interior #wrap #container #main .gutter {
	background:transparent url(../../images/bkgd_main2.jpg) no-repeat scroll 103px 100%;
	margin:0 auto;
	padding:10px 70px 34px 90px;
	position:relative;
}

.interior #contentOuterWrap {
	margin:0 auto;
	width: 918px;
}
  

.interior #content {
	padding-right: 304px;
	background: transparent url(../../images/bkgd_content.jpg) repeat-y 0 0;
/*	overflow: hidden; */

	min-height:800px;
	height:auto !important;
	height:800px;
}

#content .gutter{
	padding:40px!important;
	background: none!important;
	padding-bottom:60px!important;
}
	
.interior #bottomWrap {
	background:transparent url(../../images/bkgd_content_bottom_shadow.png) no-repeat scroll 9px 100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	z-index:10;
}



/* =Sidebar */
.noSidebar #sideBar
{
	display: none;	
}

#sideBar {
	position:absolute;
	left:773px;
	top:27px; 
	width:244px;
	background: transparent url(../../images/bkgd_localnav.png) repeat-y 0 0;
	color:#fff;
	font-size:12px;
}

#sideBar .gutter {
	padding: 19px 22px 12px 22px!important;
	background: none!important;
}

#sideBar h2 {
	color: #fff;
	font-size: 18px;
	background-color: #01375a;
	margin:-19px -22px 0px;
	padding: 19px 22px 14px;
}

#sideBar h2 em {
	text-transform: uppercase;
}


#sideBar p{
	line-height:24px;
	margin:12px 0;
}


/* =Interior Content */

.interior #sidePhotos {
	position: absolute;
	left: 614px;
	top: 285px;
	background:transparent url(img/photo_polaroids.png) no-repeat 0 0 ;
	width:70px;
	height:280px;
}

.interior #content h1{
	background:url(../../images/bkgd_content_title3.jpg) no-repeat 0 0;
	margin:-51px 0 0 -58px;
}


.interior #content h1 span {
	padding:37px 25px 50px 75px;
	display: block;
	font-size:25px;
	color: #b89706;
	text-transform: capitalize;
	font-weight:bold;
}


.interior #content p {
	line-height:22px;
	margin-bottom:12px;
	color:#013a60;
}


.interior #content h2 {
	font-size:17px;
	font-weight: bold;
	margin-top:17px; 
	line-height:18px;
	margin-bottom:5px;
}


.interior #content h3 {
	font-size:14px;
}

.interior #content h4 {
	font-size:12px;
}


.interior #content ul{
	list-style:none;
	line-height:26px;
	color:#013a60;
	margin-bottom:15px;
}




/* =Educators Page */

.educatorsPage #contentOuterWrap {
		background:url(../../images/bkgd_teacher.jpg) no-repeat 100% 100%;
}
.educatorsPage  #extraBg {
	background:transparent url(../../images/educator_teacher2.jpg) no-repeat scroll 0 0;
	float:right;
	height:49px;
	margin-right:9px;
	margin-top:-15px;
	width:304px;
	z-index:1;
}

/* =Presentation Page */
.presentationsPage #content  .gutter {
	background: url(../../images/bkgd_presentations.jpg) no-repeat 0 0!important;
	
}

.presentationsPage #leftCol, .presentationsPage #rightCol {
	width:235px;
	float:left;
}	
.presentationsPage #leftCol {
	padding-left: 13px;
	margin-left: 0;
}	

.presentationsPage #rightCol { 
	padding-left: 46px;
	margin-left:0;
}	

.presentationsPage #sidePhotos {
	position: absolute;
	left: 614px;
	top: 285px;
	background:transparent url(../../images/img_side_photos.png) no-repeat 0 0 ;
	width:70px;
	height:280px;
}

.presentationsPage #contentOuterWrap {
	background: transparent url(../../images/bkgd_presentation.jpg) no-repeat 100% 100%;
}

.presentationsPage2 #contentOuterWrap {
	background: transparent url(../../images/bkgd_presentation.jpg) no-repeat 100% 100%;
}

.studentsPage #contentOuterWrap {
	background: transparent url(../../images/bkgd_student.jpg) no-repeat 100% 100%;
}

.toolsResourcesPage #contentOuterWrap {
	background: transparent url(../../images/bkgd_toolsResources.jpg) no-repeat 100% 100%;
}

.sitemap #contentOuterWrap {
	background: transparent url(../../images/bkgd_sitemap.jpg) no-repeat 100% 100%;
}

.signup #contentOuterWrap {
	background: transparent url(../../images/bkgd_signup.jpg) no-repeat 100% 100%;
}

.getTheProgramPage #contentOuterWrap {
	background: transparent url(../../images/bkgd_getTheProgram.jpg) no-repeat 100% 100%;
}

/***** Forms *****/
.formRow
{
	margin-bottom: 10px;
}

.formRow .fieldHeader, .VRsubmit .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,  .VRsubmit .inputItem input
{
	width: 260px;	
	color: #999;
	border: solid 3px #ccc;
	height: 20px;
}

.formRow .fieldItem .inputItem textarea, .VRsubmit .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;
}

.formCBs
{
	margin-top: 10px;
	font-size: 11px;	
}

.formCBs #cbList1
{
	float: left;
	width: 25%;
}

.formCBs #cbList2
{
	float: left;
	width: 25%;
}

.formCBs #cbList3
{
	float: left;
	width: 25%;
}

.formCBs #cbList4
{
	float: left;
	width: 25%;
}

.formCBs .header
{
	text-transform: uppercase;
	color:#000;
	font-size: 11px;
	font-weight: bold;
	height: 30px;
}

.formCBs .list
{

}

.formCBs input
{
	clear: left;
	float: left;
	margin-left: -3px;
}

.formCBs label
{
	float: left;
	display: block;	
	margin-top: 2px;
	font-weight: normal;
	width:100px;
}

/*** Modal Popup***/
.modalBackground {
	background-color: #333;
	filter:alpha(opacity=80);
	opacity:0.7;
}

.modalPopup {
	background-color: red;
	border-width: 0 2px 2px 2px !important;
	border-style: solid;
	border-color: #999;
	padding:0px !important;
	z-index: 15000;
	width: 800px;
	height: 400px;
}

.modalPopup .modalBody {
	padding:10px;
}

/*** Sitemap ***/
#sitemap
{
	
}

.ParentNode
{
	
}

.LeafNode
{


}

.ChildNode
{
	padding-left: 20px;
}


/* =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;
 }
 
  /* =module */
 
 .module #main {
	background: url(../../images/bkgd_module.jpg) no-repeat 0 0;
	margin: 0 -66px;
	width:1096px;
 }
  
.module  #wrap #container #main .gutter { 
	margin:0 auto;
	padding:0 70px 124px 90px;
	position:relative;
}

.module #content {
	background:transparent url(../../images/bkgd_module_intro.jpg) no-repeat -2px 0;
	width:931px;
	height:483px;
}

.module #content .gutter{
	padding: 130px 0 0 75px!important;
	position:relative;
}


.module #focusZone { 
	margin-top: -140px;
	margin-left: 47px;
	margin-bottom:130px;
}

.module {
	color: #fff;
	line-height: 1.8em;
}

.module #content ul {
	margin-bottom: 5px;
	width:340px;
}

.module #content ul li {
	line-height:1.25em;
	padding-bottom:1em;
	list-style-image: url(../../images/bullet_white.png) ;
}


.module #content h1 {
	color: #003f7f!important;
	font-size: 26px!important;
	margin-bottom:58px;
	font-weight: bold;
	margin-left: -28px;
	text-transform: capitalize;
	position:absolute;
	z-index:2000;
	top:35px;
	left:85px;
}

.module #content h2 {
	font-size: 16px!important;
	color: #fff;
	letter-spacing: -1px;	
	width: 335px!important;
	margin-bottom: 19px;
	font-weight: bold;
}

.module #content p {
	margin-bottom: 15px;
	width: 333px;
	line-height: 1.25em;
}

.module #content #getStartedBtn {
	width:148px;
	height:62px;
	text-indent: -2000px; 
	margin-top:5px;
}
.module #content #getStartedBtn a{
	width:148px;
	height:62px;
	display: block;
	background:transparent url(../../images/btn_getStarted.png) no-repeat 0 0;
}

.module #content #getStartedBtn a:hover, 
.module #content #getStartedBtn a:focus,
.module #content #getStartedBtn a:active{ 
	background:transparent url(../../images/btn_getStarted.png) no-repeat 1px -62px;
}

.module #content #miscButtons {
	position: absolute;
	top: 19px;
	left: 674px;
	width:400px;
	height:15px; 
	font-size: 10px;
	text-transform: uppercase;
	z-index: 2000;
}

.module #content #miscButtons a{
	padding-right: 55px;
	color: #fff!important;
	letter-spacing: 0px;
}

.module #content #miscButtons a:hover, 
.module #content #miscButtons a:focus,
.module #content #miscButtons a:active{
	background: none!important; 
	color: #b89706!important;
}

.module #module_photo{
	height:400px;
	left:442px;
	position:absolute;
	top:66px;
	width:480px;
}


.studyTechniques #module_photo {
	background:url(../../images/photo_studyTechniques.jpg) no-repeat 0 0;
}

.budgeting #module_photo {
	background:url(../../images/photo_budgetingBasics.jpg) no-repeat 0 0;
	
}
 
.testTakingSkills #module_photo{
	background:url(../../images/photo_testTakingSkills.jpg) no-repeat 0 0;
	 
}

.resume #module_photo {
	background:url(../../images/photo_resumeWriting.jpg) no-repeat 0 0;
}

.interviewing #module_photo {
	background:url(../../images/photo_interviewing.jpg) no-repeat 0 0;
}

.lifelongLearning #module_photo {
	background:url(../../images/photo_lifelongLearning.jpg) no-repeat 0 0;
}

.workplace #module_photo {
	background:url(../../images/photo_workplaceSkills.jpg) no-repeat 0 0;
}
/* new code for modules 7/22/2009 */

/* all modules */


#allModules {
	background: url(../../images/bkgd_all_modules.jpg) no-repeat 0 0;
	position: relative;
	height:391px;
	left:-36px;
	position:relative;
	top:-41px;
	width:854px;
}

.oneModule{
	position: absolute;
	width: 153px;
	height: 118px;
}

.oneModule h3,
.oneModule p{
	width: 165px!important;
}

.oneModule h3.title a{
	margin: 0 0 5px!important;
	color: #b39205!important;
	text-transform: uppercase;
	line-height: 19px!important;
	text-decoration:none;
	font-size:17px!important;
	font-weight:bold;
	letter-spacing:-1px;
}

.oneModule h3.title a:hover {
	text-transform:none;
	background:none;
	text-transform:uppercase!important;
}
.oneModule p{
	color: #005288;
	font-size: 13px;
	line-height: 20px!important;
}

.oneModule a {
	color: #b39205!important;;
}

#budgetBasics {
	left: 25px;
	top: 60px;
}

#studyTech {
	top: 60px;
	left: 240px;
}

#studyTech {
	top: 60px;
	left: 240px;
}

#testTaking {
	top: 60px;
	left: 450px;
}


#healthNutrition {
	left: 670px;
	top: 60px;
}

#lifelong {
	top: 250px;
	left: 25px;
}

#interviewing {
	top: 250px;
	left: 245px;
}

#resumeWriting {
	top: 250px;
	left: 455px;
}

#workplace {
	top: 250px;
	left: 665px;
} 

.allModules #download {
	background:transparent url(../../images/icon_dl_arrow.png) no-repeat scroll 0 -3px;
	height:12px;
	left:780px;
	padding-left:40px;
	position:absolute;
	top:20px;
	width:90px;
}

.allModules #download a{
	color:#fff;
}


.module #content {
	background:transparent url(../../images/bkgd_module_w_chalk.jpg) no-repeat -2px 0;
	width:931px;
	height:483px;
}


.module #content #downloadBtn2 {
	width:151px;
	height:64px;
	text-indent: -2000px;  
}
.module #content #downloadBtn2 a{
	width:151px;
	height:64px;
	display: block;
	background:transparent url(../../images/btn_download.png) no-repeat 0 0;
}

.module #content #downloadBtn2 a:hover, 
.module #content #downloadBtn2 a:focus,
.module #content #downloadBtn2 a:active{ 
	background:transparent url(../../images/btn_download.png) no-repeat 0px -64px;
}

.module #content #getProgramBtn {
	width:198px;
	height:63px;
	text-indent: -2000px;  
}
.module #content #getProgramBtn a{
	width:198px;
	height:63px;
	display: block;
	background:transparent url(../../images/btn_getTheProgram.png) no-repeat 0 0;
}

.module #content #getProgramBtn a:hover, 
.module #content #getProgramBtn a:focus,
.module #content #getProgramBtn a:active{ 
	background:transparent url(../../images/btn_getTheProgram.png) no-repeat 0px -63px;
}


.downloadBtn {
	display:block;
	background:transparent url(../../images/icon_dl_arrow.png) no-repeat scroll 0 -3px;
	height:12px;
	padding-left:40px;
	position:absolute;
	width:90px;
}
.transcript .downloadBtn {
	width:140px;
	left:-30px;
}
.backtoModulesBtn {
	display:block;
	background:transparent url(../../images/icon_rightArrowBox.png) no-repeat scroll 0 0;
	height:12px;
	padding-left:15px;
	position:absolute;
	width:190px;
	margin-left:110px;
}
.module #content #miscButtons { 
	left: 654px;  
}


.healthNutrition #module_photo {
	background:url(../../images/photo_healthNutrition.jpg) no-repeat 0 0;
	
}

.resumeWriting  #module_photo {
	background:url(../../images/photo_resumeWriting.jpg) no-repeat 0 0;
	
}

.lifelongLearning #module_photo {
	background:url(../../images/photo_lifelongLearning.jpg) no-repeat 0 0;
	
}


.interviewing #module_photo {
	background:url(../../images/photo_interviewing.jpg) no-repeat 0 0;
	
}


.workplaceSkills #module_photo {
	background:url(../../images/photo_workplaceSkills.jpg) no-repeat 0 0;
	
}

.allModules #content {
	background:transparent url(../../images/bkgd_module_no_chalk.jpg) no-repeat -2px 0;
	width:931px;
	height:483px;
}

.module #content ul {
	margin-bottom: 3px; 
}

.module #content ul li { 
	padding-bottom:7px; 
}

.module #content p {
	margin-bottom: 8px; 
}

.module #content #getStartedBtn { 
	left:70px; 
	position:absolute; 
	top:380px; 
}

.module #content .divider {
	margin: 15px 0;
}

#moduleFlash {
position:absolute;
top:-57px;
left:-11px;
z-index:999;
}

#moduleFlashTest {
position:absolute;
top:11px;
left:10px;
z-index:999;
}


.module #header {
	height:177px
}
.module #masthead {
	position:absolute;
}

.module #main,
.module #container {
	position:relative;
}
.module #gNav {
	margin:0;
	width:1092px;
	position:absolute;
	left:-66px;
	top:112px;
	z-index:2000;
}






/* overlay videos for APFT form */
#overlay_video {    
   /* growing background image */
   background-image:url(../../images/bkgd_video.png);       
   width:658px;    
   height:421px;                
   /* initially overlay is hidden */    
   display:none;        
   /* some padding to layout nested elements nicely  */    
   text-align:center;
   padding:0;
}

/* default close button positioned on upper right corner */
#overlay_video div.close,
{
   background:url(../../images/icon_close_video.jpg) no-repeat 0 0;
   position:absolute;    
   right:5px;    
   top:5px;    
   cursor:pointer;    
   height:18px;    
   width:18px; 
}