@charset "iso-8859-1";

body{
	background-color:#e7e7e7; 
	margin:0 auto;
	color:#6a6a6a;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size:12px;
}

#container{
	width:1024px; 
	margin:0 auto;
	margin-top:10px;
}

/* Core Formatting */
a {color:#6a6a6a; text-decoration: none; font-weight: normal; font-size:12px;}
a:hover {color:#d0393f;}

a.more {color:#e77426; text-decoration: none; font-weight: normal; font-size:12px;}
a.more:hover {color:#d0393f;}

.title {color:#e77426; font-family: "Lucida Sans"; font-size:18px;}
.sep {float:left; display:block; width:20px; margin:0 5px 0 5px;}
.date {color:#d0393f; font-family: "Arials"; font-size:12px;}

/* header */
#header {position:relative; width:960px; z-index:100; margin:0 auto; background:#e7e7e7 url(../img/BgHeader.jpg) no-repeat center top;}
#header .hotswap{width:70px; >width:100px; float:right;}
#header .hotswap ul{line-height:0px; margin-top:18px; margin-bottom:8px;}
#header .hotswap ul li a{color:#000;}
#header .hotswap ul li a:hover{color:#ffd200;}
#header .search{width:240px; float:right; color:#000;}
#header .search ul{line-height:24px; margin-top:22px; margin-bottom:20px;}
#header .search .input_search{border:#6a6a6a solid 0px; background:#FFFFFF; width:140px; vertical-align:middle; color:#6a6a6a; font-size:11px; font-weight: normal; padding:4px 6px 2px 6px; background:url(../img/search.jpg) no-repeat;
}


/* Content */
#content{position:relative; width:960px; margin:0 auto; background:url(../img/BG.jpg) repeat-y center top;}

/*Menu*/
#content .menu{padding-left:10px; float:left;}
#content .menu ul{margin:0px; line-height:40px;}
#content .menu ul li.home a{display:block; width:240px; background:url(../img/menuHome.jpg) repeat-y center top; overflow:hidden;}
#content .menu ul li.home a:hover{background:url(../img/menuHomeHL.jpg) repeat-y center top;}
#content .menu ul li.about a{display:block; width:240px; background:url(../img/menuAbout.jpg) repeat-y center top; overflow:hidden;}
#content .menu ul li.about a:hover{background:url(../img/menuAboutHL.jpg) repeat-y center top;}
#content .menu ul li.news a{display:block; width:240px; background:url(../img/menuNews.jpg) repeat-y center top; overflow:hidden;}
#content .menu ul li.news a:hover{background:url(../img/menuNewsHL.jpg) repeat-y center top;}
#content .menu ul li.media a{display:block; width:240px; background:url(../img/menuMedia.jpg) repeat-y center top; overflow:hidden;}
#content .menu ul li.media a:hover{background:url(../img/menuMediaHL.jpg) repeat-y center top;}
#content .menu ul li.event a{display:block; width:240px; background:url(../img/menuEvent.jpg) repeat-y center top; overflow:hidden;}
#content .menu ul li.event a:hover{background:url(../img/menuEventHL.jpg) repeat-y center top;}
#content .menu ul li.contact a{display:block; width:240px; background:url(../img/menuContact.jpg) repeat-y center top; overflow:hidden;}
#content .menu ul li.contact a:hover{background:url(../img/menuContactHL.jpg) repeat-y center top;}
#content .right{padding-right:10px; float:right;}


/*Index*/
#content .contentBody{margin:10px 20px 0 20px;}
#content .contentBody .left{padding:0 10px 0 20px; float:left; width:270px; text-align:justify;}
#content .contentBody .middle{padding:0 10px 0 10px; float:left; width:280px; text-align:justify;}
#content .contentBody .middle .list{width:250px; text-align:justify;}
#content .contentBody .right{padding-left:10px; float:left; width:240px; text-align:justify;}
#content .contentBody .right textarea{border:#e77426 solid 1px; background:#FFFFFF; width:220px; height:50px; vertical-align:middle; color:#6a6a6a; font-size:10px; font-weight: normal; padding:4px 4px 4px 4px; font-family:Arial;}
#content .contentBody .right input.text {border:#e77426 solid 1px; background:#FFFFFF; width:220px; vertical-align:middle; color:#6a6a6a; font-size:10px; font-weight: normal; padding:4px 4px 4px 4px; font-family:Arial;}


/*Footer*/
#footer{position:relative; width:960px; margin:0 auto; background:url(../img/footer.jpg) repeat-y center top; display:block; height:48px;}



