/* root.css */

/* Table of Contents
------------------------------------
    1. Reset
    2. Elements (a, body, p, etc.)
	3. ID's (#container, etc.)
	4. Classes (.red, .clear, etc.)
	5. Print
	6. Handheld
	7. Debug
	
COLORS
    Main Text:              #3d3d3d
    Army Gold:              #ffd54a
    Army Green:             #7b8738                  
    Light Gray bg:          #f7f7f7
------------------------------------*/

/* 1. 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;
}
:focus {
	outline: 0;
}
body {
	background: #FFF;
	color: #000;
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/* 2. Elements
------------------------------------*/
body
{
    background: #7a7a7a url('../img/body_gradient.jpg') repeat-x;
    color: #3d3d3d;
    font-family: Verdana, Arial, sans-serif;
}
a {
    color: #3d3d3d;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: #7b8738;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
h1 {
    font-size: 2.4em;
    /*line-height: 1.2em;*/
}
h2 {
    font-size: 1.7em;
     /*font-size: 1.2em;*/
}
h3 {
    /*font-size: 1.7em;*/
    font-size: 1.3em;
}

h4 {
    /*font-size: 1.7em;*/
    font-size: 1.2em;
}
hr
{
    width: 80%;
    background-color:#3D3D3D;
    color: #3D3D3D;
    height:1px;
    border:0px;
}

img {
    /*border: 1px solid #3d3d3d;*/
    border: none;
}


p {
    font-size: 1.1em;
    line-height: 1.4em;
    margin: 1.1em 0;
}

label
{
    font-size: 1.1em;
    text-align: center;
}

figcaption
{
    font-size: 1.2em;
    font-weight: bold;
    padding-top: 5px;
}

/* 3. ID's
------------------------------------*/
#container {
    background: #fff;
    font-size: 62.5%;
    margin: 0 auto 14px;
    padding: 14px 0;
    overflow: auto;
    width: 996px;
}
#contentBackground
{
    background: url('../img/3column.gif') repeat-y;
    width: 996px;
    overflow: hidden;
}


/********************************************************************/
/**** Start Top Menu Styles *****************************************/
/********************************************************************/

/**** Moved to navigation.css *******/

/********************************************************************/
/**** End Top Menu Styles *****************************************/
/********************************************************************/
    
/* baseStatus - styles for myArmy stuff in top left hand corner of the home page */

.baseStatus
{
    /*border: 1px solid #C0C0C0;
    padding-bottom: 20px;
    margin-left: 135px;*/
    float: left;
    display: inline-block;
}

#baseStatus{float:left;background-color:inherit;}
#baseStatus #typeStatus.normal{background:url('../img/baseStatusNormal.jpg') no-repeat 0 0;color:#fff;height:79px;margin-right:30px;}
#baseStatus #typeStatus.dark-red{background:url('../img/baseStatusRed.jpg') no-repeat 0 0;color:#fff;height:79px;margin-right:30px;}
#baseStatus #typeStatus.amber{background:url('../img/baseStatusAmber.jpg') no-repeat 0 0;color:#fff;height:79px;margin-right:30px;}
#baseStatus #typeStatus h2, #baseStatus #typeStatus h3{font-weight:normal;position:relative;left:83px;top:5px;width:275px;}
#baseStatus #typeStatus h3{margin-top:10px;}
#baseStatus #typeStatus a#whatIsIt{color:#fff; font-size:1.2em; font-weight:normal;position:relative;left:83px;top:10px;width:275px;}
#baseStatus #typeStatus a#whatIsIt:hover{color:#fecc0a;}
 /*  */

 #normalStatus{background:url('../img/baseStatusNormal.jpg') no-repeat 0 0;color:#fff;height:79px;margin-right:30px;width:360px;}
 #redStatus{background:url('../img/baseStatusRed.jpg') no-repeat 0 0;color:#fff;height:79px;margin-right:30px;width:360px;}
 #amberStatus{background:url('../img/baseStatusAmber.jpg') no-repeat 0 0;color:#fff;height:79px;margin-right:30px;width:360px;}
 #normalStatus h2,  #amberStatus h2,  #redStatus h2{font-size:2.2em;}
 #normalStatus h2,  #amberStatus h2,  #redStatus h2,
 #normalStatus h3,  #amberStatus h3,  #redStatus h3{font-weight:normal;position:relative;left:75px;top:5px;width:275px;}
 #normalStatus h3,  #amberStatus h3,  #redStatus h3{margin-top:10px;}
 
 #divAdvisory{margin-left:30px;}

#advisoryChange{clear:both; background:#ededed; padding-left:20px; padding-right:20px;}
#advisoryBody{border-top:none; padding-top:5px; padding-bottom:5px;}
#advisoryText{margin-left:10px;}
#advisoryText p{margin-top:10px;margin-bottom:10px;}

.advisoryBorderLabel
{
    padding-right: 7px;
    text-align: left;
}

.advisoryDivBorderColor{border: 3px solid #349800;  padding: 15px; display: inline-block; width: 85%; text-align:center;}

/********************************************************************************/
    
    

#dropDownNavNS{
	position:absolute;
	top:10px;
 	left:5px;
}
#dropDownNavNS li{
    line-height:15px;
}
#footer {
    background: #4e4e4e;
    clear: both;
    color: #e3e3e3;
    font-size: 1.2em;
    padding: 5px 10px;
    overflow: auto;
    width: 976px;
}
#footer a {
    color: #e3e3e3;
    font-weight: normal;
}
#footer ul {
    text-align: center;
}
#footer li {
    display: inline;
    margin-right: 2.4em;
}
#footerLeft, #footerMiddle, #footerRight {
    float: left;
}
#footerLeft{width:125px;}

#footerRight {
    width: 200px;
}
/*#footerMiddle {
    margin: 2.8em 0 0;
    width: 576px;
}*/
/*#footerMiddle{margin:1.6em auto 0.4em;width:640px;}*/
#footerMiddle{margin:1.6em auto 0.4em;width:680px;}

#footerRight {
    text-align: right;
}
#footerLeft a, #footerRight a{
    color: #ffd54a;
}
#galleryBackground
{
    /*background: url('../img/3column.gif') repeat-y;*/
    width: 996px;
    overflow: hidden;
}

#galleryContent
{
    padding: 35px;
    background: #f7f7f7;
}
#header
{
    background: url('../img/FK_Banner.png') no-repeat;
    border-bottom: 1px solid #8f8f8f;
    height: 151px;
    width: 996px;
}
#headerStar {
    display: block;
    position: relative;
    top: 24px;
    left: 15px;
    height: 102px;
    width: 80px;
}
#leftCol {
    background: #c2c2c2;
    float: left;
    width: 196px;
    min-height: 600px;
    
}
#leftColInfo {
    background: #c2c2c2;
    float: left;
    width: 216px;
    min-height: 600px;
    
}
#leftCol .rss, #leftCol .podcasts {
    margin-left: 10px;
}
#leftColNav li {
    font-size: 1.1em;
    line-height: 2.8em;
}

#leftColNav .level3 {
    border-left: 1px solid #c2c2c2;
}
#leftColNav .level4 {
    background: #fff;
    border-top: 1px solid #c2c2c2;
    padding: 10px 0;
}
#leftColNav .level4 a {
    font-weight: normal;
    line-height: 15px;
}
#leftColNav .level4 a:hover {
    background: none;
    color: #3d3d3d;
}
#leftColNav li a.current {
    background: #4e4e4e;
    color: #fff;
}
#leftColNav li a.current:hover {
    background: #4e4e4e;
    color: #fff;
}
#leftColNav li a.subNav {
    background: #f7f7f7;
    font-weight: normal;
    border-top: 1px solid #c2c2c2;
}
#leftColNav li a.subNav:hover {
    background: #f7f7f7;
    color: #3d3d3d;
}
#leftColNav li#last {
    border-bottom: 1px solid #939393;
    margin: 0.2em 5px 0;
}
#leftColNav li#sections {
    background: #a1a1a1;
    font-weight: bold;
    padding: 0 10px;
}
#leftColNav li a {
    display: block;
    padding:  0 10px;
   /* width: 176px;*/
}

#leftColNav li a:hover {
    background-color: #b4b4b4;
    color: #7b8738;
}
#leftColRSS {
    padding: 1em 0;
    margin-bottom: 2em;
}
/* Live Search */
#liveSearch {
position:relative;
background: #525252;
float: right;
height: 2.8em;
width: 26em;
}
#liveSearch input {
color: #737373;
float: left;
font-size: 1em;
height: 1.2em;
margin: 4px 5px;
padding: 0;
}
#liveSearch input#search {
width: 210px;
}
#liveSearch input.close {
background: url('../img/searchbutton.png') no-repeat 5px 5px;
border: none;
color: #fff;
cursor: pointer;
display: inline;
float: right;
height: 26px;
width: 28px;
margin: 0;
padding: 0;
}
#liveSearchTabs {
position:absolute;
display:none;
cursor:pointer;
top:-22px;
left:-1px;
width:230px;
height:22px;
background: url('../img/live_search_tab_1.png') no-repeat;
}
#liveSearchTabs li {
height:22px;
display:inline;
float:left;
text-align:center;
color:#fff;
font-size:11px;
font-family: Verdana, Arial, Sans-serif;
padding-top:7px;
}
#liveSearchTabs1 {
width:36px;
}
#liveSearchTabs2 {
width:64px;
}
#liveSearchTabs3 {
width:66px;
}
#liveSearchTabs4 {
width:64px;
}
#liveSearchLeft {
background: url('../img/live_search_left.gif') no-repeat;
float: left;
height: 2.8em;
width: 6px;
}

#mainContentfullscreen 
{
    background: #f7f7f7;
    float: left;
    width: 996px;
    padding-bottom: 30px;
    padding-left: 15px;
}

#contentBackgroundfullscreen
{
    background: #f7f7f7;
    width: 996px;
    overflow: hidden;
}

#mainContentfullscreen h1, #mainContentfull h2, #mainContentfull h3
{
    padding: 0px 10px;
    
}

#mainContentfullscreen p {
    padding: 0 10px 2px 10px;
    
}

#mainContentfullscreen ul, #mainContentfull ol, #mainContentfull li
{
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
}

#mainContentFullScreenAll
{
    width: 97%;
    float: left;
}

#mainContentfull 
{
    background: #f7f7f7;
    float: left;
    width: 800px;
    padding-bottom: 30px;
}

#mainContentfullInfo {
    background: #f7f7f7;
    float: left;
    width: 584px;
}

#mainContentfull h1, #mainContentfull h2, #mainContentfull h3
{
    padding: 0px 10px;
    
}

#mainContentfull p {
    padding: 0 10px 2px 10px;
    
}

#mainContentfull ul, #mainContentfull ol, #mainContentfull li
{
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
}

#contentBackgroundfull
{
    background: url('../img/2column.gif') repeat-y;
    width: 996px;
    overflow: hidden;
}

#mainContent {
    background: #f7f7f7;
    float: left;
    padding-bottom: 30px;
    width: 604px;
}
#mainContentInfo {
    background: #f7f7f7;
    float: left;
    padding-bottom: 30px;
    width: 584px;
}
#mainContent h1, #mainContent h2, #mainContent h3
{
    padding: 0px 10px;
}
#mainContent p, #rightCol p {
    padding: 0 10px;
}
#mainContent ul, #mainContent ol, #mainContent li
{
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
}

#mapList
{
    font-size: 1.1em;
}   
#mainContent ul, #mainContent ol, #mainContent li
{
    padding-left: 10px;
    padding-right: 10px;
    }

#rightCol {
    display: inline;
    float: right;
    width: 196px;
}
#rightCol h2 {
    clear: both;
}
#rightCol ul {
    margin: 1em 0 1em 15px;
}
#rightCol li {
    line-height: 1.2em;
    margin: 0.8em 0;
}
#rightCol li a {
    display: block;
}
#wrapper
{
    background: url('../img/white_bg.gif') repeat-y center top;
    width: 100%;
}


#breadCrumbs
{
    margin-top: 5px;
    margin-bottom: 20px;
    margin-left:5px;
    
    /*color: Red;*/
}

#breadCrumbsfullscreen
{
    margin-top: 5px;
    margin-bottom: 20px;
    margin-left:-15px;
}



#Mp34Main
{
    position: relative;
    padding-right: 5px;
}

#Mp34Left  {
	float: left; 
	width: 395px;
}

#Mp34Right  {
	float: right; 
	width: 200px;
}

/*.SiteMapTop
{
    margin-top: 5px;
    margin-bottom: 10px;
}*/

/* CSS Sprite Icons */
.rss
{
    background: url('../img/icon_sprites.gif') no-repeat 0px -114px;
}
.podcasts {background: url('../img/icon_sprites.gif')      0px -133px no-repeat;}


/* 4. Classes
------------------------------------*/




.block {
    clear: both;
    color: #fff;
    font-size: 11px;
    height: 26px;
    line-height: 26px;
    padding-left: 10px;
    text-transform: uppercase;
}
.bold {
    font-weight: bold;
}
.bordered {
    background: #fff;
    border-top: 1px solid #9b9b9b;
    border-bottom: 1px solid #9b9b9b;
}
.centered {
	padding-left: 0;
    text-align: center;
}
.dark-gray {
    background: #4e4e4e;
}
.dark-red {
    background: #af2020;
}
.diamondList li {
    background: url('../img/diamond_bullet.gif') no-repeat 0 2px;
    padding-left: 16px;
    margin: 12px 0;
}
img.externalLink
{
    clear: both;
    border-style: none;
    /*background-image: url('../img/externalLink.png');
    background-repeat: no-repeat;*/
    width: 8px;
    height: 8px;
}


.hide {
    display: none;
}
.hide2 {
    position:absolute;
    left:0px;
    top:-500px;
    width:1px;
    height:1px;
    overflow:hidden;
}
.icon_sprite {
    display: block;
    float: left;
    height: 19px;
    margin: 0 4px;
    width: 19px;
}

.italics
{
    font-style: italic;
}
.light-gray {
    background: #c0c0c0;
    color: #565656;
}
.rss, .podcasts {
    display: block;
    height: 19px;
    line-height: 19px;
    margin: 0.4em 0;
}
.rss .textLink, .podcasts .textLink, #email .textLink, #print .textLink {
    margin-left: 24px;
}

.red
{
    color: #FF0000;
}

.green
{
    color: #008800;
}
.blue
{
    color: #0000FF;
}

.floatL
{
    float: left;
}

.floatL img
{
    padding: 10px;
}


.floatLimg
{
    padding: 10px;
}

.floatR
{
    float: right;
}

.floatRimg
{
    padding: 10px;
}


.FdNotes
{
    display: inline-block;
    padding-bottom: 5px;
    margin-left: 10px;
    padding-top: 10px;
}
.FdNotesHead
{
    border: 1px solid #999999;
    height: 1.8em;
    /*border-right: 1px solid;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-color: #eeeeee;
    font-size: 14pt;
    font-weight: bold;*/
    font-style: italic;
    background-color: #999999;
    color: #FFFFFF;
}
.FdNotesBody
{
    display: inline-block;
    
}

.FdNotesBody img
{
    padding: 5px 10px 10px 10px;
}

.liDisk
{
    font-size: inherit;
    line-height: 1.4em;
    list-style-type: disc;
    
}

.liDisk li
{
    margin:10px 0 0 0;
}

.backtotop:before
{
    font-size:10px;
    margin-left:490px;
    content:"[BACK TO TOP]";
}

.backtotopfull:before
{
    font-size:10px;
    margin-left:590px;
    content:"[BACK TO TOP]";
}

.liGeneral li
{
    font-size: 11px;
    
    margin:10px 0 0 10px;
    
}

.liletter 
{
    font-size: inherit;
    line-height: 1.4em;
    list-style-type:lower-alpha;
    margin-left:20px;
}

.liletter li
{
    margin-top:10px;
}

.liNumber
{
    font-size: inherit;
    line-height: 1.4em;
    list-style-type: decimal;
    margin-left: 100px;
}

.liNumber li
{
    margin-top:10px;
}

.liBlank
{
    font-size: inherit;
    line-height: 1.4em;
}

.liBlank li
{
    margin: 10px 0 0 0;
}

.liCircle
{
    font-size: inherit;
    line-height: 1.4em;
    list-style-type: circle;
}

.liCircle li
{
    margin:10px 0 0 0;
}



.liCheck
{
    font-size: inherit;
    line-height: 1.4em;
    list-style-image: url('../img/check_tick.gif');
}

.liCheck li
{
    margin: 10px 0 0 0;
}

.liSquare
{
    font-size: inherit;
    line-height: 1.4em;
    list-style-type: square;
}

.liSquare li
{
    margin:10px 0 0 0;
}


.indent20
{
    margin-left:20px;
}

.indent10
{
    margin-left:10px;
}


.liRoman
{
    font-size: inherit;
    line-height: 1.4em;
    list-style-type: lower-roman;
    
}

.liRoman li
{
    margin-top:10px;
}

.image5pad
{
    padding: 5px 5px 5px 5px;
}

.image5padborder
{
    padding: 5px 5px 5px 5px;
    border-bottom-color: Black;
    border-style:solid;
    border-width:1px;
}

.exting
{
    border: thin solid #3D3D3D;
    width: 24%;
    float: left;
    text-align: center;
    height: 40px;
    padding-top: 8px;
}

.extingA
{
    margin-left: 10px;
    background-color: #00CC00;
}
.extingB
{
    background-color: #FF0000;
    
}

.extingC
{
    background-color: #000080;
    color: #f7f7f7;
}

.extingD
{
    background-color: #FFFF00;
    
}

.colwrap 
{
    width:580px;
}
        
.col21 
{
    float:left;
    width:290px;
    padding-bottom:10px;
}
        
.col22
{
   float:right;
   width:290px;
   padding-bottom:10px;
}

.colwrapfull 
{
    width:800px;
}
        
.col21full 
{
    float:left;
    width:400px;
    padding-bottom:10px;
}
        
.col22full
{
   float:right;
   width:400px;
   padding-bottom:10px;
}

.colinsidewrap 
{
    width:290px;
    margin: 0 0 0 -30px;
}
        
.colinside21 
{
    float:left;
    width:130px;
    padding-bottom:10px;
}
        
.colinside22
{
   float:right;
   width:160px;
   padding-bottom:10px;
}

.iceChildMaster
{
    padding: 20px 0px 0px 0px;
    vertical-align: bottom;
    text-align: center;
}

.pdfIcon
{
    padding-left: 5px;
}

h3.rguideh3
{
    margin:30px 0 0 0;
    text-align:center;
    text-decoration:none;
}

.rguidebacktotop:before
{
    font-size:10px;
    margin-left:650px;
    content:"[BACK TO TOP]";
}

.resourceguidehd 
{
    padding: 10px 10px 0px 10px;
    font-weight: bold;
    font-size:1.1em;
    text-decoration:underline;
}

.resourceguidenumber 
{
    padding:  5px 10px 0px 10px;
    font-size:1.1em;
    margin-left: 20px;
}

.resourceguidebldg 
{
    padding: 7px 10px 0px 10px;
    font-size:1.1em;
    margin-left: 20px;
}

.resourceguideinfo 
{
    padding: 5px 10px 0px 10px;
    font-size:1.1em;
    margin-left: 20px;
    word-spacing:normal;
    line-height:1.3em;
}

.rguideso 
{
    padding: 5px 10px 5px 10px;
    font-size:1.1em;
    margin: 0 100px 0 100px;
    word-spacing:normal;
    line-height:1.4em;
    font-weight:bold;
    text-align:center;
    background-color:Yellow;
    border:1px solid Red;
}

.resourceguidelink
{
    padding: 6px 10px 0px 10px;
   font-size:1.1em;
    margin-left: 20px;
}


.underlined
{
    text-decoration: underline;
}


p.sectionheader
{
    font-weight: bold;
    text-decoration: underline;
    font-size: 1.2em;
}


/*Used on the KnoxInfo list.aspx.vb.  To display with the SqlDataReader*/
.knoxInfoTitle{font-size: 1.4em;}
.knoxInfoPostedDiv
{
    /*border: thin solid #00FF00;*/
    padding-top: 5px;
    display: inline-block;
    width: 100%;
    /*padding-bottom: 10px;*/
}
.knoxInfoPostedBy{float: left;}
.knoxInfoCategory{float: right;}

#leftColNav li a.kiLinks {
    display: block;
    padding:  0 5px;
   /* width: 176px;*/
}


/*.knoxInfoTitle{font-size: 1.2em;}
.knoxInfoExcerpt{}
.knoxInfoPostedDiv{display: inline-block; width: 100%; padding-bottom: 10px;}
.knoxInfoPostedBy{float: left}
.knoxInfoCat{float: right}*/

.textCounter
{
    border: solid 0px transparent;
    background: transparent;
    float: right;
    font-size: .9em;
    color: #0033CC;
    padding-right: 35px;
    text-align: right;
}

.mailerFormDiv 
{
    /*border: thin solid #008000;
    margin-bottom: 20px;*/
    display: inline-block;
    width: 100%;
    padding-bottom:10px;
    padding-left:10px;
}

.validGroups
{
    /*font-size: 12px;*/
    color: #FF0000;
    font-weight: bold;
}

.mailerDateTimeDiv
{
    /*border: thin solid #FF3300;*/
    display: inline;
    float: left;
}
.mailerWideLabel
{
    /* display: block;*/
    display: inline;
    float: left;
    width: 115px; /* padding: 2px 2px 2px 2px;
  width: 100%;
  margin: 0 5px 5px 27px;*/
    margin: 0 4px 0 15px;
    text-align: right;
    /*border-color: #00FFFF;
    border-style: solid;*/
}

.mailerlongLabel
{
    display: inline;
    float: left;
    width: 130px; 
    margin: 0 4px 0 15px;
    text-align: right;
}

.mailerTopLabel
{
    /* display: block;*/
    display: inline;
    float: left;
    /* width: 115px; 
    padding: 2px 2px 2px 2px;
  width: 100%;
  margin: 0 5px 5px 27px;*/
    margin: 0 3px 2px 0px;
    text-align: left;
    /*border-color: #00FFFF;
    border-style: solid;*/
}
.mailerTimeLabel
{
    /*border: thin solid Black;
    width: 50px; /* padding: 2px 2px 2px 2px;
  width: 100%;
  margin: 0 5px 5px 27px;*/
    margin: 0 4px 0 5px;
    text-align: right;
    /*padding-left: 150px;
    left: 100px;*/
    display: inline;
    float: left;
}
.mailerDateInput
{
    /*border: thin solid #FF00FF;
    display: inline;*/
    float: left;
    padding: 2px;
    width: 115px; /*margin: 0 0 5px 155px;
    text-align: center;*/
    text-align: center;
}

.mailerTimeInput
{
    /*display: inline;*/
    float: left; /*padding: 2px;*/
    width: 50px; /*margin: 0 0 5px 155px;
    text-align: center;*/
    text-align: center;
}
.mailerFullWidthInput /* to root.css txtTitleBox */
{
    display: inline;
    float: left;
    padding: 2px;
    text-align: left;
    width: 450px;
    /*height: 24px;*/
}

.mailerEmailInput
{
    display: inline;
    float: left;
    padding: 2px;
    text-align: left;
    width: 375px;
}

.mailerPhoneInput
{
    display: inline;
    float: left;
    padding: 2px;
    text-align:left;
    width: 25px;
}

.mailerNameInput
{
    display: inline;
    float: left;
    padding: 2px;
    text-align: left;
    width: 347px;
}


.mailerRankInput
{
    display: inline;
    float: left;
    padding: 2px;
    text-align: left;
    width: 50px;
}

.mailerRankLabel
{
    display: inline;
    width: 40px; 
    margin: 0 4px 0 0px;
    text-align: right;
    display: inline;
    float: left;
}

.mailerButtonsDiv
{
	display: inline;
	float: right;
	height: auto;
	width: auto;
	margin: 0 15px 0 15px;
}

.mailerButtonsWidth{width: 70px;}

/* 5. Print
------------------------------------*/
@media print {
    body {
        background: #fff;
    }
    #header, #navBar, #breadCrumbs, #leftCol, #rightCol, #footer {
        display: none;
    }
    #mainContent {
        overflow: visible;
        width: 100%;
        
    }
    
    .kidsPrint
    {
        /*Used only with the FD Kid's Club*/
        color: #000000;
    }
    
    .kidsHide
    {
        /*Used only with the FD Kid's Club*/
        display: none;
    }
}

/* 6. Handheld
------------------------------------*/
@media handheld {
    
}

/* 7. Debug
------------------------------------*/
/* Un-comment for site testing

*[style], font, center {outline: 5px solid red;}
img[alt=""] {border: 3px solid red;}
img[title=""] {border: 3px dotted fuchsia;}
img:not([alt]) {border: 5px solid red;}
img:not([title]) {outline: 5px solid fuchsia;}
table[summary=""] {outline: 3px solid red;}
table:not([summary]) {outline: 5px solid red;}
th {border: 2px solid red;}
th[scope="col"], th[scope="row"] {border: none;}
a[href]:not([title]) {border: 5px solid red;}
a[title=""] {outline: 3px dotted red;}
a[href=""] {background: fuchsia;} */