﻿@charset "utf-8";
/* CSS Document */


/*-----------------------------------------------------
     FONT AWESOME ICONS - IMPORT CSS  
----------------------------------------------------- */

@import "font-awesome.css";
@import "font-awesome-IE7.css";





@media handheld{

}

@media screen, projection, print{
/***********************************************************/
/***************   TEMPLATE PAGE STRUCTURE    ****************/
/***********************************************************/

body {  background-color: #D7CBAE;
	padding:0;
	margin:0;
	font: 13px/22px Helvetica,Arial,sans-serif;
	color: #333;
}

/***********************************************************/
/***************    TEXT, LIST AND IMAGE STYLING    ****************/
/***********************************************************/
.imageRight {
	float: right;
	margin: 0 0 10px 20px;
}
.imageLeft {
	float: left;
	margin: 0 20px 10px 0;
}

.introParagraph {
	font-size: 17px;
	line-height: 26px;
}

h1 {
	font-size: 24px;
	color: #333;
	font-weight:normal;
	letter-spacing:-1px;
}
h2 {
	font-size: 22px;
	color: #CC0025;
	font-weight:normal;
	letter-spacing:-1px;
}
h3, h3 a {
	font-size: 18px;
	color: #CC0025;
	letter-spacing:-1px;
	font-weight:normal;
}


ul.redbullet {
	padding-left: 3px;
	margin-left: 16px;
}
ul.redbullet li {
	list-style-image: url(~/media/Images/Structure/redbullet.ashx);
	margin-bottom:7px;
	line-height: 14px;
}
.imageWithCaption {
	float: right;
	width: 200px;
	margin-left: 20px;
}
.imageWithCaption p {
	font-size: 10px;
	color: #666;
	text-align:right;
	line-height:12px;
}

.sideBar {    
    display: inline;
    float: right;
    margin: 0 0 20px 20px;
    background: none repeat scroll 0 0 #F1F1F1;
    line-height: 18px;
    padding: 10px;
}

.sideBar img {
     margin-bottom: 15px;
}



#alert {
	width: 930px;
	margin: 10px 15px;
	background-color:#FC6;
}

a {
	color: #2655C5;
	font-weight: bold;
	text-decoration:none;
}
a:hover {
	color: #CC0025;
	text-decoration:underline;
}



/***********************************************************/
/***************   Bootstrap-style wells    ******************/
/***********************************************************/


.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/*-----------------------------------------------------
      CHANGES TO "THE WELL" 
----------------------------------------------------- */

.well {
	/* changes default styling on "the well", which is like a callout box */
	margin: 15px 0;
	-webkit-box-shadow: 0px 0px 10px 0px #CCC;
	-moz-box-shadow: 0px 0px 10px 0px #CCC;
	box-shadow: 0px 0px 10px 0px #CCC;
	color: #666;
}
.well p {
	/* changes default styling on p tags inside a well */
	font-size: 97%;
	line-height: 130%;
	margin: 7px 0;
}
.wellRight {
	/* use along with class .well, to float the thing to the right of the copy. 
	     it'll size itself to the width of your content. 
             to set a fixed width on it, use an inline style */
	float: right;
	margin: 5px 0 15px 15px;
}
.well img {
	/*makes images inside well containers shrink to fit as viewport decreases in size*/
	max-width: 100%;
}

.well a.btn {
	margin: 10px auto;
}




/***********************************************************/
/***************   STRIPED TABLE - OLD METHOD    ****************/
/***********************************************************/


#zebraWrapper {
	width: 670px;
	background-color: #F9F9F9;
	padding: 0;
	border: 1px solid #D9D9D9;
	margin-bottom: 20px;
}
#zebra {
}

table#zebra {
        margin-bottom: 0;
}
#zebra tbody tr.header td {
	color: #CC0035;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	text-align:center;
	background-color: #E1E1E1;
}
#zebra tbody tr td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	padding: 10px 8px;
	border-left: 1px solid #D9D9D9;
}
#zebra tbody tr.odd td {
	background-color: #F1F1F1;
}
#zebra tbody tr td p {
	margin: .3em 0;
}


/***********************************************************/
/***************   STRIPED TABLE - NEW METHOD    ****************/
/******* TO INVOKE, ADD CLASS zebraStripes  TO THE TABLE TAG ****/
/***********************************************************/


table.zebraStripes th {
	color: #CC0035;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	text-align:center;
	background-color: #E1E1E1;
	padding: 10px 8px;	
}
table.zebraStripes  tbody tr {
	background-color: #F9F9F9;	
}
table.zebraStripes tbody tr:nth-child(odd) {
   background-color:#F1F1F1;
}


table.zebraStripes tr td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	padding: 10px 8px;
	border-left: 1px dotted #D9D9D9;
}

table.zebraStripes tr td p {
	margin: .3em 0;
}

/***********************************************************/
/***************    SOCIAL MEDIA ICONS    ****************/
/***********************************************************/


@font-face {
    font-family: "FoundationIconsSocial";
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/foundation-icons-social.eot?#iefix") format("embedded-opentype"), url("/fonts/foundation-icons-social.woff") format("woff"), url("/fonts/foundation-icons-social.ttf") format("truetype"), url("/fonts/foundation-icons-social.svg#FoundationIconsSocial") format("svg");
}
@font-face {
    font-family: "FoundationIconsGeneral";
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/foundation-icons-general.eot?#iefix") format("embedded-opentype"), url("/fonts/foundation-icons-general.woff") format("woff"), url("/fonts/foundation-icons-general.ttf") format("truetype"), url("/fonts/foundation-icons-general.svg#FoundationIconsGeneral") format("svg");
}
.glyph {
    cursor: default;
    font-size: 16px;
    line-height: 1;
}
.glyph.general {
    font-family: "FoundationIconsGeneral";
}
.glyph.social {
    font-family: 'FoundationIconsSocial';
}

/***********************************************************/
/***************    BOOTSTRAP STYLE BUTTONS    ****************/
/***********************************************************/

.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 1px;
}
.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}
.btn-small [class^="icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}
.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-primary {
  background-color: #0074cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0055cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #0055cc;
  *background-color: #004ab3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #004099 \9;
}
.btn-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  background-color: #414141;
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
}
.btn-group:before,
.btn-group:after {
  display: table;
  content: "";
}
.btn-group:after {
  clear: both;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  margin-top: 9px;
  margin-bottom: 9px;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-group > .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 4px;
  *padding-bottom: 4px;
}
.btn-group > .btn-mini.dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
}
.btn-group > .btn-small.dropdown-toggle {
  *padding-top: 4px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0055cc;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.btn .caret {
  margin-top: 7px;
  margin-left: 0;
}
.btn:hover .caret,
.open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-mini .caret {
  margin-top: 5px;
}
.btn-small .caret {
  margin-top: 6px;
}
.btn-large .caret {
  margin-top: 6px;
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.dropup .btn-large .caret {
  border-bottom: 5px solid #000000;
  border-top: 0;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}



/***********************************************************/
/***************    BOOTSTRAP STYLE TABLES    ****************/
/***********************************************************/


.table {
  width: 100%;
  margin-bottom: 20px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table.news td {
background-color: #D7CBAE;
}


.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}

.table tbody tr.success > td {
  background-color: #dff0d8;
}

.table tbody tr.error > td {
  background-color: #f2dede;
}

.table tbody tr.warning > td {
  background-color: #fcf8e3;
}

.table tbody tr.info > td {
  background-color: #d9edf7;
}

.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}

.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

.table.pull-right {
  float: right;
  margin: 0 0 15px 15px;
}

.table.pull-left {
  float: left;
  margin: 0 15px 15px 0;
}






/***********************************************************/
/***************    ZONE 1: MASTHEAD AREA    ****************/
/***********************************************************/

#zone1MastheadWrapper {
	background-image:url(~/media/Images/Structure/BGMasthead.ashx);
	background-repeat:repeat-x;
	height:95px;
	width: 100%;
}
#zone1Masthead {
	/*width: 970px;
	margin: 0 auto;*/
	/*background-image:url(~/media/Images/Structure/LogoTop.ashx);*/
	background-repeat:no-repeat;
	background-position:top left;
	height:95px;
}
#zone1LogoContainer {
	width: 400px;
	text-align: left;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -465px;
}


/***********************************************************/
/***************    ZONE 2: SEARCH & SOCIAL ICONS AREA    ****************/
/***********************************************************/


#zone2SearchArea {
	/*top: 0px;
	width: 160px;
	height:67px;
	position:relative;
	left: 800px;*/
	padding-top: 16px;
	/*text-align: right;*/
}
#zone2SearchArea .links {
	color: white;
	font-size: 14px;
	margin: 0 0 0 0;
	padding:0;
}
#zone2SearchArea .links a {
	color: white;
	font-weight:normal;
	text-decoration: none;
	margin-left: 2px;
opacity: .8;
}
#zone2SearchArea .links a:hover {
	opacity: .4;
}
#q {
	/*float:left;*/
	width:127px;
	padding-left: 5px;
	padding-top: 0px;
	border: 0px;
	font: 10px Helvetica, Arial, sans-serif;
	color: #999;
}
#sa2 {
	float:left;
}


/***********************************************************/
/***************    ZONE 3: HORIZONTAL NAVIGATION AREA    ****************/
/***********************************************************/

#zone3NavWrapper {
	width: 100%;
	height: 42px;
	background-color: #5E84BE;
        margin: 0px auto;
/*START BILLCODE*/
position: absolute;
    z-index: 300;
/*END BILLCODE*/
}

#zone3Nav, #zone3NavHome {
	width: 940px;
	height: 42px;
	margin: 0px auto;
	padding: 0;
	position: relative;
}

#zone3NavHome {
	width: 970px;
	background: url(~/media/images/structure/Navigation.ashx);
}

#zone3NavHome li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}

 #zone3NavHome li, #zone3NavHome a {
	height: 42px;
	display: block;
}

/*#zone3Nav li {
	display: inline;
	list-style-type: none;
	padding-right: 30px;
	text-transform:uppercase;
	color: white;
	font-size: 14px;
}

#zone3Nav li a {
	color: #FFF;
	font-weight:normal;
	height: 42px;
}

#zone3Nav li a:hover {
	color: #FC6;
	background-color:#2B4D97;
	text-decoration:none;
	height: 42px;
}	

*/



/***********************************************************/
/***************    ZONE 4 NAVIGATION AREA    ****************/
/***********************************************************/
#zone4Navigation {
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 13px;
	/*width: 190px;*/
        background-color: #EDEDE5;
        padding: 0 10px 10px 10px;
margin-bottom: 20px;
}
#zone4Navigation p {
	margin:0 0 8px 5px;
}



/*
#zone4Navigation a {
	font-weight: normal;
	color: #666;
}
#zone4Navigation a:hover {
	font-weight: normal;
	color: #B10000;
}
#zone4Navigation p.indent {
	margin-left: 16px;
}
*/







#zone4Navigation  .MenuLevel0 p {
background-color:#5E84BE;
font-size:14px;
margin:0 -10px 10px;
padding:10px 10px 5px;
text-transform:uppercase;
}

#zone4Navigation  .MenuLevel0 p a {
color:#FFF;
font-weight:bold;
}
#zone4Navigation  .MenuLevel0 p a:hover {
color: #FC6;
text-decoration:none;
}

#zone4Navigation  .MenuLevel1 p {
background:none;
text-transform:none;
font-size:12px;
margin-left:0px;
padding:1px 10px 1px 6px;
}

#zone4Navigation  .MenuLevel1 p a:hover {
color: #B10000;
text-decoration:underline;
}

#zone4Navigation  .MenuLevel1 p a {
color:#666666;
font-weight:normal;
}

#zone4Navigation .MenuLevel1 p.Selected {
background:none;
text-transform:none;
font-size:12px;
}

#zone4Navigation .MenuLevel1 p.Selected a {
color:#B10000;
font-weight:bold;
}


#zone4Navigation  .MenuLevel2 p {
margin-left:12px;
}
#zone4Navigation  .MenuLevel3 p {
margin-left:22px;
}





/***********************************************************/
/***************    ZONE 5 BREADCRUMB AREA    ****************/
/***********************************************************/

#zone5Breadcrumb {
	/* float: right; */	
	font-size: 11px;
	padding: 0;
        color: #999;
}

#zone5Breadcrumb a {
color: #666;
font-weight: normal;
}

.zone5BreadcrumbCurrentItem {
        color: #CC0035;
}

.breadcrumbslist {
     margin-bottom: 15px;
}

#zone5DepartmentName, #zone5DepartmentName a {
font-size: 28px; 
color: #333;
font-weight:normal;
letter-spacing:-1px;
}


/***********************************************************/
/***************    ZONE 6:  BLUEPRINT CONTENT AREA ****************/
/***********************************************************/

.headerBar {
        margin-left: -15px;
        margin-bottom: 15px;
margin-top: -10px;
}

#zone6PageContent {
	background-image: url(~/media/Images/Structure/BGHomeTop.ashx);
	background-repeat: repeat-x;
	font: 13px/18px Helvetica, Arial, sans-serif;
	padding-bottom: 40px;
/*START BILLCODE*/
 margin-top:42px;
/*END BILLCODE*/

}
#zone6ContentWrapper {
	background-color:#FFF;
	padding: 15px 15px 100px;
	-webkit-box-shadow: 0 0 15px #666;
	-moz-box-shadow: 0 0 15px #666;
	box-shadow: 0 0 15px #666;
}



#zone6ContentArea {
	float: right;
	width: 720px;
	margin-left: 30px;
	
}

.sidebar {
	float: right;
	width: 230px;
	background-color:#FDF9DE;
	margin: 0 0 20px 20px;
	padding: 10px;
	font: 12px/16px Helvetica, Arial, sans-serif;
	border: 1px solid #D1C8B3;
}

.sidebar img {
	margin-left: -10px;
     margin-bottom: 15px;
}


/***********************************************************/
/***************    ZONE 7: FOOTER AREA    ****************/
/***********************************************************/


#zone7FooterNew {
	background-color: #E2E0C7;
	padding: 15px;
	width: 950px;
	height: 60px;
	margin: -130px auto 0 auto;
	font-size: 12px;
	color: #666;
	text-align: right;
}

#zone7FooterNew p {
	margin: 0;
	padding: 0;	
}

#zone7FooterNew #logo {
	float: left; 
	margin: 0 15px 0 0;	
}

#zone7FooterNew #copyright {
		float: left; 
	text-align: left;
}

#zone7FooterNew #links {
	line-height: 200%;
}

#zone7FooterNew a {
	color:#666;
	font-weight:normal;
}

#zone7FooterNew a:hover {
	color: #CC0035;
}


/***********************************************************/
/***************    ZONE 7: FOOTER AREA    ****************/
/***************    OLD VERSION FOR LEGACY PAGES    ****************/
/***********************************************************/



#zone7Footer {
	font-size: 11px;
	color: #777;
        margin-top: 30px;
}
#zone7Footer a {
	color:#777;
	font-weight:normal;
	padding: 0px 5px;
}

}