/* CSS Document */

img {border-color: #00B4DD}


/*---------TOP MENU-----------*/
	
table.nav a {
	width:100%;
	height: 30px;
	display: block;
	margin: 0px;
	padding: 0px;
}

div.nav a:link, div.nav a:active, div.nav a:visited {
	text-align: center; 
	color: #ffffff;
	background: #00B4DD;
	font-weight:bold;
	font-size:11px; 
	line-height:30px; 
	font-family: Tahoma, verdana, sans-serif;
	text-decoration:none; 
	padding: 0px 5px;
	background: url(../images/menu.gif)
}

div.nav a:hover {
	text-align: center; 
	color: #D0D0D0;
	background: #00B4DD;
	font-weight:bold;
	font-size:11px; 
	line-height:30px; 
	font-family: Tahoma, verdana, sans-serif;
	text-decoration:none; 
	padding: 0px 5px;
	background: url(../images/menu.gif)
}


/*---------HEADER-----------*/
																	
#header{
	width:660px;
	height:140px;
	background: #000027;
	background-position: top center;
	background-image: url(../images/mainTitle.gif);
	background-repeat: no-repeat;
}

#headerleft{
	background: #000027;
	background-position: top right;
	background-repeat: no-repeat;
}

#headerright{
	background: #000027;
	background-position: top left;
	background-repeat: no-repeat;
}


/*---------MENU-----------*/


#menu {
	text-align: center; 
	height:30px;
	background: #00B4DD;
	background-image: url(../images/menu.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#menuleft{
	height:30px;
	background: #00B4DD;
	background-position: top right;
	background-repeat: repeat-y;
	margin: 0px 20px 0px 0px
}

#menuright{
	height:30px;
	background: #00B4DD;
	background-position: top left;
	background-repeat: repeat-y;
}

/*--------------CONTENT---------------*/
#content{
	width:500px;
	background: #ffffff;
	vertical-align: top;
  /*background-image: url(images/background.gif);
	background-position: center center;
	background-repeat: no-repeat;*/   
}

#contentleft{
	background: #ffffff;
	background-position: top right;
	background-repeat: repeat-y;
}

#contentright{
	background: #ffffff;
	background-position: top left;
	background-repeat: repeat-y;
}

#mainImageLeft{
	background: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: center;
}

#mainImageRight{
	background: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: center;
}

/*---------FOOTER-----------*/


#footer a:link, #footer a:visited, #footer a:active {
	color: #ffffff;
	text-decoration:underline;
	font-size: 11px;
	font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

#footer a:hover {
	color: #D0D0D0;
	text-decoration:none;
	font-size: 11px;
	font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

#footer	{
	background: #00B4DD;
	color: #ffffff;
	font-weight:normal;
	font-size: 11px;
	height:30px;
	font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-image: url(../images/menu.gif);
}

#footerleft{
	height:30px;
	background: #00B4DD;
	background-position: right;
	background-repeat: no-repeat;
}

#footerright{
	height:30px;
	background: #00B4DD;
	background-position: left;
	background-repeat: no-repeat;
}

/*---------2nd FOOTER-----------*/


#secondfooter a:link, #secondfooter a:visited, #secondfooter a:active {
	color: #ffffff;
	text-decoration:none;
	font-size: 11px;
	font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

#secondfooter a:hover {
	color: #D0D0D0;
	text-decoration:underline;
	font-size: 11px;
	font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

#secondfooter	{
	color: #D0D0D0;
	background: #000027;
	font-weight: normal;
	font-size: 11px;
	height:25px;
	font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

#secondfooterleft{
	height:25px;
	background: #000027;
	background-position: top right;
	background-repeat: no-repeat;
}

#secondfooterright{
	height:25px;
	background: #000027;
	background-position: top left;
	background-repeat: no-repeat;
}


.lefttext	{
	text-align: left; 
	padding: 0px 5px 0px 5px;

}

.righttext	{
	text-decoration : none;
	text-align: right;
	padding: 0px 5px 0px 5px; 

}

/*---------SUBMIT BUTTON-----------

.submitbutton {
	color: #ffffff;
	text-align: center; 
	width: 45px;
	height:14px;
	margin-top:0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #00B4DD;
	font-weight: bold;
	font-size: 10px;
	border: solid #333333 0px;
	font-family: Tahoma, Geneva, Swiss, SunSans-Regular;
}
*/
/*---------INPUT BOXES-----------
.inputbox {
	color: #000000;
	text-align: left; 
	height:14px;
	padding-top: 0px;
	padding-top: 0px;
	padding-left: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #FFFFFF;

	font-size: 10px;
	width: 80px;
	font-family: Tahoma, Geneva, Swiss, SunSans-Regular;
}
*/
/*---------HIGHLIGHT BOXES-----------*/
.boxtop {
	height:11px;
	font-size:11px;
	line-height:11px; 
	font-family: Tahoma, verdana, sans-serif;
	color: #ffffff;
	font-weight: bold;
	text-align: center; 
	background-color: #00B4DD;
	padding: 3px 3px 3px 3px;
}

.boxmiddle {
	color: #000000;
	width:120px;
	padding: 3px 3px 3px 3px;
	background-color: #ffffff;
	background-image: url(../images/background2.gif);
	background-position: center center;
	background-repeat: no-repeat; 
}

.event_boxmiddle {
	color: #000000;
	width:120px;
	padding: 3px 3px 3px 3px;
	background-color: #ffffff;
}

.sliderbox{
	width:130px;
	padding: 3px 3px 3px 3px;
	background-color: #ffffff;
	text-align: center; 
	color: #333333;
	font-size:11px; 
	font-family: Tahoma, verdana, sans-serif;
}

.boxbottom {
	height:11px;
	background-image: url(../images/space.gif);
	background-position: bottom right;
}

.highlight {
  border-width : 5px;
	border-color: #00B4DD;
}
	
table.highlight a {
	display: block;
	padding: 0px 4px 8px 4px;
	margin: 0px 0px 0px 0px;
}

div.highlight a:link, div.highlight a:active, div.highlight a:visited {
	color: #000000;
	font-size:11px; 
	line-height:13px; 
	font-family: Tahoma, verdana, sans-serif;
	text-decoration:none; 
}

div.highlight a:hover {
	color: #D0D0D0;
	font-size:11px; 
	line-height:13px; 
	font-family: Tahoma, verdana, sans-serif;
	text-decoration:none; 
}

/*---------SLIDER BOX-------------*/
#slid {
	width: 120px; 
	height: 100px; 
	border-width: 1; 
	border-color: white;
}

#slidmov{
	position:relative;
	overflow:hidden;
	width:130px;
	height:100px;
	clip:rect(0 120 120 0); 
	background-color:white;
	border:1px solid white;
}

#ieslider{
    border:1 solid white;
	background-color:white
}
	

/*----------------------------------*/
/*---------GENERAL STYLES-----------*/
/*----------------------------------*/

/*---------COPYRIGHT TEXT AND LINK STYLE-----------*/
.imagetag {
	color: #333333;
	font-weight:normal;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

a.imagetag:link, a.imagetag:visited, a.imagetag:active {
	text-decoration:underline;
	color: #333333;
	font-size: 12px;
	font-family: arial,helvetica,geneva,swiss,SunSans-Regular
}

a.imagetag:hover {
	text-decoration:underline;
	color: #000000;
	font-size: 12px;
	font-family: arial,helvetica,geneva,swiss,SunSans-Regular
}

/*---------DATE STYLE-----------*/
.displaydate	{
	color: #333333;
	font-weight:normal;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

/*---------FORM STYLES-----------*/
input, textarea, select {
	color: #000000;
	background-color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;

}

/*--------- CONTENT TITLES-----------*/
.displaytitle {
	color: #000000;
	text-align: left; 
	font-size:14px; 
	font-weight: bold;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: verdana, Tahoma, sans-serif;
}

.smalltitle {
	color: #949494;
	text-align: left; 
	font-size:13px; 
	font-weight: bold;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Verdana, Tahoma, sans-serif;
}

/*--------- CONTENT TEXT-----------*/
.contenttext {
	color: #000000;
	font-size:12px; 
	font-weight: normal;
	font-family: arial,helvetica,geneva,swiss,SunSans-Regular;
}

ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

li {
 background: url(../images/anchor.gif) left center no-repeat;
 padding-left: 25px;
 margin-bottom: 15px;
}

/*--------- SITE MAP LINKS-----------*/
a:link, a:visited, a:active {
	color: #333333;
	text-decoration: underline;
	font-size: 12px;
	font-family: arial,helvetica,geneva,swiss,SunSans-Regular;
}

a:hover {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-family: arial,helvetica,geneva,swiss,SunSans-Regular;
}

 
/*--------- EVENTS PAGE -----------*/
.event-table	{
	width:100%;
	padding:3px; 
	/*border:1px solid #00B4DD;*/
}

.tableheading	{
	background-color: #00B4DD;
	font-weight :bold;
	color :#FFFFFF;
	vertical-align : middle;
}

.tablesubheading	{
	background-color: #4ECEEB;
	font-weight :bold;
	color :#FFFFFF;
	vertical-align : middle;
}

.even	{
	background-color: #E3F4F8;
	color :#000000;
	vertical-align : middle;
}
.odd	{	
	background-color: #FFFFFF;
	color :#000000;
	vertical-align : middle;
}


a.tableheading:link, a.tableheading:visited, a.tableheading:active  {
	text-decoration:underline;
	font-weight :bold;
	color :#FFFFFF;
	font-size: 12px;
	font-family: arial, helvetica, geneva, swiss, SunSans-Regular;
} 

a.tableheading:hover {
	text-decoration:none;
	font-weight :bold;
	color :#FFFFFF;
	font-size: 12px;
	font-family: arial, helvetica, geneva, swiss, SunSans-Regular;
} 


