
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
}

html {
/* background: #ffffff url(/images/globalheader-bar.png) repeat-x; */
background: #2a518d url(/images/globalheader-bar.png) repeat-x;  /* sets footer color - color sample 08 */
overflow-y:scroll; /* prevent Firefox scrollbar jump */
}

/* hack city, fix the Safari, Chrome, 1px background image centering bug */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
html {
    margin-left: 1px;
}
}
/* leave the above bracket intact! */

body {
/* background-color:#FFFFFF; */
color:#333333;
/* font-family: “Myriad Pro”, Arial, Helvetica, Tahoma, sans-serif; */
/* font-family: Verdana, Arial, Helvetica, sans-serif; */
font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:18px;
text-align: center; /* Centers the page content container in IE 5 browsers. */
}

/* global header background 
body {
/* background: url(/images/globalheader.png) no-repeat center top;
width: 100%;
display: table;
}*/

/* ------------------------------------------------------------------------------- */
/* DIV STRUCTURE */
/* ------------------------------------------------------------------------------- */
#headerWrapper {
margin: 0px auto 0px auto;
width: 1000px;
clear: both;
}

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
background-color: #FFFFFF;
margin: 0px auto 0px auto;
width: 100%;
text-align: left; /* Redefines the text alignment defined by the body element. */
clear: both;
}

#outerWrapper #contentWrapper {
width: 1000px;
margin: 0px auto 0px auto;
padding: 25px 0px 30px 0px;
position: relative;
}

/* global header shadow - positions relative to #contentWrapper */
.shadow {
background: url("/images/shadow.png") no-repeat scroll top;
width: 1000px;
background-size: contain;
height: 37px;
position: absolute;
top: 0px;
z-index: 8997; /* less than globalheader 8998 */
}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
margin: 0px 0px 0px 0px;
padding: 0px 50px 0px 50px;
text-align: left;
}

#globalfooter {
/* background: #cfd5dc url(/images/globalfooter-bar.png) repeat-x; *** footer color in html */
background: url(/images/globalfooter-bar-light.png) repeat-x;
text-align: center;
margin: 0px 0px 0px 0px;
padding: 20px 0px 20px 0px;
/* border-top: solid 1px #cad0d4; */
width: 100%;
clear: both;
}

/* ------------------------------------------------------------------------------- */
/* LINK STYLING */
/* ------------------------------------------------------------------------------- */
a {
color:#0088CC;
outline: none; /* turn off lame dotted link outline */
}

a:link, a:visited, a:active {
text-decoration:none;
}

a:hover {
/* text-decoration:underline; */
background: #a6aeb6; /* pantone light grey*/
color: #eee;
}

p {
margin-top: 5px;
margin-bottom: 10px;
}

/* ------------------------------------------------------------------------------- */
/* IMAGE STYLING */
/* ------------------------------------------------------------------------------- */
img {
border: 0 none; /* turn off image borders */
display: block; /* fix html5 line-height inheritance by table cells, fixes cas and vei tables */
max-width: 100%;
}

img.floatLeft { 
float:left;
margin:0px 10px 0px 0px;
}

img.floatRight { 
float:right;
margin:0px 0px 0px 10px;
}

img.center {
display: block;
margin-left: auto;
margin-right: auto;
}

.clearFloat {
clear: both;
}

/* ------------------------------------------------------------------------------- */
/* HEADINGS STYLING */
/* ------------------------------------------------------------------------------- */
h1 {
color: #cc9933;
font-family:Georgia, serif;
font-variant:small-caps;
text-transform:none;
font-size:17px;
font-weight:normal;
line-height:20px;
margin-bottom: 5px;
}

h2 {
color: #51626f;
font-family:Georgia, serif;
font-variant:normal;
text-transform:none;
font-size:16px;
font-weight:normal;
line-height:19px;
}

h3 {
color:#575757;
font-variant:small-caps;
text-transform:none;
font-size:15px;
font-weight:normal;
line-height:18px;
margin-bottom: 5px;
}

h4 {
/* color: #a8b8c2; theme line color */
color: #cc9933;
font-family:Georgia, serif;
font-variant:normal;
text-transform:none;
font-size:15px;
font-weight:normal;
line-height:18px;
}

hr {
width: 100%;
margin: 20px 0px 20px 0px;
padding: 0px;
height: 0px;
border: 0px;
border-top: 1px solid #a8b8c2; /* theme line color */
}

.shadowbox {
width: 100%;
margin: 20px 0px 20px 0px;
padding: 10px 10px 10px 10px;
background-color: #eaeff2; /* 50% globalheader blue */
border: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
position: relative;
zoom: 1;
text-align: center;
}

.indented-block {
text-indent: 0;
margin-top: 1em;
margin-right: 3em;
margin-bottom: 1em;
margin-left: 3em;
}

/* Superscript and Subscript hackery, Gamma Ray Media */
sup { font-size: 75%; position: relative; bottom: 0.4em; }
sub { font-size: 75%; position: relative; bottom: -0.2em; }

/* ------------------------------------------------------------------------------- */
/* LIST STYLING */
/* ------------------------------------------------------------------------------- */
ul {
list-style-type:none; /* basic unordered list styling... loose the bullets */
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 20px;
}

.ulCircle {
list-style-type:circle; /* unordered list with circle bullet */
margin: 0px 0px 0px 0px;
padding: 0px 0px 20px 30px;
}

.ulCircle li {
padding: 5px 0px 0px 0px;
}

.ulSquare {
list-style-type: square;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 30px;
}

.ulSquare li {
padding: 5px 0px 0px 0px;
}

.dropcap {
float: left;
color: #a8b8c2;
font-size: 55px;
line-height: 33px;
padding-top: 4px;
padding-bottom: 4px;
padding-right: 3px;
font-family: Georgia, Times, serif;
}

/* ------------------------------------------------------------------------------- */
/* MISCELLANEOUS STYLING */
/* ------------------------------------------------------------------------------- */
.copyright {
color: #999999;
font-size:11px;
/* text-align: center; */
}

.sharethis {
color: #999999;
margin: 20px 0px 20px 0px;
}


/* ------------------------------------------------------------------------------- */
/* MICROMENU STYLING */
/* ------------------------------------------------------------------------------- */
#micromenu { /* minimalist styling for bottom horizontal navigation menus. */
margin: 0;
padding: 5px 0px 20px 0px;
font-size:10px;
width:100%;
/* border-bottom: solid 1px #cad0d4; */
/* border: solid 1px #cad0d4;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px; */
}

#micromenu ul {
margin: 0;
padding: 0;
text-align: center; /*set value to "left", "center", or "right"*/
overflow: hidden;
}

#micromenu ul li {
margin:0;
padding: 5px 5px 5px 4px;
display: inline;
border-right:1px solid #a8b8c2; /*right border between menu items, header line color*/
}

#micromenu ul li a {
text-decoration:none;
}

#micromenu ul li a:hover {
background: #a6aeb6; /* pantone light grey */
color: #eee;
}

#micromenu ul li.lastitem {
border-right: none; /*turn off right border on last menu item*/
}


/* START: BLANK OUT LINKS CLASS */
a.blankLink:link {
	background-color: transparent;
}

a.blankLink:visited {
	background-color: transparent;
}

a.blankLink:hover {
	background-color: transparent;
}

a.blankLink:focus {
	background-color: transparent;
}

a.blankLink:active {
	background-color: transparent;
}

/* END: BLANK OUT LINKS CLASS */