@charset "utf-8";
/* CSS Document */

body  {
	/*background: #000033;*/
	background-image:url(../images/backgound.jpg);
background-attachment:fixed;
	color: #000000;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#container { 
	width: 792px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 0;
	padding: 0 5px 0 5px;
	} 
#header { 
	background: #FFFFFF; 
	margin-bottom: 10px;
	padding: 0;/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#menubar{ 
	width: 792px;
	padding: 0;/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#topLeft{
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#CC9900;
	text-align: left;
	padding-top: 10px;
}
#topRight{
	float: right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color:#CC9900;
	text-align: right;
	padding-top: 5px;
}

#latitude{
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#003366;
	text-align: left;
	padding-top: 3px;
}
#telNo {
	float: right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color:#CC9900;
	text-align: right;
	padding-top: 3px;
}
#mainTopImage {
}

/*Grey Rounded Box */

#topGreyRoundBox {
	background-image:url(../images/rounded_boxes/grey_rounded_box_top.gif);
	width: 185px;
	height: 25px;
	}
#middleGreyRoundBox {
	background-image:url(../images/rounded_boxes/grey_rounded_box_middle.gif);
	width: 185px;
	}
#bottomGreyRoundBox {
	background-image:url(../images/rounded_boxes/grey_rounded_box_bottom.gif);
	width: 185px;
	height: 25px;
	}
	
/*small grey rounded box */

#topSmallGreyRoundBox {
	background-image:url(../images/rounded_boxes/small_grey_roundedbox_top.gif);
	width: 185px;
	height: 15px;
	background-repeat:no-repeat;
	}
#middleSmallGreyRoundBox {
	background-image:url(../images/rounded_boxes/small_grey_roundedbox_middle.gif);
	width: 185px;
	}
#bottomSmallGreyRoundBox {
	background-image:url(../images/rounded_boxes/small_grey_roundedbox_bottom.gif);
	width: 185px;
	height: 15px;
	background-repeat:no-repeat;
	}

/*news box*/

#topNewsBox {
	background-image:url(../images/rounded_boxes/news_top_box.gif);
	background-repeat:no-repeat;
	width: 185px;
	height: 10px;
	}
#middleNewsBox {
	background-image:url(../images/rounded_boxes/news_middle_box.gif);
	width: 185px;
	}
#bottomNewsBox {
	background-image:url(../images/rounded_boxes/news_bottom_box.gif);
	background-repeat:no-repeat;
	width: 185px;
	height: 10px;
	}
	
#textBox {
	width:175px;
	padding-left: 5px;
}
#textBoxLeftCol {
	width:165px;
	padding-left: 10px;
	padding-right: 10px;
}
/*events box*/

#topEventsBox {
	background-image:url(../images/rounded_boxes/events_top_box.gif);
	background-repeat:no-repeat;
	width: 185px;
	height: 10px;
	}
#middleEventsBox {
	background-image:url(../images/rounded_boxes/events_middle_box.gif);
	width: 185px;
	}
#bottomEventsBox {
	background-image:url(../images/rounded_boxes/events_bottom_box.gif);
	background-repeat:no-repeat;
	width: 185px;
	height: 10px;
	}

#sidebar1 {
	float: left; 
	width: 185px; 
	background: #FFFFFF; 
	text-align: center;
	color:#FFFFFF;
	margin-top: 10px;
}
#sidebar2 {
	float: right; 
	width: 185px; 
	background: #FFFFFF;
	text-align: left;
	margin-top: 10px;
}
/*Left hand column on 2 Columns Template*/
#leftCol {
	float: left; 
	width: 560px; 
	background: #FFFFFF; 
	text-align: center;
	color:#003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	padding-left:10px;
	font-size: 0.725em;
	line-height: 1.6em;
}
/*end of left hand column */
#mainContent { 
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	/*padding: 15px 10px 0 10px; */
	text-align: left;
	color:#003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.725em;
	line-height: 1.6em;
} 
#RightColumn600px{ 
	float: right;
	width: 600px;
	text-align: left;
	color:#003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.725em;
	line-height: 1.6em;
} 
#RightColumn580px{ 
	float: right;
	width: 580px;
	text-align: left;
	color:#003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.725em;
	line-height: 1.6em;
	padding-right: 10px;
	padding-left: 10px;
} 
/*media list template*/
#mediaRow{
	width: 600px;
	clear:both;
}
#mediaLeftCol{
	float: left; 
	width: 420px; 
	text-align: left;
	color:#003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	padding-left:10px;
}
#mediaRightCol{
	float: left; 
	width: 160px; 
	text-align: center;
	color:#003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	padding-left:10px;
}
/*end media template */
/*media individual event details*/
#leftColMedia {
	float: left; 
	width: 495px; 
	background: #FFFFFF; 
	text-align: center;
	color:#003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	padding-left:10px;
	font-size: 0.725em;
	line-height: 1.6em;
}
#rightColMedia{
	float: right; 
	width: 250px; 
	background: #FFFFFF;
	text-align: left;
	margin-top: 10px;
}
/*end - media individual event details*/
#terms {
	float:left;
	width: 772px;
	padding-left: 10px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	font-size: 0.725em;
	line-height: 1.6em;
}

/*footer elements*/

#footer { 
	background:#FFFFFF;
} 
#footer p {
	margin: 0; 
	padding:  0; 
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.7em;
	color: #003366;
}
#bottomLeft{
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#003366;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#bottomRight{
	float: right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#003366;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#bottomMenu {
	color: #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-decoration: none;
	}
#bottomMenu a {
	color: #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	}

.prevNext {
	float: left; 
	width: 420px; 
	text-align: left;
	color:#003366;
	font-size: 12px;
	margin-top: 10px;
	padding-left:10px;
	
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}