body {
	background: ;
	background-color: #ffffff;
	margin: 0px;
	padding:0px;
	font: 16px  arial, helvetica;
	line-height: 20px;
	color: #333333;
	text-align: center;
}
#container{
width:1080px;
height:200px;
}

#header{
width:1080px;
height: 200px;
}

#logo{
float:center;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#header_nav{
float:right;
padding-right:10px;
padding-top: 25px;
font-size: 20px;
text-align: right;
color: #333333;
}
#header_nav  a:link, a:visited { text-decoration: none; color:#333333; }
#header_nav  a:hover { text-decoration:underline; color: #333333; }
#header_nav img{position: relative; bottom: -5px;}


#content {
	width: 1080px;
	height: 900px;
}


#content1 {
	background: #fff;
	padding-top: 20px;
	border-top: 0px solid #743E05;
	border-bottom: 0px solid #743E05;
	border-left: 0px solid #333333;
	border-right: 0px solid #333333;
	height: 1500px;
	width: 960px;
	margin-top: 0px;
	text-align: left;
	float: center; 
	valign: top; 
	vertical-align: text-top; 

	
	
}


#contentFramemain1 {
	width: 1080px;
	text-align: center;
	valign: top;
	float: center;
	background-color: #ffffff;
	
}


#middle_content_center{
float:center;
padding: 0px;
width: 960px;

margin-top: 0px;
vertical-align: text-top;
color: #333333;
}

#middle_content_center a:link, a:visited { text-decoration: none; color: #ffffff; }
#middle_content_center a:hover{ text-decoration: underline; color: #ffffff; }

#home_left{
float:center;
padding: 0px;
width: 1080px;
height: auto;
margin-top: 0px;
margin-bottom: 10px;
vertical-align: text-top;

}
#home_left a:link, a:visited { text-decoration: none; color: #ffffff; }
#home_left a:hover{ text-decoration: underline; color: #ffffff; }


#home_right{
float:center;
width: 350px;
margin-top: 0px;
padding-right: 10px;
vertical-align: text-top;
color: #000;
text-align: center;
font-size: 11px;

}
#home_right a:link, a:visited { text-decoration: none; color: #4d112d; }




#middle_content_left{
float:left;
padding: 0px;
width: 450px;
margin-top: 0px;
vertical-align: text-top;
color: #333333;
font-size: 14px;
}
#middle_content_left a:link, a:visited { text-decoration: none; color: #082342; }
#middle_content_left a:hover{ text-decoration: underline; color: #333; }


#middle_content_right{
float:right;
width: 450px;
margin-top: 0px;
padding: 0px;
vertical-align: text-top;
color: #333333;
text-align: right;
font-size: 14px;
}
#middle_content_right a:link, a:visited { text-decoration: none; color: #082342; }
#middle_content_right a:link, a:visited { text-decoration: none; color: #333; }


#events_right{
float:right;
width: 350px;
margin-top: 0px;
padding-right: 20px;
vertical-align: text-top;
color: #333333;
text-align: left;
font-size: 14px;
}
#events_right a:link, a:visited { color: #116081; text-decoration: none;  }
#events_right a:hover{ text-decoration: underline; color: #333; }

#events_left{
float:left;
padding: 0px;
width: 400px;
margin-top: 0px;
vertical-align: text-top;
color: #333333;
font-size: 14px;
}
#events_left a:link, a:visited { text-decoration: none; color: #116081; }
#events_left a:hover{ text-decoration: underline; color: #333; }

#media{
float:left;
padding: 0px;
width: 800px;
margin-top: 0px;
vertical-align: text-top;
color: #333333;
font-size: 14px;
}
#media a:link, a:visited { text-decoration: none; color: #116081; }
#media a:hover{ text-decoration: underline; color: #333; }




h1{
text-decoration:none;
padding:15px 0 0 20px;
margin:2px;
color:#fff;
font-size:13px;
}
h2{
text-decoration:none;
margin:0px;
color:#fff;
font-size:20px;
padding-bottom: 8px;
}

p{
text-align:justify;
padding:0px;
margin:0px;
}






/*--------------footer----------*/

#footer{
width:960px;
height: 200px;
font-size: 12px;
line-height: 14px;
padding: 5px;
margin-top: 100px;
text-align: center;
color: #a0a0a0;
}

#footer a:link, a:visited { text-decoration: none; color: #a0a0a0; }
#footer a:hover{ text-decoration: underline; color: #333; }
#footer img{position: relative; bottom: -10px;}









/* container for slides */
.images {
	background:#fff url(/images/ h300.png) repeat-x;
	border:1px solid #ccc;
	position: relative;
	width:920px;
	height:425px;

	float:center;	
	margin:15px;
	cursor:pointer;
	
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 25px #666;
	-webkit-box-shadow:0 0 25px #666;	
}


/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin:7px;
	padding-top: 0px;
	padding-left: 30px;
	font-size:14px;

	height:100px;
}




/* header */
.images h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 10px 0;
	color:#456;
}

/* tabs (those little circles below slides) */
.slidetabs {
	clear:both;
	margin-left:830px;
	margin-top: 0px;
}

/* single tab */
.slidetabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/images/dots.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.slidetabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.slidetabs a.current {
	background-position:0 -16px;     
} 	


/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:140px;
	background:#fff url(/images/arrow.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}

/* next */
.forward 				{ background-position: 0 -30px; clear:right; }
.forward:hover 		{ background-position:-30px -30px; }
.forward:active 	 	{ background-position:-60px -30px; } 


/* prev */
.backward:hover  		{ background-position:-30px 0; }
.backward:active  	{ background-position:-60px 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}


