@CHARSET "UTF-8";

html, body {
    margin:0;
    padding:0;
   /* background-color: #E9E7E4;*/
    background: #E9E7E4 url(../images/bg-ciic.PNG) 0 0 repeat-x;

}

.bg {
    background-color: #4D5B5A;
    width: 100%;
    left: 50%;
    top: 0;
    position: absolute;
    height: 105px;
}

.baseTable {
    width: 980px;
    border-spacing: 0;
    border-collapse: collapse;
    margin: auto;
}

#logo {
	background-color: #4D5B5A;
    font-family: Georgia, sans-serif;
    height: 105px;
    width: 100%;
    position: relative;
    margin: auto;
}

#logo span {
    color: #ffffff;
    font-size: 25px;
}

.gradient {
    /*width: 73%;*/
    display: inline-block;
    float: left;
    height: 105px;
}

.gradientDiv {
   /* position: relative;
    right: 80px;*/
    overflow: hidden;
}

.gradientDiv img {
    margin:0 0 0 -75px;
}

.mainContent {
    /*width: 960px;*/
    font-family: Georgia,sans-serif;
    border-spacing: 0;
    border-collapse: collapse;
    margin: auto;
    margin-top: -5px;
}

.logoContent {
    background-color: #2A2C2B;
    display: inline-block;
    float: left;
    width: 15%;
    height:105px;
}

.logoContent img {
    float: right;
}

.content {
    font-family: Georgia,sans-serif;
    margin:0 auto;
    padding: 10px 0;
    line-height: 20px;
    background: #F5F4EE;
    color: #444444;
    font-size: 12px;
}

.footer {
	text-align: center;
	height: 150px;
	font-size: 9pt;
	color: #DDDDDD;
	margin: auto;
}

.footerDiv {
    height: 20px;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.45);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#45ffffff,endColorstr=#45ffffff);
}

.footer a {
    text-decoration: none;
    color: #DDDDDD;
}

.div1 {
    text-align: center;
}

.div2 {
    text-align: right;
}

.content1 {
    width: 22%;
    display: inline-block;
    float: left;
    padding: 0 10px;
}

.mailList {
    border: 2px solid #000;
    padding: 3px;
    text-align: center;
}

.mailList span {
    font-size: 12pt;
    text-decoration: none;
}

.mailList a {
    text-decoration:none;
    color: #000000;
}


.content2 {
    width: 45%;
    display: inline-block;
    float: left;
    padding: 0 15px;
}

.content3 {
    width: 22%;
    display: inline-block;
    padding: 0 10px;
}

.content3 a {
  text-decoration: none;
  color: #000000;
}

h2 {
    font-size:25px;
    font-weight:bold;
    margin:0;
    padding: 20px 15px 10px 0;
}


h3 {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 15pt;
    font-weight:bold;
    margin: 0;
    padding: 20px 15px 10px 0;
}

h4 {
    font-size: 10pt;
    margin: 5px 0 0 0;
    padding: 0;
    letter-spacing: -1px;
}

img {
    border: none;
}

#text {
    background-color: #000000;
    filter: alpha(opacity=70); /* here you can set the opacity of box with text */
    -moz-opacity: 0.7; /* here you can set the opacity of the box with text */
    -khtml-opacity: 0.7; /* here you can set the opacity of the box with text */
    opacity: 0.7; /* here you can set the opacity of the box with text */
    padding-left: 10px;
    width: 220px;
    position: relative;
    top: -43px;
    color: #ffffff;
    font: sans-serif !important;
    font-weight: bold;
    font-size: 12px;
    overflow: hidden;
    float: left;
}

/***** FOR SLIDESHOW ******/

ul#slider {
    width: 230px;
    height: 143px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul#slider li {
    float: left;
    position: relative;
    /*display: none;*/
}

ul#slider li div {
    position: absolute;
    width: 210px;
    background-color: #000;
    color: #fff;
    left: 0;
    /*display: none;*/
    padding: 10px;
}

.top {
    top: 0;
}

.bottom {
    bottom: 0;
}

.link {
    text-decoration: none;
    color: #000000;
}

.homeSpan {
    font-size: 12pt;
}

.homeDiv {
    font-weight: bold;
}

.homeUL1 {
    margin-top:0;
    margin-left:15px;
    padding:0 0 10px 0;
}

.homeUL2 {
    margin-top:0;
    margin-left:15px;
    padding:0;
}

.homeDiv2 {
    text-align: center;
}

.homeDiv2 span {
    text-decoration: underline;
    font-weight: bold;
    font-size: 12px;
}

.homeLn {
    margin: 0 0 10px 0;
}

.insDiv {
    overflow: hidden;
    margin-left: -17px;
    margin-top: -12px;
}

.beyondDiv1 {
    width: 18%;
    display: inline-block;
    float: left;
    padding: 0 10px;
}

.beyondDiv2 {
    width: 79%;
    display: inline-block;
}

.datesList {
    list-style: none;
    padding: 0 5px;
}

.beyondText {
    width: 90%;
    margin: 0 auto;
}

.eventsDiv {
    padding: 0 10px;
}

.eventDate {
    font-weight: bold;

}

.eventsDescDiv1 {
    width: 80%;
    display: inline-block;
    float: left;
}

.eventsDescDiv2 {
    width: 20%;
    display: inline-block;
    text-align: center;
}
.spacer {
    line-height: 20px;
}

.clear {
    clear: both;
    height: 0;
}
