/* BROADSHEET TEMPLATE CSS */

body {
  background: #EFEFEF;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #444444;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
}

/* LINKS */

a:link {color:#FF6600; text-decoration: none;} 
a:visited {color:#FF6600; text-decoration: none;} 
a:hover,a:active {color:#FF6600; text-decoration: underline;}

#top  a:link {color:#FF6600; text-decoration: none; font-weight: bold; border-bottom:none;} 
#top a:visited {color:#FF6600; text-decoration: none;font-weight: bold;} 
#top a:hover, #top a:active {color:#FF6600; text-decoration: underline;font-weight: bold;}

#footer  a:link {color:#FFFFFF; text-decoration: none; font-weight: bold; border-bottom:none; padding-left:10px; padding-right: 10px;} 
#footer  a:visited {color:#FFFFFF; text-decoration: none;font-weight: bold; padding-left:10px; padding-right: 10px;} 
#footer  a:hover, #footer  a:active {color:#FBAF5D; text-decoration: none;font-weight: bold; padding-left:10px; padding-right: 10px;}

#bottom  a:link {color:#FF6600; text-decoration: none; font-weight: bold; border-bottom:none;} 
#bottom a:visited {color:#FF6600; text-decoration: none;font-weight: bold;} 
#bottom a:hover, #bottom a:active {color:#FF6600; text-decoration: underline; font-weight: bold;}

/* LISTS */

#content ul {
	padding-left: 15px;
	margin-left: 0;
	color: #444444;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content li { list-style-type: square;  padding:0px;}

/* TYPOGRAPHY */

p { margin: 0px; padding: 0px; margin-bottom: 10px; }

h1 {
	font-size: 17px;
	line-height: 20px;
	color: #003366;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	overflow: hidden;
	width: 100%;
}
ul {
	overflow: hidden;
	width: 100%;
}
h2 { font-size: 17px; line-height: 20px;color: #003366; margin:0px; padding: 0px; margin-bottom: 5px; }
h3 { font-size: 17px; line-height: 19px;color: #003366; margin:0px; padding: 0px; margin-bottom: 5px; }
h4 { font-size: 14px; line-height: 17px;color: #003366; margin:0px; padding: 0px; margin-bottom: 5px; }
h5 { font-size: 12px; color: #003366; margin:0px; padding: 0px; margin-bottom: 5px; letter-spacing: 2px; }

#header h1 { font-size: 28px; line-height: 32px; letter-spacing: -1px; color: #FFFFFF; margin:0px; padding: 0px;  padding-top: 25px;margin-bottom: 5px; padding-left:35px;}
#header h2 { font-size: 14px; line-height: 16px; letter-spacing: 1px; color: #DDDDDD; margin:0px; padding: 0px;  padding-top: 0px;margin-bottom: 5px; padding-left:35px;}

/* CONTAINERS */

#wrapper {
	width: 940px;
	margin: 0 auto;
	background: #ffffff;
	padding: 0px;
	border: 2px solid #014A7F;
	border-radius: 15px;
	padding: 2px;
}

#top {
	width: 940px;
	padding: 0px;
	background: #EFEFEF;
	margin: 0 auto;
}

#top p {
  text-align:left;
  padding-left: 35px;
  padding-top: 9px;
  padding-bottom:0px;
  line-height: 12px;
  font-size:12px
}

#header {
  width: 940px;
    background: #014A7F;
    text-align: left;
    border-top-right-radius: 13px;
    border-top-left-radius: 13px;
    position: relative;
}
.header {
  overflow: hidden;
}
.header-left {
  float: left;
  width: 46%;
}

.header-middle {
    float: left;
    width: 54%;
}
.header-middle img {
  width: 120px;
  margin-bottom: -5px;
  margin-top: 5px;
}
#header h1 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -1px;
    color: #33FF00;
    margin: 0px;
    padding: 0px;
    padding-top: 25px;
    margin-bottom: 5px;
    padding-left: 35px;
}

#header h2 {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
    color: #DDDDDD;
    margin: 0px;
    padding: 0px;
    padding-top: 0px;
    margin-bottom: 5px;
    padding-left: 35px;
}
.logo img {
	margin-bottom: -6px;
	position: absolute;
	right: 20px;
	top: -23px;
	z-index: 4;
	height: auto;
    width: 305px;
}

#menu {
	width: 940px;
	margin: 0 auto;
	clear: both;
}

#content {
  padding: 0px; margin: 0px;
  border: 0px dashed #cccccc;
  padding-top: 30px;
  padding-bottom: 15px;
  clear:both;
  text-align: left;
  padding-left: 35px;
}

#content #inside {
	width: 900px;
	text-align: left;
}

#content #inside #left {
  float: left;
  width: 180px;
}

#content #inside #middle {
	margin-left: 15px;
	float: left;
	width: 510px;
}

#content #inside #right {
  margin-left: 15px;
  float:left;
  width: 180px;
}

#footer {
	width: 940px;
	background: #004A80;
	border-bottom-left-radius: 13px;
	border-bottom-right-radius: 13px;
}

#footer p {
	text-align: center;
	padding-left: 20px;
	padding-top: 17px;
	padding-bottom: 17px;
	line-height: 16px;
	font-size: 12px;
	color: #DDDDDD;
	margin-bottom: 0;
}

#bottom {
  width:940px;
  margin: 0 auto;
  padding: 0px;
  text-align:center;
  padding-left: 20px;
  padding-top: 0px;
  padding-bottom:0px;
  line-height: 16px;
  font-size:12px
}

/* NAVIGATION */

#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FF6600;
	color: #FFFFFF;
	float: left;
	width: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding:10px 15px;
	background-color: #FF6600;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
	background-color: #FFCC33;
	color: #000000;
}

/* IMAGE PLACEMENT */

.float_left {
  float:left;
  border: 0px;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 5px;  
  margin-left: 10px;
}

.float_right {
  float:right;
  border: 0px;
  margin-left: 10px;
  margin-bottom: 5px;  
  margin-top: 5px;
  margin-right: 10px;
}

/* OTHER */

.box_468x60 {
  border:1px solid #DDDDDD;
  background-color: #f9f9f9;
  width: 468px;
  height: 60px;
  margin-bottom: 10px;
}

.box_180x60 {
  border:1px solid #E6E6E6;
  background-color: #f9f9f9;
  width: 180px;
  height: 60px;
  margin-bottom: 10px;
}

.spacer {
  clear:both;
}

.columnblocks
{
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}
.letterimg {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	width:100%;
}
.columnblocks div
{
	float:left;
	width:32%;
	margin-right:2%;
	font-size:10px;
	line-height:13px;
}
.columnblocks div:nth-child(3)
{
	margin-right:0!important;
}
.columnblocks div:nth-child(4)
{
	margin-right:0!important;
	clear:both;
	float:none;
}
.theprintbutton {
	text-decoration: none;
	background-color: #f4ce44;
	padding: 5px 10px;
	border: 1px solid #d8a52a;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.theprintbutton a
{
	color: #785d00!important;
}
.topnav {
	overflow: hidden;
	background: #FF6600;
}
.topnav a {
	float: left;
	display: block;
	text-align: center;
	padding: 10px 12px;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	border-right: 1px solid #fff;
	font-size: 15px;
}
.topnav a.active, .topnav a:hover {
	background: #FFCC33;
	color: #fff;
}
.topnav .icon {
  display: none;
}
img {
    max-width: 100%;
}
.theprintbutton {
	display: inline-block;
}
#mc_embed_signup {
	overflow: hidden;
}
.cse .gsc-control-cse, .gsc-control-cse {
	padding: 0em !important;
}
.cse .gsc-search-button-v2, .gsc-search-button-v2 {
	padding: 6px 12px !important;
}

/* Responsive CSS */
/* Layout: 976px. */
@media only screen and (min-width: 768px) and (max-width: 941px) { 
#wrapper {
	width: 95%;
}
.top_corner {
	width: 100%;
}
#main_container {
	width: 100%;
}
.logo img {
	top: -24px;
}
.header-left {
	float: left;
	width: 40%;
}
#header h1 {
	padding-left: 20px;
}
#header h2 {
	padding-left: 20px;
}
.topnav a {
	padding: 10px 10px;
	font-size: 14px;
}
#menu, #footer, #top, #header, #content #inside {
	width: 100%;
}
#content {
	padding-left: 25px;
	padding-right: 10px;
}

#content #inside #left {
	float: left;
	width: 15%;
	overflow: hidden;
}
#content #inside #middle {
	margin-left: 1%;
	float: left;
	width: 68%;
}
#content #inside #right {
	margin-left: 1%;
	float: left;
	width: 15%;
	overflow: hidden;
}
    
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  .topnav a:not(:first-child) {
      display: none;
    }
  .topnav a.icon {
    float: right;
    display: block;
    background: #b52025;  
  }    
  .topnav.responsive {
      position: relative;
    }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
    .topnav .icon:focus {
        color: #fff;
    }    
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
.topnav a {
	padding: 8px 12px;
	font-size: 14px;
}
.left_block_wide div {
	text-align: center;
    overflow: hidden;
    margin-bottom: 20px;
}
.l-page-width {
	width: 96%;
	padding: 0 2%;
	text-align: left;
	margin: 0 auto;
}
.left_block_wide > div div#mc_embed_signup_scroll {
	width: 70% !important;
	overflow: inherit !important;
}
    
#top, #wrapper, #header, #menu, #content #inside, #content #inside #left, #content #inside #middle, #content #inside #right, #footer, #bottom, .header-left {
	width: 100%;
    float: none;
}
    #content #inside #left, #content #inside #middle, #content #inside #right {
        float: left;
    }
.float_right {
	float: none;
}
.gsc-control-cse.gsc-control-cse-en {
	width: 90% !important;
}


#content {
	padding-left: 10px;
	overflow: hidden !important;
	width: 96%;
}
#footer a:link {
	padding-left: 5px;
	padding-right: 5px;
}

    #left p, #left iframe, #left ins, #middle p {
        max-width: 95% !important;
        overflow: hidden !important;
    } 
    iframe, ins {
        max-width: 100% !important;
        overflow: hidden !important;
    }
    iframe[style], ins[style] {
        max-width: 100% !important;
        overflow: hidden !important;
    } 
.logo img {
	margin-bottom: 0;
	border-top-right-radius: 0;
	position: relative;
	top: 5px;
	right: 0;
}
.header-left {
    text-align: center
}
.header-middle {
    display: none;
}
.header-right {
	text-align: center;
}
    #wrapper {
        width: 95%;
    }
    
}



/* Wide Mobile Layout: 600px. */
@media only screen and (min-width: 500px) and (max-width: 767px) { 

}

.gsc-control-cse {
  padding: 0!important;
}