@charset "UTF-8";
* {
	margin: 0px;
	padding: 0PX;
	}
body {
	font-family: Helvetica, sans-serif;
	background-color: #CCCCCC;
	background-image: url(../images/background-stripes.png);
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	width: 756px;
	position: relative;
	background-color: rgb(255,255,255);
	padding: 0px 33px;
	border: 1px solid rgb(149,149,152);
	border-width: 0px 1px 1px;
}
#content {
	background-color: rgb(255,255,255);
	width: 754px;
}
img#gprs-logo {
	float: left;
	padding-left: 10px;
	}
/*#topTab {
	text-align: right;
	}*/
#topTab p {
	text-align: right;
	font-size: 12px;
	color: rgb(255,255,255);
	font-weight: bold;
	background-image: url(../images/topTab.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 5px 24px 15px;
	;
	}	
#nav {
	clear: both;
	}
#nav ul, #footer ul {
	list-sty-le-type: none;
	background-color: rgb(209,212,212);
	margin: 0px;
	padding: 0px;
}
#nav li, #footer li {
	display: inline;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
	float: left;
}
#nav li.contactLink a, #footer li.contactLink a {
	border-right: 1px solid rgb(168,169,172);
}
#nav a, #footer a {
	color: rgb(255,255,255);
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	border: 2px solid rgb(255,255,255);
	border-width: 0px 3px 0px 0px;
	font-size: 11px;
	padding: 4px 30px;	
	}
#nav .key a, #footer .key a {
	background-color: rgb(129,130,133);
}
#nav .key a:hover, #footer .key a:hover {
	background-color: rgb(109,110,113);
}
#nav .utl a, #footer .utl a {
	background-color: rgb(168,169,172);
}
#nav .utl a:hover, #footer .utl a:hover {
	background-color: rgb(158,159,162);
}
#nav li.contactLink a {
	border-right: 1px solid rgb(168,169,172);
}
.clearer {
	width: 100%;
	height: 1px;
	clear: both;
	}
#main-content {
	margin: 22px 20px;
	border: 1px solid rgb(204,204,204);
	padding: 20px;
	background-image: url(../images/mainContent_background.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
#main-image {
	position: absolute;
	left: 417px;
	top: 141px;
	}
h1, h2 {
	font-size: 34px;
	line-height: 43px;
	font-weight: normal;
	width: 340px;
	color: rgb(35,23,85);
	padding-bottom: 12px;
	margin-bottom: 12px;
	background-image: url(../images/green-dots_home.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
h1 .headingSupplement {
	font-size: 24px;
	}
h2 {
	font-size: 16px;
	line-height: 20px;
	}
#main-content p, #main-content ul, #main-content dl  {
	color: rgb(102,102,102);
	width: 328px;
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 18px;
}
#main-content ul {
	margin-left: 15px;
	}
#intro, .intro {
	font-weight: bold;
	color: rgb(129,130,133);
	}
p#callNow {
	font-weight: bold;
	color: rgb(255,255,255);
	background-image: url(../images/greenbox_home.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	margin-left: -11px;
	width: 350px;
	padding-top: 7px;
	font-size: 13px;
}
p#legal {
	font-size: 10px;
	text-transform: uppercase;
	color: rgb(168,169,172);
	text-align: center;
	padding: 10px 0px 20px;
}
#main-content p.statement {
	font-size: 24px;
	color: rgb(15,201,15);
	line-height: 32px;
	width: 422px;
	padding-bottom: 27px;
}
.hide {
	display: none;
	}