/* Reset CSS */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}


body {
	background: #ffffff;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 79%;	
	color: #333333;
	line-height: 1.6em;
}

a{
	color:#0d5875;
	text-decoration:none;
}

a img {
	border:0 none;
}

a:hover {
	color:#006699;
	text-decoration:underline;
	border:0 none;
}

a:focus {
	outline-style:none;
	outline-width:medium;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

p {	
	font-size: 1em; /* this should stay as 1em. anything else will lead to potential problems with nested elements. Adjust font size in the body tag, or define a class for exceptions */
	margin: 0 0 1.2em 0;	
	text-align: left; /* compensates for an IE 6 bug */
}

ol, ul, dl {
	padding:0;
	margin:0;
	font-size:1em;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#657b2c;
	font-size:1.8em;
	font-weight:normal;
	line-height:1.2em;
	margin-bottom:0.7em;
	width:auto;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 1.3em;
	color: #7a923c;
	line-height:1.2em;
	margin-bottom:0.2em;
	text-decoration:none;
}

h3, h4 {
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight:bold;
	font-size: 1.2em;
	margin-bottom:0.2em;
}

ul {
	list-style:outside;
	list-style-type:disc;
	padding-left:4em;
	margin-bottom:1.2em;
}
ul ul {
	margin-bottom:0;
}
ol {
	list-style:outside;
	list-style-type:decimal;
	padding-left:1.8em;
	margin-bottom:1.2em;
}
ol li {
	margin-bottom:0.5em;
}
ol ol {
	margin-bottom:0;
}
.alphaList ol, .alphaList {
	list-style-type:lower-alpha;
}
.numeralList ol, .numeralList {
	list-style-type:lower-roman;
}
blockquote {
	margin:0;
	padding:0;
}
.moreInfo {
	text-transform:uppercase;
	font-weight:bold;
	font-size:0.9em;
}

/* Tooltips */

/* Core qTip styles */
.ui-tooltip, .qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;

	max-width: 280px;
	min-width: 50px;
	
	font-size: 10.5px;
	line-height: 12px;

	z-index: 15000;
}

/* Fluid class for determining actual width in IE */
.ui-tooltip-fluid{
	display: block;
	visibility: hidden;
	position: static !important;
	float: left !important;
}

.ui-tooltip-content{
	position: relative;
	padding: 5px 9px;
	overflow: hidden;
	
	border-width: 1px;
	border-style: solid;
	
	text-align: left;
	word-wrap: break-word;
	overflow: hidden;
}

.ui-tooltip-titlebar{
	position: relative;
	min-height: 14px;
	padding: 5px 35px 5px 10px;
	overflow: hidden;
	
	border-width: 1px 1px 0;
	border-style: solid;

	font-weight: bold;
}

.ui-tooltip-titlebar + .ui-tooltip-content{ border-top-width: 0px !important; }

/*! Default close button class */
.ui-tooltip-titlebar .ui-state-default{
	position: absolute;
	right: 4px;
	top: 50%;
	margin-top: -9px;

	cursor: pointer;
	outline: medium none;

	border-width: 1px;
	border-style: solid;
}
		
* html .ui-tooltip-titlebar .ui-state-default{ top: 16px; } /* IE fix */

.ui-tooltip-titlebar .ui-icon,
.ui-tooltip-icon .ui-icon{
	display: block;
	text-indent: -1000em;
}

.ui-tooltip-icon, .ui-tooltip-icon .ui-icon{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.ui-tooltip-icon .ui-icon{
	width: 18px;
	height: 14px;
	text-align: center;
	text-indent: 0;
	font: normal bold 10px/13px Tahoma,sans-serif;
	color: inherit;
	background: transparent none no-repeat -100em -100em;
}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.ui-tooltip-focus{
}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.ui-tooltip-hover{
}

/*! Default tooltip style */
.ui-tooltip-default .ui-tooltip-titlebar,
.ui-tooltip-default .ui-tooltip-content{
	border-color: #d6d3d3;
	background-color: #ffffff;
	color: #666666;
	font-weight:bold;
}

.ui-tooltip-default .ui-tooltip-titlebar{
	background-color: #ffffff;
}

.ui-tooltip-default .ui-tooltip-icon{
	border-color: #CCC;
	background: #F1F1F1;
	color: #777;
}

.ui-tooltip-default .ui-tooltip-titlebar .ui-state-hover{
	border-color: #AAA;
	color: #111;
}

/* Tips plugin */
.ui-tooltip .ui-tooltip-tip{
	margin: 0 auto;
	overflow: hidden;

	background: transparent !important;
	border: 0px dashed transparent !important;
	z-index: 10;

}

.ui-tooltip .ui-tooltip-tip,
.ui-tooltip .ui-tooltip-tip *{
	position: absolute;
	
	line-height: 0.1px !important;
	font-size: 0.1px !important;
	color: #123456;

	background: transparent;
	border: 0px dashed transparent;
}

.ui-tooltip .ui-tooltip-tip canvas{ top: 0; left: 0; }

/*! Add shadows to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE6+, Safari 2+ */
.ui-tooltip .ui-tooltip-tip canvas{ position: static;  }
.ui-tooltip-shadow{
	-webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.30);
	box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.30);
}

.ui-tooltip-shadow .ui-tooltip-titlebar,
.ui-tooltip-shadow .ui-tooltip-content{
	filter: progid:DXImageTransform.Microsoft.Shadow(Color='gray', Direction=135, Strength=3);
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Color='gray', Direction=135, Strength=3)";
}

.ui-tooltip-none {
	max-width:348px;
	max-heaight:126px;
	font-size:1em;
}
.ui-tooltip-none .ui-tooltip-content{
	padding:0;
	border:none;
	background-color:transparent;
}

/* Site Styles */

.mainContainer {
	width:960px;
	margin:0 auto;
}
/** removed for ecom
#header {
	margin-bottom:12px;
}
**/
#header .mainContainer {
	position:relative;
	z-index:899;
}
#headerLogo {
	padding:15px 0 0 10px;
	margin:0 0 20px
}
#headerLogo a {
	display:block;
	width:375px;
}
#headerSecNav {
    left: 0;
    position: absolute;
    text-align: right;
    top: 0;
    width: 100%;
}
#headerNavBar {
	width:960px;
	background-color:#e6e6e6;
	border-bottom:5px solid #03516f;
}
#headerSecNav ul {
    display: block;
    float: right;
	width:600px;
	margin:0;
	padding:5px 0 0 0;
}
#headerSecNav ul li {
	display:inline;
	padding-right:20px;
}
#headerSecNav ul li a {
	font-size:0.95em;
	color:#302f2f;
}
#headerTextSizer {
    display: block;
    float: right;
    width: 45px;
	padding:1px 10px 0 0;
}
#headerTextSizer ol {
    display: block;
    height: 27px;
    padding: 0;
	margin:0;
    position: relative;
    width: 45px;
}
#headerTextSizer ol li {
    display: block;
    float: left;
    height: 27px;
    position: relative;
    width: 14px;
	margin:0;
}
#headerTextSizer ol li.here {
	background:url(../images/gt/icoTextSwitcherActive.png) no-repeat scroll left bottom;
}
#headerTextSizer ol li a {
    display: block;
    float: right;
    padding: 0;
}
#headerTextSizer ol li a:hover {
	text-decoration:none;
}
#headerTextSizer ol li a.small {
	font-size:1em;
}
#headerTextSizer ol li a.medium {
	font-size:1.2em;
}
#headerTextSizer ol li a.large {
	font-size:1.4em;
}
#mainNav {
	float:left;
	width:575px;
	height:50px;
	position:relative;
		background:url(../images/gt/bkgMainNavLink.png) scroll repeat-x top left;
}
#mainNav ul {
	list-style:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
#mainNav ul li {
	width:191px;
	float:left;
	height:50px;
	position:relative;
}
#mainNav ul li .mainNavLink a {
    color: #333333;
    display: block;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 1.3em;
	border-right:1px solid #e6e6e6;
    height: 20px;
    padding: 15px 0 15px 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 192px;
    z-index: 699;
	background:url("../images/gt/bkgMainNavTile.png") repeat-y scroll -611px 0 transparent;
}
#mainNav ul li .mainNavLink a:hover {
	color:#0D5875;
	text-decoration:none;
}
#mainNav ul li:hover .mainNavPanel, #mainNav ul li.hover .mainNavPanel {
	display:block;
}
#mainNav .mainNavLink {
    display: block;
    height: 50px;
    width: 191px;
}
#mainNav .mainNavLink.here {
	background: url(../images/gt/icoMainNavHere.png) no-repeat scroll 95px bottom transparent;
}
#mainNav .mainNavPanel {
    position: absolute;
    text-indent: 0;
    top: -4px;
	left:-14px;
    z-index: 599;
	width:610px;
	display:none;
	background:url(../images/gt/bkgMainNavTab.png) no-repeat scroll top left;
}
#mainNav .mainNavBtm {
    margin-top: 59px;
	background:url(../images/gt/bkgMainNavBtm.png) no-repeat scroll bottom left;
	padding-bottom:9px;
}

#mainNav .mainNavPanelTile {
	overflow:hidden;
	padding:13px 0 13px 13px;
	background:url(../images/gt/bkgMainNavTile.png) repeat-y scroll top left;
	width:597px;
}

#mainNav .mainNavPanel ul {
	overflow:hidden;
	width:440px;
	float:left;
	padding:0;
	height:auto;
}
#mainNav .mainNavPanel ul li {
	width:205px;
	margin-right:15px;
	float:left;
	padding:0;
	border-bottom:1px solid #dedbcf;
	height:auto;
}
#mainNav .mainNavPanel ul li a {
	color:#0f5a76;
	padding:7px 10px 7px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.1em;
	text-transform:none;
	display:block;
	width:185px;
	height:auto;
	text-align:left;
}
#mainNav .mainNavPanel ul li a:hover {
	background-color:#cadadf;
	color:#000;
	text-decoration:none;
}
#mainNav .mainNavPanel .mainNavCTA {
	float:left;
	width:140px;
}
#mainNav .mainNavPanel .mainNavCTA a {
	color:#333;
	font-size:1em;
	padding:0;
	text-align:left;
	text-transform:normal;
	font-family:Arial, Helvetica, sans-serif;
}
#headerSearchBar {
    background: #D1D1D1 url(../images/gt/bkgSearchBar.png) repeat-x top left;
    display: block;
	float:left;
    position: relative;
    width: 385px;
	height:50px;
}
#search {
    left: 0;
    padding: 12px 0 0 20px;
    position: absolute;
    top: 0;
    width: 303px;
    z-index: 799;
}
#search a {
	margin-left: 5px;
	text-decoration:none;
	color:#333333;
}
#search a:hover {
	color:#0d78a1;
	text-decoration:underline;
}
#search .searchBox {
    background: none repeat scroll 0 0 #FFFFFF;
    border: none;
    color: #363535;
    font-size: 0.9em;
    line-height: 1em;
    padding: 5px;
    vertical-align: top;
    width: 130px;
	height:16px;
	margin:0;
}
#search .searchButton{
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	background-color:#818181;
	color:#fff;
	font-size:0.95em;
	height:26px;
	width:80px;
	padding:0 10px;
	font-weight:bold;
	border:3px solid #989898;
	margin:0;
}
#search .searchButton:hover{
	background-color:#535353;
	border-color:#a4a3a3;
}
#headerImage {
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
	border-left:1px solid #e2e2e2;
}

/* Home */

.homeLeftCol {
	width:710px;
	float:left;
	margin-right:20px;
}
.homeRightCol {
	width:230px;
	float:left;
}

#homeMainContent {
	width:960px;
	overflow:hidden;
	margin-bottom:30px;
}

#homeFeature {
    height: 307px;
    margin-bottom: 22px;
    overflow: hidden;
	position:relative;
}
#homeBannerNav {
	position:absolute;
	width:50px;
	height:25px;
	bottom:5px;
	left:10px;
	z-index:20;
}
#homeBannerNav a {
	display:block;
	width:25px;
	height:25px;
	text-indent:-99em;
	overflow:hidden;
	float:left;
	background-position:top left;
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-color:transparent;
}
#homeBannerNav a:hover {
	background-position:bottom left;
}
#homeBannerNext {
	background-image:url(../images/gt/btnNext.png);
}
#homeBannerPrev {
	background-image:url(../images/gt/btnPrevious.png);
}
#homeCTAs ul {
	list-style:outside;
	list-style-type:none;
	padding:0;
	margin:0;
	overflow:hidden;
	width:710px;
}
#homeCTAs ul li {
	float:left;
	width:160px;
	margin-right:23px;
}
#homeCTAs ul li.first {
	margin-right:24px;
}
#homeCTAs ul li.last {
	margin-right:0;
}
#homeCTAs ul li .homeCTAImage a {
	width:160px;
	height:110px;
	display:block;
	position:relative;
}
#homeCTAs ul li:hover .homeCTAImage a, #homeCTAs ul li .homeCTAImage a:hover, #homeCTAs ul li.hover .homeCTAImage a {
	border:3px solid #bcbcbb;
	width:154px;
	height:104px;
	overflow:hidden;
}
#homeCTAs ul li .homeCTAImage a img {
	position:absolute;
	width:160px;
	height:110px;
	left:0;
	top:0;
}
#homeCTAs ul li .homeCTAImage a span.homeCTAIcon img {
	width:22px;
	height:22px;
	left:auto;
	top:auto;
	right:0;
	bottom:0;
}
#homeCTAs ul li:hover .homeCTAImage a img, #homeCTAs ul li.hover .homeCTAImage a img, #homeCTAs ul li .homeCTAImage a:hover img {
	top:-3px;
	left:-3px;
}
#homeCTAs ul li:hover .homeCTAImage a span.homeCTAIcon img, #homeCTAs ul li.hover .homeCTAImage a span.homeCTAIcon img, #homeCTAs ul li .homeCTAImage a:hover span.homeCTAIcon img {
	top:auto;
	left:auto;
	right:-3px;
	bottom:-3px;
}
#homeCTAs ul li .homeCTATitle a {
	color:#333;
	font-size:1.1em;
}
#homeCTAs ul li:hover .homeCTATitle a, #homeCTAs ul li .homeCTATitle a:hover {
	color:#006699;
}
#homeCTAs .homeCTATitle {
	margin-top:5px;
}
#homeCTAs .moreInfo {
	margin-top:10px;
}

#lnksForThePublic {
	min-height:300px;
	margin-bottom:20px;
}
#lnksForThePublic h2 {
    background-color: #E67708;
    color: #FFFFFF;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 2em;
    font-weight: normal;
    line-height: 0.9em;
    margin: 0;
    padding: 13px 10px;
}
#lnksForThePublic ul {
	list-style:outside;
	list-style-type:none;
	padding:5px 0 0 0;
	margin-bottom:15px;
}
#lnksForThePublic ul li {
	border-bottom:1px solid #dedbcf;
}
#lnksForThePublic ul li a {
	padding:7px 10px 7px 10px;
	font-weight:bold;
	font-size:1.2em;
	display:block;
	width:210px;
}
#lnksForThePublic ul li a:hover {
	background-color:#cadadf;
	color:#000;
	text-decoration:none;
}
#lnksForThePublic a.moreInfo {
	padding-left:10px;
}
/**  SUB HEADER **/
#headerTriNav {
    background: url("../images/gt/bkgHeaderTriNav.png") repeat-x scroll left top #03516F;
    border-bottom: 3px solid #D1D1D1;
    overflow: hidden;
    padding: 15px 0 5px 10px;
    width: 950px;
}
#headerTriNav strong {
    background: url("../images/gt/bkgHeaderTriBracket.png") no-repeat scroll right 5px transparent;
    color: #FFFFFF;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 2.2em;
    font-weight: normal;
    line-height: 1.7em;
    padding: 0 20px 10px 5px;
    width: 190px;
}
#headerTriNav strong a {
	color: #FFFFFF;
}
#headerTriNav ul {
    float: left;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0 0 0 5px;
    width: 720px;
}
#headerTriNav ul li {
    display: block;
    float: left;
    padding: 0 15px 12px 0;
    width: 160px;
}
#headerTriNav ul li.newLine {
    clear: left;
}
#headerTriNav ul li.here a {
    background: url("../images/gt/icoTriNavHere.png") no-repeat scroll 0 5px transparent;
}
#headerTriNav ul li a {
    color: #FFFFFF;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.3em;
    padding-left: 8px;
    width: 200px;
}
#headerTriNav ul li a:hover {
    background: url("../images/gt/icoTriNavHere.png") no-repeat scroll 0 5px transparent;
}

/** LEFT NAV **/
#internalSecNav {
	width:230px;
	float: left;
	margin-bottom: 2em;
}

#internalSecNav .internalSecNavHeading {
    background: url("../images/gt/bkgSecNavigation.jpg") no-repeat scroll left top #FFFFFF;
    padding: 15px 50px 15px 0;
}
#internalSecNav .internalSecNavHeading strong {
    background: url("../images/gt/bkgSecNavigationHeader.png") repeat scroll left top transparent;
    color: #FFFFFF;
    display: block;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 1.4em;
    font-weight: normal;
    margin: 0;
    padding: 3px 15px;
    text-transform: uppercase;
}
#internalSecNav .internalSecNavHeading strong a {
	color: #FFFFFF;
}
#internalSecNav ul {
    background: url("../images/gt/bkgSecNavigationFooter.png") no-repeat scroll left bottom #EFEDE7;
    margin-top: 1px;
    padding: 0 0 26px;
    width: 230px;
}
#internalSecNav ul li {
    background-color: #EFEDE7;
    border-top: 1px solid #FFFFFF;
    display: block;
    width: 230px;
}
#internalSecNav ul li.here {
    background-color: #E0DFDC;
}
#internalSecNav ul li a {
    color: #555555;
    display: block;
    font-weight: bold;
    padding: 7px 12px;
}
#internalSecNav ul li a:hover {
    background-color: #CADADF;
    color: #000000;
    text-decoration: none;
}
#internalSecNav ul li ul {
    background: none repeat scroll 0 0 transparent;
    margin-top: 0;
    padding: 0;
}
#internalSecNav ul li ul li {
    border-bottom: 1px solid #D0CFC7;
    border-top: medium none;
    width: 230px;
}
#internalSecNav ul li ul li a {
    background-color: #FFFFFF;
    color: #333333;
    font-size: 0.95em;
    line-height: 1.5em;
    padding: 5px 40px 5px 20px;
    width: 170px;
}
#internalSecNav ul li ul li a:hover {
    background-color: #CADADF;
    color: #000000;
    text-decoration: none;
}
#internalSecNav ul li ul li.here a {
    background: url("../images/gt/bkgSecNavigationHere.png") no-repeat scroll left top #A7C1C9;
    color: #000000;
}
#internalSecNav ul li ul li.here ul {
    border-bottom: 1px solid #FFFFFF;
}
#internalSecNav ul li ul li.here ul li {
    border-bottom: medium none;
    border-top: medium none;
}
#internalSecNav ul li ul li.here ul li a {
    background: none repeat scroll 0 0 #E4ECEF;
    color: #03516F;
    padding: 3px 40px;
    width: 150px;
}
#internalSecNav ul li ul li.here ul li a:hover {
    text-decoration: underline;
}

/* Footer */

#footer {
	background:#3c616c url(../images/gt/bkgFooter.png) scroll repeat-x left 54px;
	color:#fff;
	min-height:407px;
	clear:both;
}
#footerMotto {
	background-color:#fff;
}
#footerMotto .mainContainer {
	position:relative;
	height:54px;
	background:url(../images/gt/bkgDecorativeFooter.jpg) scroll no-repeat top left;
}
#footerInfoIcon {
	display:block;
	position:absolute;
	top:38px;
	right:12px;
	overflow:hidden;
}
#footerInfoIcon a {
	display:block;
	height:13px;
	width:13px;
	overflow:hidden;
	text-indent:-99em;
	background: url(../images/gt/icoFooterInfo.png) scroll no-repeat left top;
}
#footerInfoPanel {
	background: url(../images/gt/bgkFooterTooltip.png) scroll no-repeat left top;
	width:348px;
	height:126px;
	overflow:hidden;
	display:none;
}
#footerInfoPanelImage {
	float:left;
	width:118px;
	padding:11px 0 0 13px;
}
#footerInfoPanelContent {
	float:left;
	width:190px;
	padding:11px 0 0 13px;
}
#footerInfoPanelContent ul {
	padding:0;
	margin:0;
	list-style:none outside none;
	overflow:hidden;
}
#footerInfoPanelContent ul li {
	float:left;
	width:50%;
}
#footerInfoPanelContent ul li a {
	font-weight:bold;
	text-transform:uppercase;
	font-size:0.95em;
	color:#fff;
	display:block;
}
#footerInfoPanelContent ul li a:hover {
	text-decoration:underline;
}
#footerInfoPanelContent h4 {
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	width: 160px;
	line-height:1.2em;
	margin-bottom:1em;
	font-size:1.2em;
}
#footerMotto strong {
	width:200px;
	display:block;
	overflow:hidden;
	margin:0 auto;
	color:#000;
	text-indent:-99em;
}
#footer ul li a {
	color:#fff;
}

#footerSectionListings {
	width:940px;
	padding:0 10px;
	overflow:hidden;
	margin-top:30px;
}
.footerSection {
	width:212px;
	margin-right:30px;
	float:left;
}
.footerSection ul {
	list-style:outside;
	list-style-type:none;
	padding:0;
	margin:0;
	margin-bottom:20px;
}
.footerSection ul li {
	font-size:0.95em;
	padding-bottom:3px;
}
.footerSection.last {
	margin-right:0;
}
.footerSection h4 {
	font-size:1.1em;
	text-transform:uppercase;
	color:#fff;
	margin-bottom:5px;
}
.footerSection h4 a, .footerSection h4 a:hover {
	color:#fff;
}
#footerCopyright {
	font-size:0.95em;
	text-transform:uppercase;
	padding:10px 0 20px;
	color:#333333;
	background:none repeat scroll 0 0 #FFFFFF;
}
#footerCopyright .mainContainer {
	padding-left:10px;
}
#footerQuickLinks {
	width:960px;
	overflow:hidden;
	margin-top:22px;
}
#footerSitemap {
    float: left;
    padding: 8px 40px 0 10px;
    width: 750px;
}
#footerSitemap ul {
	list-style:outside;
	list-style-type:none;
	padding:0;
	margin:0;
}
#footerSitemap li {
	display:inline;
	padding:0 15px;
	font-size:1.1em;
	background:url(../images/gt/bkgFooterListDivider.png) no-repeat right 2px;
}
#footerSitemap li.first {
	padding-left:0;
}
#footerSitemap li.last {
	background-image:none;
}
#footerSocialMedia {
    float: left;
    width: 160px;
}
#footerSocialMedia ul {
	list-style:outside;
	list-style-type:none;
	padding:0;
	margin:0;
	overflow:hidden;
}
#footerSocialMedia ul li {
	float:left;
	padding-right:8px;
}
#footerSocialMedia ul li a {
	display:block;
	width:32px;
	height:32px;
	overflow:hidden;
	text-indent:-99em;
	background-position:top left;
	background-attachment:local;
	background-repeat:no-repeat;
}
#footerSocialMedia ul li a:hover {
	background-position:bottom left;
}
#footerSocialMedia ul li a#footerFacebook {
	background-image:url(../images/gt/icoFacebookFooter.png);
}
#footerSocialMedia ul li a#footerLinkedIn {
	background-image:url(../images/gt/icoLinkedInFooter.png);
}
#footerSocialMedia ul li a#footerYoutube {
	background-image:url(../images/gt/icoYoutubeFooter.png);
}
#footerSocialMedia ul li a#footerTwitter {
	background-image:url(../images/gt/icoTwitterFooter.png);
}
