@charset "utf-8";
/* CSS Document */

#container {
	width: 1000px;
	background: #fcf8ef;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}

#main_image {
	width: 1000px;
	height: 274px;
	margin-top: 34px;
	margin-bottom: 20px;
}

.gsc-input
{
  border-color: #000 !important;
  box-shadow: none !important;
  outline: 0 none !important;
  margin-bottom: 2px !important;
  margin-top: 2px !important;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  height: 19px !important;
}

.gsc-search-button
{
  
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

body {
	background-color: #fcf8ef !important;
}

#banner {
	width: 1000px;
	height: 138px;
	display: block;
	background-color: #fece00;
	background-repeat: no-repeat;
}

#searchbox {
	width:300px; float:right; display:block; position:relative; top:75px; right:15px;
}

   .gsc-control-cse
            {
                padding: 0 !important;
                border: none !important;
                background: none !important;
            }
            .gsc-search-button
            {
                color: #000 !important;
            }

            div.gsc-clear-button
            {
                background-image: url('/assets/clear_black.gif') !important;   
                background-repeat: no-repeat;
            }

           
#left_column {
	width: 326.6px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}

#middle_column {
	width: 326.6px;
	float: left;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}

#right_column {
	width: 326.6px;
	float: right;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}

#news_top {
	width: 326.6px;
	height: 72px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fece00;
	text-align:center
}

#news_bottom {
	width: 326.6px;
	height: 72px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fece00;
}
#footer {
	width: 1000px;
	height: 133px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-image: url(../assets/footer.png);
	background-repeat: repeat-x;
	clear: both;
}

#contact {
	text-align: center;
	padding-top: 12px;
	color: #000;
}

a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
}
a {
	font-weight: bold;
}

.carousel
{
	float:left;
	width:333px;
	display:inline-block;
}
