html {
	background-color:#efefef;
}


body {
	font-family: arial, helvetica, georgia, sans-serif;
	background:none;
}

a {
	text-decoration: none;
	color: #002d56;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

#container {
	width:950px;
	text-align:left;
	margin: 20px auto 0 auto;
	background-color:#fff;
	padding:15px 20px 20px 20px;
	-moz-box-shadow:0 0 6px 6px rgba(0, 0, 0, 0.10);
	box-shadow:0 0 6px 6px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow:0 0 6px 6px rgba(0, 0, 0, 0.10);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	overflow:hidden;
}

#container p {
	padding:0 30px;
	margin-bottom:25px;
	line-height:18px;
}

#container h2 {
	font-size:20px;
	color:#005FA8;
	font-weight:bold;
	margin:0 0 15px 30px;
}

#container ul, #container ul li a {
	list-style-type: none;
}

div#header {
	background: url(images/header.jpg) no-repeat;
	width:894px;
	height:222px;
	margin:0 auto 15px auto;
}

div#left {
	width:570px;
	height:375px;
	margin:25px 0 100px 30px;
	float:left;
}
div#video {
	width:570px;
	height:325px;
	border:5px solid #005FA8;
	float:left;
	
}

div#right {
	float:right;
	margin: 25px 10px 0 10px;
	width:295px;
	position:relative;
}

div#right div.right-arrow {
	background: url(images/right-arrow.png) no-repeat;
	position:absolute;
	top:108px;
	right:18px;
	width:55px;
	height:83px;
	z-index:10000;
}

div#right ol#list {
	margin-left:20px;
	margin-top:10px;
}

div#right ol li {

	/*google fonts*/
	font-family: "Yanone Kaffeesatz", serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0;
	word-spacing: 0;
	line-height: 1;

	color:#005FA8;
	font-weight:bold;
	list-style-type:decimal;
	list-style-position:outside;
}

div#form {
	background:#fbf6de;
	border:solid 1px #d9ce9a;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:20px;
	position:relative;
	margin:30px 0 0 -9px;
}

label {
	color:#005f95;
	display:block;
	font-weight:bold;
	margin-bottom:5px;
}

td {
	padding-bottom:7px;
}

.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	font-weight:bold;
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

div#footer {
	clear:both;
	padding-top:10px;
	text-align:center;
	border-top:1px solid #C2E0EF;
}

div#footer a, div#footer p {
	font-size:12px;
	color:#3f3f3f;
	
}
