@import url('menu.css');
@import url('footer.css');
@import url('contentFormat.css');
@import url('tables.css');
@import url('panel.css');
@import url('signin.css');
@import url('buttons.css');
@import url('formStyle.css');
@import url('lightbox.css');
@import url('sidemenu.css');
@import url('schedule.css');



/* MAIN STYLES */


	
body { 
	background: #fff;
	padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
}


/* page layout  /////////////////////////////////////////////////////////*/ 
#pagelayout{
	width: 100%;
	z-index:0;
	margin: 0 auto;
    height:auto !important;
	padding:0px;
} 

#top{
	width:100%;
	height:283px;
	margin: 0 auto;
	background: url(../images/bg.jpg) repeat-x;
	z-index: 0;
}

#topNav{
    float:right;
    clear:both;
	width:980px;
	position: absolute;
	height:0px;
	margin:0px;
	color:#000;
	font-weight:bold;
	text-align:right;
}
#topNavLinks{
    padding-top:2px;
    color:#000;
    font-size:12px;
}

.languageNav{
    color:#000;
    width:980px;
    margin: 0 auto; 
    padding-top:10px;
}
.languageNav a{
    color:#fff;
    text-decoration:none;
}
.languageNav a:hover{
    color:#e2dcc2;
}

.slogan{
    position:relative;
    top:-30px;
    left:30px;
    color:#e2dcc2;
    font-size:16px;
    font-weight:bold;
}

#top a{
    color: #000;
    text-decoration:none;
    font-weight:bold;
}

#navBG{
	width:100%;
    height:35px;
	background-color: #c10215;
}

#header{
	width:980px;
	margin: 0 auto;
	height:283px;
	position: relative;
	background: url(../images/header.jpg) no-repeat;
}

#main{
	width: 980px;
	margin: 0px auto 0;
	background: transparent;
	line-height: 18px;
	padding:0px;
	min-height:485px;
    clear:both;
}
/* IE6 */
* html #pagelayout {height:485px;}

#content-holder {
	background: transparent;
	overflow:hidden;
	margin-top:10px;
	margin-left:0px;
	margin-right:0px;
	padding-bottom:10px;
	height:100%;
}
#content-left {
    width:202px;
    float:left;
	margin:0px;
    padding:0px;
}

#content-right {
    width:260px;
    float:right;
	margin:0px 0px 0px 0px;
    padding:0px;
}
#content-center {
   float:left;
   margin-top:0px;
   margin-left:0px; 
   margin-right:0px;
   padding:0px;
   width:670px;
   /*_width:708px;  
   border-right:1px dotted #d2cfcb;
   padding-bottom:9999px;
   margin-bottom:-9999px;*/
}

/*
#content-center ul{
	margin:5px 0 10px 50px;
	padding:0;
	list-style:url(../images/red_bullet.jpg) outside;
}
#content-center li{
	margin-top:2px;
}
*/


/* go back buttons /////////////////////////////////////////////////////////*/
#goBack {
	float:right;
}
#goBack a, #goBack a:visited {
	line-height: 22px;
	height:25px;
	display:block;
	background: url(../images/goback.gif) no-repeat left ;
	padding: 0px 0px 0px 40px;
	font-weight:bold;
	color: #6c6a75;
	text-decoration: none;
	font-size: 12px;
}
#goBack a:hover {
	text-decoration: underline;
}


.BreadCrumbBar{
	background:#ebe8dc;
    color:#000;
    padding:5px 5px 5px 15px;
    font-weight:bold;
    border-bottom:1px dotted #151a13;
    height:20px;
}
.BreadCrumbBar a{
    color:#346728;
    text-decoration:none;
}
.BreadCrumbBar .CrumbTitle{
    color: #000;
    padding:0px 30px 0px 0px;
}

/* ROW ----------------------------------------------------------------------------------------------------------- */

.row {
  clear: both;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0; 
}
.row:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/* COLUMN -------------------------------------------------------------------------------------------------------- */

.col {
  float: left;
  border: 0;
  padding: 0;
  margin: 0; 
  vertical-align: top;
}





