﻿@charset "UTF-8";
body {
	font-size: 62.5%;
	background-image: url(../images/back-main.gif);
	background-repeat: repeat-x;
}

* {
	margin:0px;
	padding:0px;
}

.logo {
	text-align: center;
}
div.sub {
	width: 80em;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow-y: auto;
}
hr {
	display: none;
}
.hidden {
	display: none;
}
#top {
	width: 100%;
	background-image: url("../../images/layout/top_rx-top.gif");
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #C4E3F4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7e7d84;
	height: 2em;
}
#top div.sub {
	position: relative;
	width: 82em;
	padding-right: 0px;
	padding-left: 0px;
}
#top li {
	float: left;
}
#top li.last {
	float: right;
}
#top li.first {
	float: right;
}
#top a {
	font-size: 1em;
	line-height: 2em;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #812c1b;
	padding-right: 1em;
	padding-left: 1em;
}
#top a:hover {
	background-color: #777777;
	color: #FFFFFF;
}
#top span a {
	color: #812c1b;
	float: left;
}

#newHeader {
	background-image: url(../images/parcelatlas-logo-clouds.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 107px;
	width: 100%;
}

#newMenu {
	float: right;
	padding-top: 9px;
}

#newFooter {
	background-color: #8ec35f;
	height: 65px;
	width: 100%;
}

#newFooter p {
	text-align: center;
	overflow: visible;
	padding-top: 14px;
}

#newMenuBar {
	background-image: url(../images/parcellogo-bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 59px;
	width: 100%;
}

#header {
	background-color: #020514;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#header div.sub {
	position: relative;
	height: 11.1em;
}
#header h1 {
	display: block;
	height: 74px;
	width: 259px;
	position: absolute;
	top: 1.9em;
}
#header h1 span {
	display: none;
}
#header h1 a {
	background-image: url("../../images/layout/header_logo_small.gif");
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 74px;
	width: 259px;
}
#header h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	display: block;
	width: 200px;
	position: absolute;
	top: 1.4em;
	right: 1em;
	font-weight: normal;
	background-image: url("../../images/layout/meet_ry.gif");
	background-repeat: repeat-y;
	background-position: left top;
}
#header h3 a {
	color: #F57A33;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	display: block;
	background-image: url("../../images/layout/meet_top.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0.2em;
}
#header h3 a:hover {
	text-decoration: underline;
}
#header   h3   span  {
	font-family: Arial, Helvetica, sans-serif;
	color: #CAD7E9;
	font-weight: normal;
	font-size: 0.85em;
	line-height: 1.3em;
	background-image: url("../../images/layout/meet_bottom.gif");
	display: block;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
#nav {
	background-image: url("../../images/layout/nav_rx-top.gif");
	background-repeat: repeat-x;
	background-position: left top;
	height: 3.8em;
	background-color: #B1DBF1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a1a2a8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A1A2A8;
}
#nav div.sub {
	width: 82em;
}
#nav li {
	float: left;
}
#nav li a {
	font-size: 1.3em;
	line-height: 3em;
	display: block;
	text-decoration: none;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 1em;
	padding-left: 1em;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #89caf2;
}
#nav li a:hover {
	background-color: #777777;
	color: #FFFFFF;
}
#nav li.first a {
	border-left-style: none;
}
#nav li.last a {
	border-right-style: none;
}
#nav li.current a {
	background-image: url("../../images/layout/nav_current.gif");
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFF;
}
#nav li.first.current a {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #89CAF2;
}
#nav li.last.current a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #89CAF2;
}
#nav  li.current  a:hover {
	background-image: none;
	background-color: #777777;
}
#content {
	background-color: #FFFFFF;
	background-position: center top;
	color: #777777;
}
#content div.sub {
	padding-top: 3.6em;
}

#content h1 {
	font-family: Tahoma, "Myriad Pro", Myriad, Geneva, Arial, sans-serif;
	font-size: 2.5em;
	font-weight: bold;
	margin-bottom: 0.2em;
	color: #1a50a6;
}
#content h2 {
	font-family: Tahoma, "Myriad Pro", Myriad, Geneva, Arial, sans-serif;
	text-decoration: none;
	font-size: 1.8em;
	color: #d2882f;
	line-height: 1.6em;
	font-weight: normal;
	padding-bottom: 18px;
}
#content h2 a {
	font-family: Tahoma, "Myriad Pro", Myriad, Geneva, Arial, sans-serif;
	text-decoration: none;
	color: #d2882f;
}
#content h2 strong {
	font-weight: bold;
}
#content h2 a:hover {
	text-decoration: underline;
}
#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1em;
	line-height: 1em;
	color: #437399;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.8em;
	margin-bottom: 1.6em;
	color: #333333;
}
#content p strong {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#content  p  em {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #777777;
}
#content p.quote {
	padding-left: 10px;
	background-image: url("../../images/layout/p_quote.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 18px;
}
#content ul {
	margin-bottom: 2em;
}
#content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-bottom: 0.7em;
	list-style-type: square;
	color: #333333;
	line-height: 1.5em;
	list-style-position: inside;
}
#content img {
	padding: 1px;
	border: 6px solid #9a7643;
	margin-bottom: 2em;
}
#content p img {
	float: left;
	margin-right: 15px;
}
#content li a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #7b160f;
}
#content p span a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #7b160f;
}
#content p a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #7b160f;
}
#content p span a:hover {
	text-decoration: none;
}
#content p a:hover {
	text-decoration: none;
}
div.callout {
	background-color: #FFFFFF;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
	background-image: url("../../images/layout/callout_rx-top.gif");
	background-repeat: repeat-x;
	background-position: left 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #B2D1E6;
	border-left-color: #666666;
	margin-bottom: 3em;
}
.callout h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #777777;
	font-size: 1.5em;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 0.5em;
	line-height: 1.3em;
}
.callout h3[title] {
	background-image: url("../../images/layout/rss.gif");
	background-repeat: no-repeat;
	background-position: right top;
}

#content .callout p {
	font-size: 1.1em;
	line-height: 1.5em;
	margin-bottom: 1em;
}
#content .callout p.current {
	background-color: #E4F2FA;
	padding-top: 0.3em;
	padding-right: 0.5em;
	padding-bottom: 0.3em;
	padding-left: .5em;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
#content .callout p.current a {
	color: #777777;
}
#content .callout p a {
	text-decoration: none;
}
div.callout.important {
	border-top-color: #f6aa94;
	border-right-color: #f6aa94;
	border-bottom-color: #f6aa94;
	border-left-color: #f6aa94;
	background-image: url("../../images/layout/important_rx-top.gif");
}
div.callout.important h3 {
	color: #ea3e0c;
	border-top-color: #f6aa94;
	border-right-color: #f6aa94;
	border-bottom-color: #f6aa94;
	border-left-color: #f6aa94;
}
input.launch {
	background-image: url("../../images/layout/launch_top-left.gif");
	background-repeat: repeat-x;
	background-position: right center;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	float: left;
	padding-top: 8px;
	padding-right: 33px;
	padding-bottom: 8px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B2C4D2;
	border-right-color: #91B9D3;
	border-bottom-color: #91B9D3;
	border-left-color: #91B9D3;
	background-color: #AEDAF1;
}
a.launch {
	background-image: url("../../images/layout/launch_top-left.gif");
	background-repeat: repeat-x;
	background-position: right center;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	float: left;
	padding-top: 8px;
	padding-right: 33px;
	padding-bottom: 8px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B2C4D2;
	border-right-color: #91B9D3;
	border-bottom-color: #91B9D3;
	border-left-color: #91B9D3;
	background-color: #AEDAF1;
}
a.launch:hover {
	border-top-color: #EA3E0C;
	border-right-color: #EA3E0C;
	border-bottom-color: #EA3E0C;
	border-left-color: #EA3E0C;
	color: #EA3E0C;
}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-image: url("../../images/layout/footer_rx-top.gif");
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 1.5em;
	padding-bottom: 2em;
}
#footer h3 a {
	display: block;
	background-image: url("../../images/layout/isc_large.gif");
	height: 57px;
	width: 123px;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	padding-left: 25px;
}
#footer h3 a span {
	display: none;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	padding-top: 15px;
}
div.left {
	float: left;
	width: 55em;
}

div.left ul {
	margin-left: 32px;
}

p span[title]   {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #777777;
	cursor: help;
}
div.right {
	float: right;
	width: 20.4em;
}
textarea {
	width: 97%;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B2C4D2;
	border-right-color: #B2C4D2;
	border-bottom-color: #B2C4D2;
	border-left-color: #B2C4D2;
	background-color: #F6FAFD;
}
input[type=password] {
	width: 97%;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B2C4D2;
	border-right-color: #B2C4D2;
	border-bottom-color: #B2C4D2;
	border-left-color: #B2C4D2;
	background-color: #F6FAFD;
}
input[type=text] {
	width: 97%;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B2C4D2;
	border-right-color: #B2C4D2;
	border-bottom-color: #B2C4D2;
	border-left-color: #B2C4D2;
	background-color: #F6FAFD;
}
input[type=submit] {
	background-image: url("../../images/layout/launch_top-left.gif");
	background-repeat: repeat-x;
	background-position: left center;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B2C4D2;
	border-right-color: #91B9D3;
	border-bottom-color: #91B9D3;
	border-left-color: #91B9D3;
	background-color: #AEDAF1;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
	cursor: pointer;
}
input[type=submit]:hover {
	border-top-color: #EA3E0C;
	border-right-color: #EA3E0C;
	border-bottom-color: #EA3E0C;
	border-left-color: #EA3E0C;
	color: #EA3E0C;
}
a.thumb {
	display: block;
	width: 85%;
	overflow-y: auto;
	margin-bottom: 25px;
	text-decoration: none;
}
a.thumb span {
	font-family: Arial, Helvetica, sans-serif;
	color: #9a7643;
	font-weight:bold;
	font-size: 1.2em;
	line-height: 1.6em;
	padding-top: 5px;
	display: block;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#content a.thumb:hover img  {
	border-top-color: #d2882f;
	border-right-color: #d2882f;
	border-bottom-color: #d2882f;
	border-left-color: #d2882f;
}
#content a.thumb img  {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
#content a.thumb:hover span {
	border-top-color: #d2882f;
	border-right-color: #d2882f;
	border-bottom-color: #d2882f;
	border-left-color: #d2882f;
}


