/* Main
---------------------------------------- */
@charset "utf-8";

html {
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 101%;
	margin-bottom: 1px;
}

body {
	background-color: #002060;
	color: #151515;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	margin: 0;
	padding: 0;
}

a {
	color: #b30808;
	text-decoration: none;
}

a:hover {
	color: #b30808;
	text-decoration: underline;
}

a img {
	border: 0;
}

p {
	margin: 0 0 10px;
}

h4 {
	color: #002060;
	margin: 0;
}


/* Body
---------------------------------------- */
.outterBody {
	background: url(lyt_img/body_bg.jpg) top center no-repeat;
	width: 100%;
}

.innerBody {
	width: 823px;
}

.outterBox {
	background: #e0e4ec url(lyt_img/content_bg.jpg) top left repeat-x;
}

.innerBox {
	background: url(lyt_img/header_bg.jpg) top center no-repeat;
	width: 100%;
}

.outterContent {
	padding-bottom: 25px;
	width: 780px;
}

.outterHeader {
	height: 125px;
}

.outterHeader #logoMain {
	margin-left: 10px;
	top: 92px;
	position: absolute;
}

.outterHeader #logoAcajoux {
	margin-left: 645px;
	top: 43px;
	position: absolute;
}

.innerContent {
	width: 100%;
}

.innerContentLeft {
	width: 561px;
	vertical-align: top;
}

.innerContentRight {
	background: #fff url(lyt_img/greyline.gif) 1px top repeat-y;
	vertical-align: top;
	width: 219px;
}

.innerContentRight #intranetLogin, .innerContentRight #olympicLogo {
	border-bottom: 1px solid #e3e3e3;
	padding: 20px;
	width: 100%;
}

.innerContentRight #latestNews {
	padding: 20px;
	width: 100%;
}

.mainContent {
	padding: 25px 40px 35px 30px;
}

.footerPartners {
	height: 13px;
}

.outterFooter {
	background: url(lyt_img/footer_right.png) top right no-repeat;
	height: 100px;
	padding-bottom: 30px;
}

.innerFooter {
	background: url(lyt_img/footer_left.png) top left no-repeat;
	height: 100px;
	width: 100%;
}

.contentFooter {
	background: url(lyt_img/footer_content.png) top left repeat-x;
	height: 100px;
	width: 799px;
}

.contentFooterLeft {
	width: 557px;
}

.contentFooterLeft #partnerLogo {
	margin-top: -90px;
	margin-left: 10px;
	position: absolute;
}

.contentFooterDivider {
	background: url(lyt_img/footer_divider.png) top left no-repeat;
	width: 7px;
}

.contentFooterRight {
	color: #2b2b2b;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	padding-left: 30px;
	width: 207px;
}

.breadCrumbsOutter {
	padding: 20px 20px 5px;
}

.breadCrumbsInner {
	border-bottom: 1px solid #818387;
	color: #131313;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
}

.breadCrumbsInner a {
	color: #b30808;
	text-decoration: none;
	text-transform: uppercase;
}

.breadCrumbsInner a:hover {
	color: #b30808;
	text-decoration: underline;
	text-transform: uppercase;
}

.newsDate {
	display: block;
	font-size: 12px;
	font-weight: bold;
}

.newsTitle {
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-top: -7px;
}

.galleryThumb {
    width: 150px;
    height: 130px;
    background: #fff no-repeat center;
    border: 1px solid #313132;
}

.galleryThumb a:hover {
    width: 150px;
    height: 130px;
    background: #fff no-repeat center;
    border: 1px solid #b30808;
}

 
/* Top Menu
---------------------------------------- */
.topMenu {
	height: 77px;
}

.topMenu ul {
	margin: 0;
	padding: 0;
	position: relative;
	margin-left: 570px;
	top: -21px;
}	

.topMenuDefault {
	height: 35px;
	background: url(lyt_img/topmenu.png) no-repeat;
}

.topMenu1 {
	height: 35px;
	background: url(lyt_img/topmenu.png) 0 -35px no-repeat;
}

.topMenu2 {
	height: 35px;
	background: url(lyt_img/topmenu.png) 0 -70px no-repeat;
}

.topMenu3 {
	height: 35px;
	background: url(lyt_img/topmenu.png) 0 -105px no-repeat;
}

.topMenuDefault li, .topMenu1 li, .topMenu2 li, .topMenu3 li {
	position: absolute;
	list-style: none;
	top: 0;
}

.topMenuDefault li, .topMenuDefault a, .topMenu1 li, .topMenu1 a, .topMenu2 li, .topMenu2 a, .topMenu3 li, .topMenu3 a {
	display: block;
	height: 34px;
}

#topMenu1 {
	left: 0;
	width: 60px;
}

#topMenu2 {
	left: 60px;
	width: 82px;
}

#topMenu3 {
	left: 142px;
	width: 93px;
}
 
#topMenu1 a:hover {
	background: url(lyt_img/topmenu.png) 0 -35px no-repeat;
}

#topMenu2 a:hover {
	background: url(lyt_img/topmenu.png) -60px -70px no-repeat;
}

#topMenu3 a:hover {
	background: url(lyt_img/topmenu.png) -142px -105px no-repeat;
}


/* Navigation Menu
---------------------------------------- */
.navMenu {
	background-color: #820000;
	border-bottom: solid 1px #fff;
	display: inline;  /* Needed for IE5/6 doubled float-margin bug */
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0;
	width: 779px;
	vertical-align: top;
}

.navMenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.navMenu ul li {
	float: left;
	position: relative;
}

.navMenu ul li a, .navMenu ul li a:visited {
	color: #fff;
	display: block;
	float: left;
	height: 37px;
	padding: 0px;
	text-decoration: none;
}

.navMenu ul li:hover {
	width: auto;
}

.navMenu ul li a:hover {
	background-color: #35528c;
	color: #fff;
	text-decoration: none;
}

.navMenu ul li ul {
	display: none;
}

.navMenu table {
	border-collapse: collapse;
	font-size: 12px;
	left: 0px;
	margin: 0px;
	position: absolute;
	top: 0px;
}

.navMenu ul li:hover ul {
	display: block;
	left: 1px;
	position: absolute;
	top: 37px;
	width: 198px;
}

.navMenu ul li:hover ul.endstop {
	left: -92px;
}

.navMenu ul li:hover ul li ul {
	display: none;
}

.navMenu ul li:hover ul li a {
	background-color: #002464;
	border-bottom: #002464 0px solid;
	border-left: #002464 1px solid;
	border-right: #002464 1px solid;
	border-top: #35528c 1px solid;
	color: #fff;
	display: block;
	height: auto;
	line-height: 15px;
	margin: 0;
	padding: 8px 18px 8px 8px;
	width: 170px;
}

.navMenu ul li:hover ul li a.drop {
	background: #002464 url(lyt_img/arrow_right.png) 180px center no-repeat;
}

.navMenu ul li:hover ul li a:hover {
	background-color: #35528c;
	border-left: #35528c 1px solid;
}

.navMenu ul li:hover ul li a.drop:hover {
	background: #35528c url(lyt_img/arrow_right.png) 180px center no-repeat;
	border-left: #35528c 1px solid;
}

.navMenu ul li:hover ul li:hover ul {
	display: block;
	left: 197px;
	position: absolute;
	top: 0px;
}

.navMenu ul li a:hover ul {
	background: #fff;
	border-bottom: #E3E3E3 1px solid;
	display: block;
	left: 0px;
	position: absolute;
	top: 16px;
}

.navMenu ul li a:hover ul li a {
	background-color: #002060;
	border-bottom: #E3E3E3 0px solid;
	border-left: #E3E3E3 1px solid;
	border-right: #E3E3E3 1px solid;
	border-top: #E3E3E3 1px solid;
	color: #3f1407;
	display: block;
	height: auto;
	padding: 8px;
	text-decoration: none;
	width: 180px;
}

.navMenu ul li a:hover ul li a ul{
	height: 0px;
	position: absolute;
	visibility: hidden;
	width: 0px;
}

.navMenu ul li a:hover ul li a:hover {
	color: #BD8348;
}

.navMenu ul li a:hover ul li a:hover ul {
	color: #3f1407;
	left: 197px;
	position: absolute;
	top: 0px;
	visibility: visible;
}


/* Form
---------------------------------------- */
form {
	margin: 0px;
	padding: 0px;
}

.loginField {
	border: 1px solid #a1b1bf;
	color: #2b2b2b;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 9px 10px;
	vertical-align: middle;
	width: 150px;
}

.loginLabel {
	color: #2b2b2b;
	font-size: 12px;
}


/* Miscellaneous
---------------------------------------- */
.error {
	background-color: #ff9;
	border: 1px solid #fff;
	color: #f00;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

.success {
	background-color: #9c9;
	border: 1px solid #fff;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

.formLabel {
	padding-right: 10px;
	text-align: right;
}

.textLeft {
	text-align: left;
}

.textCenter {
	text-align: center;
}

.textRight {
	text-align: right;
}

.textBold {
	font-weight: bold;
}

.noBorder {
	border: 0;
}

#fullHeight {
	height: 100%;
	vertical-align: top;
}


/* Intranet
---------------------------------------- */
.intBodyBG {
	width: 100%;
	background: url(lyt_img/int_body_bg.jpg) left top repeat-x;
}

.intOutterContentIn {
	background: url(lyt_img/int_contentbg_in.png) left bottom repeat-y;
	width: 700px;
}

.intOutterContentOut {
	background: url(lyt_img/int_contentbg_out.png) left bottom repeat-y;
	width: 478px;
}

.intInnerContentIn {
	background-color: #e0e4ec;
	border: 1px solid #c0c0c0;
	padding: 0 20px;
	width: 686px;
	text-align: center;
}

.intInnerContentOut {
	background-color: #e0e4ec;
	border: 1px solid #c0c0c0;
	width: 464px;
	text-align: center;
}

.intContentTopBGIn {
	background: url(lyt_img/int_contenttopbg_in.png) center bottom no-repeat;
	height: 9px;
}

.intContentTopBGOut {
	background: url(lyt_img/int_contenttopbg_out.png) center bottom no-repeat;
	height: 9px;
}

.intContentBottomBGIn {
	background: url(lyt_img/int_contentbottombg_in.png) center bottom no-repeat;
	height: 9px;
}

.intContentBottomBGOut {
	background: url(lyt_img/int_contentbottombg_out.png) center bottom no-repeat;
	height: 9px;
}

.intFormTopBG {
	background: url(lyt_img/int_formtopbg.png) center bottom no-repeat;
	height: 9px;
}

.intFormBottomBG {
	background: url(lyt_img/int_formbottombg.png) center bottom no-repeat;
	height: 9px;
}

.intRowTopBG1 {
	background: url(lyt_img/int_rowtopbg.png) center bottom no-repeat;
	height: 7px;
}

.intRowBottomBG1 {
	background: url(lyt_img/int_rowbottombg.png) center bottom no-repeat;
	height: 7px;
}

.intRowTopBG2, .intRowBottomBG2 {
	height: 8px;
}

.intRowBG1 {
	background-color: #fff;
	vertical-align: middle;
	height: 72px;
}

.intRowBG2 {
	vertical-align: middle;
	height: 72px;
}

#rightBorder1 {
	border-right: #e0e4ec 1px solid;
}

#rightBorder2 {
	border-right: #fff 1px solid;
}

.intFooter {
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.intFooter a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.intFooter a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

.intForm {
	background-color: #fff;
	width: 415px;
}

.intPrompt {
	color: #666;
	width: 250px;
	padding: 12px 8px;
	border: 1px solid #B8B8B8;
	font: 14px Verdana, Sans-Serif;
	vertical-align: middle;
}

.intStandard {
	color: #1b1b1b;
	width: 250px;
	padding: 12px 8px;
	border: 1px solid #B8B8B8;
	font: 14px Verdana, Sans-Serif;
	vertical-align: middle;
}

.intLoginButton {
	margin-right: 72px;
	position: relative;
}