/* Original version of this file 22/09/2009 (Damian Keeghan - Deloitte's Online Practice) */
/* last updated by david of the splendid projects company 02/11/2009 */

/* @group reset */

html {
	color:#000;
	background:#FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style:inherit;
	font-weight:inherit;
}
del, ins {
	text-decoration:none;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:baseline;
}
sub {
	vertical-align:baseline;
}
legend {
	color:#000;
}
input, button, textarea, select, optgroup, option {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
}
input, button, textarea, select {
*font-size:100%;
}/**{outline:none;}*/
/* @end */

/* @group global */

html {
	font-size: 100%;
	background: #4C4C4C url(../images/bg_body.jpg) repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}
body {
	font-size: 1em;
}
/* @end */

/* @group functional */

.left {
	float: left;
}
img.left {
	margin: 0 10px 8px 0;
}
img.center {
	margin-bottom: 8px;
}
.right {
	float: right;
}
img.right {
	margin: 0 0 8px 10px;
}
ul.horizontal li {
	float: left;
}
ul.horizontal li li {
	float: none;
}
.noMargin {
	margin: 0 !important;
}
.noPadding {
	padding: 0 !important;
}
/* @end */

/* @group links & buttons */

a, a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	color: #7F0309;
}
a:focus, a:hover, a:active {
	color: #E41300;
}
a.cancel, a.cancel:link, a.cancel:visited {
	color: #BC0E18;
	text-decoration: none;
}
a.cancel:hover, a.cancel:focus, a.cancel:active {
	text-decoration: underline;
}
a.top, a.top:link, a.top:visited {
	font-size: 0.69em;
	background: url(../images/list_bullet_up.gif) no-repeat 0 4px;
	padding-left: 14px;
	float: right;
	text-decoration: none;
}
a.top:hover, a.top:focus, a.top:active {
	text-decoration: underline;
}
a.btn_primary, a.btn_secondary, a.btn_tertiary, a.btn_search {
	overflow: hidden;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
}
a.btn_primary span, a.btn_secondary span, a.btn_tertiary span, a.btn_search span {
	display: inline-block;
	height: 20x;
	line-height: 20px;
}
a.btn_primary {
	background: transparent url(images/btn.primary.l.gif) no-repeat left top;
	padding: 0 0 0 10px;
}
a.btn_secondary {
	background: transparent url(images/btn.secondary.l.gif) no-repeat;
	padding: 0 0 0 10px;
	color: #fff;
}
a.btn_tertiary {
	background: transparent url(images/btn.tertiary.l.gif) no-repeat;
	padding: 0 0 0 10px;
	color: #000;
}
a.btn_search {
	background: transparent url(images/btn.search.l.gif) no-repeat;
	padding: 0 0 0 10px;
	color: #000;
}
a.btn_primary span {
	background: transparent url(images/btn.primary.r.gif) no-repeat right top;
	padding: 0 10px 0 0;
}
a.btn_secondary span {
	background: transparent url(images/btn.secondary.r.gif) no-repeat right top;
	padding: 0 10px 0 0;
}
a.btn_tertiary span {
	background: transparent url(images/btn.tertiary.r.gif) no-repeat right top;
	padding: 0 10px 0 0;
}
a.btn_search span {
	background: transparent url(images/btn.search.r.gif) no-repeat right top;
	padding: 0 10px 0 0;
}
a.btn_primary:link, a.btn_primary:visited, a.btn_secondary:link, a.btn_secondary:visited {
	color: #fff;
	text-decoration: none;
}
a.btn_primary:focus, a.btn_primary:hover, a.btn_primary:active, a.btn_secondary:focus, a.btn_secondary:hover, a.btn_secondary:active, a.btn_primary span:focus, a.btn_primary span:hover, a.btn_primary span:active, a.btn_secondary span:focus, a.btn_secondary span:hover, a.btn_secondary span:active {
	color: #fff;
	text-decoration: underline;
}
a.btn_tertiary:link, a.btn_tertiary:visited, a.btn_search:link, a.btn_search:visited {
	color: #000;
	text-decoration: none;
}
a.btn_tertiary:focus, a.btn_tertiary:hover, a.btn_tertiary:active, a.btn_search:focus, a.btn_search:hover, a.btn_search:active, a.btn_tertiary span:focus, a.btn_tertiary span:hover, a.btn_tertiary span:active, a.btn_search span:focus, a.btn_search span:hover, a.btn_search span:active {
	color: #000;
	text-decoration: underline;
}
/* @end */

/* @group layout */

#container {
	background-color: #FFF;
	padding: 0 14px;
	width: 961px;
	margin: auto;
	color: #333;
}
#contentContainer {
	width: 961px;/*padding-bottom:33px;*/
}
#leftColumn, #contentColumn, #rightColumn {
	display: block;
	float: left;
	margin: 12px 0;
}
/*Three Column Layout*/
#contentContainer.layout_threeColumn {
}
#contentContainer.layout_threeColumn #leftColumn {
	width: 195px;
}
#contentContainer.layout_threeColumn #contentColumn {
	width: 536px;
	margin: 12px 20px 0 20px;
}
#contentContainer.layout_threeColumn #rightColumn {
	width: 190px;
}
/*Two Column Layout - Left*/
#contentContainer.layout_twoColumnLeft {
}
#contentContainer.layout_twoColumnLeft #leftColumn {
	width: 195px;
}
#contentContainer.layout_twoColumnLeft #contentColumn {
	width: 746px;
	margin: 12px 0 0 20px;
}
#contentContainer.layout_twoColumnLeft #rightColumn {
	display: none;
}
/*Two Column Layout - Right*/
#contentContainer.layout_twoColumnRight {
}
#contentContainer.layout_twoColumnRight #leftColumn {
	display: none;
}
#contentContainer.layout_twoColumnRight #contentColumn {
	width: 751px;
	margin: 12px 20px 0 0;
}
#contentContainer.layout_twoColumnRight #rightColumn {
	width: 190px;
}
/* @end */

/* @group header */

#header {
	background-color: #E41300;
}
#accessibilityLinks {
	line-height: 0em;
	text-indent: -9999px;
}
#accessibilityLinks a {
	color: #FFF;
}
#logo {
	float: left;
	display: inline;
	margin: 14px 0 19px 39px;
}
#headerFunctionality {
	float: right;
	display: inline;
	padding: 24px 14px 10px 0;
}
#headerNavigation {
	font-size: 0.69em;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}
#headerNavigation a,  #headerNavigation a:link,  #headerNavigation a:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#headerNavigation a:hover,  #headerNavigation a:focus,  #headerNavigation a:active {
	text-decoration: underline;
}
#headerNavigation ul {
	display: block;
	margin-top: 5px;
}
#headerNavigation ul.horizontal li {
	color: #FFF;
	padding: 0 6px;
	border-right: #FFF solid 1px;
}
#headerNavigation ul.horizontal li.last {
	border-right: none;
}
#headerSearch {
	float: left;
	margin-left: 20px;
	width: auto;
}
#headerSearch label {
	position: absolute;
	top: -5em;
	color: #FFF;
}
#headerSearch input.text {
	width: 133px;
	height: 18px;
	border: 1px solid #999;
	font-size: 0.69em;
	padding: 2px 3px 0;
	margin: 0 6px 0 0;
	float: left;
}
/* Replace search button with image*/
input#btn_search {
	width: 65px;
	height: 20px;
	padding: 20px 0 0 0;
	margin: 1px 0 0 0;
	border: 0;
	background: transparent url(../images/btn.search.gif) no-repeat center top;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
input#btn_search:focus, input#btn_search:hover, input#btn_search:active {
	background: transparent url(../images/btn.search.over.gif) no-repeat center top;
}
/* @end */

/* @group navigation */

/* main navigation */

.header_navigation {
	float:left;
	width:961px;
	height:39px;
	border-top:1px solid #FFFFFF;
}
.header_navigation ul {
	width:961px;
	height:39px;
	margin:0px;
	padding:0px;
}
.header_navigation ul li {
	display:inline;
	padding:0px;
	color: #FFF;
}
.header_navigation ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.13em;
	font-weight: normal !important;
	text-decoration: none;
	line-height: 39px;
	color: #FFF;
}
.header_navigation ul li a:hover, .header_navigation ul li a:active {
	color: #fff;
}
.header_navigation ul li a span {
	padding-left: 13px;
}
.header_navigation .menu_1 a:link, .header_navigation .menu_1 a:visited {
	float:left;
	width:242px;
	height:39px;
	background:url(../images/img_top_navigation_buttons.gif) no-repeat 0px 0px;
	color: #FFF;
}
.header_navigation .menu_1 a:hover, .header_navigation .menu_1 a:active, .header_navigation .menu_1 a:focus {
	float:left;
	width:242px;
	height:39px;
	background:url(../images/img_top_navigation_buttons.gif) no-repeat 0px -39px;
}
.header_navigation .menu_2 a:link, .header_navigation .menu_2 a:visited {
	float:left;
	width:242px;
	height:39px;
	background:url(../images/img_top_navigation_buttons.gif) no-repeat -242px 0px;
	color: #FFF;
}
.header_navigation .menu_2 a:hover, .header_navigation .menu_2 a:active, .header_navigation .menu_2 a:focus {
	float:left;
	width:242px;
	height:39px;
	background:url(../images/img_top_navigation_buttons.gif) no-repeat -242px -39px;
}
.header_navigation .menu_3 a:link, .header_navigation .menu_3 a:visited {
	float:left;
	width:239px;
	height:39px;
	background:url(../images/img_top_navigation_buttons.gif) no-repeat -484px 0px;
	color: #FFF;
}
.header_navigation .menu_3 a:hover, .header_navigation .menu_3 a:active, .header_navigation .menu_3 a:focus {
	float:left;
	width:239px;
	height:39px;
	background:url(../images/img_top_navigation_buttons.gif) no-repeat -484px -39px;
}
.header_navigation .menu_4 a:link, .header_navigation .menu_4 a:visited {
	float:left;
	width:239px;
	height:39px;
	background:url(../images/img_top_navigation_buttons.gif) no-repeat -599px 0px;
	color: #FFF;
}
.header_navigation .menu_4 a:hover, .header_navigation .menu_4 a:active, .header_navigation .menu_4 a:focus {
	float:left;
	width:239px;
	height:39px;
	background:url(../images/img_top_navigation_buttons.gif) no-repeat -599px -39px;
}
.header_navigation .menu_5 a:link, .header_navigation .menu_5 a:visited {
	float:left;
	width:238px;
	height:39px;
	background:url(../images/img_top_navigation_buttons.gif) no-repeat -723px 0px;
	color: #FFF;
}
.header_navigation .menu_5 a:hover, .header_navigation .menu_5 a:active, .header_navigation .menu_5 a:focus {
	float:left;
	width:238px;
	height:39px;
	background:url(../images/img_top_navigation_buttons.gif) no-repeat -723px -39px;
}
.menu1_active {
	background-position: 0px -39px !important;
}
.menu2_active {
	background-position: -242px -39px !important;
}
.menu3_active {
	background-position: -484px -39px !important;
}
.menu4_active {
	background-position: -599px -39px !important;
}
.menu5_active {
	background-position: -723px -39px !important;
}
/* ########################################################################### *
/* ##### - LEFT NAVIGATION
/* ########################################################################### */

#navigation_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	margin-bottom: 1.5em;
}
#navigation_left li {
	display: block;
}
#navigation_left li a {
	display: block;
	border-bottom: 1px solid #fff;
	padding: 10px 12px;
	font-weight: bold;
	background: #e41300 url(../images/bg_corner_topright.gif) no-repeat top right;
	color: #fff;
	text-decoration:none;
}
#navigation_left li a:hover,  #navigation_left li a:focus,  #navigation_left li a:active {
	text-decoration: underline;
}
#navigation_left li.active a,  #navigation_left li.active a:hover,  #navigation_left li.active a:focus,  #navigation_left li.active a:active {
	color: #FFF;
	text-decoration: none;
	background-color: #333;
	font-weight: normal;
}
#navigation_left li li li li.active a,  #navigation_left li li li li.active a:hover,  #navigation_left li li li li.active a:focus,  #navigation_left li li li li.active a:active {
	background-image: url(../images/bg_nav_secondary_bullet_active.gif);
}
#navigation_left li a:hover,  #navigation_left li a:focus,  #navigation_left li a:active {
}
#navigation_left li li a:hover,  #navigation_left li li a:focus,  #navigation_left li li a:active {
	background-color: #666;
	background-image: none;
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
}
#navigation_left li li li li a:hover,  #navigation_left li li li li a:focus,  #navigation_left li li li li a:active {
	background-image: url(../images/bg_nav_secondary_bullet_over.gif);
}
#navigation_left li li a,  #navigation_left li.active li a {
	padding-left: 12px;
	background-color: #F3F2F3;
	background-image: none;
	color: #333;
	font-weight: normal;
}
#navigation_left li li ul,  #navigation_left li.active li ul,  #navigation_left li li.active ul {
	background: #FFF url(../images/bg_nav_secondary_l4.gif) repeat-y top right;
}
#navigation_left li li li a,  #navigation_left li.active li li a,  #navigation_left li li.active li a {
	padding-left: 20px;
	background-color: transparent;
	border-bottom: 1px solid #EDECEC;
	color: #333;
}
#navigation_left li li li li a,  #navigation_left li.active li li li a,  #navigation_left li li.active li li a,  #navigation_left li li li.active li a {
	padding-left: 35px;
	background: transparent url(../images/bg_nav_secondary_bullet.gif) no-repeat 22px 1.25em;
	color: #333;
}
/* @end */

/* @group content header */

#contentHeader {
	margin: 12px 0 0 0;
	font-size: 0.69em;
	color: #666;
}
#contentHeader a,  #contentHeader a:hover,  #contentHeader a:focus,  #contentHeader a:active {
	color: #333;
	text-decoration: underline;
}
#breadcrumbs li {
	margin-right: 7px;
}
#websiteTools li {
	margin-left: 7px;
}
#websiteTools li.last {
	padding-right: 9px;
}
#websiteTools li sup {
	vertical-align: top;
}
#websiteTools a {
	text-decoration: none;
	display: block;
}
#websiteTools a.rssLink {
	background: url(../images/icon_rss.gif) no-repeat 0 0;
	padding-left: 18px;
	padding-bottom: 1px;
}
#websiteTools a.printLink {
	background: url(../images/icon_print.gif) no-repeat 0 0;
	padding-left: 20px;
	padding-bottom: 1px;
}
#websiteTools a.emailLink {
	background: url(../images/icon_email.gif) no-repeat 0 1px;
	padding-left: 25px;
	padding-bottom: 1px;
}
/* @end */

/* @group content */

/* ########################################################################### *
/* ##### - TYPE
/* ########################################################################### */

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
#content h1, #content h2, #content h3, #content h4, #content h5 {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #E41300;
	line-height: 1em;
	margin-bottom: 0.5em;
}
#content h2, #content h3, #content h4, #content h5 {
	color: #666;
}
#content h1 {
	font-size: 1.5em;
}
#content h2 {
	font-size: 1.19em;
}
.moduleHeader h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 0.75em;
}
.module_landing .moduleHeader h2,  #module_bladeNavigation .moduleHeader h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #E41300;
	font-size: 1em;
	margin: 0.4em 0;
}
#content h3 {
	font-size: 1em;
}
.module .moduleContent h3 {
	font-size: 0.75em;
	margin-bottom: 1em;
}
.module_landing .moduleContent h3 {
	font-size: 0.75em;
	line-height: 1.5em;
	font-weight: bold;
}
.module_landing .moduleContent h3 a {
	text-decoration: none;
	color: #BC0E18;
}
.module_landing .moduleContent h3 a:hover,  .module_landing .moduleContent h3 a:focus,  .module_landing .moduleContent h3 a:active {
	color: #E41300;
	text-decoration: underline;
}
#content h4 {
	font-size: 0.88em;
}
#content h5 {
	font-size: 0.75em;
}
#content p, .moduleContent p {
	font-size: 0.75em;
	margin-bottom: 1em;
	line-height: 1.5em;
}
#landingContent .moduleContent p,  #landingFooter .moduleContent p {
	font-size: 0.69em;
}
#content blockquote, #content address {
	color: #333;
	font-style: italic;
	margin: 1em;
}
#content strong {
	font-weight: bold;
}
#content em, #content dfn {
	font-style: italic;
}
#content dfn {
	font-weight: bold;
}
#content sup, #content sub {
	line-height: 0;
}
#content abbr, #content acronym {
	border-bottom: 1px dotted #333;
}
#content del {
	color: #666;
	text-decoration: line-through;
}
#content pre {
	margin: 1em;
	white-space: pre;
}
#content pre, #content code, #content tt {
	font: 0.69em "Courier New", Courier, mono;
	line-height: 1.5;
}
#content ul {
	padding: 0 12px 12px 0;
}
#content ol {
	padding: 0 12px 12px 0;
}
.module .moduleContent ul li a, .module .moduleContent ul li a:link, .module_landing .moduleContent ul li a, .module_landing .moduleContent ul li a:link {
	color: #333;
	text-decoration: none;
}
.module .moduleContent ul li a:visited, .module_landing .moduleContent ul li a:visited {
	color: #666666;
}
.module .moduleContent ul li a:hover, .module .moduleContent ul li a:focus, .module .moduleContent ul li a:active, .module_landing .moduleContent ul li a:hover, .module_landing .moduleContent ul li a:focus, .module_landing .moduleContent ul li a:active {
	color: #E41300;
	text-decoration: underline;
}
#content ol li, #content ol ol li, #content ul ol li {
	list-style: inside decimal;
}
#content li, .module .moduleContent li {
	font-size: 0.75em;
	line-height: 1.5em;
}
.module_landing .moduleContent li {
	font-size: 0.69em;
}
#content li li {
	font-size: 1em;
}
#content dl {
	margin: 0 0 1em 0;
}
#content dl dt {
	font-weight: bold;
}
#content dd {
	margin-left: 1em;
}
/* ########################################################################### *
/* ##### - TABLES
/* ########################################################################### */

#content table {
	margin-bottom: 1em;/*width: 100%;*/
}
#content table caption,  #content table thead th,  #content table tbody td {
	padding: 10px;
}
#content table caption {
	background-color: #CCC;
	font-weight: bold;
	color: #000;
	font-size: 0.75em;
	margin-left: -1px;
	font-family: Arial, Helvetica, sans-serif;
}
#content table thead th {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background-color: #E8E8E8;
	font-weight: bold;
	color: #000;
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
}
#content table tbody td {
	border: 1px solid #CCC;
	font-size: 0.69em;
}
/* @end */

/* @group banners */

#landingBanner {
	margin-bottom: 1em;
}
#landingBanner.rotating {
	width: 660px;
	height: 192px;
	overflow: hidden;
	position: relative;
}
#landingBanner.rotating a {
	position: absolute;
	top: 0;
	left: 0;
}
/* @end */

/* @group content layouts */

.layout_landingContent_columns .column, .layout_workingWithUs_columns .column, .layout_landingContent_wide_columns .column {
	float: left;
	width: 323px;
	margin-right: 14px;
}
.layout_landingContent_columns .smallColumn {
	width: 287px;
}
.layout_workingWithUs_columns .column {
	width: 182px;
	margin-right: 6px;
}
.layout_workingWithUs_columns .smallColumn {
	width: 240px;
	margin-right: 13px;
}
.layout_landingContent_wide_columns .column {
	width: 368px;
}
.layout_landingContent_wide_columns .smallColumn {
	width: 368px;
}
.layout_landingContent_columns div.last, .layout_landingContent_columns .column.last, .layout_workingWithUs_columns div.last, .layout_workingWithUs_columns .column.last, .layout_landingContent_wide_columns div.last, .layout_landingContent_wide_columns .columm.last {
	margin-right: 0;
}
/* @end */

/* @group modules */

/* ########################################################################### *
/* ##### - GLOBAL
/* ########################################################################### */

.module {
	margin-bottom: 1.5em;
}
.module .moduleHeader {
	padding: 6px 10px 8px 10px;
}
.module .moduleContent {
	padding: 15px 10px 15px 10px;
	border: 1px solid #ddd;
	border-top: none;
}
/* ########################################################################### *
/* ##### - LEFT COLUMN
/* ########################################################################### */

#leftColumn .module .moduleHeader {
	background: #CCC url(../images/bg_module_left_header.gif) repeat-x top;
	color: #000;
	border: 2px solid #CCC;
	border-bottom: none;
}
#leftColumn .module .moduleContent {
	background: #f4f4f4 url(../images/bg_module_left_content.gif) repeat-x top;
}
/* ########################################################################### *
/* ##### - RIGHT MODULE
/* ########################################################################### */

#rightColumn .module {
	width: 190px;
}
#rightColumn .module .moduleHeader {
	background: #6A6A6A url(../images/bg_right_nav_header.gif) no-repeat;
	color: #FFF;
}
#rightColumn .module .moduleContent {
	background: #FFF url(../images/bg_module_right_content.gif) repeat-x top;
	word-wrap: break-word;
}
/* ########################################################################### *
/* ##### - I WANT TO MODULE
/* ########################################################################### */

#module_iWantTo {
	height: 440px;
	background: #ededed url(../images/bg_module_iwantto.jpg) no-repeat top left;
	margin-bottom: 0.5em;
	border: 1px solid #CCC;
}
/* ########################################################################### *
/* ##### - HOMEPAGE/LANDING PAGE MODULES
/* ########################################################################### */

.module_landing {
	margin-bottom: 1em;
}
.layout_workingWithUs_columns .largeColumn .module_landing {
	border: 1px solid #CACACA;
	border-top: none;
}
.module_landing .moduleHeader {
	border-top: 6px solid #E41300;
	padding: 0 6px;
}
.layout_workingWithUs_columns .largeColumn .module_landing .moduleHeader {
	border-top: none;
	height: 11.2em;
	padding: 0 10px;
}
.layout_workingWithUs_columns .largeColumn .module_landing .moduleHeader img {
	margin-left: -11px;
	margin-right: -11px;
}
.module_landing .moduleContent {
	padding-left: 6px;
}
.layout_workingWithUs_columns .largeColumn .module_landing .moduleContent {
	background: #FFF url(../images/bg_module_workingWithUs_large.gif) repeat-x bottom left;
	padding: 0 10px 10px 10px;
}
.layout_workingWithUs_columns .smallColumn .module_landing .moduleContent {
	padding-left: 0px;
	padding-top:0.5em;
}
.module_landing .moduleContent ul.horizontal li {
	margin-right: 10px;
}
/* @end */

/* @group footer */

#footer {
	background: #E41300 url(../images/bg_corner_top.gif) no-repeat top left;
	font-size: 0.69em;
	padding: 12px 0;
}
#footer a,  #footer a:link,  #footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover,  #footer a:focus,  #footer a:active {
	text-decoration: underline;
}
#footer ul.horizontal li {
	color: #FFF;
	padding: 0 18px;
	border-right: #FFF solid 1px;
}
#footer ul.horizontal li.last {
	border-right: none;
}
/* @end */

/* @group clearfix */

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* stop commented backslash hack */

.smallerBox {
	width: 80%;
}

#top {
	height:74px;
}

/* @end */
