/* Standard Control Styles */
body, td, th, p {
   font-family: arial, helvetica;
   font-size: 12px;
   color: #666666;
}
input, select, textarea {
   font-family: arial, helvetica;
   font-size: 12px;
   margin: 0px;
}

a {
   color: #024280;
   text-decoration: none;
}
a:hover {
   text-decoration: underline;
}
/* End Standard Control Styles */



/* General Styles */
/* .AltColor { color: #006837; } /*Green*/ 
.AltColor2 { color: #024280; } /*Blue*/

.Size1 { font-size: 14px; }
.Size2 { font-size: 18px; }
.Size3 { font-size: 22px; }

.ContentBoxTitle {
   display: block;
   text-align: center;
   font-size: 14px;
   font-weight: bold;
   text-transform: uppercase;
   padding-bottom: 15px;
}

.BottomBoxes td { /* The 4 boxes on the bottom of some pages */
   vertical-align: top;
   text-align: center;
   width: 25%;
   padding-left: 4px;
   padding-right: 3px;
}
.BottomBoxes td:first-child {
   padding-left: 0px;
}
.BottomBoxes td:last-child {
   padding-right: 0px;
}
.BottomBoxes .ResizeContent {
   min-height: 140px;
}

.Title { /* I'm not sure why there are 2 different title styles */
   color: #004488;
   font-size: 20px;
   font-weight: bold;
   text-transform: uppercase;
}
.PageTitle {
   color: #024280;
   font-size: 22px;
   margin-bottom: 5px;
   display: block;
   text-transform: uppercase;
}
.SubTitle {
   font-weight: bold;
   font-size: 14px;
   text-transform: uppercase;
}

.Heading {
   font-size: 14px;
   font-weight: bold;
   background-color: #E6E6E6;
   text-transform: uppercase;
   text-align: center;
   padding: 2px;
   border-radius: 4px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
}
/* End General Styles */



/* Layout Styles */
.ContentBox { /* All the boxes that make up the content */
   background-color: White;
   border: 1px solid #AAAAAA;
   padding: 20px;
   margin-bottom: 7px;
   border-radius: 6px;
   -moz-border-radius: 6px;
   -webkit-border-radius: 6px;
}
.ContentBox p:first-child {
   margin-top:0;
} 

.HeaderBox { /* Light grey box right before content that holds h1 tag */
   padding: 10px;
   border: 0px;
   background-color: #E6E6E6;
   text-align: center;
}
.HeaderBox h1 {
   color: #024280;
   font-size: 12px;
   font-weight: normal;
   margin: 0px;
   padding: 0px;
   display: inline;
   background: url(/Images/2011/icoDoubleArrows.gif) top right no-repeat;
   padding-right: 13px;
   margin-right: 10px;
}
.HeaderBox p {
   display: inline;
}

.SocialBox { /* Dark grey box that contains social media icons */
   padding: 4px;
   background: url(/Images/2011/SocialBg.gif) repeat-x #818386;
}

.EmailBox { /* Blue box for email signup */
   background-color: #004488;
   padding: 5px 15px;
   border: 1px solid #335577;
   margin: 3px;
}
.EmailBox, .EmailBox td {
   color: White;
}
.EmailBox input {
   width: 170px;
   border: 1px solid #AAAAAA;
   padding: 5px;
   border-radius: 6px;
   -moz-border-radius: 6px;
   -webkit-border-radius: 6px;
}
.EmailBox .SocialButton {
   background-color: #CCCCCC;
   width: auto;
   color: #004488;
   font-weight: bold;
   font-size: 14px;
   cursor: pointer;
   padding: 3px;
}

.FooterBox { /* Box containing footer navigation */
   background-color: #F2F2F2;
   padding: 0px;
}
.FooterBox a {
   color: #808080;
}

a.ImageLink { /* Used for dual state button images.  Hover image on top and the normal image on bottom. */
	display: block;
	background-position: bottom;
}
a.ImageLink:hover {
   background-position: top;
}
/* End Layout Styles */



/* Tab buttons used on Community pages when displaying the trips */
.TabOn a { 
   width:80px;
   height:30px;
   display:block;
   padding-top:10px;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   text-align:center;
   background: url(/Images/Community/tab.gif) no-repeat;
   color: #1B1464;
   text-decoration: none;
}
.Tab {
   border-bottom:solid 1px #999999;   
}
.Tab a {
   width:80px;
   height:30px;
   text-align:center;
   display:block;
   padding-top:10px;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   background: url(/Images/Community/tab.gif) no-repeat;
   color: #1B1464;
   text-decoration: none;
}
.Tab a:hover {
   text-decoration: none;
   background: url(/Images/Community/tabHover.gif) no-repeat;
}
/* End Community tabs */



/* Used on EM News pages /EMNews */
.NewsFeatured {
   background-color: #F2F2F2;
   padding-top: 22px;
   padding-left: 18px;
   padding-right: 18px;
   font-size: 12px;
}
.NewsFeatured b {
   font-size: 13px;
}

.NewsSummary {
   width: 33%;
   border: solid 1px #BBBBBB;
   background-color: #F2F2F2;
   font-size: 12px;
}
.NewsSummary div {
   padding-top: 16px;
   padding-right: 16px;
}
.NewsSummary img {
   float: left;
   padding-right: 16px;
}
.NewsSummary b {
   font-size: 13px;
}

.PagingOn {
   text-decoration: underline;
}

.NewsSearch {
   width: 200px;
   color: grey;
}
/* End EM News */



/* Used for expanding content divs */
.ExpandContent {
   display: none;
   margin-bottom: 15px;
}
.ExpandTitle {
   color: #646464;
   background-color: #E6E6E6;
   text-align: center;
   padding: 7px;
   font-weight: bold;
   font-size: 14px;
   border-radius: 7px;
   cursor: pointer;
}
.ExpandTitle .Left {
   float: left;
   background: url(/Images/2011/HideShow.gif) bottom;
   height: 14px;
   width: 70px;
}
.ExpandTitle .Right {
   float: right;
   background: url(/Images/2011/HideShow2.gif) bottom;
   height: 14px;
   width: 70px;
}

.ExpandBody{
   padding: 0px 35px;
}
/* End Expanding Content */



/* Used on Mapping page */
a.MapLink {
   display: block;
   width: 210px;
   height: 46px;
   background-position:0px 46px;
}
#mapOverlay {
   width: 850px;
   height: 250px;
   padding-top: 250px;
   background-color: white;
   text-align: center;
   position: absolute;
   z-index: 100;
   opacity: 0.6;
   filter: alpha(opacity=60);
   display: none;
}
.MapPopup {
   margin-bottom: 10px;
}
.MapCommunity {
   font-size: 12px;
   font-weight: bold;
}
/* End Mapping */



/* Used for Slideshow */
#Slider {
   width: 900px;
   height: 440px;
}
#Slider img {
   position: absolute;
   border: 0px;
   display: none;
}
#SliderNav {
   padding: 0px 3px;
   border-radius: 4px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   background-color: white;
   height: 22px;
   margin-top: 400px;
   position: absolute;
   opacity:0.8;
   filter:alpha(opacity=80);
   z-index: 10;
}
.SliderButton {
   display: block;
   float: left;
   text-align: center;
   height: 18px;
   width: 18px;
   padding-top: 4px;
   cursor: pointer;
}
.SliderButtonOn {
   background-color: #024280;
   color: white;
}
/* End Slideshow */



/* Used on emBlog pages */
.BlogTitle {
   font-size: 16px;
   text-transform: uppercase;
}
.BlogTop {
   margin: 20px 0px;
   padding: 20px 20px 20px 50px;
   background-color: #E6E6E6;
   border-radius: 0px 5px 5px 0px;
   width: 700px;
}
.BlogContent {
   padding: 0px 50px;
}
/* End emBlog */
