@charset "utf-8";

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #272727;
	font-size: 12px;
	margin:0px;
	padding:0px;
	background-color:#FEF9E3;
	}

header, hgroup, nav, article, section, footer, aside, address{ 
	display:block;
}

a{
	color:#0099FF;
	text-decoration:none;
	font-weight:normal;
}

a:hover {
	color:#535353;
	text-decoration:underline;
}

a:visited { 
	/*color:#0099FF;*/
}

a:hover, a:active, a:focus{ 
	outline: 0; 
}
button::-moz-focus-inner,						
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{
border: none;
}

input[type="text"],
input[type="password"], select, textarea,
select.ui-widget-content, textarea.ui-widget-content{
	border: 1px solid #C1C1C1;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	color:#3C3C3C;
	padding:5px;
	margin:0 10px 0 0;
	width:auto;
}

input[type="checkbox"],
input[type="radio"]{
	margin:0px 8px 5px 0;
	vertical-align:middle;
}

input,select,textarea,button{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

select option{
	padding:0 0 0 4px;
}

h1,h2,h3,h4,h5,h6{
	font-family:Arial, Helvetica, sans-serif;
	color:#392212;
	margin: 2px 0;
	letter-spacing: -1px;
}

h1{font-size:35px;}

h2{font-size:30px;}

h3{font-size:25px;}

h4{font-size:20px;}

h5{font-size:15px;}

h6{font-size:10px;}

form{ 
	margin-bottom:0; 
}

fieldset{
	background:#FCFCFC;
	border:1px solid #0074CA;
	margin:0 0 25px 0;
	padding:0 15px 5px 15px;
	position:relative;
}

legend{
	font-size:12px;
	background:#0896FF;
	border:1px solid #0074CA;
    color: #FFFFFF;
	font-weight:bold;
	padding: 7px 20px;
	margin:0 0 10px 0;
	width:auto;
	word-spacing:normal;
}

legend + * {
    -webkit-margin-top-collapse : separate;
	margin-top                  : 10px;
}

legend a{
	color:#FFF;
	font-weight:bold;
}

ul, ol{
	font-size-:14px;
	font-family: Tahoma, Geneva, sans-serif;
}

.blockquote{
	content:close-quote;
	}

hr{
	padding:0;
	margin:10px 0;
	width: 100%;
	clear: both;
	border: none;
	border-top:1px solid #D3D3D3;
	border-bottom: 1px solid #FFFFFF;
	font-size: 1px;
	line-height: 0;
	overflow: visible;
	display:inline-block;
	position: relative;
}

hr.dashed{
	padding:5px 0 0 0;
	border-top:0;
	border-bottom:1px solid #CCC;
	border-bottom-style:dashed;
}

/* ********************************************************************************** */
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	color: #ffffff;
	background-color: #1575B5;
	border-color:none;
}
.btn:focus {

  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,

.btn:focus {
  color: #333333;
  text-decoration: none;
}



.btn:active,

.btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

}

/* LAYOUT STYLES ******************************************************************** */
#main-container{
	/*background-color:#E0C877;*/
	padding-top:0px;
	padding-bottom:10px;
	margin-top:0px;
	width:1170px;
}
.box-shadow{
	box-shadow: 0 0 3px #666;
}
#search_field{
box-shadow: 0 0 3px #392212;
border:1px solid #392212;
background-color:#392212;
color:#E0C877;
}

#content{
	font-size: 12px;
	color: #555555;
	word-spacing: 1px;
	line-height:22px;
}
#slider_div{
position: relative; margin: 0 auto; top: 0px; left: 0px; width: 1110px; height: 330px; overflow: hidden; z-index:-0; overflow:hidden;
}

#content h1{
	font-size: 18px;
	color: #6C6C6C;
	letter-spacing: normal;
	font-weight:normal;
	
}

#content h2{
	font-size:17px;
	color:#F90;
	line-height:24px;
}

/* Header --------------------------------------------------------------------------- */

#header {
	padding: 15px 0;
	background-color:#FFF;
}

#header .logo img {
	vertical-align: middle;
	max-width:100% !important;
    max-height:100% !important;
    display:block;
}

#header .logo h1 {			/* Text logo instead of image logo */
	color: #004FA6;
	font-size: 35px;
	padding: 11px 0 5px 0;
	letter-spacing: -2px;
	text-shadow: 1px 1px 0px #000;
}

#header .right {
	text-align: right;
}

#header .social {
padding:10px 0 10px 0;
}

/* -----------------------------Common Style------------------------------------ */

.block-article{
	text-align:justify;
	line-height:22px;
	word-spacing:1px;
	padding:5px;
}
.block-body{
	background-color: #ffffff;
    border: 1px solid #e7e7e7;
    padding: 5px;
}
.leftPad10{
padding-left:10px;
}
.rightPad10{
padding-right:10px;
}
.topPad40{
padding-top:40px;
}
.colorWhite{
color:#FFFFFF;
}
#footer {
color:#FFFFFF;
font-size:14px;
}
#footer a{
color:#FFFFFF
}
#footer a:hover{
color:#7BB1D5;
}
input[type="submit"] {
    background: none repeat scroll 0 0 #392212;
    border: 0 none;
    color: #fff;
    cursor: pointer;
	font-weight: bold;
    margin: 0;
    padding: 8px 12px;
}
input[type="submit"]:hover {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#392212+0,745f20+51,392212+100 */
background: #392212; /* Old browsers */
background: -moz-linear-gradient(top, #392212 0%, #745f20 51%, #392212 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #392212 0%,#745f20 51%,#392212 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #392212 0%,#745f20 51%,#392212 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#392212', endColorstr='#392212',GradientType=0 ); /* IE6-9 */
}
/* Middle Bar ----------------------------------------------------------------------- */

#middle-bar{
	background-color:#0088DD;
	margin-top:1px;
	padding:20px 0;
}

.serolling_link{
	font-size:14px;
	font-weight:bold;
	text-decoration: blink;
	color:#FF3300;
	
	transition:All 1s ease;
	-webkit-transition:All 1s ease;
	-moz-transition:All 1s ease;
	-o-transition:All 1s ease;
	
	transform: rotate(4deg) scale(1) skew(1deg) translate(10px);
	-webkit-transform: rotate(4deg) scale(1) skew(1deg) translate(10px);
	-moz-transform: rotate(4deg) scale(1) skew(1deg) translate(10px);
	-o-transform: rotate(4deg) scale(1) skew(1deg) translate(10px);
	-ms-transform: rotate(4deg) scale(1) skew(1deg) translate(10px);
}

.serolling_link:hover{
	font-size:14px;
	font-weight:bold;
	text-decoration:blink;
	color: #FF6600;
	transform: rotate(0deg) scale(0.67) skew(1deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(0.67) skew(1deg) translate(0px);
	-moz-transform: rotate(0deg) scale(0.67) skew(1deg) translate(0px);
	-o-transform: rotate(0deg) scale(0.67) skew(1deg) translate(0px);
	-ms-transform: rotate(0deg) scale(0.67) skew(1deg) translate(0px);
}
#map_canvas{
position:static;
	width: 1100px;
	height: 350px;
}