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

/* CSS Resets */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end of CSS reset */

.clearfix:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
/* General Styles */

body {
	background: #f7a52c;
	padding: 20px;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}
header {
	width: 1000px;
	height: 183px;
	background: #269ca5; /* Old browsers */
	background: -moz-linear-gradient(top, #269ca5 0%, #037a82 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #269ca5), color-stop(100%, #037a82)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #269ca5 0%, #037a82 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #269ca5 0%, #037a82 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #269ca5 0%, #037a82 100%); /* IE10+ */
	background: linear-gradient(to bottom, #269ca5 0%, #037a82 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#269ca5', endColorstr='#037a82', GradientType=0 ); /* IE6-9 */
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: 0 0 3px rgba(0,0,0,.6);
}
header > a {
	position: relative;
	top: 2px;
	left: 45px;
}
header > a:nth-of-type(2) {
	position: relative;
	top: -82px;
	left: 64px;
}
h1, h2, p {
	font-family: 'PT Sans Caption', sans-serif;
	color: #666666;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 16px;
	line-height: 1.5;
}
p {
	font-size: 12px;
	color: #666666;
	line-height: 1.5;
}
a {
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #0099FF;
}
/* end of General Styles */

/* Navigation Bar */

nav {
	position: relative;
	top: -63px;
	left: 427px;
}
nav ul {
	width: 550px;
	float: left
}
nav li {
	float: left;
	padding: 0 10px;
}
nav li a {
	font-family: 'PT Sans Caption', sans-serif;
	font-weight: 700;
	font-size: 17px;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,.4);
}
nav li a:hover {
	font-family: 'PT Sans Caption', sans-serif;
	font-weight: 700;
	font-size: 17px;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 0 0 5px #FFFFFF;
}
/* End of Navigation Bar */

/* Section Styles */

.content {
	width: 940px;
	background-color: #FFFFFF;
	padding: 30px;
	box-shadow: 0 0 3px 0 rgba(0,0,0,.6);
}
.content section {
	float: left;
	width: 215px;
	margin-right: 20px;
}
#form {
	width: 450px;
}
.main_picture {
	margin-bottom: 30px;
}
.visit, .place {
	text-align: center;
}

.place {
	margin-bottom: 30px;
}
/* End of Section Styles */


/* Footer styles */
footer {
	width: 1000px;
	height: 45px;
	background: rgb(204,204,204); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(204,204,204,1)), color-stop(100%, rgba(238,238,238,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(238,238,238,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(238,238,238,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(204,204,204,1) 0%, rgba(238,238,238,1) 100%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee', GradientType=0 ); /* IE6-9 */
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottomleft: 10px;
	-moz-border-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0 0 3px rgba(0,0,0,.6);
}
footer ul {
	display:block;
  	width: 495px; 
	padding-top: 15px;
 	margin: 0px auto;
}
footer li {
	float: left;
	padding: 0 10px;
}
footer a {
	font-family: 'PT Sans', sans-serif;
	font-size: 15px;
	color: #444;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(44,44,44,.4);
}

footer a:hover {
	font-family: 'PT Sans', sans-serif;
	font-size: 15px;
	color: #444;
	text-decoration: none;
	text-shadow: 0 0 4px rgba(0,0,0,.7), 1px 1px 1px #fff; ;
}
/* End of Footer styles */

.center {
	text-align: center;
}
form {
    margin: 0;
    padding: 0;
	font-family: 'PT Sans', sans-serif;
	color: #666666;
	
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 150px;
	padding: 0 5px;
}
input{
	margin: 5px;
}

.box {
	width: 215px;
	height: 215px;
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}

a:hover .box {
	background-color: #366;
	-webkit-transform: rotate(100deg);
	-moz-transform: rotate(100deg);
	-o-transform: rotate(100deg);
	-ms-transform: rotate(100deg);
	transform: rotate(100deg);	
}