* {
	padding: 0;
	margin: 0;
	border: 0;
	}
a:active, a:focus {
      outline: 0;
      }
body {
	border: 0;
	background: #cecece;
	font-family: Helvetica, Arial, sans-serif;
	}
#wrapper { 
	margin: 20px auto;
	position: relative;
	width: 802px;
	background-image: url(images/bg.gif);
	background-position: 0 15px;
	background-repeat: repeat-y;
	min-height: 100%;
	}
img {
	border: 0;
	}
#one, #two, #three, #four, #five, #six, #seven, #eight, #nine, #ten {
	display: none;
	font-size: 12px;
	}
#two-one, #two-two, #two-three, #two-four, #two-five, #two-six, #two-seven, #two-eight, #two-nine, #two-ten {
	display: none;
	font-size: 12px;
	}
/* ================================================================================ CONTENT
*/
#content {
	position: inherit;
	background-color: none;
	margin: 145px 77px 25px 0;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	line-height: 1.7em;
	width: 486px;
	height: auto;
	float: right;
	}

* html #content {margin:145px 40px 25px 0px;}
	
#content p {
	margin-bottom: 1.5em;
	}
#content a {
	font-weight: bold;
	color: #006def;
	text-decoration: none;
	border-bottom: dotted #006def 1px;
	}
#content a:hover {
	color: #ef0000;
	border-bottom: dashed #ef0000 1px;
	}
#content a:active {
	outline: none;
	}
#content a.external {
	text-decoration: none;
	font-weight: normal;
	border-bottom: solid 1px #e4e4e4;
	color: #000;
	padding: 0 15px 0 0;
	}
#content a.external span {
	background-image: url(images/sprite_link.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-left: 3px;
	position: absolute;
	text-indent:-999999px;
	width: 12px;
	}
#content a.external:visited span {
	background-position: 0 -24px;
	}
#content a.external:hover span {
	background-position: 0 -48px;
	}
#content a.external:active span {
	background-position: 0 -72px;
	}
#content h1 {
	font-size: 32px;
	line-height: 32px;
	vertical-align: top;
	letter-spacing: -1px;
	margin: -5px 0 0.5em 0;
	font-weight: bold;
	color: #0049a3;
	font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
	}
#content h2 {
	font-size: 24px;
	line-height: 26px;
	margin: 0 0 0.5em 0;
	font-weight: bold;
	color: #ff5000;
	font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
	}
#content h3 {
	font-size: 16px;
	margin: 0;
	font-weight: bold;
	color: #ff5000;
	font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
	}
#content h4 {
	font-size: 14px;
	margin: 0;
	font-weight: bold;
	color: #124884;
	font-family: Arial, Helvetica, sans-serif;
	}
#content blockquote {
	font-size: 14px;
	line-height: 1.7em;
	padding: 0 0 0 65px;
	font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
	margin: 0 15px 0 0;
	color: #006def;
	background: url(images/blockquote.gif) no-repeat;
	}
#content blockquote .byline {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.7em;
	}
#content blockquote .byline a {
	color: #006def;
	font-weight: bold;
	border: 0;
	}
#content ul, ol {
	margin: 0 0 20px 45px;
	font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
	}
#content ul li {
	list-style: outside;
	font-family: Arial, Helvetica, sans-serif;
	color: #124884;	
	}
#content ol li {
	list-style: inside;
	color: #006def;	
	font-family: Arial, Helvetica, sans-serif;
	}
#content ul li strong {
	color: #c00;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}
#content ol.topten {
	margin: 0 0 15px 40px;
	}
#content ol.topten p {
	font-family: Arial, Helvetica, sans-serif;
	}
#content ol.topten li {
	margin: 0 0 0 0;
	list-style: outside;
	font-size: 15px;
	color: #006def;	
	list-style-type: decimal;
	}
#content ol.topten li li {
	list-style-type: upper-roman;
	}
#content ol.topten li li li {
	list-style-type: lower-alpha;
	}
#content ol.topten li a {
	border: none;
	}
#content ol.topten li a span {
	color: #c00;	
	list-style-type: decimal;
	border: none;
	}
#content ol.topten ul {
	margin: 0 0 0 0;
	list-style: inside;
	font-size: 15px;
	color: #c00;	
	list-style-type: none;
	}
#content ol.topten div {
	margin: 15px;
	}
#content ol.topten p {
	margin: 0 0 15px 0;
	}
#content ol.topten p + p {	
	text-indent: 30px;
	}
#content ol.topten blockquote {
	background: none;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 15px 25px;
	padding: 0 0 0 15px;
	border-left: 1px dotted #c00;
	}
#content ol.topten blockquote strong {
	color: #c00;
	}
#content hr {
	border: none 0; 
	border-top: 1px solid #006def;
	height: 1px;
	margin: 10px auto;
	}
#content strong.phone {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #ef0000;
	}
#content div.top {
	height: 16px;
	width: 100%;
	background: #fff url(images/bg_top.gif) repeat-x;
	margin-bottom: 20px;
	}
#content a.top {
	text-decoration: none;
	font-weight: normal;
	border: none;
	color: #000;
	display: block;
	width: 92px;
	height: 16px;
	padding: 0;
	background-image: url(images/sprite_top.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
#content a.top span {
	margin: 0;
	position: absolute;
	overflow: hidden;
	text-indent:-999999px;
	}
#content a.top:hover {
	background-position: 0 -16px;
	border-bottom: none;
	}
#content p.breadcrumb {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ff5000;
	}
#content .strike {
	text-decoration: line-through;
	color: #c00;
	}
#content .notes {
	font-size: 10px;
	line-height: 14px;
	border: 0;
	margin: 0;
	padding: 0;
	}
#content div.callout {
	width: 450px;
	background: #f2f8ff;
	border: 1px solid #006def;
	padding: 3px 5px;
	margin: 0 0 10px 10px;
	}
#content div.callout p {
	padding: 0;
	margin-bottom: 0;
	}
/* ============================================================ IMAGE FIELDS
*/
#content span.caption {
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	color: #666;
	width: 240px;
	background: #e4e4e4;
	padding: 0 0 8px 0;
	float: right;
	margin: 0 0 5px 10px;
	line-height: normal;
	border-bottom: 1px dotted #666;
	}
#content span.caption a {
	border: none;
	}
#content span.caption strong {
	display: block;
	font-weight: bold;
	padding: 0 10px;
	}
#content span.caption img {
	padding: 0 0 5px 0;
	background: #fff;
	margin: 0 0 5px 0;
	}
img.image_left {
	float: left;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	}
img.image_right {
	float: right;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	}

#content .image-and-caption {float:right;width: 240px;margin:0 0 5px 10px;}
#content .image-and-caption p {
	clear:both;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	color: #666;
	width: 230px;
	background: #e4e4e4;
	padding: 8px 5px 8px 5px;
	margin: 0 0 5px 10px;
	line-height: normal;
	border-bottom: 1px dotted #666;
	float:right;
	}
	
/* ======================================== SIGN-RIGHT
*/
#content span.sign-right {
	width: 225px;
	margin: 10px 0 0 0;
	float: right;
	}
#content span.sign-right img {
	background: #fff;
	padding: 0;
	border: 0;
	margin: 0 0 10px 10px;
	vertical-align: top;
	}
#content span.sign-right a {
	border: 0;
	}
#content span.sign-right a img:hover {
	background: #fff;
	padding: 2px;
	border: 4px solid #f2da00;
	margin: -6px -6px 4px 4px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
/* ======================================== SIGN-LEFT
*/
#content span.sign-left {
	width: 225px;
	margin: 10px 0 0 0;
	float: left;
	}
#content span.sign-left img {
	background: #fff;
	padding: 0;
	border: 0;
	margin: 0 10px 10px 0;
	vertical-align: top;
	}
#content span.sign-left a {
	border: 0;
	}
#content span.sign-left a img:hover {
	background: #fff;
	padding: 2px;
	border: 4px solid #f2da00;
	margin: -6px 4px 4px -6px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
/* ================================================================================ HEADER
*/
#header {
	position: absolute;
	margin: 0 auto;
	padding: 0 50px 0 50px;
	background-color: #cecece;
	text-align: left;
	vertical-align: top;
	height: 120px;
	width: 700px;
	float: left;
	background-image: url(images/bg_header.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	}
#header div#contact {
	width: 200px;
	height: 75px;
	float: right;
	}
#header h1 {
	font-size: 48px;
	line-height: 48px;
	vertical-align: top;
	letter-spacing: -2px;
	font-weight: bold;
	color: #006def;
	font-family: Helvetica, Arial, sans-serif;
	}
#header p {
	font-size: 14px;
	color: #006def;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	}
#header p .phone {
	font-size: 24px;
	margin-left: 25px;
	color: #cf0000;
	}
#header div#arrow {
	position: absolute;
	background: url(images/arrow.gif) no-repeat 0 0;
	margin: 65px 0 0 710px;
	width: 131px;
	height: 66px;
	}
#header div.logo {
	position: absolute;
	margin: 10px 0 0 -20px;
	}
#header div.title {
	position: absolute;
	margin: 0 0 0 160px;
	}
/* ================================================================================ SIDEBAR
*/
#sidebar { 
	position: absolute;
	padding: 0 0 0 5px;
	text-align: left;
	vertical-align: top;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 120px 0 0 50px;
	width: 159px;
	height: auto;
	float: left;
	}
#sidebar ul, li {
	margin: 0;
	padding: 0 12px 0 0;
	list-style: none;
	}
#sidebar .title {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	padding: 5px 0 0 5px;
	height: 16px;
	width: 125px;
	color: #fff;
	border: 0;
	margin: 5px 0;
	background-color: #006def;
	-moz-border-radius: 0 0 8px 0;
	-webkit-border-radius: 0 0 8px 0;
	}
#sidebar li.nolink {
	height: 18px;
	font-size: 14px;
	display: block;
	overflow: hidden;
	color: #006def;
	text-decoration: none;
	padding: 2px 0 0 5px;
	margin: 0 5px 0 0;
	font-weight: bold;
	text-transform: uppercase;
	}
#sidebar a.button {
	height: 18px;
	font-size: 12px;
	display: block;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	padding: 2px 0 0 30px;
	margin: 0 5px 0 -25px;
	}
#sidebar a.button:hover {
	color: #0049a3;
	-moz-border-radius: 0 0 8px 0;
	-webkit-border-radius: 8px;
	background-color: #fff;
	background-image: url(images/sprite_menu.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
#sidebar .quicknews {
	width: 120px;
	font-size: 10px;
	color: #fff;
	padding: 0 0 5px 5px;
	}
#sidebar .quicknews h1 {
	font-size: 12px;
	margin: 0;
	padding: 0;
	}
#sidebar .quicknews img {
	margin: 5px 0;
	}
#sidebar .quicknews a.image {
	background: none;
	padding: 0;
	}
#sidebar .quicknews a.image:hover {
	background: none;
	padding: 0;
	}
#sidebar .quicknews a {
	background-color: #006def;
	color: #fff;
	text-decoration: none;
	padding: 1px 2px;
	margin: -1px -2px;
	}
#sidebar .quicknews a:hover {
	background-color: #fff;
	color: #0049a3;
	text-decoration: none;
	}
/* ================================================================================ QUICKLINKS
*/
#quicklinks  {
	position: absolute;
	display: block;
	width: 40px;
	height: 680px;
	background: url(images/bg_quicklinks.png) no-repeat 0 0;
	float: right;
	margin: 135px 0 0 750px;
	padding: 0;
	}
#quicklinks a.tab {
	text-decoration: none;
	font-weight: normal;
	border-bottom: none;
	color: #000;
	display: block;
	width: 40px;
	height: 110px;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 40px 0;
	}
#quicklinks a.tab span {
	margin: 0;
	position: absolute;
	overflow: hidden;
	text-indent:-999999px;
	}
#quicklinks a.tab#red {
	background-position: 0 0;	
	}
#quicklinks a.tab#red:hover {
	background-position: -40px 0;	
	}
#quicklinks a.tab#green {
	background-position: 0 -110px;	
	}
#quicklinks a.tab#green:hover {
	background-position: -40px -110px;	
	}
#quicklinks a.tab#blue {
	background-position: 0 -220px;	
	}
#quicklinks a.tab#blue:hover {
	background-position: -40px -220px;	
	}
#quicklinks a.tab#orange {
	background-position: 0 -330px;	
	}
#quicklinks a.tab#orange:hover {
	background-position: -40px -330px;	
	}
#quicklinks a.tab#purple {
	background-position: 0 -440px;	
	}
#quicklinks a.tab#purple:hover {
	background-position: -40px -440px;	
	}
#quicklinks a.tab#cyan {
	background-position: 0 -550px;	
	}
#quicklinks a.tab#cyan:hover {
	background-position: -40px -550px;	
	}
/* ================================================================================ CLEAR
*/
#clear {
 clear:both;
	}
/* ================================================================================ FOOTER
*/
#footer {
	text-align: center;
	width: 800px;
	height: 60px;
	clear: both;
	background-image: url(images/gpn-bg_footer.gif);
	background-position: center top;
	background-repeat: no-repeat;
	}