
/* Default */

::-moz-selection {
  background: #000;
  color: #fbfaf2;
  }

::selection {
  background: #000;
  color: #fbfaf2;
  }

a { color: #094674; cursor: pointer; text-decoration: none; }
a:link { color: #094674; text-decoration: none; }
a:visited { color: #094674; text-decoration: none; }
a:hover { color: #094674; text-decoration: underline; }
a:active { color: #094674; text-decoration: underline; }

body, html {
  height: 100%;
  }

html {
  overflow-y: scroll; 
  }

body {
  background: #c9ccce url('/images/background.png') 0 0 repeat;
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 100%;
  font-size: 0.875em; /* 14px */
  line-height: 1.6;
  width: 100%;
  position: absolute;
  }

a.btn,
div.btn,
input.btn,
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  -webkit-appearance: none;
  background-color: #000;
  border: none;
  border-radius: 2px 0px 2px 2px;
  -moz-border-radius: 2px 0px 2px 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4;
  margin: 0px 0px 0px 0px;
  padding: 3px 6px 4px 6px;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
  }
  
a.btn:hover,
div.btn:hover,
input.btn:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover {
    background-color: #646667;
  }
  
input::-webkit-input-placeholder {
    color: #ccc;
  }
  
input:-moz-placeholder {
    color: #ccc;
  }

h1 { color: #094674; font-size: 3em; /* 42px */ }
h2 { color: #000000; font-size: 2.142857142857143em; /* 30px */ }
h3 { color: #094674; font-size: 1.714285714285714em; /* 24px */ }
h4 { color: #094674; font-size: 1.428571428571429em; /* 20px */ }
h5 { color: #094674; font-size: 1.285714285714286em; /* 18px */ }
h6 { color: #094674; font-size: 1.142857142857143em; /* 16px */ }

h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;			
  margin-bottom: 5px;
  line-height: 1.4;
  }

h1, h2 {
  line-height: 1.2;
  }
  
img {
  max-width: 100%;
  height: auto !important;
  }
  
p {
	margin: 1.5em 0;
	}
  
input[type="text"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
input[type="password"],
input.text,
textarea {
  -webkit-appearance: none;
  border: 1px solid #000;
  border-radius: 2px;
  -moz-border-radius: 2px;
  box-shadow: inset 1px 1px 4px #eee;
  -moz-box-shadow: inset 1px 1px 4px #eee;
  -webkit-box-shadow: inset 1px 1px 4px #eee;
  color: #777;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 6px;
  }

select {
  border: 1px solid #ddd;
  border-radius: 2px;
  -moz-border-radius: 2px;
  box-shadow: inset 1px 1px 4px #eee;
  -moz-box-shadow: inset 1px 1px 4px #eee;
  -webkit-box-shadow: inset 1px 1px 4px #eee;
  color: #777;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 6px;
  }
  
input[type="text"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
input.text:focus,
textarea:focus,
select:focus {
  border-color: #333;
  box-shadow: 0 0 6px #646667;
  -moz-box-shadow: 0 0 6px #646667;
  -webkit-box-shadow: 0 0 6px #646667;
  }
  
/* Global */

.blue { color: #094674; }

.black { color: #000; }
.black a { color: #000; text-decoration: none; }
.black a:link { color: #000; text-decoration: none; }
.black a:visited { color: #000; text-decoration: none; }
.black a:hover { color: #000; text-decoration: underline; }
.black a:active { color: #000; text-decoration: underline; }

.gold { color: #d9891e; }
.gold a { color: #d9891e; text-decoration: none; }
.gold a:link { color: #d9891e; text-decoration: none; }
.gold a:visited { color: #d9891e; text-decoration: none; }
.gold a:hover { color: #d9891e; text-decoration: underline; }
.gold a:active { color: #d9891e; text-decoration: underline; }

.dark-grey { color: #333333; }
.dark-grey a { color: #333333; text-decoration: none; }
.dark-grey a:link { color: #333333; text-decoration: none; }
.dark-grey a:visited { color: #333333; text-decoration: none; }
.dark-grey a:hover { color: #333333; text-decoration: underline; }
.dark-grey a:active { color: #333333; text-decoration: underline; }

.mid-grey { color: #646667; }
.light-grey { color: #afb0b0; }

.white { color: #fff; }
.green { color: #2db035; }

.fontSize10 { font-size: 0.714285714285714em; /* 10px */ }
.fontSize11 { font-size: 0.785714285714286em; /* 11px */ }
.fontSize12 { font-size: 0.857142857142857em; /* 12px */ }
.fontSize14 { font-size: 1em; /* 14px */ }
.fontSize16 { font-size: 1.142857142857143em; /* 16px */ }
.fontSize18 { font-size: 1.285714285714286em; /* 18px */ }
.fontSize20 { font-size: 1.428571428571429em; /* 20px */ }
.fontSize24 { font-size: 1.714285714285714em; /* 24px */ }
.fontSize28 { font-size: 2em; /* 28px */ }
.fontSize30 { font-size: 2.142857142857143em; /* 30px */ }
.fontSize48 { font-size: 3.428571428571429em; /* 48px */ }

.fontTimes { font-family: "Times New Roman", Times, serif;  }

.textAlignLeft { text-align: left; }
.textAlignRight { text-align: right; }

.bold { font-weight: bold; }
    
/* Wrapper */
    
.wrapper {
  margin: 0 auto;
  width: 100%;
  }
  
.c-wrap { max-width: 980px; margin: 0 auto; }

/* Header */

.header {
	background: url('/images/bg-header.png') 0 0 repeat-x;
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 12px;
}

.header a.logo {
	float: left; 
	margin: 13px 0px 0px 20px;
}

.header .sub-nav {
	float: right;
	margin-top: 30px;
}

.header .sub-nav ul.list {
	margin: 0px;
	padding: 0px 0px 0px 32px;
	list-style-type: none;
}

.header .sub-nav ul.list li {
	margin: 0 0 0 10px;
	padding: 0px;
	list-style-type: none;
	float: left;
	display: inline;
	text-align: right;
}


/* Navigation */

	
.nav > div.btn {
	background: #094674 url("/images/icons/menu.png") 20px 50% no-repeat;
	border: none;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: none;
	font-size: 0.6em;
	line-height: 1.6;
	padding: 6px 20px 6px 40px;
	margin: 0 10px;
	}

.nav > div.btn.active {
	background-color: #d9891e;
	}
	
.nav a:hover {
	text-decoration: none;
	}
	
.nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
.nav li {
	position: relative;
	}

.nav > ul {
	margin: 0px 0px 10px 20px;
	}

.nav > ul > li {
	float: left;
	margin-right: 40px;
	position: relative;
	z-index: 9999; /* ie7 */
	}

.nav > ul > li:hover > a {
	color: #094674;
	}

.nav > ul > li:hover > ul {
	display: block;
	}

.nav > ul > li > a {
	color: #d9891e;
	display: block;
	}
	
.nav ul ul {
	background: #fff;
  	-moz-box-shadow: 0 0 6px #c7c8c8;
  	-webkit-box-shadow: 0 0 6px #c7c8c8;
	display: none;
	font-family: Arial, sans-serif;
	position: absolute;
	z-index: 9999;
	width: 220px;
	}
	
.nav ul ul a {
	border-top: 1px solid #c7c8c8;
	color: #000;
	display: block;
	font-size: .5em;
	min-width: 180px;
	padding: 5px 15px;
	}
	
.nav ul ul a.arrow {
	background-image: url("/images/icons/nav-arrow.png");
	background-position: 100% 50%;
	background-repeat: no-repeat;
	}
	
.nav ul ul li:first-child a {
	border-top: none;
	}
	
.nav ul ul a:hover {
	background-color: #ccc;
	color: #fff;
	}
	
.nav ul ul ul {
	left: 220px;
	top: 1px;
	}

.nav > ul > li > ul > li:hover > ul {
	display: block;
	}


/* Middle */

.middle { margin: 25px 0px; }

.middle .left { width: 24%; margin: 0px 2.5% 0px 0px; display: inline; float: left; }

.middle .left ul.press { margin: 0px; padding: 0px; list-style-type: none; }

.middle .left ul.press li { margin: 0px 0px 10px 0px; padding: 0px 0px 0px 0px; list-style-type: none; }
.middle .left ul.press li.icon { background: url('/images/icon-pdf.png') 0 0 no-repeat; }
.middle .left ul.press li h4 { font-size: 1.142857142857143em; /* 16px */ font-weight: bold; /*margin-left: 22px;*/ }

.middle .mid { width: 36%; margin: 0px 2% 0px 0px; display: inline; float: left; }
.middle .right { width: 35%; float: left; }

.middle .module-header { background: #094674 url('/images/module-header.png') 0 0 no-repeat; height: 5px; width: 100%; }
.middle .module-content { background: #fff; padding: 12px; min-height: 333px; }

.middle .module-content a { color: #d9891e; }
.middle .module-content a:link { color: #d9891e; }
.middle .module-content a:visited { color: #d9891e; }
.middle .module-content a:hover { color: #d9891e; }
.middle .module-content a:active { color: #d9891e; }

.middle .module-content h3 { font-size: 2em; margin-bottom: 15px; }

.middle .module-content ul { margin: 20px 0px 0px 25px; padding: 0px; list-style-type: none; }
.middle .module-content ul li { margin: 0px 20px 20px 0px; padding: 0px 0px 0px 0px; list-style-type: disc; }
.middle .module-content p.quote { margin-bottom: 10px; }

.middle .module-shadow-sm { height: 3px; line-height: 0; font-size: 0px; }
.middle .module-shadow-lg { height: 3px; line-height: 0; font-size: 0px; }

/* Interior */

.interior { margin: 0px 0px 25px 0px; }

.interior .int-left { width: 74%; margin: 0px 2% 0px 0px; display: inline; float: left; }

.interior .int-left .content-wrapper { border: 5px solid #eaebeb; padding: 20px; background: #fff; }

.content-wrapper a { color: #d9891e; text-decoration: underline; }
.content-wrapper a:link { color: #d9891e; text-decoration: underline; }
.content-wrapper a:visited { color: #d9891e; text-decoration: underline; }
.content-wrapper a:hover { color: #d9891e; text-decoration: none; }
.content-wrapper a:active { color: #d9891e; text-decoration: none; }

h1.page-title { border-bottom: 1px solid #094674; padding-bottom: 10px; margin-bottom: 30px; font-family: "Times New Roman", Times, serif; }

/* .interior .int-left .content-wrapper p { margin: 20px 0px; } */
.interior .int-left .content-wrapper img { margin: 0px 15px 0px 0px; border: 5px solid #eaebeb; float: left; }
.interior .int-left .content-wrapper p a { text-decoration: underline; }
.interior .int-left .content-wrapper p a:hover { text-decoration: none; }

.interior .int-left .content-wrapper .crumbs { margin: 0px 0px 18px 0px; }
.interior .int-left .content-wrapper .crumbs a { text-decoration: underline; }
.interior .int-left .content-wrapper .crumbs a:hover { text-decoration: none; }

.interior .int-left .module-shadow-int-lg { height: 4px; line-height: 0; font-size: 0px; }

.interior .int-right { width: 23%; float: left; }

.interior .wysiwyg-module { border: 5px solid #eaebeb; padding: 15px; background: #fff; }

.interior .wysiwyg-module.portfolio { background: #eaebeb url('/images/temp/temp-portfolio-1.png') 0 100% no-repeat; }
.interior .wysiwyg-module.portfolio a { text-decoration: none; }
.interior .wysiwyg-module.portfolio a:hover { text-decoration: underline; }

.interior .wysiwyg-module h4 { font-size: 2em; margin-bottom: 10px; }
.interior .wysiwyg-module p { font-size: .85em; margin-bottom: 10px; color: #818A93; }
.interior .wysiwyg-module a { text-decoration: underline; }
.interior .wysiwyg-module a:hover { text-decoration: none; }

.interior .module-header { background: #094674 url('/images/module-header.png') 0 0 no-repeat; height: 5px; width: 100%; }
.interior .module-content { background: #fff; padding: 12px; }
.interior .module-content h3 { font-size: 2em; margin-bottom: 15px; }

.interior .module-content ul { margin: 20px 0px 0px 25px; padding: 0px; list-style-type: none; }
.interior .module-content ul li { margin: 0px 20px 20px 0px; padding: 0px 0px 0px 0px; list-style-type: disc; }

.interior .module-content ul.quickLinks { margin: 20px 0px 0px 15px; padding: 0px; list-style-type: none; }
.interior .module-content ul.quickLinks li { margin: 0px 20px 10px 0px; padding: 0px 0px 0px 0px; list-style-type: none; }

.interior .module-content p.quote { margin-bottom: 10px; }

.interior .module-shadow-sm { height: 3px; line-height: 0; font-size: 0px; }
.interior .module-shadow-lg { height: 3px; line-height: 0; font-size: 0px; }

/* Footer */

.footer {
	background: url('/images/bg-footer.png') 0 0 repeat-x;
}

.footer .f-content { margin: 0px; padding: 20px 20px 0px 20px; }
.footer .f-content p { margin: 10px 0px; }

.footer .f-content .f-left { float: left; width: 75%; padding: 0px; border-right: 1px solid #e4e6e7; }
.footer .f-content .f-left .f-left-border { border-right: 1px solid #bbbdbe; padding: 0px 2% 5px 0px; }

.footer .f-content .f-left ul.nav-list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.footer .f-content .f-left ul.nav-list li {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	display: inline;
}

.footer .f-content .f-left ul.nav-list li.last {
	margin-right: 0px;
}

.footer .f-content .f-left p.copyright { float: left; }
.footer .f-content .f-left p.cg-image { float: left; margin-top: 5px; }

.footer .f-content .f-right { float: left; width: 22%; padding: 0px 0px 0px 2%; }

.footer .f-content .f-right .newsletter { margin-top: 10px; }

.footer .f-content .f-right .newsletter input.i-email { width: 125px; margin-right: 5px; }

.footer .f-content .f-right .newsletter .i-submit { float: left; }

.press-release-item {
	border-bottom: 1px solid #eee;
	padding: 2% 0;
	}

.press-release-item h3,
.press-release-item p {
	margin: 0;
	}
	
.press-release-item h3 a,
.press-release-item h3 a:link,
.press-release-item h3 a:visited,
.press-release-item h3 a:active {
	text-decoration: none;
	}
	
.press-release-item h3 a:hover {
	color: #094674;
	}
	
.press-release-item .release-info {
	margin-top: 0;
	color: #777;
	}
	
.error {
	color: #d52727;
	}
	
ul.ul-list li {
	margin-left: 30px;
	}
	
ul.ul-list li {
	background-image: url("/images/icons/bullet.png");
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding-left: 14px;
	margin-bottom: 6px;
	}
	

/* Print */

@media print {
    * {
      background: transparent !important;
      color: #000 !important;
      box-shadow:none !important;
      text-shadow: none !important;
      }

    body {
      font-size: 12px;
    }

    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: "";
      }

    pre,
    blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
      }

    thead {
      display: table-header-group;
      }

    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;
      }

}

.table
{
    display:table;
}

.row
{
    display:table-row;    
}

.row .top
{
    vertical-align:top;
}

.cell
{
    display:table-cell;
    padding: 4px 7px 2px 4px;
}


hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc); 
}












































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
