@import '/cms/styles/common.css';
/* COMMON -------------------------------------------------------------------------------------------------------- */
html {
	font-size:100%;
}
html, body {
	height:100%;
}

* {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 1em;
	color: #333333;
}

a {
	color:#6A6A48;
}
a:hover {
	/*color: #9e3334;*/
	color:#cc3300;
	text-decoration: none;
}

h1 {
	font-size:1.4em;
	background: url('/images/h1-bg.gif') top left repeat-y;
	border-bottom:1px solid #cdcdb1;
	color:#cc3300;
	padding:5px 3px;
	margin:0 0 6px 0;
/*	font-family:Tahoma, Helvetica, Arial, sans-serif  */
	font-family:Arial, Helvetica, Tahoma, sans-serif

}

h1.reverse {
	background: url('/images/h1-bg2.gif') top right repeat-y;
	border-bottom:1px solid #CDCDB1;
}

h2 {
	font-size:1.2em;
	border-bottom:1px solid #CDCDB1;
	color:#CB4719;
	padding:5px 3px;
	margin:0 0 6px 0;
	font-family:Arial, Helvetica, Tahoma, sans-serif
}

h3 {
	font-size:1.1em;
	color:#CA613C;
	padding:5px 0;
	margin:0 0 6px 0;
	font-family:Arial, Helvetica, Tahoma, sans-serif
}

h4 {
	font-size: 1.0em;
	color:#C97C62;
	padding:4px 0;
	margin:0 0 6px 0;
	font-family:Arial, Helvetica, Tahoma, sans-serif
}
	
.rightimg {
  	float:right;
	margin: 0 0 10px 10px;
}
.leftimg {
  	float:left;
	margin: 0 10px 10px 0;
}

.body {
	background: #7d7e54 url('/images/background.jpg') top left repeat;
	font-size:0.75em;
}



/* HEADER ------------------------------------------------------------------------------------------------------- */

#header {
	height:91px;
	background: url('/images/header-tile.gif') bottom center repeat-x;
}
#pageheader {
	width:853px;
	height:91px;
	margin: 0 auto;
	background: url('/images/header.jpg') top left no-repeat;
}

#pageheader_fr {
	width:853px;
	height:91px;
	margin: 0 auto;
	background: url('/images/header-fr.jpg') top left no-repeat;
}

#logo {
	float:left;
	width:60px;
	margin-left:2px;
}

#somenav {
	float:right;
	padding-top:23px;
	font-size: 0.85em;
}
#somenav a {
	color:#eeeeee;
	padding-right:3px;
	font-size:1em;
}

#somenav a:hover {
	color:#ffffff;
}

#somenav a.homelink {
	background: url('/images/icon-home.gif') left center no-repeat;
	padding-left:15px;
}
#somenav a.loginlink {
	background: url('/images/icon-login.gif') left center no-repeat;
	padding-left:12px;
}
#somenav a.contactlink {
	background: url('/images/icon-contact.gif') left center no-repeat;
	padding-left:16px;
}
#loginname {
	text-align:right;
	font-size: 16px;

	padding-right: 10px;
	color: #fff;
	height: 16px;
}

#language {
	float:right;
	padding:42px 10px 0 12px;
	height:29px;
	background: url('/images/separator.gif') left repeat-y;
	font-weight:bold;
}
#language a {
	color:#cccc99;
}
#language a:hover {
	color:#ffffff;
}

#crumbs {
	width:687px; 
	padding-top: 3px;
	float:right; 
	font-size: 0.9em;
}

/* MENU --------------------------------------------------------------------------------------------------------- */

#menu { 
	background:#929275 url('/images/menu-tile.gif') top repeat-x;
	border-top:1px solid #b0b08a;
	border-bottom:1px solid #7e7e7e;
}
#menubox {
	width:853px;
	margin:0 auto;
}
#menubox ul { 
	background:url('/images/menu-separator.gif') left repeat-y;
}
#menubox li {
	font-size: 1.0em;
	background:url('/images/menu-separator.gif') right repeat-y;
}

#menubox a {
	padding:4px 9px 4px 10px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
#menubox a:hover {
	color:#cc3300;
	background:#cbcbb7 url('/images/menu-tile-hover.gif') top repeat-x;
}

/* NAV ---------------------------------------------------------------------------------------------------------- */

#pagename {
	width:143px;
	background: #E6E5D0 url('/images/top-nav-sectionname.gif') top repeat-x;
	padding: 10px 0px;
	color: #5f5f5f;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	border-bottom:1px solid #fff;
}

.left-content {
	width: 143px;
}
.right-content {
	width: 689px;
	float:right;
}

#nav {
	width:135px; 
	border-bottom:1px solid #828253; 
	border-top:1px solid #828253; 
	background: #b0b08a url('/images/nav-bg.gif') top left repeat-y;
	padding:4px 0 25px 8px;
}

#nav ul {
	list-style:none;
	padding:0;
	margin:0;
}
#nav li {
	background:url('/images/nav-separator.gif') bottom repeat-x;
	padding:0;
	margin:0;
}
#nav li li {
	background:none;
	padding-left:12px;
}
#nav a {
	background:url('/images/arrow.gif')  0px 6px no-repeat;
	color:#ffffff;
	padding:2px 3px 2px 10px;
	display:block;
	text-decoration:none;
}
#nav a:hover {
	/*background-color:#cdcdb8;
	color:#cc3300;*/
	text-decoration:underline;
}

#welcome {
	width: 132px;
	float:left;

	padding: 2px;
	margin: 3px;
}
#welcome #message {

	font-weight: bold;
	font-size: 15px;
	color: #5f5f5f;
	font-family: arial;
}

/* MAIN ----------------------------------------------------------------------------------------------- */

#page {
	background-color:#FFFFFF;
	border-bottom:8px solid #cccc99;
	height:auto;
}
#content {
	width:839px;
	height:auto;
	margin:0 auto;
	padding:0 14px 6px 14px;
	background: #ffffff url('/images/content-bg.gif') top left no-repeat;
}
#page_1 #content {
	padding-top: 6px;
}

/* FOOTER ------------------------------------------------------------------------------------------------------- */

#footer { 
	width: 853px;
	margin:8px auto;
	font-size:0.92em;
}
#footer a {
	color:#ffffff;
}
#footer a:hover {
	text-decoration: underline;
}

#footer_links { 
	font-size: 0.9em;
	font-weight:bold;
	padding-bottom:3px;
	border-bottom:1px solid #a29275;
}
#footer_links a { 
	border-left: 1px solid #ffffff; 
	padding: 0 10px;
	text-decoration: none;
}
#footer_links a:hover {}
#footer_links .first a { 
	border: 0px; 
	padding-left:0;
}

#footer_copyright {
	color:#d7d7cb;
	float:left;
	width:400px;
}

#footer_atomic { 
	float: right; 
	text-align:right;
	width:400px;
	padding-left: 1px; 
text-decoration: none;
}
#footer_atomic a {
	color:#d7d7cb;
	text-decoration: none;
}
#footer_atomic a:hover {
	color:#ffffff;
}

/* CUSTOMIZATION ------------------------------------------------------------------------------------------------ */
  
  /* HOME ------------------------------------------------------------------------------------------------------- */
  
 	#home-top {
		background:url('/images/home-top-bg.gif') bottom repeat-x;
		padding:0 8px 8px 8px;
		margin-bottom:8px;
	}
	
	#bigpicture {
		margin-top: 8px;
		width:576px;
	}
	
	#home-login {
		width:230px;
		float:right;
		padding-left:9px;
		margin-top: 8px;
		background:url('/images/dotted.gif') left repeat-y;
	}
	#home-login {
		font-size:0.9em;
		color:#7f7f55;
	}
	#home-login h1 {
		border-color:#cccccc;
		margin-top:0;
	}
	#home-login a {
		display:block;
		margin:10px 0;
		color:#cc3300;
		font-size:0.9em;
	}
	#home-login a:hover {
		color:#ff0000;
	}
	.login-field {
		width:150px;
		color:#666666;
		border:1px solid #d5d5d5;
	}
	
	/* INSIDE PAGE ------------------------------------------------------------------------------------------------------- */
  
  #separator-wrapper {
		width:388px;
		padding:0;
		margin:0;
		padding-right: 15px;
		background:url('/images/dotted.gif') right repeat-y;
		float:left;
	}
	
	#home-lhbox {
		padding:6px 8px;
		background:url('/images/home-lhbox-bg.gif') top left no-repeat;
		min-height:140px;
	}
		
	#home-rhbox {
		width:403px;
		float:right;
		padding:6px 8px;
		background:url('/images/home-rhbox-bg.gif') top left no-repeat;
		min-height:140px;
	}
	
	.home-news-date {
		display:inline;
		float: left; 
		clear: both;
		white-space:nowrap;
	}
	.home-news-item {
		width:268px;
		float:left;
		margin: 0 0 10px 8px;
	}
	.home-news-item .redlink, .home-news-item .redlink a {
		font-size:0.9em;
		color:#cc3300;
	}
	.home-news-item .redlink a:hover {
		color:#FF0000;
	}
	
	#subheader {
		height:62px;
	}
	
	#inside-page {
		width:673px; 
		margin-top:8px;
		padding:8px 8px; 
		float:right; 
		background:url('/images/inside-bg.gif') top left no-repeat;
		min-height:140px;
	}

	#inside-page-bg-wrapper {
		height:auto;
		background:url('/images/inside-page-bg.gif') top left repeat-y;
		min-height:380px;
	}

	#inside-left {
		width:419px; /*429 */
		padding:0 10px 0 0;
		float:left;
		background:url('/images/dotted.gif') right repeat-y;
	}

	#inside-right {
		background:url('/images/dotted.gif') left repeat-y;
		width:235px; /* 245 */
		float:right;
		padding-left:10px;
		margin:14px 0 0 -1px;
	}
	
	#photobar {
		background:#d6d6ad url('/images/photobar.jpg') bottom left no-repeat;
		height:30px;
		margin-top:2px;
		padding:17px 0 0 60px;		
	}
	#photobar, #photobar a {
		color:#cc3300;
	}
	#photobar a:hover {
		color:#ff0000;
	}


/* POLL ---------------------------------------------------------------------------------------------------------------- */
	.poll {
		padding-left: 5px;
		padding-bottom: 4px;
	}
	.poll-name {
		font-size: 13px;
		font-weight: bold;
		color:#CB4719;
	}
	.poll-votes {
		margin-bottom: 5px;
	}
	.poll-answers {
	}
	.poll-answer {
		line-height:1.4;
	}
	.poll-answer-name {
		font-weight: bold;
	}
	.poll-bar {
		width: 215px;
		background-color: #f5f5f5;
		margin-bottom: 5px;
	}
	.poll-bar-vote {
		height: 5px ;
		font-size: 4px; /* because of ie*/
		background-color: #727050 !important;
	}


.greentable
{ 
border: 1px solid rgb(123, 124, 82);
}

.greentable td
{ 
border: 1px solid rgb(123, 124, 82);
padding: 5px;
}

.greenbk
{
background-color: #D2D2BD;
}

hr
{
color: #7B7C52;
background-color: #A0A088;
height: 1px;
width: 90%;
}

.sup_script
{
	color: inherit;
	font-size: 8px;
	vertical-align: super;
}

#panel select {
	width: 230px;
}

/* Event STYLES ------------------------------------------------------------------------------------------------------- */
.event {
		margin-bottom: 5px;
		width: 98%;
		border:1px solid #ccc;
	}
	.event-left {
		background-color: #f5f5f5;
		width: 160px;
	}
	.event-right {
		padding-left: 5px;
		width: 475px;
	}
	.event-name {
		font-size: 14px;
		font-weight:bold;
		text-align:center;
		margin-bottom: 10px;
	}
	.event-name a {
		color: #000;
	}
	.event-date {
		margin-top: 5px;
	}
	.event-summary * {
		font-size: 12px !important;
	}
	.event-description {
		margin-top: 5px;
	}
	.event-description {
		margin-top: 5px;
		padding: 10px;
	}
	.event-tools {
	}
	.event-tools ul {
		padding: 0px;
		padding-left: 20px;
	}
	.event-tools li {
		padding-bottom: 5px;
	}
	.noevents {
		width: 98%;
		margin-bottom: 5px;
		border: 1px solid #ccc;
		text-align: center;
		height: 30px;
		color: #ccc;
	}
