/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
  min-width: 960px;
}

/* `Container
----------------------------------------------------------------------------------------------------*/

.container_24 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16,
.grid_17,
.grid_18,
.grid_19,
.grid_20,
.grid_21,
.grid_22,
.grid_23,
.grid_24 {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12,
.push_13, .pull_13,
.push_14, .pull_14,
.push_15, .pull_15,
.push_16, .pull_16,
.push_17, .pull_17,
.push_18, .pull_18,
.push_19, .pull_19,
.push_20, .pull_20,
.push_21, .pull_21,
.push_22, .pull_22,
.push_23, .pull_23 {
  position: relative;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* `Grid >> 24 Columns
----------------------------------------------------------------------------------------------------*/

.container_24 .grid_1 {
  width: 30px;
}

.container_24 .grid_2 {
  width: 70px;
}

.container_24 .grid_3 {
  width: 110px;
}

.container_24 .grid_4 {
  width: 150px;
}

.container_24 .grid_5 {
  width: 190px;
}

.container_24 .grid_6 {
  width: 230px;
}

.container_24 .grid_7 {
  width: 270px;
}

.container_24 .grid_8 {
  width: 310px;
}

.container_24 .grid_9 {
  width: 350px;
}

.container_24 .grid_10 {
  width: 390px;
}

.container_24 .grid_11 {
  width: 430px;
}

.container_24 .grid_12 {
  width: 470px;
}

.container_24 .grid_13 {
  width: 510px;
}

.container_24 .grid_14 {
  width: 550px;
}

.container_24 .grid_15 {
  width: 590px;
}

.container_24 .grid_16 {
  width: 630px;
}

.container_24 .grid_17 {
  width: 670px;
}

.container_24 .grid_18 {
  width: 710px;
}

.container_24 .grid_19 {
  width: 750px;
}

.container_24 .grid_20 {
  width: 790px;
}

.container_24 .grid_21 {
  width: 830px;
}

.container_24 .grid_22 {
  width: 870px;
}

.container_24 .grid_23 {
  width: 910px;
}

.container_24 .grid_24 {
  width: 950px;
}

/* `Prefix Extra Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/

.container_24 .prefix_1 {
  padding-left: 40px;
}

.container_24 .prefix_2 {
  padding-left: 80px;
}

.container_24 .prefix_3 {
  padding-left: 120px;
}

.container_24 .prefix_4 {
  padding-left: 160px;
}

.container_24 .prefix_5 {
  padding-left: 200px;
}

.container_24 .prefix_6 {
  padding-left: 240px;
}

.container_24 .prefix_7 {
  padding-left: 280px;
}

.container_24 .prefix_8 {
  padding-left: 320px;
}

.container_24 .prefix_9 {
  padding-left: 360px;
}

.container_24 .prefix_10 {
  padding-left: 400px;
}

.container_24 .prefix_11 {
  padding-left: 440px;
}

.container_24 .prefix_12 {
  padding-left: 480px;
}

.container_24 .prefix_13 {
  padding-left: 520px;
}

.container_24 .prefix_14 {
  padding-left: 560px;
}

.container_24 .prefix_15 {
  padding-left: 600px;
}

.container_24 .prefix_16 {
  padding-left: 640px;
}

.container_24 .prefix_17 {
  padding-left: 680px;
}

.container_24 .prefix_18 {
  padding-left: 720px;
}

.container_24 .prefix_19 {
  padding-left: 760px;
}

.container_24 .prefix_20 {
  padding-left: 800px;
}

.container_24 .prefix_21 {
  padding-left: 840px;
}

.container_24 .prefix_22 {
  padding-left: 880px;
}

.container_24 .prefix_23 {
  padding-left: 920px;
}

/* `Suffix Extra Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/

.container_24 .suffix_1 {
  padding-right: 40px;
}

.container_24 .suffix_2 {
  padding-right: 80px;
}

.container_24 .suffix_3 {
  padding-right: 120px;
}

.container_24 .suffix_4 {
  padding-right: 160px;
}

.container_24 .suffix_5 {
  padding-right: 200px;
}

.container_24 .suffix_6 {
  padding-right: 240px;
}

.container_24 .suffix_7 {
  padding-right: 280px;
}

.container_24 .suffix_8 {
  padding-right: 320px;
}

.container_24 .suffix_9 {
  padding-right: 360px;
}

.container_24 .suffix_10 {
  padding-right: 400px;
}

.container_24 .suffix_11 {
  padding-right: 440px;
}

.container_24 .suffix_12 {
  padding-right: 480px;
}

.container_24 .suffix_13 {
  padding-right: 520px;
}

.container_24 .suffix_14 {
  padding-right: 560px;
}

.container_24 .suffix_15 {
  padding-right: 600px;
}

.container_24 .suffix_16 {
  padding-right: 640px;
}

.container_24 .suffix_17 {
  padding-right: 680px;
}

.container_24 .suffix_18 {
  padding-right: 720px;
}

.container_24 .suffix_19 {
  padding-right: 760px;
}

.container_24 .suffix_20 {
  padding-right: 800px;
}

.container_24 .suffix_21 {
  padding-right: 840px;
}

.container_24 .suffix_22 {
  padding-right: 880px;
}

.container_24 .suffix_23 {
  padding-right: 920px;
}

/* `Push Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/

.container_24 .push_1 {
  left: 40px;
}

.container_24 .push_2 {
  left: 80px;
}

.container_24 .push_3 {
  left: 120px;
}

.container_24 .push_4 {
  left: 160px;
}

.container_24 .push_5 {
  left: 200px;
}

.container_24 .push_6 {
  left: 240px;
}

.container_24 .push_7 {
  left: 280px;
}

.container_24 .push_8 {
  left: 320px;
}

.container_24 .push_9 {
  left: 360px;
}

.container_24 .push_10 {
  left: 400px;
}

.container_24 .push_11 {
  left: 440px;
}

.container_24 .push_12 {
  left: 480px;
}

.container_24 .push_13 {
  left: 520px;
}

.container_24 .push_14 {
  left: 560px;
}

.container_24 .push_15 {
  left: 600px;
}

.container_24 .push_16 {
  left: 640px;
}

.container_24 .push_17 {
  left: 680px;
}

.container_24 .push_18 {
  left: 720px;
}

.container_24 .push_19 {
  left: 760px;
}

.container_24 .push_20 {
  left: 800px;
}

.container_24 .push_21 {
  left: 840px;
}

.container_24 .push_22 {
  left: 880px;
}

.container_24 .push_23 {
  left: 920px;
}

/* `Pull Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/

.container_24 .pull_1 {
  left: -40px;
}

.container_24 .pull_2 {
  left: -80px;
}

.container_24 .pull_3 {
  left: -120px;
}

.container_24 .pull_4 {
  left: -160px;
}

.container_24 .pull_5 {
  left: -200px;
}

.container_24 .pull_6 {
  left: -240px;
}

.container_24 .pull_7 {
  left: -280px;
}

.container_24 .pull_8 {
  left: -320px;
}

.container_24 .pull_9 {
  left: -360px;
}

.container_24 .pull_10 {
  left: -400px;
}

.container_24 .pull_11 {
  left: -440px;
}

.container_24 .pull_12 {
  left: -480px;
}

.container_24 .pull_13 {
  left: -520px;
}

.container_24 .pull_14 {
  left: -560px;
}

.container_24 .pull_15 {
  left: -600px;
}

.container_24 .pull_16 {
  left: -640px;
}

.container_24 .pull_17 {
  left: -680px;
}

.container_24 .pull_18 {
  left: -720px;
}

.container_24 .pull_19 {
  left: -760px;
}

.container_24 .pull_20 {
  left: -800px;
}

.container_24 .pull_21 {
  left: -840px;
}

.container_24 .pull_22 {
  left: -880px;
}

.container_24 .pull_23 {
  left: -920px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_24:before,
.container_24:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_24:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_24 {
  zoom: 1;
}
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
*/


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
*/

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
*/

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
*/

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
*/

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
*/

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
*/

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
*/

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
*/

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
*/

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
*/

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
*/

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
*/

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */


/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
    a, a:visited { text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; } /* h5bp.com/t */
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
}

/**
    COLORS : 
    orange - #eaab0f
    light blue - #91aac2
*/

input, textarea, select {
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
}

body {
    font-size:14px;
    color:#44555c;
    font-family: 'CartoGothicStdBook';
}

/**
    link styles
*/

a:link, a:visited {
    color:#fed100;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

h1, h2, h3 {
    color:#d9a429;
    font-weight: normal;
    font-family: 'trajan_proregular';
     margin-bottom: 0;
}
h1 {
    font-size: 22px;
    border-bottom: 1px solid #dedede;
    padding-bottom:10px;
    margin:20px 0;
}
input:invalid, textarea:invalid {
    background-color: inherit;
}

form {
    width:400px;
}
label {
    float:left;
}
input, textarea, select{
    border: 1px solid #C0C0C0;
    color: #999999;
    float: left;
    margin-bottom: 10px;
    padding: 6px;
    width: 100%;
    box-shadow: 0 2px 2px 0 #E8E8E8 inset;
}
input[type=checkbox] {
    float:left;
}
input[type=submit] {
    background-color: #2F434D;
    clear: both;
    color: #FFFFFF;
    float: right;
    padding-top: 10px;
    width: 100px;
    box-shadow: none;
}

label {
    color: #506377;
    float: left;
    margin-top: 5px;
    width: 79px;
}

/**
    top 
*/
header {

}
#headerTitle h1 {
       border: medium none;
    font-size: 49px;
    letter-spacing: -4px;
    margin-left: 0;
    padding-bottom: 0;
    padding-top: 10px;
    text-transform: lowercase;
}
#logo {
    margin:20px 8px;
}

#topBanner{
    background-image: linear-gradient(bottom, #5F0910 22%, #7A1524 55%, #7A1524 82%);
    background-image: -o-linear-gradient(bottom, #5F0910 22%, #7A1524 55%, #7A1524 82%);
    background-image: -moz-linear-gradient(bottom, #5F0910 22%, #7A1524 55%, #7A1524 82%);
    background-image: -webkit-linear-gradient(bottom, #5F0910 22%, #7A1524 55%, #7A1524 82%);
    background-image: -ms-linear-gradient(bottom, #5F0910 22%, #7A1524 55%, #7A1524 82%);

    background-color: #7a1524;  
}
#topBanner ul {
     font-size: 13px;
    margin: 6px;
    text-transform: lowercase;
}
a.twittericon {
    background: url("/public/img/twitter_icon.png") no-repeat scroll right 0 transparent;
    padding-right: 30px;
}
a.linkedinicon {
      background: url("/public/img/linkedin_icon.png") no-repeat scroll right 0 transparent;
      padding-right: 30px;
  }
.quick-top li.right {
    float:right;
}
.quick-top li.last a {
    background: url("/public/img/arrow_yellow.png") no-repeat scroll right center transparent;
    margin-right: 0;
    padding-right: 15px;
}
.quick-top a:link, .quick-top a:visited {
    border: medium none;
    color: #FFFFFF;
    margin-right: 15px;
    text-decoration: none;
}
.quick-top a:hover {
    color:#d9a429;
}


/*
    nav
*/
div[role="navigation"] {
    border-top:1px solid #dedede;
    font-size: 14px;
}

.navigation li.last {

    margin-right:0;
}
.container_24 {
      width: 972px;

}

#main-nav {
height: 23px;
    margin: 0;
    padding: 5px 0 0;
}

#main-nav li {
    position: relative;
    padding: 5px 0;
}
#main-nav li.last {
    margin-right:0;
}

#main-nav li a:link, #main-nav li a:visited {
    color: #44555C;
    height: 20px;
    padding: 6px 11px;
}


#main-nav li:hover > a:link, #main-nav li:hover > a:visited, #main-nav li.active a:link, #main-nav li.active a:visited{
    text-decoration: none;
    color:#d9a429;
    background-color: #041e40;
}
.right {
    float:right;
}

ul.navigation ul li {
    padding: 7px 0;
    display:block;
}
ul.navigation ul {
    display:none;
}

ul.navigation li:hover ul/*, ul.navigation li.active ul*/ {
    display: block;
    position: absolute;
    z-index: 100;
    padding: 10px;
    left: 0;
    margin: 0;
    top: 27px;
    width: 200px;
    background: #041e40;
    text-transform: none;
    font-family: 'CartoGothicStdBook';
}
#main-nav li.active ul a:link,#main-nav  li.active ul a:visited, #main-nav li ul a:link,#main-nav  li ul a:visited {
    color:#fff;

}
ul.navigation {
    font-family: 'trajan_proregular';
    padding-left: 0;
    text-transform: lowercase;
}
ul.navigation li {
    display:inline;
}

/**
    Side nav
*/
#sidebar {
    background-color: #8B182B;
    color: #FFFFFF;
    margin-left: 40px;
    min-height: 470px;
    padding: 5px 5px 5px 10px;
    background-image: linear-gradient(center bottom , #450000 5%, #A9233E 85%);
    background-image: -o-linear-gradient(center bottom , #450000 5%, #A9233E 85%);
    background-image: -moz-linear-gradient(center bottom , #450000 5%, #A9233E 85%);
    background-image: -webkit-linear-gradient(center bottom , #450000 5%, #A9233E 85%);
    background-image: -ms-linear-gradient(center bottom , #450000 5%, #A9233E 85%);
}
#sidebar h2 {
    border-bottom: 1px solid #8A1B31;
    margin-top: 45px;
}
#sidebar.hide {
    background: none;
    visibility: hidden;
}
#pageSidebar {
}
#pageSidebar ul {
    padding: 0 0 0 30px;
}
#pageSidebar li {
    list-style: none;
}

#pageSidebar a:link,#pageSidebar a:visited {
    color:#fff;
}
#pageSidebar li.active {
    list-style-image: url("/public/img/arrow_yellow.png");
    color:#FED100;
}
#pageSidebar h3 {
    font-family:'CartoGothicStdBook';
}
.sidepanel {
    background-color:#efefef;
    padding: 0px;
    text-transform: uppercase;
}
.sidepanel h2 {
    margin-left: 15px;
}
ul#side-nav{
    list-style: none outside none;
    font-family: 'CartoGothicStdBook';
    text-transform: capitalize;
}
#side-nav li {
    margin:0;
}
#side-nav.navigation li {
    display:block;
}

#side-nav a:link,#side-nav a:visited{
    color:#FFFFFF;
}

#side-nav li.active a:link,#side-nav li.active a:visited{
    color:#D9A429;
}
/**
    third level
*/
#side-nav ul{
    margin: 0 0 0 20px;
}


/*
main
*/
div[role=main] {
    background: url("/public/img/bg.gif") no-repeat scroll top center transparent;
    min-height: 720px;
}
#content {
    background-color: #EEF1F4;
    left: 50%;
    margin-bottom: 0;
    margin-left: -486px;
    margin-top: 0;
    padding-right: 245px;
    position: relative;
    width: 960px;
}
#main_region {
    background-color: #FFFFFF;
    margin: 20px 0 25px 20px;
    min-height: 450px;
    padding: 20px 50px 20px 20px;
}
#main_region h1 { 
    margin-top: 0;
    text-transform: lowercase;
      padding-bottom: 1px;
}
#main_region a:link, #main_region a:visited {
    color: #eaab0f;
}
#feature_banner {
    position: relative;   left: -234px;
}
/*
    bottom
*/
footer {
    color: #FFFFFF;
    font-size: 13px;
    height: 300px;
    padding-top: 50px;

    background-image: linear-gradient(top, #001F47 18%, #0F3059 50%, #0C284D 87%);
    background-image: -o-linear-gradient(top, #001F47 18%, #0F3059 50%, #0C284D 87%);
    background-image: -moz-linear-gradient(top, #001F47 18%, #0F3059 50%, #0C284D 87%);
    background-image: -webkit-linear-gradient(top, #001F47 18%, #0F3059 50%, #0C284D 87%);
    background-image: -ms-linear-gradient(top, #001F47 18%, #0F3059 50%, #0C284D 87%);
}

footer address {
    font-style:normal;
}
footer address span {
    color:#d9a429;
}
footer a:link, footer a:visited {
    color:#ffffff;
}
footer ul {
    padding:0;
    margin-top:0;
    float:left;
}
footer li {
    list-style:none;
}
.footer_wrap {
    padding-top:34px;
}
footer h3 {
    color:#d9a429;
    font-size:16px;
}

#tagLine {
    color: #D9A429;
    font-family: 'trajan_proregular';
    font-size: 20px;
    margin: 30px 0 30px 10px;
}

/*
 HOME PAGE
*/
#twitter{
    height: 148px;
    overflow: hidden;
    position: relative;
}
.tweet {
    position: absolute;
}
.tweet span {
    font-style: italic;
    font-size:12px;
}
/**
    ccf1ff
    92cee4
*/
#homeBanner {
    left: -233px;
    position: absolute;
    z-index: 0;
}
#content.home  {
    background :none;
}
#content.home span a:link,#content.home span a:visited {
    background: url("/public/img/red_arrow.png") no-repeat scroll right center transparent;
    color: #FFFFFF;
    display: block;
    font-family: 'trajan_proregular';
    font-size: 12px;
    padding: 14px;
    text-transform: uppercase;
    width: 200px;
}
#content.home .grid_24 {
    width:955px;
}
.home h1 {
    border-bottom: medium none;
    color: #FFFFFF;
    font-size: 30px;
    margin-left: 11px;
    margin-top: 412px;
}
.contentBlock {
    height: 240px;
    margin-left: 1px;
    width: 240px;
    background-color: #ccf1ff;
}
h2.twittericon {
    background: url("/public/img/twitter_icon.png") no-repeat scroll 170px 18px transparent;
}
h2.linkedinicon {
    background: url("/public/img/linkedin_icon.png") no-repeat scroll 170px 18px transparent;
}
.contentBlock.yellow {
    background-color:#f8cb02;
}
.contentBlock.blue {
    background-color:#012048;
}
.contentBlock.blue h2 {
    color: #fff;
}
.contentBlock.light {
    background-image: linear-gradient(top, #ccf1ff 22%, #92cee4 82%);
    background-image: -o-linear-gradient(top, #ccf1ff 22%, #92cee4 82%);
    background-image: -moz-linear-gradient(top, #ccf1ff 22%, #92cee4 82%);
    background-image: -webkit-linear-gradient(top, #ccf1ff 22%, #92cee4 82%);
    background-image: -ms-linear-gradient(top, #ccf1ff 22%, #92cee4 82%);
}
.contentBlock h2 {
    color:#012048;
    box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 10px;
}
.contentBlock p {
    background-color: #851B30;
    box-shadow: 0 3px 11px rgba(0, 0, 0, 0.4) inset;
    color: #FFFFFF;
    margin: 0;
    min-height: 128px;
    padding: 10px;
    -moz-box-shadow:   0 3px 11px rgba(0, 0, 0, 0.4) inset;
    -webkit-box-shadow: 0 3px 11px rgba(0, 0, 0, 0.4) inset;
}

 input[type=submit] {
    background-color: #041E40;
    border: medium none;
    color: #D9A429;
    font-family: 'trajan_proregular';
    padding-top: 6px;
    width: 100px;
}



.image-wrapper {
    min-height: 100px;
}

@font-face {
    font-family: 'trajan_proregular';
    src: url('/public/fonts/trajanpro-regular-webfont.eot');
    src: url('/public/fonts/trajanpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/public/fonts/trajanpro-regular-webfont.woff') format('woff'),
         url('/public/fonts/trajanpro-regular-webfont.ttf') format('truetype'),
         url('/public/fonts/trajanpro-regular-webfont.svg#trajan_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'CartoGothicStdBook';
    src: url('/public/fonts/CartoGothicStd-Book-webfont.eot');
    src: url('/public/fonts/CartoGothicStd-Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('/public/fonts/CartoGothicStd-Book-webfont.woff') format('woff'),
         url('/public/fonts/CartoGothicStd-Book-webfont.ttf') format('truetype'),
         url('/public/fonts/CartoGothicStd-Book-webfont.svg#CartoGothicStdBook') format('svg');
    font-weight: normal;
    font-style: normal;

}
#calendar {
    float: left;
    margin-left: 30px;
    margin-top: 15px;
    width: 698px;
}
#calendar #weekdays {
    border-left: 1px solid #A2B0BD;
    border-right: 1px solid #A2B0BD;
}
#calendar #weekdays span {
    background-image: linear-gradient(bottom, #abddf0 22%,#ccf1ff 82%);
    background-image: -o-linear-gradient(bottom, #abddf0 22%,#ccf1ff 82%);
    background-image: -moz-linear-gradient(bottom, #abddf0 22%,#ccf1ff 82%);
    background-image: -webkit-linear-gradient(bottom, #abddf0 22%,#ccf1ff 82%);
    background-image: -ms-linear-gradient(bottom, #abddf0 22%,#ccf1ff 82%);
    background-color: #ABDDF0;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    color: #0F2F57;
    float: left;
    margin-left: -1px;
    padding: 10px 0;
    text-align: center;
    width: 96px;
}

#calendar .week.extended_10 .day:hover {
    overflow-x: hidden;
    overflow-y: auto;
}

#calendar #weekdays span, #calendar .day {
    float:left;
}
#calendar #weekdays span, #calendar .number {
    font-family: 'trajan_proregular';
}
#calendar .week {}
/*#calendar .week.extended_7 .day {
    height:217px;
}
#calendar .week.extended_8 .day {
    height:241px;
}
#calendar .week.extended_9 .day {
    height:265px;
}*/
#calendar .week.extended_10 .day {
    height:170px;
    /*overflow-y: scroll;*/
    overflow: hidden;
}
#calendar .week .day:first-child {
    border-left: 1px solid #DCE4ED;
}
#calendar .day{
    border-bottom: 1px solid #DCE4ED;
    border-right: 1px solid #DCE4ED;
    height: 170px;
    max-height: 170px;
    width: 95px;
}
#calendar .day.inactive {
    background-color: #EFF3F6;
}

#calendar .day .number {
    background-color: #DEE2E5;
    color: #596C7A;
    float: left;
    font-size: 35px;
    padding-left: 10px;
    width: 86px;
}
#calendar .day .event {
    float: left;
    font-size: 11px;
    margin: 0;
    padding: 5px;
    position: relative;
    width: 90px;

}

#calendar .event.color_0 {
    background-color: none;
}

#calendar .event.color_11 {
    background-color: #CFE0F7;
}

#calendar .event.color_12 {
    background-color: #d9ebe2;
}
#calendar .event.color_13 {
    background-color: #f2eeb4;
}
#calendar .event .details {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #DCE4ED -moz-use-text-color;
    border-image: none;
    border-style: solid none;
    border-width: 1px medium;
    display: none;
    left: 80px;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 199px;
}
#calendar .event .details h3 {
    margin:0;
    font-size:14px;
}
#calendar .event:hover .details {
    display:block;
    z-index:9999;
}
#calendar .calendarHeader {

    background-image: linear-gradient(bottom, #021c3d 22%,#103059 82%);
    background-image: -o-linear-gradient(bottom, #021c3d 22%,#103059 82%);
    background-image: -moz-linear-gradient(bottom, #021c3d 22%,#103059 82%);
    background-image: -webkit-linear-gradient(bottom, #021c3d 22%,#103059 82%);
    background-image: -ms-linear-gradient(bottom, #021c3d 22%,#103059 82%);
    color: #FFFFFF;
    height: 18px;
    font-family: 'trajan_proregular';
    margin-left: 1px;
    padding: 6px;
    width: 660px;
}
#calendar .calendarHeader a:link,#calendar .calendarHeader a:visited {
    color:#fff;
}

#calendar .calendarHeader .currentMonth {
    float: left;
    font-family: 'trajan_proregular';
    font-size: 16px;
    margin: 0 auto 0 10px;
    text-align: center;
    width: 365px;
}
#calendar .calendarHeader .previous {
    float:left;
    padding-left:15px;
    margin-top: 2px;
    background:url("/public/img/calendar_prev.png") no-repeat scroll left 2px transparent;
}
#calendar .calendarHeader .next {
    background: url("/public/img/calendar_next.png") no-repeat scroll right 2px transparent;
    float: right;
    margin-top: 2px;
    padding-right: 15px;
}

#calendarActions a {
    background-color: #FFFfff;
    border-radius: 5px 5px 5px 5px;
    float: left;
    height: 40px;
    margin-right: 10px;
    padding: 5px;
    width: 110px;
}
#calendarActions .calendarView.active, #calendarActions .calendarView:hover  {
    background: url("/public/img/calendar-view-active.png") no-repeat scroll center center #B1BDC9;
}
#calendarActions .calendarView {
    background: url("/public/img/calendar-view.png") no-repeat scroll center center #FFFfff;
}
#calendarActions .listView.active, #calendarActions .listView:hover {
    background: url("/public/img/list-view-active.png") no-repeat scroll center center #B1BDC9;
}
#calendarActions .listView {
    background: url("/public/img/list-view.png") no-repeat scroll center center #FFFfff;
}
#exportOptions {
    float:right;
    margin-top: 15px;
}
#exportOptions a:link,#exportOptions a:visited {
    color:#73828e;
}
#key {
    float:left;
}
#key span {
    border: 1px solid #DEE6EE;
    display: inline-block;
    height: 15px;
    vertical-align: text-bottom;
    width: 15px;
    margin-top: 30px;
    margin-left: 20px;
}
#key span.green {
    background-color:#d9ebe2;
}
#key span.purple {
    background-color:#ded9eb;
}
#key span.peach {
    background-color:#eddcc8;
}
#key span.blue {
    background-color:#cfe0f7;
}
#key span.lightblue {
    background-color:#d9ecf3;
}
#key span.yellow {
    background-color:#f2eeb4;
}

#calendar .prevMonth {
    float:left; min-width:100px;
}

/**
    List View

*/
#calendarList {
 float: left;   
}
#calendarList h2 {
    color: #677784;
    font-family: 'CartoGothicStdBook';
    font-size: 24px;
}
.calendarPaging {
 margin-top: 20px;
float: right;
}
#calendarList .calendarPaging a:link,#calendarList .calendarPaging a:visited {
    color:#b4b9bd;
}
#calendarList #weekdays {
}
#calendarList #weekdays span {
}

#calendarList #weekdays span, #calendarList .day {
}
#calendarList #weekdays span, #calendarList .number {
}
#calendarList .week {}

#calendarList .day{
    border-bottom: 1px solid #c9d2dc;
    float: left;
    padding: 1px 0;
    width: 630px;
}
#calendarList .day.inactive {
    border:none;
}

#calendarList .day .number {
    background-color: #e9edf1;
    float: left;
    font-size: 40px;
    max-width: 20px;
    overflow: hidden;
    padding: 5px 90px 5px 6px;
}
#calendarList .day .event {
    margin-bottom: 20px;
    margin-top: 23px;
}
#calendarList .events {
    float: left;
    margin-left: 20px;
    width: 490px;
}


#calendarList .event .details {
    float: right;
    margin-top: -18px;
}
#calendarList .event .details h3 {
}
#calendarList .calendarHeader {
    font-family: 'trajan_proregular';
}
#calendarList .calendarHeader a:link,.calendarHeader a:visited {

}
#calendarList .calendarHeader .currentMonth {
}
#calendarList .calendarHeader .previous {
}
#calendarList .calendarHeader .next {
    padding-right: 20px;
}

#calendarList .prevMonth {
    display:inline-block;
    padding-left:20px;
    background: url('/public/img/grey-arrow-left.png') no-repeat center left;
}

#calendarList .nextMonth {
    display:inline-block;
    padding-right:20px;
    background: url('/public/img/grey-arrow-right.png') no-repeat 100px 0px;
}


#calendarList span {
    float: left;
margin-top: 10px;
font-size: 25px;
}

.event-schedule span {
    color:#eaab0f;

}

#back-to-calendar {
    font-family: 'trajan_proregular';
    border-top: 1px solid #dedede;
padding: 10px 0 0;
text-transform: uppercase;
}

.event-image img {
    border: 1px solid #dedede;
}
