@charset "utf-8";
/* CSS Document */

body { behavior: url("css/csshover3.htc"); } 

body, html {
	margin: 0px;
	background: #eee url(../img/background.jpg) repeat;
}

body, p, td, div, li, h2, a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #333;
}

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

p {
	margin: 0px 0px 10px 0px;
	clear: both;
}

h3 { clear: both; }

a { 
	color: #0099ff;
	text-decoration: none;
}

a img {
	border: none;
	background: none !important;
}

a:hover {
	border-bottom: 1px dotted #0099ff;
}

a:active, a:focus, object { 
	border: none;
	outline: none;
}

a.link {
	font-size: 11px;
	height: 14px;
	background-image: url(../img/link.png);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 0px 26px 0px 0px;
	text-decoration: none;
	color: #333;
	float: left;
}

a.link:hover {
	background-position: bottom right;
	border: none;
	color: #0099ff;
}

/* header */

#frame {
	width: 930px;
	margin: 0px auto 0px auto;
	position: relative;
	z-index: 1;
}

#header_logo {
	position: absolute;
	left: 0px;
	top: 67px;
	width: 362px;
	height: 57px;
}

#header_logo #flashlogo {
	width: 362px;
	height: 57px;
	float: left;
}

ul#header_menu {
	position: absolute;
	/*left: 634px;*/
	right: 0px;
	top: 81px;
	width: auto;
	height: 30px;
}

ul#header_menu li {
	/*float: left;*/
	float: right;
	width: 90px;
	height: 24px;
	padding-top: 6px;
	background-image: url(../img/button.png);
	background-position: top right;
	
	cursor: pointer;
	margin-left:9px;
	
	color: #000;
	font-size: 14px;
	text-align: center;
	
	position: relative;
}

ul#header_menu li a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	background-color: #000;
	opacity: 0;
	filter: alpha (opacity=0);
}

ul#header_menu li a:hover { border: none; }

ul#header_menu li:hover, ul#header_menu li.selected {
	background-position: top left;
	color: #fff;
}

ul#header_menu #menu_jump {
	margin-left: 40px;
	width: 150px;
	background-image: url(../img/jumplist.png);
	background-position: top;
	text-align: left;
	padding-left: 20px;
}

ul#header_menu #menu_jump:hover { color: #000; }
ul#header_menu #menu_jump.open { background-position: bottom; }

ul#jumplist {
	position: absolute;
	right: 0px;
	top: 112px;
	width: 170px;
	height: 30px;
	display: none;
}

ul#jumplist li {
	float: left;
	width: 150px;
	height: 24px;
	padding: 6px 0px 0px 20px;
	background-image: url(../img/jumplist_li.png);
	background-position: top right;
	
	cursor: pointer;
	color: #000;
	font-size: 14px;
	text-align: left;
	margin-bottom: 1px;
	
	position: relative;
}

ul#jumplist li a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	background-color: #000;
	opacity: 0;
	filter: alpha (opacity=0);
}

ul#jumplist li a:hover { border: none; }

ul#jumplist li:hover {
	background-position: top left;
	color: #fff;
}

/* footer */

#footer {
	float: left;
	width: 930px;
	height: 50px;
	background-image: url(../img/footer_top.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
}

#footer #top {
	width: 930px;
	float: left;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	cursor: pointer;
}

#footer ul {
	float: left;
	width: 930px;
	list-style: none;
}

#footer ul#tweet {
	height: 31px;
	margin-top: 10px;
	padding-bottom: 25px;
	border-bottom: 2px solid #333;
}

#footer ul#tweet li { float: left; }
#footer ul#tweet li.label { padding: 5px 12px 0px 0px; }
#footer ul#tweet li.latest { padding: 9px 0px 0px 12px; font-size: 12px; height: 27px; width: 760px; }

#footer ul#details { height: 100px; }
#footer ul#details a { color: #333; }
#footer ul#details a:hover { color: #0099ff; border: none; }
#footer ul#details li { float: left; font-size: 12px; padding-top: 43px; }
#footer ul#details li.copy { width: 303px; }

#footer ul#details li.rss {
	width: 325px;
	text-align: center;
	background-image: url(../img/footer_rss.gif);
	background-repeat: no-repeat;
	background-position: 97px 45px;
	padding-bottom: 10px;
}

#footer ul#details li.rss:hover {
	background-position: 97px -41px;
	padding-bottom: 10px;
}

#footer ul#details li.email { width: 228px; text-align: right; padding-right: 5px; }
#footer ul#details li.logo { width: 69px; padding-top: 10px; }

/* contact details */

#contact {
	width: 100%;
	height: 232px;
	background: #434343;
	position: relative;
	margin-top: -228px;
	float: left;
	z-index: 2;
}

ul#contact_details {
	margin: 80px auto 0 auto;
	width: 775px;
	height: 88px;
}

ul#contact_details li { float: left; }
ul#contact_details li.info { margin-top: 20px; }
ul#contact_details li.sep1 { margin: 20px 53px 0px 23px; }
ul#contact_details li.sep2 { margin: 20px 46px 0px 45px; }
ul#contact_details li.sep3 { margin: 20px 22px 0px 42px; }
ul#contact_details a { display: block; }

ul#contact_details li.email, ul#contact_details li.email:hover {
	margin-top: 7px;
	background-image: url(../img/contact_email.png);
	background-position: top left;
}

ul#contact_details li.email:hover { background-position: top right; }
ul#contact_details li.email a { width: 90px; height: 81px; border: none; }

ul#contact_details li.rss, ul#contact_details li.rss:hover {
	margin-top: 13px;
	background-image: url(../img/contact_rss.png);
	background-position: top left;
}

ul#contact_details li.rss:hover { background-position: top right; }
ul#contact_details li.rss a { width: 58px; height: 70px; border: none; }

ul#contact_details li.twitter, ul#contact_details li.twitter:hover {
	margin-top: 13px;
	background-image: url(../img/contact_twitter.png);
	background-position: top left;
}

ul#contact_details li.twitter:hover { background-position: top right; }
ul#contact_details li.twitter a { width: 146px; height: 78px; border: none; }

#contact_close {
	position: absolute;
	left: 50%;
	top: 200px;
	margin-left: 373px;
	padding: 3px 0px 0px 14px;
	width: 80px;
	height: 23px;
	background-image: url(../img/contact_close.png);
	background-position: top left;
	color: #ececec;
	cursor: pointer;
}

#contact_close:hover {
	background-position: top right;
}