@charset "utf-8";
/* CSS Document */
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;
}
body:nth-of-type(1) a {
   text-decoration: none;
}
/* 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;
}
/* style */
body{
	background:url(bg-summer.jpg) #a9c7ff no-repeat fixed top center;
	font-family:Verdana, Geneva, sans-serif;
        font-size:12px;
}
h1 a div {
	text-indent:-99999px;
	margin: 20px auto 20px;
	width:320px;
	height:51px;
	background:url(logo.png) no-repeat;
}
.mainBody {
	width:1000px;
	min-height:500px;
	background:rgba(255,255,255,0.8);
	margin: 0 auto;
	border:1px solid #565659;
	-moz-box-shadow: 0px 0px 10px 3px rgba(23,56,86,0.75);
	-webkit-box-shadow: 0px 0px 10px 3px rgba(23,56,86,0.75);
	box-shadow: 0px 0px 10px 3px rgba(23,56,86,0.75);
}
.menu {
	margin-top:-12px;
        font-size: 15px;
        text-decoration: none;
}
.menu ul {
	list-style: none;
}
.menu ul li {
	float: left;
	margin-left:15px;
}
.menu ul li a div {
	width: 230px;
	display:block;
	height:42px;
	font-weight:bold;
	/*border:1px solid #F00;*/
	text-align:center;
	vertical-align:middle;
	padding-top:30px;
	color:black;
}
.menu ul li a.active div {
	color:white;
        background: url("menu.png") no-repeat top center;
}
.clear {
    width:950px;
    height: 1px;
    display: block;
    clear: both;
    float: none;
}
.clearBottom {
    width:950px;
    height: 1px;
    display: block;
    clear: both;
    float: none;
    margin-bottom: 30px;
}
.content {
    padding:10px;
    margin-top: 15px;
    padding-right: 280px;
}
.content h3 {
    margin-bottom: 10px;
    padding-left:20px;
    font-size:16px;
    font-weight: bold;
}
.content h3.hide {
    display: none;
}
.content p {
    line-height: 17px;
    margin-bottom: 20px;
}
.content h4 {
    font-size:13px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left:20px;
}
.buttonRegister a div {
    padding: 7px 12px;
    border:1px solid #777777;
    background: #0f3a55;
    color:white;
    display: inline;
    float: right;
}
.rightbox {
    float:right;
    width: 200px;
    margin-right: 30px;
    margin-top:20px;
}
.rightbox .submenu {
    list-style: none;
}
.rightbox .submenu li a div {
    padding: 10px 0px 10px 7px;
    border-bottom: 1px solid #454545;
    color: black;
}
.rightbox .submenu li a.active div {
    font-weight: bold;
    letter-spacing: 2px;
}
.homepage {
    margin-top: 10px;
    width: 1000px;
    height: 274px;
    background: url("homepage.png") no-repeat;
    position: relative;
}
.homepage .city1, .homepage .city2, .homepage .city3, .homepage .city4 {
    position: absolute;
    top: 40px;
}
.homepage .city1 {
    left: 125px;
}
.homepage .city2 {
    left: 325px;
}
.homepage .city3 {
    left: 525px;
}
.homepage .city4 {
    left: 725px;
}
.loginPage, .registerPage {
    margin-top: 20px;
    width: 350px;
    padding-left: 200px;
}
.loginPage h3, .registerPage h3 {
    text-align: center;
    font-size:17px;
    font-weight: bold;
}
.loginPage .login-panel, .registerPage .register-panel {
    height: 25px;
    margin-top: 10px;
    position:relative;
}
.loginPage .login-info, .registerPage .register-info {
    height: 12px;
    margin-top: 10px;
    position:relative;
    font-size: 11px;
    font-style: italic;
    color: #777777;
}
.loginPage .login-panel label, .registerPage .register-panel label {
    font-size:17px;
}
.loginPage .login-panel input[type=text],.loginPage .login-panel input[type=password],
.registerPage .register-panel input[type=text],.registerPage .register-panel input[type=password] {
    font-size:17px;
    width: 200px;
    float: right;
    height: 25px;
}
.loginPage .login-panel select,.registerPage .register-panel select {
    font-size:17px;
    width: 205px;
    float: right;
    height: 25px;
    padding: 2px;
}
.loginPage input[type=submit], .registerPage input[type=submit] {
    width:350px;
    font-size:17px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 10px 0;
}
.contactPage {
    margin-top: 20px;
    width: 500px;
    padding-left: 50px;
}
.contactPage h3 {
    text-align: center;
    font-size:17px;
    font-weight: bold;
}
.contactPage .contact-panel {
    height: 25px;
    margin-top: 10px;
    position:relative;
}

.contactPage .contact-panel label {
    font-size:17px;
}
.contactPage .contact-panel input[type=text] {
    font-size:17px;
    width: 400px;
    float: right;
    height: 25px;
}
.contactPage .contact-message {
    height: 170px;
    margin-top: 10px;
}
.contactPage .contact-message label {
    font-size:17px;
}
.contactPage .contact-message textarea {
    font-size:17px;
    width: 500px;
    float: right;
    height: 150px;
    margin-top: 15px;
}
.contactPage input[type=submit] {
    width:500px;
    font-size:17px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 10px 0;
}
.cities {
    list-style: none;
    margin-left: 30px;
    line-height: 20px;
    -moz-column-count: 3;
    -moz-column-gap: 1.5em;
    -moz-column-rule: 1px solid #c4c8cc;
    -webkit-column-count: 3;
    -webkit-column-gap: 1.5em;
    -webkit-column-rule: 1px solid #c4c8cc;
}
code {
    border:1px solid black;
    background:white;
    display:block;
    padding: 10px;
    font-family: Courier;
    margin-bottom: 20px;
}
code .bi {
    font-weight: bold;
    font-style: italic;
}

.footer {
    width:1000px;
    color:#ffffff;
    font-size:11px;
    margin: 5px auto;
    padding: 0 10px;
}
.footer a {
    color:#ffffff;
}
.footer .source {
    float:left;
    margin-left: 20px;
}
.footer .madeby {
    float:right;
    margin-right: 20px;
}
