@charset "UTF-8";
/* CSS Document */

/* default settings */
.clr {
	clear:both;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
h1 {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 380px;
	height: 100px;
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #D5D5D5;
}

.floatRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
  }

/* === wrapper section === */
#wrapper {
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-left: auto;
	margin-right: auto;
	width: 970px;
	background-color: #FFFFFF;
}
/* === header section === */
#header {
	position: relative;
	width: 970px;
}
#logo {
	float: left;
}
/* top Contact */
#callNow {
	font-size: 1.1em;
	font-weight: bold;
	padding-right: 10px;
}
#top_contact {
	float: right;
	position: relative;
	font-size: 0.8em;
	text-align: right;
	margin-right: 10px;
	display: inline;
	padding-top: 10px;
}
/* language */
#language {
	float: right;
	position: relative;
	margin-top: 10px;
}
#language li {
	display: inline;
}
/* === horizontal menu === */
#horiz-menu {
	padding-top: 10px;
}
#horiz-menu ul {
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	background-color: #036;
	color: #FFF;
	width: 100%;
	font: normal 90% arial, helvetica, sans-serif;
	text-align: center;
}
#horiz-menu li {
	display: inline;
}
#horiz-menu li a {
	text-decoration: none;
	background-color: #036;
	color: #FFF;
	padding: .2em 1em;
	border-right: 1px solid #fff;
}
#horiz-menu li a:hover {
	background-color: #3366CC;
	color: #fff;
}

/* === main body === */
#mainbody {
	position: relative;
	padding-top: 20px;
}
/* main Column */
#mainCol {
	float: right;
	margin-right: 20px;
	width: 700px;
	display: inline; /* bug for IE6 in CSS*/
	font-size: 90%;
}
#mainCol h3 {
	font-size: 1em;
}
/* content*/
#content a {
	color: #000000;
}
/* side left menu */
#sideCol {
	width: 210px;
	margin-left: 20px;
	background-repeat: no-repeat;
}
ul.menu {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.menu li {
	list-style-type: none;
}
ul.menu a {
	display: block;
	line-height: 24px;
	height: 24px;
	color: #444444;
}
#ex-link  a {
	display: block;
	line-height: 24px;
	height: 24px;
	color: #0000FF;
}
.module-style1 h3 {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
	font-size: 1em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.module-style1 {
	background: url(../images/menubox/module-br.png) 100% 100% no-repeat;
}
.module-style1 div {
	background: url(../images/menubox/module-tr.png) 100% 0 no-repeat;
}
.module-style1 div div {
	background: url(../images/menubox/module-bl.png) 0 100% no-repeat;
}
.module-style1 div div div {
	background: url(../images/menubox/module-tl.png) 0 0 no-repeat;
}
#sidecol-padding {
}
/* main column content */

#content h2 {
	font-size: 1.2em;
	line-height: 40px;
	text-indent: 10px;
}

#content h2.center {
	font-size: 24px;
	text-align: center;
	color: #FF0000;
}
/* === footer === */
#footer {
	font-size: 0.8em;
	line-height: 200%;
	text-align: center;
	color: #333333;
}

/* Event Calendar */
table.events
 {
	border-collapse: collapse;
	width: 600px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	}
td.eventTitle  {
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	line-height: 30px;
	padding-left: 5px;
	font-weight: bold;
	}

td.dayEvent {
	width: 130px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	}

td.descriptionEvent {
	font-size: 10px;
	line-height: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

td.adjacent {
	border-left: 1px solid #CCC;
	text-align: center;
	}
	
td.back-Top {
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	line-height: 30px;
	text-align: right;
}
