/* CSS Document */

/* Reset */

* {
	border: 0;
	margin: 0;
	outline: 0;
  	padding: 0;
}

/* Basic Elements */

html {
	/*background: #9DBED2;*/
	background: #7093B4;
}

body {
	background: #FFF;
	color: #666;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a, a:link, a:visited, a:active {
	color: #4173A2;
	text-decoration: none;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}

a:hover {
	color: #4173A2;
}

p {
	margin-bottom: 10px;
}

h1 {
	color: #4173A2;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	color: #4173A2;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 10px;
}

h3 {
	color: #4173A2;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 10px;
}

.home h2, .home h3 {
	padding-top: 0;	
}

.contact h3 span {
	font-size:	12px;
	font-style: italic;
	font-weight: normal;
	padding-left: 10px;	
}

.clear {
	clear: both;
	visibility: hidden;
}

hr {
	height: 1px;
	width: 840px;
}


/* Layout */

#header-wrapper {
	background: #FFF;
	border-bottom: #EEE solid 1px;
	height: 120px;
	margin: 0 auto;
	min-width: 960px;
	width: 100%;
}

#header {
	background: #FFF;
	height: 100%;
	margin: 0 auto;
	min-width: 960px;
	width: 960px;
}

#logo {
	background: url('../img/logo.png') center right no-repeat;
	height: 120px;
	margin: 0;
	width: 380px;
}

#nav-outer-wrapper {
	/*background: #9DBED2;*/
	background: #7093B4;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
	height: 50px;
	min-width: 960px;
	position: relative;
	width: 100%;
	z-index: 100;
}

#nav-inner-wrapper {
	height: 100%;
	margin: 0 auto;
	min-width: 960px;
	width: 960px;
}

#main-wrapper {
	background: #FFF;
	width: 100%;	
}

#content-wrapper {
	background: #F5F5F5;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}

#content {
	box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
	min-height: 300px;
	padding: 20px;
	position: relative;
	width: 920px;
}

#content-left {
	float: left;
	padding: 20px;
	width: 550px;
}

#content-right {
	float: right;
	padding: 20px;
	width: 290px;
}

.contact #content-left {
	padding: 20px;
	width: 390px;
}

.contact #content-right {
	width: 450px;
}

.home #content-right {
	text-align: center;
}

.ie8 .home .box-shadow {
	background: url('../img/box-shadow.png') center center no-repeat;
	height: 196px;
	padding: 5px 10px 15px 10px;
	width: 290px;
}

.home #content-right .boxshadow a {
	display: block;
}

#content-right img {
	box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.5);	
}

#content-right p {
	padding: 10px 0 0 0;
}

#content-right p span {
	font-weight: bold;
}

#content ul {
	list-style-type: none;
	padding: 0 0 10px 10px;	
}

.contact #content-left p span {
	border-right: 1px solid #ACACAC;
	display: inline-block;
	margin-right: 20px;
	width: 60px;
}

#contact-form-container {
	padding: 0 0 0 30px;
	width: 420px;
}

#contact-form label {
	clear: left;
	color: #666; 
	float: left;
	font-size: 16px;
	margin: 7px 20px 4px 0;
	text-align: right;
	text-shadow: 0px 1px 0px #f2f2f2;
	width: 95px;
}

#contact-form input {
	background-color: #FAFAFA;
	border: 1px inset #FFF;
	box-shadow: inset 0px 0px 10px #b4b4b4;
	-moz-box-shadow: inset 0px 0px 10px #b4b4b4;
	-webkit-box-shadow: inset 0px 0px 10px #b4b4b4;
	color: #444;
	font-family: Century Gothic, Arial, Sans-Serif; 
	font-size: 15px;
	height: 30px;
	margin: 0 0 10px 0; 
	padding: 2px 20px 2px 20px;
	text-shadow: none;
	width: 260px;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}

#contact-form.with-select input {
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}

#contact-form select {
	background-color: #FAFAFA;
	border: 1px inset #FFF;
	color: #444;
	font-family: Century Gothic, Arial, Sans-Serif; 
	font-size: 15px;
	height: 36px;
	margin: 0 0 10px 0; 
	padding: 2px 4px 2px 20px;
	text-shadow: none;
	width: 302px;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}

#contact-form.with-select textarea {
	box-shadow:none;
	height:auto;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}

#contact-form textarea {
	background-color: #FAFAFA;
	border: 1px inset #FFF;
	box-shadow: inset 0px 0px 10px #b4b4b4;
	-moz-box-shadow: inset 0px 0px 10px #b4b4b4;
	-webkit-box-shadow: inset 0px 0px 10px #b4b4b4;
	color: #444;
	font-family: Century Gothic, Arial, Sans-Serif; 
	font-size: 15px;
	height: 120px;
	margin: 0 0 10px 0; 
	padding: 10px 20px 0px 20px;
	text-shadow: none;
	width: 260px;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}

#contact-form input:focus, #contact-form textarea:focus {
	border-color: #4173A2;
}

#contact-form input.submit {
	color: #6E6E6E;
	border: 1px solid #AAA;
	cursor: pointer;
	float: right;
	height: 30px;
	margin: 0 3px 0 0;
	padding: 0;
	text-shadow: 0px 1px 0px #B6B6B6;
	width: 70px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}

#contact-form input.submit:hover {
	border-color: #4173A2;
	color: #4173A2;
}

#contact-form input.submit:active {
	border: 1px inset #FFF;
	color: #4173A2;
}

#footer-wrapper {
	/*background: #9DBED2;*/
	background: #7093B4;
	box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
	height: 100px;
	min-width: 960px;
	width: 100%;
}

#footer {
	color: #F5F5F5;
	font-family: Century Gothic, Arial, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	height: 100%;
	margin: 0 auto;
	min-width: 960px;
	width: 960px;
}

#copyright {
	float: left;
	padding: 20px 0 0 20px;
	text-shadow: 0px -1px 0px #3E5E7C;
}

#footer-links {
	float: right;
	padding: 20px 20px 0 0;
	text-shadow: 0px -1px 0px #3E5E7C;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}

#footer-links a {
	color: #F5F5F5;
	
}

#footer-links a:hover {
	color: #FFF;
	text-shadow: 0px 1px 0px #3E5E7C;
}

/* Nav */

#nav {
	list-style-type: none;
	line-height: 50px;
	margin: 0;
	padding: 0;
}

#nav li {
	float: left;
	text-align: center;
	width: 20%;
	transition: color 0.2s linear, background 0.2s linear;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
}

#nav li a {
	color: #F5F5F5;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	height: 100%;
	text-shadow: 0px 1px 0px #585858;
	width: 100%;
	transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
}

#nav li:hover {
	/*background: #7EA9C4;*/
	background: #5D82A5;
}

#nav li:hover a {
	color: #FFF;
}

/* Slider */

#s3slider {
    width: 960px; /* important to be same as image width */
    height: 270px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden; /* important */
}
 
#s3sliderContent {
    width: 960px; /* important to be same as image width or wider */
    position: absolute; /* important */
    top: 0; /* important */
    margin-left: 0; /* important */
    list-style: none;
    margin: 0;
    padding: 0;
}
 
.s3sliderImage {
    float: left; /* important */
    position: relative; /* important */
    display: none; /* important */
}
 
.s3sliderImage span {
    position: absolute; /* important */
    right: 0;
    font: 12px/15px Century Gothic, Arial, Helvetica, sans-serif;
    height: 45px;
    line-height: 40px;
    padding: 0 15px;
    width: 374px;
    background-color: #000;
    filter: alpha(opacity=70); /* here you can set the opacity of box with text */
    -moz-opacity: 0.7; /* here you can set the opacity of box with text */
    -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
    opacity: 0.7; /* here you can set the opacity of box with text */
    color: #fff;
    display: none; /* important */
    bottom: 0; /*
        if you put top: 0;  -> the box with text will be shown 
                                at the top of the image
        if you put bottom: 0;  -> the box with text will be shown 
                                at the bottom of the image
    */
}