@charset "utf-8";
/* CSS Document */

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

body {
	text-align:center;
	background:#00447A url(img/BG.jpg) repeat-x;
	}

#wrapper {
	margin:0 auto;
	background:#E3E3E3 url(img/wrapper-BG.jpg) repeat-y;
	width:760px;
	text-align:left;
	}

#logo {
	position:relative;
	top:8px;
	left:221px;
	background:transparent url(img/GETPro_logo.gif) no-repeat;
	width:316px;
	height:175px;
	z-index:5;
	}

#masthead {
	position:relative;
	top:-175px;
	left:5px;
	background:transparent url(img/masthead-BG.jpg) no-repeat;
	width:750px;
	height:137px;
	z-index:0;
	}

#rotator_wrapper {
	position:relative;
	top:-175px;
	left:5px;
	background:#003366;
	width:750px;
	height:226px;
	}

#content_wrapper {
	position:relative;
	top:-175px;
	left:5px;
	width:750px;
	}

#footer_wrapper {
	position:relative;
	top:-45px;
	left:5px;
	width:750px;
	}	

/* LOGO
--------------------------*/

#logo h1, #logo h2, #logo h3 {
	display:none;
	}

#logo a.homeLink {
	width:316px;
	height:146px;
	display:block;
	}

#navigation {
	padding:4px 0;
	text-align:center;
	}

#navigation ul {
	list-style-type:none;
	}

#navigation li {
	margin:0 6px;
	display:inline;
	list-style:none;
	}

#navigation a:link, #navigation a:visited, #navigation a:active {
	color:#0066CC;
	text-decoration:none;
	}

#navigation a:hover {
	color:#993300;
	text-decoration:underline;
	}

/* MASTHEAD
-----------------------*/
#masthead_left {
	width:200px;
	height:70px;
	float:left;
	margin:15px 0 0 10px;
	text-align:center;
	}

#masthead_right {
	width:200px;
	height:70px;
	float:right;
	margin:15px 10px 0 0;
	text-align:center;
	}

#masthead_left p, #masthead_right p {
	font-size:16px;
	font-weight:lighter;
	color:#003366;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	}

/* PRODUCT ROTATOR
------------------------*/
#rotator {
	background:transparent;
	}
	
#rotator h2 {
	padding:15px 0 0 45px;
	color:#FFFFFF;
	font-weight:normal;
	font-size:24px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
#worldwide_rotator {
	background:transparent;
	height:203px;
	}

#rotator_nav {
	height:23px;
	background:#990000 url(img/rotator_nav-BG.jpg) no-repeat;
	}

#rotator_nav ul {
	list-style-type:none;
	}

#rotator_nav li {
	margin:0 6px;
	padding:4px 0 0 0;
	float:left;
	list-style:none;
	}

#rotator_nav a:link, #rotator_nav a:active, #rotator_nav a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	}

#rotator_nav a:hover {
	color:#92CEFE;
	}

/* CONTENT
------------------- */

#content_wrapper h1 {
	padding:17px 0 0 50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#2861BF;
	font-weight:normal;
	}

#content_wrapper p {
	padding:8px 52px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#000000;
	}

/* FOOTER
------------------- */

#footer_nav {
	padding:8px 0 0 0;
	height:30px;
	width:750px;
	background:#E3E3E3 url(img/footer_nav-BG.png) no-repeat;
	text-align:center;
	}

#footer_nav ul {
	list-style-type:none;
	}

#footer_nav li {
	margin:0 8px;
	display:inline;
	}

#footer_nav a:link, #footer_nav a:visited, #footer_nav a:active {
	color:#003366;
	text-decoration:none;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	}

#footer_nav a:hover {
	color:#993300;
	text-decoration:underline;
	}

#footer_disclaimer {
	margin:25px 0 0 0;
	background:transparent;
	text-align:center;
	}

#footer_disclaimer p {
	font-family:"Trebuchet MS", Garamond, Georgia;
	font-size:12px;
	color:#000000;
	}

#footer_disclaimer a:link, #footer_disclaimer a:visited, #footer_disclaimer a:active {
	color:#006699;
	text-decoration:none;
	}

#footer_disclaimer a:hover {
	color:#000000;
	text-decoration:underline;
	}
	