@charset "UTF-8";
@charset "UTF-8";
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption {
    border: 0 none;
    font-family: 'Arial',sans-serif;
    font-size: 16px;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
	color: #b8def1;
}

body {
	background-color: #128fd1;
}

html, body { height: 100%; }

/* LAYOUT */
#main { width: 900px; padding: 30px; margin: 0 auto; }
.header { width: 100%; margin-bottom: 20px; } 
.left { width: 400px; float: left; }
.right { width: 450px; float: right; }
.wide { width: 600px; float: left; }
.right-col { width: 210px; float: right; padding: 20px; background: #083f5c; border:2px solid #fff; border-radius:10px; 
-moz-border-radius:10px; /* Firefox 3.6 and earlier */ }
.head-left { width: 360px; float: left; }
.head-right { width: 540px; float: right; }

.footer { width: 100%; background: url(images/bg-road.png) repeat-x bottom; bottom: 0; height: 260px; z-index: -1; }
.inner-footer { width: 900px; margin: 0 auto; background: url(images/bg-city.png) no-repeat bottom; height: 30px; padding-top: 230px; font-size: 14px; color: #fff;  }
.inner-footer a { font-size: 14px; color: #fff; }

/* MENU */
ul.menu { float: right; margin: 0; padding: 40px 0 0 0; }
	ul.menu li { list-style: none outside none; display: inline; margin: 0 5px; padding: 10px 15px; background: #0d7cc6; border:1px solid #0d7cc6; border-radius:10px; -moz-border-radius:10px; /* Firefox 3.6 and earlier */}
	ul.menu li.last { border: none; }
	ul.menu li.selected { background: #f3d56e; color: #083f5c; }
	ul.menu li a { text-decoration: none; color: #fff; }
	ul.menu li a:hover { color: #f3d56e; text-decoration: none; }
	
/* FAQ */
ul.faq { }
	ul.faq li {  margin: 0 18px; padding: 10px 15px; }

/* TYPOGRAPHY */
p { margin-bottom: 1em; }
h1 { font-size: 1.8em; font-weight: bold; margin-bottom: 0.5em; font-family: 'Lobster',sans-serif; color: #fff; }
h2 { font-size: 1.2em; font-weight: bold; margin-bottom: 0.5em; color: #fff; }

/* LINKS */
a.button { margin: 7px 0; padding: 8px 12px; background: #083f5c; border:2px solid #fff; border-radius:10px; 
-moz-border-radius:10px; /* Firefox 3.6 and earlier */ text-decoration: none; color: #fff; }
a:hover.button { margin: 7px 0; padding: 8px 12px; background: #f3d56e; border:2px solid #fff; border-radius:10px; 
-moz-border-radius:10px; /* Firefox 3.6 and earlier */ text-decoration: none; color: #083f5c }

