@charset "UTF-8";
/* CSS Document */


/* default element styles */
body {
	background-image: url(images/background.jpg);
	color: #3c6887;
	font-size: 11px;
	font-weight: bold;
	margin-top: 0;
	margin-left: 0;
	padding-top: 0;
	padding-left: 0;
	background-repeat: no-repeat;
}

img {
	border: 0;
}

h1 {
	margin-top: 2px;
	padding-top: 0px;
	margin-bottom: 2px;
	padding-bottom: 0px;	
	font-size: 18px;
}

h2 {
	margin-top: 2px;
	padding-top: 0px;
	font-size: 16px;
}

p {
	margin-top: 8px;
	margin-bottom: 8px;
}

a {
	color: #3c6887;
}

a:hover {
	color: black;
}

/* ID specific styles */
#global_menu {
	position: absolute;
	top: 140px;
	left: 645px;
	width: 270px;
	height: 20px;
	text-align: right;
}

#global_menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	margin-left: 5px;
	text-decoration: none;
}

#global_menu a:hover {
	text-decoration: underline;
	color: black;
}

#logo {
	position: absolute;
	left: 125px;
	top: 173px;
	width: 144px;
	height: 55px;
}

#menu {
 position: absolute;
 top: 195px;
 left: 310px;
}
 
#menu img {
 margin-right: 20px;
}

#six_steps {
	position: absolute;
	top: 240px;
	left: 780px;
	width: 80px;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}

#video {
	position: absolute;
	left: 161px;
	top: 301px;
	width: 351px;
	height: 321px;
}

#video_buttons {
	position: absolute;
	top: 588px;
	left: 305px;
}

#video_buttons img {
	margin: 0;
}

#content1 {
	position: absolute;
	left:535px;
	top: 295px;
	width: 305px;
	height: 165px;
	padding-right: 35px;
}

#content2_header {
	position: absolute;
	left:535px;
	top: 460px;
}

#content2 {
	position: absolute;
	left:535px;
	top: 497px;
	width: 340px;
	height: 105px;
	overflow: auto;
}

#content3_header {
	position: absolute;
	left:535px;
	top: 605px;
}

#content3 {
	position: absolute;
	left:535px;
	top: 642px;
	overflow: auto;
	width: 340px;
	height: 105px;
}

#other_stuff {
	position: absolute;
	top: 667px;
	left: 127px;
}

#other_stuff img {
	margin: 0;
}

#other_stuff a {
	text-decoration: none;
}

#overtext1 {
	display: block;
	top: 707px;
	left: 211px;
	z-index: 100;
	position: absolute; 
	width: 100px;
	padding: 5px;
	margin: 10px;
	color: white; 
	background-color: #005d7e;
}

#overtext2 {
	display: block;
	top: 707px;
	left: 341px;
	z-index: 100;
	position: absolute; 
	width: 100px;
	padding: 5px;
	margin: 10px;
	color: white; 
	background-color: #005d7e;
}

#overtext3 {
	display: block;
	top: 707px;
	left: 481px;
	z-index: 100;
	position: absolute; 
	width: 100px;
	padding: 5px;
	margin: 10px;
	color: white; 
	background-color: #005d7e;
}


#footer {
	position: absolute;
	top: 750px;
	left: 113px;
	width: 800px;
	font-size: 10px;
}

#terms_privacy {
	display: block;
	float: right;
}

#terms_privacy a {
	margin-left: 15px;
}

/* classes */
.divider {
	display: block;
	width: 341px;
	height: 3px;
	margin-bottom: 5px;
	background-image: url(images/divider.jpg);
	background-repeat: no-repeat;
}

