﻿* {
    margin:0px;
    padding:0px;
}
body, .ui-widget {
	font-family: helvetica, sans-serif;
	background: url("../images/pattern-0.jpg");
}
#container, #top, #foot {
    width: 100%;
}

#mid, #topContain {
	width:950px;
	margin-left: auto;
	margin-right: auto;	
}
#head, #foot {
	z-index: 9999;
}
#head {
	height: 85px;
	top: 0;
	left: 0;
	right: 0;
	position: fixed;
	background: url('../images/header-background.png') 50% 70% repeat-x;
	/*background: #4579AD;*/
}
#head-bg {
	height: 85px;
}
#head-mid {
	height: 85px;
	/*text-align: center;*/
	/*width: 950px;
	margin-left: auto;
	margin-right: auto;	*/
	color:white;
}
#logo {
	margin:20px;
	font-size: 2.4em;
	text-align:left;
	font-weight: bold;
	font-family: Arial;
	float:left;
}
#logo-right {
	margin: 20px;
	/*margin-top:30px;*/
	float:right;
	display:inline;
}
#top-bg {
	height: 5px;
	background: url('../images/bottom.png') repeat-x;
	height: 20px;
	top: 85px;
	left: 0;
	right: 0;
}
.dot {
	height: 40px;
	background: url('../images/dot.png') repeat-x bottom;
}
.button {
	
	width: 174px;
	color:white;
	font-size: 2em;
	display:inline-block;
	line-height: 64px;
	background: url('../images/button.png');
	font-family: Elephant;
	margin: 0 5px 0 5px;
}

#mid {
	margin-top: 85px;
	min-height: 500px;
	background: white;
	clear:both;
}
#center-shad {
	background: url('../images/shad.png') center repeat-y;
	clear:both;
}
#bottom-shad {
	background: url('../images/bottom-shad.png') center top no-repeat;
	height:80px;
}
#foot {
	text-align: center;
	height: 25px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	color: white;
	background-color: #688AA8;
	background: #4579AD;
	background: url('../images/header-background.png') 50% 70%;
	padding: 10px;
	/*background: url('../images/head-bg.png');*/
}
#foot a {
	color: white;
}
.section {
	/*margin-top: 80px;*/
	padding:15px;
	padding:80px 50px 30px 50px;
}
.slideshow-con {
	border-bottom: 3px solid #385e8a;
	border-top: 3px solid #385e8a;
	margin: 10px 0 10px 0;
}
.slideshow { 
	text-align:center;
	width: 730px;
	margin:20px;
	margin-left:auto;
	margin-right:auto;
	

}
.slideshow img { 
	/*padding: 15px;
	border: 1px solid #ccc;
	background-color: #eee;*/
	padding: 8px;
	width:700px;
	height:400px;
} 
#nav {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	text-align:center;
	/*font-family: 'Patua One', cursive;*/
	font-family: Arial;
	font-size: 1.1em;
	font-weight: bold;
}
#menu-con {
	background:white;
	background:#eaeaea;
}
#menu {
	margin-top: 85px;
	padding: 20px 0 4px 0;
	/*background: url('../images/menu.png') no-repeat;*/
	position: fixed;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	left:0;
	top:0;
	right:0;
	/*width: 814px;
	height: 30px;*/
	left: 50%;
	margin-left: -475px;
	z-index:9998;
	border-bottom: 2px dashed #385e8a;
	background:white;
}

#menu ul,#menu li {
 /*margin: 0; padding: 0;*/
 overflow: hidden;
}

#menu ul li {
 float: left;
 list-style: none;
 color: white;
 margin: 0 5px 0 5px;
 padding: 0 6px 0 6px;
 /*background: #385e8a;*/
 
}
#menu ul li:hover {
/*background: #f2f2f2;*/
}

#menu li a {
 /*color: #544738;*/
 color: #385e8a;
 text-decoration: none;
 float: left;
 /*font-size: 25px;*/
 padding: 2px;
}

#menu li a:hover {
 color: red;
 transition-property:all;
 transition-duration: 0.5s;
 transition-timing-function: ease-in-out;
 transition-delay:0s;
 /*color: #7eb9be;*/
}
p {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
}
ul.list {
	padding-top:10px;
	padding-bottom: 10px;
	list-style-type: square;
}
ul.list li {
	margin-left: 30px;
}
/*Anitmation
li a:hover {
-webkit-animation-name: cssAnimation;
-webkit-animation-duration:1s;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function: ease
}
@-webkit-keyframes cssAnimation {
from {
-webkit-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
}
to {
-webkit-transform: rotate(350deg) scale(1.1) skew(1deg) translate(0px)
}
}
*/
/*
.odd a:hover {
	-webkit-transition:All .5s ease-in-out;
	-moz-transition:All .5s ease-in-out;
	-o-transition:All .5s ease-in-out;
	-webkit-transform: rotate(-5deg) scale(1.2);
	-moz-transform: rotate(-5deg) scale(1.2);
	-o-transform: rotate(-5deg) scale(1.2);
}

.even a:hover {
-webkit-transition:All .5s ease-in-out;
-moz-transition:All .5s ease-in-out;
-o-transition:All .5s ease-in-out;
-webkit-transform: rotate(5deg) scale(1.2);
-moz-transform: rotate(5deg) scale(1.2);
-o-transform: rotate(5deg) scale(1.2);
}
 */
 
 input, textarea { 
	padding: 8px;
	border: solid 1px #E5E5E5;
	font: normal 12px; /*Verdana, Tahoma, sans-serif;*/
	width: 200px;
	margin-bottom: 3px;
	background: #FFFFFF url('form_background.png') left top repeat-x;/*Mimic Background Property in Internet Explorer since IE 6,7,8 does not support CSS3*/
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;/*0.1 actually means 10 %*/
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}

textarea { 
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
	}

input:hover, textarea:hover,
input:focus, textarea:focus { 
-moz-box-shadow:0 0 8px lightblue;
	-webkit-box-shadow:0 0 8px lightblue;
	box-shadow:0 0 8px lightblue;
}

.form label { 
	margin-left: 12px; 
	color: #999999;
	}

.submit input {
	width: auto;
	padding: 10px 14px;
	/*background: #617798;*/
	background: #688AA8;
	font-size: 14px;
	color: #FFFFFF;
	border:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
	}
#form-div { 
-moz-border-radius:12px 12px 12px 12px;
-webkit-border-radius: 12px 12px 12px 12px;
background-color:#F5F5F5;
padding:15px;

margin:20px;
}
.pics-con {
	text-align:center;
	padding: 10px 0;
}
.pics, .pics:visited {
	border: 7px solid #284E71;
}
.ssb_dialog {
	display:none;
}

.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	padding: 10px 10px;
}
.wraptocenter * {
    vertical-align: middle;
}
/*\*//*/
.wraptocenter {
    display: block;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/