/* 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 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #565656;
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

a {
	color: #541800;
	text-decoration: none;
}

a:hover {
	color: #541800;
	text-decoration: underline;
}

a img {
	border: 0;
}

p {
	margin: 0 0 10px;
}


/* Body
---------------------------------------- */
.outterBody {
	width: 100%;
}

.innerBody {
	width: 961px;
}

.outterHeaderMain {
	border-bottom: 1px solid #ddd1cc;
	height: 115px;
}

.innerHeaderMain {
	background: url(lyt_img/header_main.jpg) 592px bottom no-repeat;
	height: 115px;
	width: 961px;
}

.innerHeaderMain .mainLogo {
	padding: 15px 0 0 40px;
}

.innerHeaderMain .subTitles {
	padding: 0 15px 28px 0;
	text-align: right;
	vertical-align: bottom;
}

.outterHeaderSec {
	height: 84px;
}

.innerHeaderSec {
	height: 84px;
	width: 962px;
}

.innerHeaderSec .mainLogo {
	padding-left: 25px;
}

.innerHeaderSec .subTitles {
	padding: 0 20px 25px 0;
	text-align: right;
	vertical-align: bottom;
}

.outterFlash {
	border-bottom: 1px solid #ddd1cc;
	height: 204px;
	padding: 4px 0;
	text-align: center;
}

.innerFlash {
	background: #f78f1e url(lyt_img/header_main_bg.jpg) center center no-repeat;
}

.outterHeaderImage {
	padding: 0 0 4px;
	text-align: center;
}

.innerHeaderImage {
	background: #f78f1e url(lyt_img/header_sec_bg.jpg) center center no-repeat;
}

.outterMenuBar {
	background: url(lyt_img/menu_bg.gif) top left repeat-x;
	border-bottom: 1px solid #ddd1cc;
	height: 68px;
	padding: 0 0 5px;
	width: 100%;
}

.innerMenuBar {
	background: url(lyt_img/menu_outter.gif) top center no-repeat;
	text-align: center;
}

.outterForm {
	background: url(lyt_img/form_bg.gif) top left repeat-x;
	padding-top: 20px;
	vertical-align: top;
	width: 100%;
}

.innerForm {
	height: 396px;
	width: 956px;
}

.contentMenuBar {
	width: 956px;
}

.outterContent {
	padding: 45px 0 15px;
	vertical-align: top;
}

.innerContent {
	padding: 0 40px;
	width: 876px;
}

.homeLeft {
	padding-right: 37px;
	width: 435px;
}

.homeRight {
	border-left: 1px solid #d6d6d6;
	padding: 0 30px 0 20px;
	width: 273px;
}

.bottomContent {
	color: #541800;
	font-size: 12px;
	font-weight: bold;
	padding: 50px 0 15px;
	text-align: center;
}

.bottomContent a {
	color: #541800;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.bottomContent a:hover {
	color: #541800;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.answerOutter {
	padding: 5px 0 0 10px;
}

.answerInner {
	background-color: #f6f6f6;
	padding: 15px 25px 25px 10px;
	width: 100%;
}

.pkgCol1 {
	font-size: 14px;
	font-weight: bold;
	padding: 6px 15px 6px 0;
	text-align: right;
}

.pkgCol2 {
	background-color: #f1e9e0;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 4px;
	text-align: center;
	width: 169px;
}

.pkgCol3 {
	background-color: #e9ecec;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 4px;
	text-align: center;
	width: 169px;
}

.pkgCol4 {
	background-color: #f9eeda;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 4px;
	text-align: center;
	width: 169px;
}

.contactBlock {
	padding-bottom: 30px;
	vertical-align: top;
}

.contactItem {
	padding-bottom: 10px;
}

.contactTitle {
	font-weight: bold;
	text-transform: uppercase;
}

.contactName {
	color: #f58026;
	font-weight: bold;
}

.contactEmail {
	padding-top: 3px;
}

.outterFooter {
	background-color: #262525;
	padding-bottom: 50px;
}

.innerFooter {
	color: #949494;
	font-size: 11px;
	text-align: center;
	width: 960px;
}

.innerFooter a {
	color: #cbcbcb;
	font-size: 11px;
	text-decoration: none;
}

.innerFooter a:hover {
	color: #cbcbcb;
	text-decoration: underline;
}

.footerMenu {
	padding: 20px 0 25px;
}

.footerLeft {
	border-right: 1px solid #515151;
	font-size: 13px;
	padding: 0 17px 0 0;
	text-align: right;
	vertical-align: top;
	width: 350px;
}

.footerMiddle {
	font-size: 14px;
	font-weight: bold;
	padding: 0 14px;
	vertical-align: top;
	width: 197px;
}

.footerMiddleText {
	display: block;
	margin-top: -14px;
	padding-bottom: 4px;
	position: relative;
}

.footerRight {
	border-left: 1px solid #515151;
	font-size: 13px;
	padding-left: 17px;
	vertical-align: top;
	width: 350px;
}

.infoEmail {
	position: relative;
	top: 3px;
}

.socialMedia {
	margin: -15px 0 0 640px;
	position: absolute;
}

.outterSocialMedia {
}

.innerSocialMedia {
	width: 224px;
}

.followUs {
	background: url(lyt_img/btn_followus.png) 2px 22px no-repeat;
	padding: 12px 0 0 115px;
}

.followUsFR {
	background: url(lyt_img/btn_followus_fr.png) 2px 22px no-repeat;
	padding: 12px 0 0 105px;
}


/* Tabs
---------------------------------------- */
.outterTabs {

}

.innerTabs {
	width: 100%;
}

ul.tabs { 
	border-bottom: 1px solid #666;
	height: 30px;
	list-style: none;
	margin: 0 !important;
	padding: 0;
}

/* single tab */
ul.tabs li { 
	float: left;	 
	list-style-image: none !important; 
	margin: 0 !important;
	padding: 0;
	text-indent: 0;
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url(lyt_img/tabs_bg.png) no-repeat -420px 0;
	color: #541800;
	display: block;
	font-size: 15px;
	height: 30px;  
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: center;	
	text-decoration: none;
	top: 1px;
	width: 134px;
}

ul.tabs a:hover {
	background-position: -420px -31px;	
	color: #fff;	
}

ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -420px -62px;
	color: #541800 !important;
	cursor: default !important;
	font-weight: bold;
}

/* Different widths for tabs: use a class name: w1, w2, w3 */
ul.tabs a.s {
	background-position: -553px 0;
	width: 81px;
}

ul.tabs a.s:hover {
	background-position: -553px -31px;
}

ul.tabs a.s.current {
	background-position: -553px -62px;
}

ul.tabs a.l {
	background-position: -248px -0px;
	width: 174px;
}

ul.tabs a.l:hover {
	background-position: -248px -31px;
}

ul.tabs a.l.current {
	background-position: -248px -62px;
}

ul.tabs a.xl {
	background-position: 0 -0px;
	width: 248px;
}

ul.tabs a.xl:hover {
	background-position: 0 -31px;
}

ul.tabs a.xl.current {
	background-position: 0 -62px;
}

.panes .pane {
	display: none;		
}

.panes div {
	background-color: #fff;
	border: 1px solid #999;
	border-top: 0;
	display: none;
	height: 320px;
	padding: 0 11px;
}

.paneLocation {
	background: #dedede url(lyt_img/location_bg.png) center 20px no-repeat;
	color: #606060;
	font-size: 13px;
	padding: 0 13px;
}

.locationLeft {
	background: url(lyt_img/location_divider.png) right 40px no-repeat;
	padding: 52px 23px 120px 30px;
	vertical-align: top;
	width: 50%;
}

.locationRight {
	padding: 52px 30px 120px 23px;
	vertical-align: top;
	width: 50%;
}


/* Form
---------------------------------------- */
form {
	margin: 0px;
}

.mainForm {
	border: 1px solid #979797;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #565656;
	font-size: 14px;
	padding: 12px 8px;
	vertical-align: middle;
}

input:hover, textarea:hover, select:hover {
	border-color: #f58026;
}



/* 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;
}

#flashHeader {
	height: 204px;
}

.layerHide {
	display: none;
	visibility: hidden;
}

.layerShow {
	display: inline;
	visibility: visible;
}
