@import '/styles/common-common.css';
@import '/styles/forms.css';
@import '/styles/listings.css';
@import '/style.css';

/* COMMON ---------------------------------------------------------------------- */

body {
	background-color:#333333;
	margin-bottom:0;
	padding-bottom:0;
}
#frame {
	background:url('/images/frame.gif') center repeat-y;
}
#bg-y {
	background:url('/images/bg-y.gif') center repeat-y;
}
#bg-top {
	background:url('/images/bg-top.jpg') top center no-repeat;
	margin:0;
}

#page {
	width:920px;
	margin:0 auto;
	background-color:#ffffff;
}


/* HEADER ---------------------------------------------------------------------- */

#header {
	background:url('/images/header.jpg') top left no-repeat;
	height:149px;
	overflow:hidden;
}

#logo {
	width:230px;
	overflow:hidden;
}
#logo a {
	outline:hidden;
}
#logo a img {
	width:230px;
	height:95px;
	margin:30px 0 0 0;
}
#logo a:hover img {
	background-color:#ffffff;
	opacity:0.5;
	filter:alpha(opacity=50);
}
.homepage #logo a img {
	height:0;
}

#header-right {
	width:690px;
	overflow:hidden;
}

#header-links {
	height:53px; /* 96 */
	overflow:hidden;
	padding:43px 10px 0 0;
}
#header-links ul, #header-links li {
	margin:0;
	padding:0;
	background:none;
}
#header-links li a {
	color:#333333;
	font-size:11px;
	text-decoration:none;
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid #aaaaaa;	
}	
#header-links li.last a {
	margin-right:0;
	padding-right:0;
	border-right:none;
}
#header-links li a:hover {
	color:#da8511;
	text-decoration:underline;
}
.homepage #homelink {
	display:none;
}



/* MENU ------------------------------------------------------------------------ */

#menu ul, #menu li {
	margin:0;
	padding:0;
	background:none;
}

#menu li {
	background:url('/images/menu-separator.gif') right 15px no-repeat;
	padding:0 5px;
}
#menu li.last {
	background:none;
	padding-right:0;
}

#menu li a {
	float:left;
	color:#fee6c5;
	text-transform:uppercase;
	text-decoration:none;
	padding:15px 11px 0 10px;
	font-weight:bold;
	height:37px;
	font-size:13px;
	line-height:13px;
}	
.root_135 #menu1 a,
.root_136 #menu2 a,
.root_137 #menu3 a,
.root_138 #menu4 a,
.root_139 #menu5 a,
.root_140 #menu6 a,
#menu li a:hover {
	background:url('/images/menu-hover.gif') top left no-repeat;
	color:#ffffff;
}

.frenchpage #menu li a {
	padding-right:6px;
	padding-left:5px;
}



/* SUBNAV ---------------------------------------------------------------------- */

#nav {
	width:220px; /* 220 */
}

#navbox ul, #navbox li {
	margin:0;
	padding:0;
	background:none;
}
#navbox li { 
	padding-bottom:1px;
	margin-bottom:-1px;
}
#navbox li a {
	background:#ffffff url('/images/nav.jpg') 0px -100px no-repeat;
	display:block;
	font-size:11px;
	font-weight:bold;
	padding:10px 10px 6px 20px;
	color:#333333;
	text-transform:uppercase;
	text-decoration:none;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
}
#navbox li.navactive a,
#navbox li a:hover {
	background-position:top left;
	color:#ffffff;
}

#navbox li.navactive li a,
#navbox li li a {
	background-position:0px -100px;
	color:#333333;
	padding:6px 10px 4px 40px;
	font-weight:normal;
}

#navbox li li.navactive a,
#navbox li li a:hover {
	background-position:top left;
	color:#ffffff;
}



#rootname {
	font-size:20px;
	font-weight:bold;
	padding:12px 10px 8px 20px;
}
#rootname .unlink, #rootname a {
	color:#333333;
	text-decoration:none;
}
#rootname a:hover {
	border-bottom:4px solid #faa634;
}


#breadcrumbs {
	background:#646673 url('/images/breadcrumbs.jpg') top left no-repeat;
	height:25px;
	line-height:25px;
	overflow:hidden;
	width:680px;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	font-size:11px;
}
#breadcrumbs .you, #breadcrumbs a, #breadcrumbs .current {
	float:left;
}
#breadcrumbs .you {
	width:105px;
	font-weight:bold;
	text-align:center;
	overflow:hidden;
	color:#ffffff;
	text-transform:uppercase;
	margin-right:5px;
}
#breadcrumbs a {
	background:url('/images/crumb.gif') 10px right no-repeat;
	padding:0 12px 0 8px;
	color:#ffffff;
}
#breadcrumbs a:hover {
	color:#ffcd88;
}
#breadcrumbs .current {
	color:#bfc1c8;
	padding:0 0 0 8px;
}



/* SHARED ---------------------------------------------------------------------- */

.heading {
	background:url('/images/heading-210-grey.gif') top left no-repeat;
	height:29px;
	overflow:hidden;
	display:block;
	line-height:25px;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	text-transform:lowercase;
	padding:0 10px;
	margin-bottom:15px;
}

.headinglink {
	float:right;
	font-size:11px;
	font-weight:normal;
	padding-right:10px;
	color:#999999;
}
.headinglink a:hover, a.headinglink:hover {
	color:#ffcd88;
}


.morelink {
	float:right;
	padding:5px 0;
	color:#ced0d1;
	font-size:11px;
	text-transform:lowercase;
}


#signup {
	background:#cfd1d2 url('/images/signup.gif') top repeat-x;
	padding:20px 10px;
}
#signup .row {
	height:auto;
}
#signup .big {
	font-size:12px;
	color:#333333;
	font-weight:bold;
	text-transform:uppercase;
	margin:0 0 5px 0;
}
#signup .styled {
	margin:0 5px 10px 0;
}
#signup .button {
	width:65px;
	text-align:center;
	padding:0;
}
.frenchpage #signup .button {
	font-size:10px;
	width:75px;
}
.none {
  text-align:center;
  font-size:bold; 
}


/* HOME ------------------------------------------------------------------------ */

#flash {
	height:313px;
	overflow:hidden;
	background:url('/images/flash.jpg') top left no-repeat;
}

.frenchpage #flash {
	background:url('/images/flash-f.jpg') top left no-repeat;
}
#flash ul, #flash li {
	margin:0;
	padding:0;
	background:none;
}
#flash ul {
	width:210px;
	padding:30px 10px 0 10px;
}
#flash li {
	border:1px solid #cccccc;
	border-width:1px 0;
	border-top-color:#ffffff;
}
#flash li.last  {
	border-bottom:none;
}
#flash li a {
	font-family:Impact, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	color:#666666;
	padding:8px 5px 8px 15px;
	display:block;
	font-size:24px;
}
#flash li a:hover {
	color:#ced0d1;
}


.homepage #content {
	padding:0 10px;
	position:relative;
	z-index:1;
}

.homepage #content-left {
	width:210px; /* 220 */
	/*background-color:#f5f5f5;*/
	margin:0 10px 0 0;
	padding:0 0 15px 0;
}
.homepage #content-left .heading {
	margin-bottom:0;
}

.homepage #content-middle {
	width:440px; /* 450 */
	padding:0 10px 0 0;
}

.homepage #threelinks {
	background:url('/images/threelinks.jpg') top left no-repeat;
	height:94px;
	overflow:hidden;
	margin:0 -10px 10px 0;
	border-top:1px solid #ffffff;
}
.homepage #threelinks a {
	float:left;
	width:130px; /* 150 */
	overflow:hidden;
	padding:40px 0 0 20px;
	text-decoration:none;
	font-size:11px;
}
.homepage #threelinks a:hover {
	color:#ffffff;
}
.homepage #threelinks a .heading {
	background:none;
	margin:0;
	padding:0;
	font-size:19px;
	line-height:normal;
	height:auto;
}
.homepage #threelinks a:hover .heading {
	color:#fcd7a6;
}
.homepage .frenchpage #threelinks a.link2 {
	padding-top:22px;
}
.homepage .frenchpage #threelinks a .heading {
	line-height:18px;
}


.homepage #content-right {
	width:230px;
}

.homepage #content-right .heading {	
	background-image:url('/images/heading-230-grey.gif');
}

.homepage #signup {
	height:65px; /* 95 */ 
	overflow:hidden;
	margin-bottom:10px;
	padding:15px 10px;
}
.homepage #signup .styled {
	width:134px;
}
.homepage .frenchpage #signup .styled {
	width:124px;
}
.homepage #signup .button {
	background-image:url('/images/button-dark.gif');
	background-color:#383838;
}
.homepage #signup a.small {
	color:#666666;
}
.homepage #signup a.small:hover {
	color:#be7005;
}



/* CONTENT --------------------------------------------------------------------- */

#banner {
	background:url('/images/banner.jpg') top left no-repeat;
	height:111px;
	overflow:hidden;
}
.frenchpage #banner {
	background-image:url('/images/banner-fr.jpg');
}

.contentpage #content {
	padding:0 0 0 10px;
	position:relative;
	z-index:1;
}


#subnavbox {
	padding:20px 0 10px 0;
	/*background:#f5f5f5 url('/images/subnav.gif') top left no-repeat;*/
  background:#ffffff url('/images/nav.jpg') 0px -100px no-repeat;
}
#subnavbox .heading {
	margin:0 5px;
}

.contentpage #signup {
	background-image:url('/images/signup2.gif');
	background-color:#faa635;
}
.contentpage #signup .styled {
	width:124px;
}
.contentpage .frenchpage #signup .styled {
	width:114px;
}
.contentpage #signup a.small {
	color:#be7005;
}
.contentpage #signup a.small:hover {
	color:#ffffff;
}

.contentpage #content-main {
	width:690px; /* 690 */
}

.contentpage #content-content {
	width:480px; /* 500 */
	padding:15px 10px;
	min-height:400px;
	height:auto !important;
	height:400px;
}

.contentpage.fullpage #content-content {
	width:670px; /* 690 */
}

.contentpage #content-right {
	width:180px;
}

.contentpage #content-right .heading {
	background-image:url('/images/heading-180-grey.gif');
}

.contentpage #events {
	padding:0 0 50px 0;
}
.contentpage #events .heading {
	background-image:url('/images/heading-180-orange.gif') !important;
}


.contentpage #threelinks {
	background:url('/images/threelinks2.jpg') top left no-repeat;
	height:152px;
	overflow:hidden;
	margin:0 0 10px 0;
}
.contentpage #threelinks a {
	display:block;
	height:45px; /* 50 */
	margin:0 0 1px 0;
	overflow:hidden;
	padding:5px 10px 0 25px;
	text-decoration:none;
	font-size:11px;
}
.contentpage #threelinks a:hover {
	color:#ffffff;
}
.contentpage #threelinks a .heading {
	background:none;
	margin:0;
	padding:0;
	font-size:19px;
	line-height:normal;
	height:auto;
}
.contentpage .frenchpage #threelinks a .heading {
	font-size:16px;
	line-height:14px;
}
.contentpage #threelinks a:hover .heading {
	color:#fcd7a6;
}



/* FOOTER ---------------------------------------------------------------------- */

#footer1 ul, #footer1 li,
#footer2 ul, #footer2 li,
#footer3 ul, #footer3 li {
	margin:0;
	padding:0;
	background:none;
}
#footer1 {
	background:url('/images/footer.gif') bottom repeat-x;
	padding:10px 20px;
	margin:5px 10px 0 10px;
}
#footer1 li a {
	color:#333333;
	font-size:11px;
	text-decoration:none;
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid #aaaaaa;	
}	
#footer1 li.last a {
	margin-right:0;
	padding-right:0;
	border-right:none;
}
#footer1 li a:hover {
	color:#da8511;
	text-decoration:underline;
}

#footer2 {	
	background-color:#666666;
	margin:0 10px;
	padding:10px 20px;
}
#footer2 li a {
	color:#ffffff;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	padding-right:15px;
	margin-right:15px;
	border-right:1px solid #777777;	
}
#footer2 li.last a {
	margin-right:0;
	padding-right:0;
	border-right:none;
}
#footer2 li a:hover {
	text-decoration:underline;
}

#subfooter {
	background:url('/images/subfooter.gif') top repeat-x;
	margin:0 10px;
	padding:10px 20px;
	font-size:10px;
}
#copyright,
#footer3 {
	padding-right:20px;
}
#footer3 li a {
	color:#666666;
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid #bbbbbb;		
}
#footer3 li.last a {
	margin-right:0;
	padding-right:0;
	border-right:none;
}
#footer3 li a:hover {
	color:#111111;
}
#credit {
	float:right;
}
#credit a {
	color:#666666;
	text-decoration:none;
}
#credit a:hover {
	text-decoration:underline;
}



/* SITE MAP -------------------------------------------------------------------- */

.sitemap ul {
	padding:0 0 0 50px;
  margin:0;
}
.sitemap ul ul {
  padding:0 0 0 5px;
}
.sitemap li {
  background:url('/images/bullet-page.gif') 0px 1px no-repeat;
  margin:0 0 15px 0;
  padding:0 0 0 15px;
}
.sitemap li a {
  font-size:12px;
  font-weight:bold;
	text-transform:uppercase;
	outline:none;
}
.sitemap li li {
  margin: 0 0 4px 0;
	background:url('/images/bullet-sub.gif') 0px 4px no-repeat;
	padding:0 0 0 10px;
}
.sitemap li li a {
  font-size:11px;
  font-weight:normal;
	text-transform:none;
}
.sitemap a:visited {
  color: #d1b288;
}
.sitemap a:hover {
	color:#da8511;
}



/* CUSTOMIZATIONS -------------------------------------------------------------- */
