/* css */

body {
	/*
	background-image: url('../images/bg-site.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left bottom;
	*/
	background-color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0;
	padding: 0;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	white-space: nowrap;
	-webkit-transition: all 0.3s linear;
	   -moz-transition: all 0.3s linear;
	        transition: all 0.3s linear;
}

h1 {font-size: 22px; color: #555555;}
h2 {font-size: 18px;}

.b {font-weight: bold;}
.i {font-style: italic;}
.u {text-decoration: underline;}
.wrap {white-space: normal;}
.nowrap {white-space: nowrap;}
.img-scale {width: 100%; height: auto;}
.img-scale-max {max-width: 100%; height: auto;}
.img-banner {background-color: #D7DCE2; border-bottom: 2px solid #990000;}
.round {-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}
.round-logo {-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.center {text-align: center;}
.valignb {vertical-align: bottom;}
.bodytext1 {line-height: 26px;}
.tagline {font-size: 32px; color: #A4AFBD; opacity: 0.5;}
.footer {font-size: 10px; color: #EEEEEE;}

.menu {margin: 0; padding: 0;}
.menu-show-hide {display: none;}

.scrollup {
	display: none;
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 35px;
    right: 10px;
    background-image: url('../images/icon-arrow-3.gif');
	background-repeat: no-repeat;
	background-position: center;
    background-color: #990000;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}

a:link {text-decoration: underline; color: #000000;}
a:visited {text-decoration: underline; color: #000000;}
a:hover {text-decoration: underline; color: #990000;}
a:active {text-decoration: underline; color: #990000;}


a.button-nav-1:link {
	display: inline;
	text-decoration: none;
	color: #333333;
	background-image: url('../images/icon-arrow-2.gif');
	background-repeat: no-repeat;
	background-position: 50% -50%;
	background-color: #EEEEEE;
	margin: 0;
	padding: 10px;
}

a.button-nav-1:visited {
	display: inline;
	text-decoration: none;
	color: #333333;
	background-image: url('../images/icon-arrow-2.gif');
	background-repeat: no-repeat;
	background-position: 50% -50%;
	background-color: #EEEEEE;
	margin: 0;
	padding: 10px;
}

a.button-nav-1:hover {
	display: inline;
	text-decoration: none;
	color: #990000;
	background-image: url('../images/icon-arrow-2.gif');
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-color: #D7DCE2;
	margin: 0;
	padding: 10px 20px 10px 20px;
}

a.button-nav-1:active {
	display: inline;
	text-decoration: none;
	color: #990000;
	background-image: url('../images/icon-arrow-2.gif');
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-color: #D7DCE2;
	margin: 0;
	padding: 10px 20px 10px 20px;
}



a.button-menu-1:link {
	display: block;
	text-decoration: none;
	color: #333333;
	margin: 0;
	padding: 10px;
	border-top: 1px solid #FFFFFF;
}

a.button-menu-1:visited {
	display: block;
	text-decoration: none;
	color: #333333;
	margin: 0;
	padding: 10px;
	border-top: 1px solid #FFFFFF;
}

a.button-menu-1:hover {
	display: block;
	text-decoration: none;
	color: #990000;
	background-color: #D7DCE2;
	margin: 0;
	padding: 10px;
	border-top: 1px solid #FFFFFF;
}

a.button-menu-1:active {
	display: block;
	text-decoration: none;
	color: #990000;
	background-color: #D7DCE2;
	margin: 0;
	padding: 10px;
	border-top: 1px solid #FFFFFF;
}



a.button:link {
	display: inline-block;
	text-decoration: none;
	line-height: 18px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	-webkit-box-shadow: 0 2px 2px 0 #666666;
	   -moz-box-shadow: 0 2px 2px 0 #666666;
	        box-shadow: 0 2px 2px 0 #666666;
	margin-bottom: 15px;
	padding: 10px;
	white-space: normal;
	opacity: 0.8;
}

a.button:visited {
	display: inline-block;
	text-decoration: none;
	line-height: 18px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	-webkit-box-shadow: 0 2px 2px 0 #666666;
	   -moz-box-shadow: 0 2px 2px 0 #666666;
	        box-shadow: 0 2px 2px 0 #666666;
	margin-bottom: 15px;
	padding: 10px;
	white-space: normal;
	opacity: 0.8;
}

a.button:hover {
	display: inline-block;
	text-decoration: none;
	line-height: 18px;
	color: #990000;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	-webkit-box-shadow: 0 0 0 0 #666666;
	   -moz-box-shadow: 0 0 0 0 #666666;
	        box-shadow: 0 0 0 0 #666666;
	margin-bottom: 15px;
	padding: 10px;
	white-space: normal;
	opacity: 1;
}

a.button:active {
	display: inline-block;
	text-decoration: none;
	line-height: 18px;
	color: #990000;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	-webkit-box-shadow: 0 0 0 0 #666666;
	   -moz-box-shadow: 0 0 0 0 #666666;
	        box-shadow: 0 0 0 0 #666666;
	margin-bottom: 15px;
	padding: 10px;
	white-space: normal;
	opacity: 1;
}



a.button-menu-hover:hover {padding-right: 20px;}

a.banner:link {text-decoration: none; opacity: 0.7;}
a.banner:visited {text-decoration: none; opacity: 0.7;}
a.banner:hover {text-decoration: none; opacity: 1;}
a.banner:active {text-decoration: none; opacity: 1;}

a.scroll:link {text-decoration: none; opacity: 0.3;}
a.scroll:visited {text-decoration: none; opacity: 0.3;}
a.scroll:hover {text-decoration: none; opacity: 0.7;}
a.scroll:active {text-decoration: none; opacity: 0.7;}



#wrapper {
 	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#header {
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 0;
}

#logo {
	margin: 0;
	padding: 15px 0 5px 0;
	text-align: center;
}

#nav {
	max-width: 1500px;
	background-color: #EEEEEE;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	text-align: center;
	border-top: 1px solid #FFFFFF;
}

#nav-menu {
	display: none;
	background-color: #EEEEEE;
	margin: 0;
	padding: 0;
	text-align: right;
}

#lrg-banner {
	max-width: 1500px;
	margin: 0 auto;
	padding: 0;
}

#content {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px 0 10px;
	text-align: left;
}

#spotlight-wrapper {
	margin: 0;
	padding: 10px 0 50px 0;
	text-align: center;
}

#spotlight-left {
	display: inline-block;
	background-image: url('../images/bg-div.png');
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: left top;
	max-width: 200px;
	margin: 5px;
	padding: 5px;
}

#spotlight-center {
	display: inline-block;
	background-image: url('../images/bg-div.png');
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: left top;
	max-width: 200px;
	margin: 5px;
	padding: 5px;
}

#spotlight-right {
	display: inline-block;
	background-image: url('../images/bg-div.png');
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: left top;
	max-width: 200px;
	margin: 5px;
	padding: 5px;
}

#footer-image {
	position: fixed;
	bottom: 0;
	left: 0;
	margin-bottom: -5px;
	padding: 0;
	z-index: -1;
}

#footer {
	background-color: #990000;
	position: fixed;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 5px;
	text-align: center;
	opacity: 0.7;
}



/* form */

#form {
	width: 250px;
	height: 400px;
	padding: 5px;
	margin: 0 auto;
}

#form input, #form textarea {
	width: 200px;
	padding: 5px;
	margin: 5px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #999999;
	background-color: #EEEEEE;
	border: 1px solid #999999;
	-webkit-transition: all 0.3s linear;
	   -moz-transition: all 0.3s linear;
	        transition: all 0.3s linear;
}

#form textarea {
	height: 100px;
	max-height: 250px;
	max-width: 230px;
	min-width: 200px;
}

#form input:focus, #form textarea:focus {
	color: #990000;
	background-color: #FFFFFF;
	border: 1px solid #990000;
	outline: none;
	-webkit-transition: all 0.3s linear;
	   -moz-transition: all 0.3s linear;
	        transition: all 0.3s linear;
}

#form input.button-submit {
	width: 100px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	-webkit-box-shadow: 0 2px 2px 0 #666666;
	   -moz-box-shadow: 0 2px 2px 0 #666666;
	        box-shadow: 0 2px 2px 0 #666666;
	margin-bottom: 15px;
	padding: 10px;
	white-space: normal;
	opacity: 0.8;
	-webkit-transition: all 0.3s linear;
	   -moz-transition: all 0.3s linear;
	        transition: all 0.3s linear;
}

#form input.button-submit:hover {
	cursor: pointer;
	width: 100px;
	color: #990000;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	-webkit-box-shadow: 0 0 0 0 #666666;
	   -moz-box-shadow: 0 0 0 0 #666666;
	        box-shadow: 0 0 0 0 #666666;
	margin-bottom: 15px;
	padding: 10px;
	white-space: normal;
	opacity: 1;
	-webkit-transition: all 0.3s linear;
	   -moz-transition: all 0.3s linear;
	        transition: all 0.3s linear;
}



/* responsive */

@media screen and (max-width: 960px) {
.img-banner {background-color: #D7DCE2; border-bottom: 2px solid #666666;}
#footer {
	background-color: #666666;
	}
}

@media screen and (max-width: 768px) {
.img-banner {background-color: #D7DCE2; border-bottom: 2px solid #444444;}
#footer {
	background-color: #444444;
	}
}

@media screen and (max-width: 550px) {
.img-banner {background-color: #D7DCE2; border-bottom: 2px solid #222222;}
#footer {
	background-color: #222222;
	}
#nav {
	display: none;
	}
#nav-menu {
	display: block;
	}
}

@media screen and (max-width: 320px) {
.img-banner {background-color: #D7DCE2; border-bottom: 2px solid #000000;}
#footer {
	background-color: #000000;
	}
}
