/* GENERAL
--------------------------------------- */

body { 
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial;
	color: #CCCCCC;
	font-size: 13px;
	background-image: url(../images/background.jpg);
	background-position: top;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

a {
	color: #AAAAAA;
	text-decoration: none;
	border: none;
	outline: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

img {
	border: none;
	outline: none;
}

.clear {
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-family: 'MuseoSans500';
}

h1 {
	font-weight: bold;
	letter-spacing: -2px;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 20px;
	margin-top: -3px;
	font-size: 18px;
	font-family: 'MuseoSans500';
}

#left h3 {
	margin-bottom: 5px;
	font-size: 16px;
	color: #999999;
}

#right h3 {
	margin-bottom: 5px;
	font-size: 16px;
	background-color: rgba(0, 0, 0, .3);
	padding: 10px 10px;
}

#container {
	width: 960px;
	position: absolute;
	left: 50%;
	margin-left: -470px;
	margin-top: 100px;
	margin-bottom: 100px;
}

#left {
	color: #AAAAAA;
	width: 400px;
	height: auto;
	float: left;
	margin: 0 auto;
	margin-right: 60px;	
}

.logo {
	float: left;
	margin-right: 20px;
}

.map {
	width: 400px;
	height: 100px;
	background-image: url(../images/map2.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.map a {
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
        	-ms-transition: opacity .2s linear;
        	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.map a:hover {
	opacity: 0;
}



.video {
	width: 380px;
	height: 280px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-image: url(../images/video2.jpg);
	background-position: center center;
	background-repeat: repeat;

	border: 10px solid #001534;
	margin-bottom: 20px;
}

.video a {
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
        	-ms-transition: opacity .2s linear;
        	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.video a:hover {
	opacity: 0;
}

.newsletter {
    margin-top: 20px;
float: right;
}

.newsletter form ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.newsletter form ul li {
    margin: 0px;
    padding: 0px;
    float: left;
    margin-right: 5px;
}

.newsletter form ul li:last-child {
    margin: 0px;
}



.newsletter form input.field {
    border: 0px;
    padding: 5px;
    width: 137px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px;
    color: #999999;
	background-color: #EEEEEE;
	border: 2px solid #CCCCCC;
}

.newsletter form input.submit {
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0px;
    color: #999999;
    font-size: 13px;
 	background-color: #EEEEEE;
	border: 2px solid #CCCCCC;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.newsletter form input.submit:hover {
    color: #555555;
    background-color: #DDDDDD;
}


#right {
	width: 440px;
	position: relative;
	z-index: 0;
	left: 0px;
	height: auto;
	float: left;
	text-shadow: 0px 0px 10px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=0);
}

.float_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 25px;
	line-height: 18px;
	margin-left: 10px;
}

p span {
	font-size: 12px;
}



ul.list {
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	font-size: 12px;
}

ul.list li {
	width: 200px;
	min-height: 20px;
	line-height: 20px;
	float: left;
	margin-left: 15px;
	margin-right: 20px;	
}

ul.list2 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-top: 20px;
}

ul.list2 li {
	width: 205px;
	float: left;
	margin-right: 20px;	
}

ul li.last {
	margin-right: 0px;	
}

ul span {
	font-size: 12px;
	font-style: italic;
}



#footer {
	color: #999999;
	margin-top: 100px;
	font-size: 11px;
	float: right;
}

#footer a {
	color: #999999;
}

#footer a:hover {
	color: #444444;
}



