/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */

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

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display:block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */

audio,
canvas,
video {
    display:inline-block;
    *display:inline;
    *zoom:1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */

audio:not([controls]) {
    display:none;
    height:0;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */

[hidden] {
    display:none;
}


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

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

html,
button,
input,
select,
textarea {
    font-family:Arial, Helvetica, sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */

body {
    margin:0;
	height:100%;
}


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

/*
 * Addresses outline displayed oddly in Chrome
 */

a:focus {
    outline:thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:active {
    outline:0;
}


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

/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
 
h1,
h2,
h3,
h4,
h5,
h6{
	margin:0;
}
h1{
	font-size:26px;
	line-height:30px;
	margin-bottom:12px;
}
h2{
	font-size:22px;
	line-height:26px;
	margin:12px 0;
}
h3{
	font-size:16px;
	line-height:20px;
}
h4{
	font-size:14px;
	line-height:18px;
}
h5{
	font-size:13px;
	line-height:17px;
}
h6{
	font-size:12px;
	line-height:16px;
}


/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

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

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/

b,
strong {
    font-weight:bold;
}

blockquote {
    margin:16px 0;
}

/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
    font-style:italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */

mark {
    background:#ff0;
    color:#000;
}

/*
 * Addresses margins set differently in IE6/7
 */

p,
pre {
    margin:0 0 16px 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

pre,
code,
kbd,
samp {
    font-family:monospace, serif;
    _font-family:'courier new', monospace;
    font-size:1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {
    white-space:pre;
    white-space:pre-wrap;
    word-wrap:break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
    quotes:none;
}

/* 2 */

q:before,
q:after {
    content:'';
    content:none;
}

small {
    font-size:75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

sub,
sup {
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline;
}

sup {
    top:-0.5em;
}

sub {
    bottom:-0.25em;
}

address{
	font-style:normal;
}

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

/*
 * Addresses margins set differently in IE6/7
 */

dl,
menu,
ol,
ul {
    margin:16px 0;
}

ul ul, ol ol{
	margin:3px 0;
}

dt {
	font-weight:bold;
}
dd {
    margin:0 0 0 25px;
}

/*
 * Addresses paddings set differently in IE6/7
 */

menu,
ol,
ul {
    padding:0 0 0 25px;
}

/*
 * Corrects list images handled incorrectly in IE7
 */

nav ul,
nav ol {
    list-style:none;
    list-style-image:none;
}


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

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
    border:0; /* 1 */
    -ms-interpolation-mode:bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9
 */

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


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

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
    margin:0;
}


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

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
    margin:0;
}

/*
 * Define consistent border, margin, and padding
 */

fieldset {
    border:1px solid #c0c0c0;
    margin:0 2px;
    padding:0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */

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

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

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

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */

button,
input {
    line-height:normal; /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */

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

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

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

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing:border-box; /* 1 */
    padding:0; /* 2 */
    *height:13px; /* 3 */
    *width:13px; /* 3 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance:textfield; /* 1 */
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box; /* 2 */
    box-sizing:content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance:none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

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

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
    overflow:auto; /* 1 */
    vertical-align:top; /* 2 */
}


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

/*
 * Remove most spacing between table cells
 */

table {
    border-collapse:collapse;
    border-spacing:0;
}
/***** DO NOT EDIT BELOW THIS LINE UNLESS YOU KNOW WHAT YOU ARE DOING *****/

.wrap{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:100%;
	height:auto !important;
	height:100%;
	min-height:100%;
}

.full-width{
	float:left;
	display:inline;
	width:100%;
}

.container{
	clear:both;
	margin:0 auto;
	padding:0 10px;
	zoom:1;
}

.sticky .main{
	padding-bottom:100px;
}
/*.sticky .footer{
	position:absolute;
	bottom:0;
	left:0;
	z-index:2;
}*/

.row{
	clear:both;
	display:table;
	list-style:none;
	zoom:1;
}

/***** 960(12x58x24) *****/
.wrap{min-width:980px;}.container{width:960px;}.span-1,.span-2,.span-3,.span-4,.span-5,.span-6,.span-7,.span-8,.span-9,.span-10,.span-11,.span-12{margin-left:0;float:left;display:inline;}.span-12{width:960px;}.span-11{width:878px;}.span-10{width:796px;}.span-9{width:714px;}.span-8{width:632px;}.span-7{width:550px;}.span-6{width:468px;}.span-5{width:386px;}.span-4{width:304px;}.span-3{width:222px;}.span-2{width:140px;}.span-1{width:58px;}.offset-11{margin-left:926px;}.offset-10{margin-left:844px;}.offset-9{margin-left:762px;}.offset-8{margin-left:680px;}.offset-7{margin-left:598px;}.offset-6{margin-left:516px;}.offset-5{margin-left:434px;}.offset-4{margin-left:352px;}.offset-3{margin-left:270px;}.offset-2{margin-left:188px;}.offset-1{margin-left:106px;}

@font-face {
 font-family: 'TradeGothicLTStdRegular';
 src: url('fonts/tradegothicltstd-webfont.eot');
 src: url('fonts/tradegothicltstd-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/tradegothicltstd-webfont.woff') format('woff'), url('fonts/tradegothicltstd-webfont.ttf') format('truetype'), url('fonts/tradegothicltstd-webfont.svg#TradeGothicLTStdRegular') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'TradeGothicLTStdBold';
 src: url('fonts/tradegothicltstd-bold-webfont.eot');
 src: url('fonts/tradegothicltstd-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/tradegothicltstd-bold-webfont.woff') format('woff'), url('fonts/tradegothicltstd-bold-webfont.ttf') format('truetype'), url('fonts/tradegothicltstd-bold-webfont.svg#TradeGothicLTStdBold') format('svg');
 font-weight: normal;
 font-style: normal;
}
body {
	font-size:12px;
	line-height:16px;
}
a {
	color:#000;
	text-decoration:underline;
}
a:hover {
	color:#ED3A95;
	text-decoration:underline;
}
img {
	display:block;
}
.top, .footer {
	padding:10px 0;
	background:#000;
}
.top a, .footer a {
	color:#FFF;
	text-decoration:none;
}
.top a:hover, .footer a:hover {
	color: #D82231;
	text-decoration:underline;
}
.main {
	padding:20px 0;
	background:#FFF;
}
.sticky {
	background:#FFF;
}
.sticky .main {
	/*padding-bottom:100px;*/
	padding:0;
}
.footer.white {
	background:#FFF;
	color:#666;
}
/***** TEXT *****/

.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.text-justify {
	text-align:justify;
}
.white {
	color:#FFF;
}
.black {
	color:#000;
}
/***** ALIGNMENT *****/

.pull-left {
	float:left;
	display:inline;
}
.pull-right {
	float:right;
	display:inline;
}
/***** LISTS *****/

.unstyled {
	margin-left:0;
	padding-left:0;
	list-style:none;
}
.dl-horizontal {
	display:inline-block;
	padding-left:80px;
}
.dl-horizontal dt {
	clear:both;
	float:left;
	display:inline;
	width:70px;
	margin-left:-80px;
	text-align:left;
}
.dl-horizontal dd {
	float:left;
	display:inline;
	margin-left:0;
	width:100%;
}
.ul-inline {
	display:inline;
	margin:0 0 0 -10px;
	padding:0;
	list-style:none;
}
.ul-inline li {
	display:inline;
	margin:0 0 0 10px;
	padding:0;
}
/***** TABLES *****/

.table {
	width:100%;
	margin:16px 0;
}
.table th, .table td {
	text-align:left;
	vertical-align:bottom;
	padding:8px 10px;
	border-top:1px solid #CCC;
}
.table th {
	border-top:none;
	border-bottom:1px solid #CCC;
}
.table-bordered, .table-bordered th, .table-bordered td {
	border:1px solid #CCC;
}
.table-striped tr:nth-child(2n+1) td {
 background:#F3F3F3;
}
.table-striped tr.stripe td {
	background:#F3F3F3;
}
.table tr:hover td {
	background:#E5E5E5;
}
.table-condensed td, .table-condensed th {
	padding:3px 5px;
}
/***** BLOCKQUOTES *****/

blockquote {
	position:relative;
	font-size:16px;
	line-height:20px;
	padding:3px 30px 0 30px;
	quotes:"\201C" "\201D";
 *background:url(../images/quote-left.png) 0 0 no-repeat;
}
blockquote:before {
	position:absolute;
	top:21px;
	left:0;
	line-height:20px;
	content:open-quote;
	font-size:80px;
	color:#E5E5E5;
}
blockquote p {
	margin:0 0 6px 0;
}
blockquote small {
	display:block;
	margin-top:6px;
	font-size:12px;
	line-height:16px;
	color:#999;
}
blockquote small:before {
	content:"— ";
}
/***** ERRORS *****/

.error, code {
	color:#CC0000;
}
/*****  *****/

.clear {
	clear:both;
 *height:0px;
}
.no-clear {
	clear:none;
}
.inline {
	display:inline;
}
.inline-block {
	display:inline-block;
	vertical-align:middle;
}
.hide {
	display:none;
}
.show {
	display:block;
}
/* ==|== primary styles =====================================================
   Author: CR-87
   ========================================================================== */
   
/* == Required fix for Android portrait view ================================ */
h1, h2, h3, h4, h5, h6, blockquote, p {
	background-image: url(../images/png-8/blank.png);
	background-repeat: repeat;
}
h1, h2, h3, h4 {
	font-family:'TradeGothicLTStdRegular', sans-serif;
	font-weight:normal;
}
h2 {
	color:#002138;
	font-size:21px;
}
h3 {
	font-size:14px;
}
p {
	font-family:Tahoma, Geneva, sans-serif;
	color:#666666;
}
#primaryNavigation li, #primaryNavigation li a {
	float: left;
	text-decoration:none;
}
#primaryNavigation {
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	margin-bottom: 10px;
}
#primaryNavigation ul li a {
	font-family:'TradeGothicLTStdRegular', sans-serif;
	font-weight:normal;
	padding: 2px 35px;
	color:#999999;
	border: 0;
	font-size: 14px;
	display: block;
	position:relative;
	background:#FFF;
}
#primaryNavigation ul li.active a, #primaryNavigation ul li a:hover {
	color:#002138;/*font-family:'TradeGothicLTStdBold', sans-serif;
	font-weight:normal;
	font-size:16px;*/
}
#primaryNavigation ul {
	margin: 8px;
	position: relative;
	z-index: 10;
	float: right;
}
#primaryNavigation li {
	z-index:1;
}
#primaryNavigation li.first a {
	border:0;
	padding-left:0;
}
#primaryNavigation li.last a {
	padding-right:0;
}
#quaternaryNavigation ul {
	float: left;
	clear: both;
	width: 90%;
	display: block;
	margin: 0;
	padding: 0;
}
#quaternaryNavigation ul li {
	border-bottom: 1px solid #CCC;
	clear: both;
}
#quaternaryNavigation ul.level-1 {
	border:0;
}
#quaternaryNavigation ul.level-1 li:last-child, #quaternaryNavigation ul.level-1 li.last-child {
	border:0;
}
#quaternaryNavigation ul.level-1 ul li {
	border-bottom:0;
}
#quaternaryNavigation ul.level-2 {
	border-bottom: 1px solid #CCC;
	padding: 10px 0;
}
#quaternaryNavigation ul li.active-li a {
	background: url(../images/sprites/li_arrow.jpg) no-repeat 0 11px;
	color:#006600;
}
#quaternaryNavigation ul li.active-li ul {
}
#quaternaryNavigation ul li.active-li ul li a {
	background:none;
	color:#666;
	padding: 2px 0 2px 12px;
}
#quaternaryNavigation ul li a {
	color: #666;
	text-decoration: none;
	padding:9px 0 9px 12px;
	display: block;
}
/* ==|== general =====================================================*/
.header {
	position:relative;
	padding-top:30px;
}
.top {
	background-color:transparent;
}
.wave {
	background:transparent url(../images/backgrounds/wave.jpg) no-repeat 0 5px;
}
.mainLogo {
	margin-left:-7px;
	margin-top:-7px;
	float:left;
}
.languageDropdown {
	width:180px;
	float:right;
	font-family: 'TradeGothicLTStdRegular', sans-serif;
	font-weight: normal;
	color:#999999;
	height: 14px;
	overflow: hidden;
	position:absolute;
	top:0;
	right:20px;
}
.dd-label {
	float:left;
}
.languageDropdown ul {
	background: #FFFFFF url(../images/sprites/ul-arrow.jpg) no-repeat 112px -190px;
	padding-right: 24px;
	float: right;
	margin: 0;
	cursor:pointer;
}
.languageDropdown li a, .languageDropdown a:hover {
	color:#999999;
	text-decoration:none;
}
.languageDropdown li a span {
	color:#002138;
	padding-left: 5px;
}
.languageDropdown:hover {
	height:auto;
}
.languageDropdown:hover ul {
	background-position:112px 4px;
}
.inputBox {
	border:1px solid #E6E6E6;
	float:left;
}
.inputBox input {
	border:0;
	color: #B2B2B2;
}
.searchSurround {
	margin: 0 10px 30px 0;
}
.searchSurround form {
	float:left;
}
.searchIcon input, .submitBtn input {
	border-radius:0;
	-webkit-appearance: none;
	border: 0;
	cursor: pointer;
	display: block;
	float: left;
	padding: 5px 12px;
	color: white;
	font-family: 'TradeGothicLTStdRegular', sans-serif;
	font-weight: normal;
	font-size:12px;
	line-height:15px;
	background-color: #006600;
}
.ie7 .searchIcon input, .ie7 .submitBtn input {
	padding:3px 12px 4px 12px;
}
.box-1 {
	width: 148px;
	height:23px;
}
.box-1 input {
	padding: 4px 8px;
	width:132px;
	float:left;
	outline:none;
}
.link {
	background: white;
	color: #002138;
	padding: 5px 10px;
	float: left;
	clear: both;
	text-decoration: none;
}
.searchIcon input:hover, .submitBtn input {
	background-color:#006600;
}
.carouselSurround {
	float:left;
	clear:both;
	width:960px;
	height:300px;
	overflow:hidden;
	margin-bottom: 10px;
	position: relative;
}
.carouselSurround ul.unstyled {
	float: left;
	width: 960px;
	height: 300px;
	margin: 0;
	position:relative;
}
.carouselSurround ul li {
	position:relative;
	float:left;
}
.carouselSurround ul li img {
	/*position:absolute;
	left:0;
	top:0;*/
	z-index:1;
}
.captionContainer {
	background:url(../images/backgrounds/transBlue.png) repeat;
	width:373px;
	position:absolute;
	top:45px;
	left:0;
	z-index:2;
	padding-bottom: 25px;
}
.captionContainer .inner {
	padding:20px;
}
.captionContainer .link {
	margin: 15px 0 0 0;
}
.captionContainer .link:hover {
	background:#002138;
	color:#FFFFFF;
	text-decoration:none;
}
.captionContainer h2 {
	color:#FFFFFF;
	font-size:30px;
	margin:0 0 10px 0;
}
.captionText {
	color:#FFFFFF;
	font-family: 'TradeGothicLTStdRegular', sans-serif;
	font-weight: normal;
	font-size:14px;
	width: 320px;
	float: left;
	margin: 5px 0;
	clear:both;
}
.callout-3-col, .callout-2-col {
	width:300px;
	float:left;
	display:inline;
	margin:0 10px;
}
.callout-2-col {
	width:620px;
}
.callout {
	width:100%;
	display:inline;
	float:left;
	overflow:hidden;
}
.callout .inner {
	padding:10px 15px;
	float: left;
}
.callout-3-col h2, .callout-2-col h2, .callout h2 {
	border-bottom:5px solid #E6E6E6;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-indent: 10px;
}
.callout h2 {
	text-indent: 15px;
}
.callout-2-col .inner {
	padding: 5px 0;
}
.callout-3-col .inner {
	padding: 5px 10px;
}
.callout-3-col .link, .callout-2-col .link, .callout .link, .content .link {
	background-color:#006600;
	color:#FFFFFF;
	margin: 8px 0;
}
.callout-3-col .link:hover, .callout-2-col .link:hover {
	text-decoration:none;
	background-color:#009900;
	color:#FFF;
}
.content p.date {
	margin: -10px 0 0 0;
	clear:both;
	color:#B2B2B2;
}
.content.detail p.date {
	margin: -10px 0 20px 0;
}
.content form {
	background:#F7F7F7 url(../images/backgrounds/form.jpg) no-repeat 100% 100%;
	float:left;
	width: 659px;
	padding: 20px;
}
.content fieldset {
	width:265px;
	float:left;
	padding: 0;
	margin: 0;
	border:0;
}
.content fieldset label {
	width:235px;
	border:1px solid #F0F0F0;
	background:#FFF;
	margin: 10px 0;
	padding:0;
	float:left;
	clear:both;
}
.content fieldset input {
	border:0;
	background:none;
	padding: 5px 8px;
	width: 217px;
	color:#B2B2B2;
	outline:none;
}
.content fieldset label.selectSurround {
	background:#FFF;
	border: 1px solid #F0F0F0;
	position:relative;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
}
.no-js .content fieldset label.selectSurround {
	background:none;
}
.content fieldset label.selectSurround select {
	width: 235px;
	padding: 4px 6px;
	border:none;
	color: #B2B2B2;
	outline:none;
	float: left;
}
.content .textarea {
	border: 1px solid #F0F0F0;
	color: #B2B2B2;
	margin: 10px 0;
	float:left;
	clear:both;
	width:650px;
}
.content .textarea textarea {
	border: 0;
	color: #B2B2B2;
	width: 633px;
	padding: 5px 8px;
	resize:vertical;
	height:130px;
	outline:none;
}
.text-only-li li {
	margin:10px 0;
}
.text-only-li li a {
	background: url(../images/sprites/li_arrow.jpg) no-repeat 0 2px;
	padding-left: 10px;
	color: #D82231;
	font-family: 'TradeGothicLTStdRegular', sans-serif;
	font-weight: normal;
	font-size: 14px;
	text-decoration:none;
}
.text-only-li a:hover {
	text-decoration:underline;
}
.image-li {
	margin: 0;
	float: left;
	width: 280px;
}
.image-li a {
	text-decoration:none;
}
.image-li a:hover h3 {
	text-decoration:underline;
	color: #D82231;
}
.image-li li, .image-li li a {
	margin:0 0 25px 0;
	float:left;
	/*clear:both;*/
	width: 280px;
}
.callout-2-col .image-li li {
	width:620px;
}
.callout-2-col .image-li li a {
	width:197px;
	margin:0 14px 0 0;
}
.ie6 .callout-2-col .image-li li a, .ie7 .callout-2-col .image-li li a, .ie8 .callout-2-col .image-li li a {
	margin:0 9px 0 0;
}
.callout-2-col .image-li li a:last-child, .callout-2-col .image-li li a.last-child {
	margin:0 0 0 0;
}
.callout-2-col .image-li .detail {
	width:197px;
	float:left;
	margin:10px 0;
	background:#FFF;
}
.callout-2-col .image-li {
	width: 619px;
}
.side-1 .image-li, .side-1 .image-li li, .side-1 .image-li li a, .side-1 .image-li .detail {
	width:208px;
}
.side-1 .image-li .detail {
	margin:10px 0;
}
.side-1 .image-li li, .side-1 .image-li li a {
	margin:0 0 5px 0;
}
.side-1 {
	width:232px;
	float:left;
	display:inline;
}
.side-1.pull-right {
	float:right;
	margin-top: 35px;
}
.side-1.pull-right.img-col {
	margin-top: 0;
}
.image-li li img {
	float:left;
}
.image-li li h3 {
	color:#666666;
	font-size:14px;
	line-height:15px;
}
.image-li li .date {
	color:#B2B2B2;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	background:#FFF;
}
.image-li .detail {
	width: 165px;
	float: right;
}
.image-li .detail h3, .image-li .detail .date {
	background:#FFF;
}
.border-top {
	border-bottom: 5px solid #E6E6E6;
}
.span-13 {
	width: 185px;
	float:left;
	margin: 25px;
}
.span-13:first-child {
	margin-left: 10px;
}
.span-14 {
	width: 260px;
	float: left;
	margin: 25px 0px 0 10px;
}
.span-15 {
	width:460px;
	float:left;
	display:inline;
	margin: 0 0 0 18px;
}
.span-17 {
	width:700px;
	float:left;
	display:inline;
	margin:0 0 0 18px;
}
.footer h3 {
	margin: 0 0 15px 0;
	color: #666;
}
.footer ul, .footer p {
	margin:5px 0;
}
.footer ul li a, .footer p, .span-6 {
	color:#B2B2B2;
	font-size:10px;
}
.footer ul li a {
	background: url(../images/sprites/li-sprite.jpg) no-repeat 0 4px;
	padding-left: 8px;
}
.footer ul li a:hover {
	background-position:0 -20px;
}
.footer .footnote .span-6, .footer .footnote ul li a {
	font-size:12px;
}
.footer .footnote ul li a {
	float:left;
	background:none;
}
.footer .footnote ul {
	float:right;
	margin: 0;
}
.footer .footnote ul li {
	float: left;
	color: #B2B2B2;
	background: url(../images/backgrounds/fSlash.jpg) no-repeat 100% 3px;
	padding-right: 15px;
}
.footer .footnote ul li.last {
	padding:0;
	background:none;
}
.footer .span-6 {
	float:left;
}
.flexslider-2 {
	float: left;
	/*height: 205px;*/
	position: relative;
}
.no-js .flexslider-2, .side-1 .flexslider-2 {
	height: auto;
}
.flexslider-2 .flex-control-nav {
	top: -45px;
	width: 280px;
	right: 0;
}
.callout-2-col .flexslider-2 .flex-control-nav {
	width: 610px;
}
.flexslider-2 .flex-control-nav li {
	float:right;
}
.content h1 {
	font-size:30px;
	margin: 0 0 20px 0;
}
.content h2 {
	font-size: 21px;
	margin: 15px 0;
	line-height: 24px;
	display: inline-block;
}
.content .sub {
	font-size:16px;
	margin:10px 0;
	line-height: 24px;
	display: inline-block;
}
.content h3 {
	font-size:16px;
}
.content p {
	margin: 10px 0;
	line-height: 18px;
	display: inline-block;
}
.content p a {
	color:#002138;
}
.content ul {
	margin: 0 5px;
	display: inline-block;
}
.content ul li {
	margin:10px 0;
	background: url(../images/sprites/li_arrow.jpg) no-repeat 0 2px;
	padding-left: 10px;
	color:#666666;
	line-height:18px;
}
a.panel-1 {
	cursor:pointer;
	width:220px;
	float:left;
	background:#F7F7F7;
	margin:10px 0 10px 0;
	padding: 10px 0;
	text-decoration:none;
	display:block;
}
.panel-1.odd {
	margin:10px 20px 10px 0;
}
.panel-1 h4 {
	font-family: 'TradeGothicLTStdBold';
	font-size: 18px;
	padding: 0 33px 10px 15px;
	background:url(../images/backgrounds/gradient-1.jpg) no-repeat 100% 100%;
	width: 170px;
	line-height: 22px;
}
a.panel-1:hover h4, a.panel-1:hover p, a.panel-1 h4:hover, a.panel-1 p:hover {
	text-decoration:none;
}
.panel-1 p {
	padding: 0 15px;
}
.content {
	margin-bottom:50px;
}
.content.news {
	margin-bottom:20px;
}
.side-1 .flexslider-2 .flex-control-nav {
	top: -49px;
	width: 198px;
}
.offset-12 {
	margin-bottom:20px;
}
.side-1 .flex-control-paging li a {
	width:9px;
	height:9px;
}
.news h1 {
	margin:30px 0 20px 0;
	line-height: 35px;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.breadcrumb, .breadcrumb a {
	color: #666;
	font-size: 11px;
	text-decoration: none;/*margin-bottom: 15px;*/
}
.breadcrumb a {
	color: #002138;
	text-decoration:underline;
}
.breadcrumb {
	margin-top: -5px;
}
.submitBtn {
	float:left;
	clear:both;
	margin:10px 0;
}
.uniform-1 {
	min-height:214px;
}
.uniform-2 {
	min-height:165px;
}
.errorMsg {
	color:#D82232;
	display:inline-block;
	float:left;
	clear:both;
	margin:-10px 0 0 0;
	display:none;
	width:100%;
}
.errorBorder, .content fieldset label.errorBorder, .content .textarea.errorBorder {
	border:1px #D82232 solid;
}
.ie6 .breadcrumb, .ie7 .breadcrumb {
	margin-top: 0;
}
.ie6 .mainLogo {
	margin:0;
}
.resultsContainer {
	width:700px;
	float:left;
	border-bottom:1px solid #E6E6E6;
	border-top:1px solid #E6E6E6;
	margin:20px 0;
	padding: 15px 0 10px 0;
	clear:both;
}
.item {
	width:700px;
	float:left;
	clear:both;
	display:block;
	margin: 0 0 25px 0;
	text-decoration:none;
}
.item:hover {
	text-decoration:none;
}
.item:last-child, .item.last-child {
	margin-bottom:0;
}
.itemDetail {
	width: 455px;
	float: left;
	margin: 0 0 0 25px;
}
.thumb {
	float:left;
	width:220px;
	display:inline;
}
.item h2, .grid h2, .content.news .result h2 {
	color: #006600;
	font-family: 'TradeGothicLTStdBold', sans-serif;
	font-weight: normal;
	font-size: 18px;
	margin: 0 0 10px 0;
	line-height: 21px;
}
.content.news .result h2:hover, .content h2:hover {
	color:#D82231;
}
.content .item p.date {
	margin:0;
}
.pagination {
	float: right;
	display: inline;
}
.pagination a {
	margin:0 2px;
	font-size:14px;
	color:#B2B2B2;
	text-decoration:none;
	float:left;
	display:block;
}
.pagination span {
	color:#B2B2B2;
	float: left;
	display: inline;
	margin-right:5px;
}
.pagination a.active {
	color:#D7232E;
	font-weight:bold;
}
.singleArrowL, .doubleArrowL, .singleArrowR, .doubleArrowR {
	background-image:url(../images/sprites/pagination.jpg);
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	display:block;
	text-indent:-9999px;
}
.singleArrowL {
	background-position: -22px 4px;
}
.singleArrowL:hover {
	background-position: -22px -35px;
}
.singleArrowR {
	background-position: 4px -9px;
}
.singleArrowR:hover {
	background-position: 4px -22px;
}
.doubleArrowL {
	background-position: 0 4px;
}
.doubleArrowL:hover {
	background-position: 0 -35px;
}
.doubleArrowR {
	background-position: -18px -9px;
}
.doubleArrowR:hover {
	background-position: -18px -22px;
}
.pagination a.next {
	margin-left:20px;
}
.pagination a.prev {
	margin-right:20px;
}
.pagination a:hover {
	color:#002238;
}
.search .pagination {
	font-family: 'TradeGothicLTStdRegular', sans-serif;
	font-size:16px;
}
.search .pagination a {
	color:#002138;
}
.search h1 {
	margin:0;
}
.search.news h1 {
	margin:0 0 10px 0;
}
.search .pagination a.active, .search .pagination a:hover {
	color:#002138;
	font-weight:normal;
	text-decoration:underline;
}
.search.news .pagination, .search.news .pagination a {
margin: 0 2px;
font-size: 14px;
color: #B2B2B2;
text-decoration: none;
display: block;	
}
.search.news .pagination a.active {
color: #D7232E;
font-weight: bold;
}
.search form {
	background: none;
	padding: 10px 0 40px 0;
}
.results a {
	text-decoration:none;
	color:#666666;
}
.results a.active, .results a:hover {
	text-decoration:underline;
	color:#002138;
}
.grid {
	width:700px;
	float:left;
	clear:both;
	display:inline;
}
.grid a {
	display:block;
	float:left;
	margin:0 20px 25px 0;
	width:160px;
	text-decoration:none;
	cursor:pointer;
}
.grid a:hover {
	text-decoration:none;
}
.grid a.last {
	margin:0;
}
.grid img {
	margin:0 0 10px 0;
}
.search.news .grid {
	border-top:1px solid #E6E6E6;
	padding-top: 20px;
	margin-top: 20px;
}
.search.news .grid:last-child, .search.news .grid.last-child  {
	border-bottom:1px solid #E6E6E6;
	margin-bottom:20px;
	margin-top:0;
}
.search.news .resultsContainer {
	border-bottom:0;
	margin-top:10px;
}
.result {
	width:700px;
	float:left;
	display:inline;
	border-bottom:1px solid #E6E6E6;
	margin-bottom:10px;
	text-decoration:none;
}
.result:last-child, .result.last-child {
	border-bottom:0;
	margin-bottom:0;
}
.result.last-child {
	border:none;
	margin:0;
}
.result h2 {
	margin: 0;
	font-size:16px;
	display:block;
}
.result:hover {
	text-decoration:none;
}
.result:hover h2 {
	color:#D82231;
	text-decoration:underline;
}
.results {
	width: 350px;
	display:inline;
	float: left;
}
.section {
	float:left;
	display:inline;
	width:700px;
	clear:both;
	border-top:1px solid #CCC;
	padding-top: 10px;
}
.content .section ul li, .content .section ul li a {
	width:700px;
	clear:both;
	display:block;
	font-family: 'TradeGothicLTStdRegular', sans-serif;
	font-weight: normal;
	text-decoration:none;
	background:none;
	font-size:21px;
}
.content .section ul.level-1 {
	margin-left:0;
}
.content .section ul.level-1 li {
	padding-left:0;
}
.content .section ul.level-1 > li a {
	margin: 10px 0 5px 0;
}
.content .section ul.level-2 {
	margin-left:30px;
}
.content .section ul.level-2 li {
	padding-left:0;
	margin: 12px 0;
}
.content .section ul.level-3 {
	margin: 15px 0 5px 0;
}
.content .section ul.level-3 li {
	padding-left:0;
	float: left;
	clear: both;
	margin: 2px 0;
}
.content .section ul.level-3 li a, .content .section ul.level-3 li span {
	display:inline;
}
.content .section ul.level-2 li a {
	font-size:18px;
}
.content .section ul.level-3 li a {
	font-size:14px;
}
.content .section ul li a:hover {
	text-decoration:underline;
	color:#D82231;
}
.selectSurround option {
	text-indent:8px;
	z-index: 2;
}
.selectSurround select {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	display: block;
	margin: 0 0 4px 0;
	padding: 7px 0 0 5px;
	border: 0 none;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	border-left: 2px solid white;
	width: 100%;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #B2B2B2;
	outline: 0 none;
	text-indent: 0;
	overflow: hidden;
	cursor: pointer;
}
.no-js .selectSurround select {
	position:relative;
}
.no-js .selectSurround option {
	text-indent:0;
}
.form-faux-select-button {
	background: transparent url(../images/sprites/ul-arrow.jpg) no-repeat 8px -185px;
	float: right;
	display: inline;
	width: 25px;
	height: 25px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	line-height: 0;
	font-size:0;
	text-align: center;
	text-indent: 1px;
	color: white;
	position:relative;
}
.form-faux-select {
	position: absolute;
	z-index: 1;
	top: 5px;
	right: 0;
	width: 100%;
	height: 15px;
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0 30px 0 0;
	text-indent: 40px;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B2B2B2;
	line-height: 15px;/*background-color:#FFFFFF;*/
}
.searchInput {
	border-right:0;
}
.ie7 .result h2, .ie6 result h2 {
	margin-bottom:10px;
}
.ie7 .grid, .ie6 .grid {
	margin-bottom:20px;
}
/* ==|== plug-in styles =====================================================*/
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
	margin: 0 0 60px;
	background: #fff;
	border: 4px solid #fff;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	zoom: 1;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider .slides {
	zoom: 1;
}
.carousel li {
	margin-right: 5px
}
/* Direction Nav */
.flex-direction-nav {
*height: 0;
	display:none;
}
.flex-direction-nav a {
	width: 30px;
	height: 30px;
	margin: -20px 0 0;
	display: block;
	background: url(../images/sprites/bg_direction_nav.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
-webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
	background-position: 100% 0;
	right: -36px;
}
.flex-direction-nav .flex-prev {
	left: -36px;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	right: 5px;
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	left: 5px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: .3!important;
	filter:alpha(opacity=30);
	cursor: default;
}
/* Control Nav */
.flex-control-nav {
	width: 500px;
	position: absolute;
	bottom: 15px;
	text-align: left;
	left: 15px;
}
.flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-paging li a {
	width: 8px;
	height: 8px;
	display: block;
	background: #FFF;
	cursor: pointer;
	text-indent: -9999px;
	box-shadow: inset 0 0 3px #FFF;
}
.flexslider-2 .flex-control-paging li a {
	background: #E6E6E6;
	box-shadow: inset 0 0 3px #E6E6E6;
	;
}
.flex-control-paging li a:hover {
	background: #002138;
	box-shadow: inset 0 0 3px #002138;
}
.flex-control-paging li a.flex-active {
	background: #002138;
	box-shadow: inset 0 0 3px #002138;
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
 @media screen and (max-width: 860px) {
 .flex-direction-nav .flex-prev {
opacity: 1;
left: 0;
}
 .flex-direction-nav .flex-next {
opacity: 1;
right: 0;
}
}
.ie6 .flex-viewport {
	overflow:hidden;
	clear:both;
	float:left;
}
.ie6 .flexslider-2 {
	width:280px;
	float:left;
}
.ie6 .span-13 {
	margin:15px;
}
.txt{
	border: 0;
background: none;
padding: 5px 8px;
width: 217px;
color: #B2B2B2;
outline: none;
border:1px solid #F0F0F0;
margin-top:20px;
margin-right:15px;
background-color:#FFF;
}
textarea{
	border: 0;
color: #B2B2B2;
width: 633px;
padding: 5px 8px;
resize: vertical;
height: 130px;
outline: none;
border:1px solid #F0F0F0;
margin-top:10px;
}
.boton{
	background-color:006600;
}