@charset "utf-8";
/* @group Reset */

body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}caption,th{text-align:left;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}l{display: block;}a{text-decoration:none;}
img{border:0;}
a{text-decoration:none;}

/* @end */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #42413C;
	margin: 0;
	padding: 0;
	color: #000;
}
td {
	padding: 0 7px;
}
#container {
	width: 960px;
	background: #FFF url(images/content_bg.png) top center repeat-y;
	margin: 0 auto;	
	margin-bottom: 30px;
	margin-top: 25px;
	overflow: visible;
}
#head {
	background: #A4CBE3 url(images/header_bg.png) top right no-repeat;
	width: 960px;
	height: 155px;
}
#logo {
	background: url(images/logo_bg.png) top left no-repeat;
	height: 150px;
	width: 440px;
	float: left;
	position: relative;
	left: -15px;
	top: 10px;
}
#search {
	background: url(images/search_bg.png) top left no-repeat;
	height: 62px;
	width: 203px;
	float: right;
	position: relative;
	left: 15px;
	top: 100px;
	z-index: 1000;
}	
#slider {
	background: #666;
	height: 270px;
}
#top #nav {
	float : left;
	clear : both;
	width : 960px;
	height : 52px;
	margin : 22px 0 0;
}
#top #nav ul {
	float : left;
	width : 700px;	
	height : 52px;
	list-style-type : none;
}
#nav ul li {
	float : left;
	height : 52px;
}
#nav ul li a {
	border : 0;
	height : 52px;
	display : block;
	line-height : 52px;
	text-indent : -9999px;
}

#slide-holder {
	z-index : 40;
	width : 960px;
	height : 270px;
	position : absolute;
}
#slide-holder #slide-runner {
	width : 960px;
	height : 270px;
	overflow : hidden;
	position : absolute;
}
#header #slide-holder img {
	margin : 0;
	display : none;
	position : absolute;
}
#slide-holder #slide-controls {
	left:  0;
	top: 0;
	width: 960px;
	height: 46px;
	display: none;
	position: absolute;
	background: url(images/slide-bg.png) 0 0;
}
#slide-holder #slide-controls p.text {
	float: left;
	color: #fff;
	display: inline;
	font-size: 10px;
	line-height: 16px;
	margin: 15px 0 0 24px;
	text-transform: uppercase;
}
#slide-holder #slide-controls p#slide-nav {
	float : right;
	height : 24px;
	display : inline;
	margin : 11px 15px 0 0;
}
#slide-holder #slide-controls p#slide-nav a {
	float : left;
	width : 24px;
	height : 24px;
	color: #CCC;
	display : inline;
	font-size : 11px;
	margin : 0 5px 0 0;
	line-height : 24px;
	font-weight : bold;
	text-align : center;
	text-decoration : none;
	background-position : 0 0;
	background-repeat : no-repeat;
}
#slide-holder #slide-controls p#slide-nav a.on {
	background-position : 0 -24px;
}
#slide-holder #slide-controls p#slide-nav a {
	background-image : url(images/silde-nav.png);
}
#nav ul li a {
	background : url(images/nav.png) no-repeat;
}

#menu {
	margin: 0;
	padding: 0;
	background: #A4CBE3 url(images/gradient.png) repeat-x 0 -110px;
	height: 50px;
	line-height: 100%;
}
#menu li {
	margin: 0 auto;
	padding: ;
	float: left;
	height:36px;
	position: relative;
	list-style: none;
}
#menu a {
	font-weight: bold;
	color: #444;
	text-decoration: none;
	display: block;
	padding:  16px 13px 18px 13px;
	margin: 0;
	text-shadow: 0 1px 1px #CCC;
}

#menu li:hover > a {
	background: #f47b13;
	color: #FFF;
	border-top: solid 1px #b48615 url(images/gradient.png) repeat-x 0 0  !important;
	text-shadow: 0 1px 1px #CCC;;
}
#menu ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #444;
}
#menu ul a:hover {
	background: #0078ff url(images/gradient.png) repeat-x 0 -100px  !important;
	color: #fff !important;
	text-shadow: 0 1px 1px #555;
}
#menu li:hover > ul {
	display: block;
}
#menu ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 250px;
	position: absolute;
	top: 49px;
	left: 0;
	background: #ddd url(images/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;
	z-index: 1000;
}
#menu ul li {
	float: none;
	margin: 0;
	padding: 0;
	height: 50px;
}
#menu ul li a {
	font-size: 12px;
}
#menu ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}
#menu ul ul {
	left: 247px;
	top: 0;
}
#menu:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#menu {
	display: inline-block;
} 
html[xmlns] #menu {
	display: block;
}
* html #menu {
	height: 1%;
}
#navShadow {
	background: url(images/shadow.png) top left repeat-x;
	width: 960px;
	height: 3px;
}
#side {
	/*background: #0F3;*/
	float: right;
	width: 300px;
	padding: 0 15px;
}
#side p, #side a {
	font-size: 12px;
}
#side a {
	color: #326d95;
	text-decoration: underline;
}
#side h4 {
	color: #333;
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
	padding: 5px 0;
}
#main {
	/*background: #990;*/
	padding: 10px 20px;
	width: 590px;
	float: left;
}
#mainGallery {
	/*background: #990;*/
	padding: 10px 20px;
	width: 590px;
	height: 500px;
	float: left;
}
#main h2 {
	color: #333;
	font-weight: lighter;
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
	padding: 5px 15px;
}
#mainGallery h2 {
	color: #333;
	font-weight: lighter;
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
	padding: 5px 15px;
}
#box {
	background: url(images/box_bg.png) top center repeat-y;
	width: 590px;
	height: auto;
}
#box p{
	padding: 0 20px;
	font-size: 12px;
	color: #FFF; 
}
#box li{
	padding: 0 20px;
	font-size: 12px;
	color: #FFF;
	list-style: circle;
	list-style-position: inside;
}
#box a{
	font-size: 12px;
	color:  #FFF;
	text-decoration: underline;
}
#box a:hover {
	text-decoration: none;
}
#box h1, #box h2, #box h3, #box h4, #box h6 {
	padding: 0 20px;
	color: #CCC;
	text-shadow: 0 1px 1px #333;
}
#footer {
	padding: 10px 0;
	background: #42413C;
	position: relative;
	clear: both;
}
#footer p {
	color: #CCC;
	padding-left: 30px;
	font-size: 11px;
}
#footer a {
	text-align: left;
	color: #CCC;
	font-size: 11px;
}
#footer a:hover {
	text-decoration: underline;
	color: #FFF;
}
.mazune {
	float: right;
	margin: -15px 20px 0 0;
}
.table {
	margin: 0 20px;
}
.nodot li {
	list-style: none;
}
.calendar {
	position: relative;
	left: 20px;
}
.footerLinks {
	font-size: 11px;
	color: #CCC;
	float: right;
	position: relative;
	top: -15px;
	right: 130px;
}
.movie {
	position: relative;
	left: 70px;
}
.login {
	position: relative;
	float: right;
}
.bullets {
	color: #326d95;
	font-weight: bold;
}
.logo {
	position: relative;
	top: 12px;
	left: 20px;
}
.left {
	float: left;
	padding: 0 10px;
}
.right {
	float: right;
}
.clear {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.google {
	position: relative;
	top: 8px;
	left: 0px;
}
.fblink{
	position: fixed;
	top: 40px;
		left: -4px;
	z-index: 100;
}
.blogslink{
	position: fixed;
	top: 150px;
	left: -4px;
	z-index: 100;
}
/**
 * Default theme
 *
 */
/* Slight reset to make the preview have ample padding. */
.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 2%;
  width: 96%;
}
.cse .gsc-branding,
.gsc-branding {
  display: none;
}
.cse .gsc-control-cse div,
.gsc-control-cse div {
  position: normal;
}
/* Selector for entire element. */
.cse .gsc-control-cse,
.gsc-control-cse {
  background: none;
}
.cse .gsc-control-cse:after,
.gsc-control-cse:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.cse .gsc-resultsHeader,
.gsc-resultsHeader {
  border:none;
}
/* Search button */
.cse input.gsc-search-button,
input.gsc-search-button {
  font-family: inherit;
  color: #FFFFFF;
  padding: 0 1px;
  text-shadow: 0 1px 1px #666;
  background-color: #F63;
  border: 1px outset;
  border-color: #666666;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.cse input.gsc-search-button:hover,
input.gsc-search-button:hover {
	color: #000;
	background: #FFF;
	text-shadow: none;
}
/* Inactive tab */
.cse .gsc-tabHeader.gsc-tabhInactive,
.gsc-tabHeader.gsc-tabhInactive {
  border-bottom: none;
  color: #666666;
  background-color: #e9e9e9;
  border: 1px solid;
  border-color: #e9e9e9;
  border-bottom: none;
}
/* Active tab */
.cse .gsc-tabHeader.gsc-tabhActive,
.gsc-tabHeader.gsc-tabhActive {
  background-color: #FFFFFF;
  border: 1px solid;
  border-top: 2px solid;
  border-color: #e9e9e9;
  border-top-color: #FF9900;
  border-bottom: none;
}
/* This is the tab bar bottom border. */
.cse .gsc-tabsArea,
.gsc-tabsArea {
  border-bottom: 1px solid #e9e9e9;
}
/* Inner wrapper for a result */
.cse .gsc-webResult.gsc-result,
.gsc-webResult.gsc-result {
  padding: .25em;
  background: #FFFFFF;
  border: 1px solid #03C;
  margin-top: -10px;
}
/* Result hover event styling */
.cse .gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result:hover {
  border: 1px solid;
  border-color: #FFFFFF;
}
/*Promotion Settings*/
/* The entire promo */
.cse .gs-promotion.gs-result,
.gs-promotion.gs-result {
  background-color: #FFFFFF;
  border: 1px solid;
  border-color: #336699;
}
/* Promotion image */
.cse .gs-promotion.gs-result .gs-promotion-image,
.gs-promotion.gs-result .gs-promotion-image {}
/* Promotion title */
.cse .gs-promotion.gs-result a.gs-title:link,
.gs-promotion.gs-result a.gs-title:link {
  color: #0000CC;
}
.cse .gs-promotion.gs-result a.gs-title:visited,
.gs-promotion.gs-result a.gs-title:visited {
  color: #0000CC;
}
.cse .gs-promotion.gs-result a.gs-title:hover,
.gs-promotion.gs-result a.gs-title:hover {
  color: #0000CC;
}
.cse .gs-promotion.gs-result a.gs-title:active,
.gs-promotion.gs-result a.gs-title:active {
  color: #0000CC;
}
/* Promotion snippet */
.cse .gs-promotion.gs-result .gs-snippet,
.gs-promotion.gs-result .gs-snippet {
  color: #000000;
}
/* Promotion url */
.cse .gs-promotion.gs-result ..gs-visibleUrl,
.gs-promotion.gs-result .gs-visibleUrl {
  color: #008000;
}
/* Style for auto-completion table
 * .gsc-completion-selected : styling for a suggested query which the user has moused-over
 * .gsc-completion-container : styling for the table which contains the completions
 */
.gsc-completion-selected {
  background: #D5E2FF;
}
.gsc-completion-container {
  font-family: Arial, sans-serif;
  font-size: 13px;
  position: absolute;
  background: white;
  border: 1px solid #666666;
  margin-left: 0;
  margin-right: 0;
  /* The top, left, and width are set in JavaScript. */
}