@charset "utf-8";
/* CSS Document */


/* BEGIN Global elements */

body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
	text-align: left;
	background-color: #ffffff;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:link, a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a.blue:link, a.blue:visited, a.blue:hover {
	color: #005596;
	text-decoration: underline;
}

/* End Global elements */



/* BEGIN Global divs */
#container { 
	width: 984px;
	height: 831px;
	top: 0px; 
	border: 0;
	margin: auto;
	padding: 6px 0px 6px 0px;
	text-align: left;
	background-color: #FFFFFF;
}
#container2 {
	position: relative;
	width: 871px;
	top: 0px;
	border: 0;
	margin: auto;
	padding: 6px 6px 6px 6px;
	text-align: left;
	background-color: #FFFFFF;
}
#languages {
	text-align: right;
	font-size: 10px;
	height: 20px;
	margin-right: 15px;
}
#home_nav {
	position: relative;
	float: left;
	width: 984px;
	height: 141px;
	background-color: #005596;
	z-index: 11;
	text-align: right;
	background: url(_images/paragon_homepage_logo2.gif) no-repeat;
}
#interior_nav {
	position: relative;
	float: left;
	width: 871px;
	height: 135px;
	z-index: 10;
	text-align: right;
	background: url(_images/paragon_interior_logo.gif) no-repeat;
}

#center {
    position: relative;
	float: left;
	width: 984px;
	font-size: 11px;
}
#center2 {
	position: relative;
	float: left;
	width: 871px;
	font-size: 11px;
}
#copyright {
	position: relative;
	margin-top: 45px;
	font-size: 11px;
	width: 960px;
	line-height: 22px;
	float: left;
	text-align: center;
}
#copyright p {
	margin: 15px 0px 0px 0px;
	padding: 0;
}
#home_header {
	position: relative;
	width: 950px;
	height: 274px;
	background: url(images/paragon_header_home.jpg) no-repeat;
}

/* END Global divs */


/* BEGIN Homepage center */
#homepage_content {
	position: relative;
	float: left;
	width: 984px;
	background-color: #FFFFFF;
}
#homepage_content ul {
	margin: 10px 20px 0px 34px;
	padding: 0;
	color: #333333;
	font-size: 11px;
	line-height: 16px;
}
#homepage_content li {
	margin: 0px 0px 7px 0px;
	padding: 0;
	list-style: none;
}
#homepage_content_top {
	position: relative;
	float: left;
	width: 984px;
	margin: 0;
	padding: 0;
}
#homepage_content_bottom {
	position: relative;
	float: left;
	color: #333333;
	font-size: 11px;
	line-height: 20px;
	margin: 24px 0px 0px 0px;
}
#homepage_content_bottom p {
	margin: 10px 40px 0px 34px;
	padding: 0;
	color: #333333;
	font-size: 10px;
	line-height: 13px;
}
/* END Homepage center */



/* BEGIN Interior center */
#interior_content {
	position: relative;
	float: left;
	width: 871px;
	margin-top: 6px;
	background-color: #FFFFFF;
}

#interior_content h3 {
	margin: 15px 0px 0px 20px;
	padding: 0;
	color: #313131;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}
#interior_content_left {
	position: relative;
	float: left;
	width: 195px;
	font-size: 11px;
	color: #333333;
	margin: 0;
	padding: 0;
}
#interior_content_left ul {
	margin: 0px 0px 0px 24px;
	padding: 0;
	color: #333333;
	font-size: 11px;
	line-height: 14px;
}
#interior_content_left li {
	margin: 0px 0px 7px 0px;
	padding: 0;
	list-style: none;
}
#interior_content_right {
	position: relative;
	float: left;
	margin-left: 6px;
	width: 650px;
	color: #333333;
	font-size: 11px;
	background-repeat: repeat;
	border-left-color: #E4E4E4;
	border-left-style: dotted;
	padding-left: 6px;
	text-align: left;
}
#interior_content_right p {
	margin: 0px 30px 20px 18px;
	padding: 0;
	color: #333333;
	font-size: 11px;
	line-height: 20px;
	text-align: left;
}
#interior_content_right ul {
	margin: 0px 30px 0px 30px;
	padding: 0;
	color: #333333;
}
#interior_content_right ol {
	margin: 0px 30px 0px 30px;
	padding: 0;
	color: #333333;
}

#interior_content_right li {
	padding: 0;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/* END Interior center */



/* BEGIN Classes */
.copy {
	color: #bdbdbd;
	margin: 0px 6px;
}
.home_more {
	margin: 33px 79px 0px 0px;
}
.search_header {
	margin: 18px 0px 8px 0px;
}
.rightnav_header {
	margin: 18px 0px 25px 15px;
}
.left_content_header {
	margin: 27px 0px 0px 21px;
}
.left_content_header2 {
	margin: 0px 0px 3px 21px;
}
.left_content_header3 {
	margin: 0px 0px 3px 0px;
}


.highlight {
	background: url(_images/paragon_highlight_background.gif) repeat-x;
}
/* END Classes */



/* BEGIN Links */
a.nav:link, a.nav:visited {
	color: #717171;
	font-size: 11px;
	text-decoration: none;
}
.nav, a.nav:hover {
	color: #212121;
	font-size: 11px;
	text-decoration: none;
}
/* END Links */



/* Main Navivation */

#nav_bar {
	width: 871px;
	height: 32px;
	z-index: 10;
	text-align: left;
}

#main_nav {
	clear: both;
	float: left;
	height: 50px;
	padding-left: 0px;
	margin-top: 0px;
}

#main_nav li {
	display: block;
	float: left;
	height: 50px;
	text-align: left;
	font-size: 11px;
	margin-left: 0px;
}

#main_nav li a:link, #main_nav li a:visited  {
	color: #fff;
	display: block;
	padding-left: 0px;
}

#main_nav li.nav_home {
	border-left: 1px solid #282828;
	/* width: 179px; */ 
}
#main_nav li a:hover, #main_nav li a:hover {
	background-image: url(images/main_nav_hover.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	margin-left: 0px;
}

#main_nav li:hover, #main_nav li:hover {
	background-image: url(images/main_nav_hover.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
}

#main_nav li ul {
	position: absolute;
	width: 158px;
	float: none;
	display: none;
}

#main_nav li:hover > ul, #main_nav li.jshover ul {
	display: block;
}

#main_nav ul li {
	background-color: #D9D9D9;
	width: 163px;
	height: 20px;
	position: relative;
	float: none;
	line-height: 20px;
}

#main_nav ul li a:link, #main_nav ul li a:visited {
	width: 163px;
	color: #4d4d4d;
	height: 20px;
}

#main_nav ul li a:hover, #main_nav ul li a:active {
	width: 163px;
	color: #fff;
	background-color: #a4a4a4;
	height: 20px;
}

#main_nav ul li.double {
	background-color: #D9D9D9;
	width: 163px;
	height: 54px;
	position: relative;
	float: none;
	line-height: 20px;
}

#main_nav ul li a.double:link, #main_nav ul li a.double:visited {
	width: 163px;
	color: #4d4d4d;
	height: 54px;
}

#main_nav ul li a.double:hover, #main_nav ul li a.double:active {
	width: 163px;
	color: #fff;
	background-color: #a4a4a4;
	height: 54px;
}
/*SUB Submenu*/
#main_nav li ul li, #main_nav li ul li a {
	padding: 0; margin: 0;
	height: 20px;
	line-height: 20px;
}
#main_nav li ul li ul {
	display: none;
	position: absolute;
	padding: 0; margin: 0;
}
#main_nav li ul li:hover ul {
	position: absolute;
	left: 100%;
	top: 0;
}
/* end SUB submenu */
		
.green_border {
	border-bottom: 6px solid #b5d87e;
}
.list {
	margin: 0;
	padding:0px 0px 0px 4px;
}
.green {
	color: #009900;
	font-weight: bold;
}
.relocostsMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #005596;
}
#relocosts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 20px;
	margin-right: 20px;
}
#relocosts ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	list-style-position: outside;
	list-style-image: url(../images/splice/diamond.gif);
	list-style-type: none;
	line-height: 14px;
}
#exceptionList ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	list-style-position: outside;
	list-style-type: decimal;
	line-height: 14px;
}
#exceptionList ol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	list-style-position: outside;
	list-style-type: decimal;
	line-height: 14px;
}
.exceptionList ol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	list-style-position: outside;
	list-style-type: decimal;
	line-height: 14px;
}



#relocosts li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	list-style-image: url(../images/splice/diamond.gif);
	list-style-type: none;
	line-height: 14px;
	list-style-position: outside;
}
.relocosts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 20px;
	margin-right: 20px;
}
.Images4 {
	float: left;
	text-decoration: none;
	padding-right: 2px;
}
.ImageFloatRight {
	text-decoration: none;
	padding-right: 2px;
	float: right;
}

.Images5 {
	float: left;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 25px;
}
.Images6 {
	text-decoration: none;
	padding-top: 25px;
}
.Images6a {
	text-decoration: none;
	padding-top: 15px;
}
.imageMainPages {
	text-decoration: none;
	margin-left: 15px;
}


.Events {
}
.EventsHome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	color: #004186;
}
.EventsHome a:link, .EventsHome a:visited, .EventsHome a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #004186;
	line-height: 17px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}
.EventsHome a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #004186;
	line-height: 17px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	text-decoration: underline;
}
.SM {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6px;
	vertical-align: text-top;
	color: #333333;
}
#sitedown {
	text-align: center;
	font-size: 12px;
	height: 20px;
	color: #FF0000;
	font-weight: bold;
}
.construction {
	font-size: 14px;
	font-weight: bold;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 50px;
	margin-bottom: 50px;
	color: #00418E;
}
.blueTextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00418E;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}
.blueTextbold a:link, .blueTextbold a:visited, .blueTextbold a:hover, .blueTextbold a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00418E;
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
}
.Images7 {

	text-decoration: none;
	padding-top: 20px;
}
.Images8 {
	text-decoration: none;
	margin-left: 35px;
	padding-top: 10px;
}
.Images9 {
	text-decoration: none;
	margin-left: 20px;
	padding-top: 10px;
}
.leftNavHeader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #00418e;
	font-weight: bold;
	margin-left: 5px;
	line-height: 19px;
}
.leftNavHeader a:link, .leftNavHeader a:visited, .leftNavHeader a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #00418e;
	font-weight: bold;
	margin-left: 5px;
	line-height: 19px;
	text-decoration: none;
}
.leftNavHeader a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #00418e;
	font-weight: bold;
	line-height: 19px;
	text-decoration: underline;
}
.leftNavText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #00418e;
	margin-left: 15px;
	font-weight: bold;
}
.leftNavTextmed {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #00418e;
	margin-left: 5px;
	line-height: 19px;
}

.leftNavText a:link, .leftNavText a:visited, .leftNavText a:hover, .leftNavText a:active {
	text-decoration: underline;
	margin-left: 0px;
}
.leftNavGray {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
}
.grayBoldMed {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
	font-weight: bold;
}

.leftNavGrayBold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #404040;
	font-weight: bold;
	text-align: center;
	padding-top: 7px;
}
.leftNavBlue {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #00418e;
	text-align: center;
	font-weight: bold;
	line-height: 19px;
}
.leftNavBlueItal {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #00418e;
	text-align: center;
	font-weight: bold;
	line-height: 19px;
	font-style: italic;
}

.leftNavBlueSmall {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #00418e;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}

.leftNavBlue a:link, .leftNavBlue a:visited, .leftNavBlue a:active {
	color: #00418e;
	text-decoration: underline;
	outline: none;
}
.leftNavBlueItal a:link, .leftNavBlueItal a:visited, .leftNavBlueItal a:active {
	color: #00418e;
	text-decoration: underline;
	outline: none;
}

.leftNavBlueHeader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #00418e;
	font-weight: bold;
	text-align: center;
	font-style: normal;
}

.leftNavGray a:link, .leftNavText a:visited, .leftNavGray a:hover, .leftNavText a:active {
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}
.leftNav25th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #00418e;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}

.leftNavHeader a:link, .leftNavHeader a:visited, .leftNavHeader a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #00418e;
	font-weight: bold;
}
.leftNavHeader a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #00418e;
	font-weight: bold;
	text-decoration: underline;
}
.csr {
	margin: 15px;
}
.registerClick {
	text-align: center;
	border: 0;
}
#container2 #center2 #interior_content #interior_content_left table tr td table tr td .leftNavGray {

}
.ctaGray {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	line-height: 19px;
}
.ctaGray a:link, .ctaGray a:visited, .ctaGray a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	color: #00418e;
	text-decoration: none;
	outline: none;
}
.ctaGray a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #00418e;
	font-weight: bold;
	line-height: 19px;
	text-decoration: underline;
	outline: none;
}
.prismApp {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #00418e;
	text-align: left;
	line-height: 19px;
	margin-right: 5px;
}
.prismAppBold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #00418e;
	text-align: left;
	font-weight: bold;
	line-height: 19px;
	margin-right: 5px;
}
#appImage {
	margin-right: 5px;
	float: left;
	outline: none;
	border: 0px 0px 0px 0px;
}
.landingHeaderGray {
	color: #6d6e71;
	font-weight: bold;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
}
.landingBodyGray {
	color: #6d6e71;
	font-weight: bold;
	line-height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}
.landingGeneralGray {
	color: #6d6e71;
	font-weight: bold;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
.landingGeneralGray a:link, .landingGeneralGray a:visited, .landingGeneralGray a:active {
	color: #6d6e71;
	font-weight: bold;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}
.landingGeneralGray a:hover {
	color: #6d6e71;
	font-weight: bold;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	text-decoration: underline;
}
.landingBodyBlue {
	color: #00418e;
	line-height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.CTABlue {
	color: #005595;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
}
.CTABlueBold {
	color: #005595;
	line-height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin-left: 50px;
}

.CTABlue a:link, .CTABlue a:visited, .CTABlue a:active  {
	color: #00418e;
	font-weight: bold;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
}
.CTABlue a:hover  {
	color: #00418e;
	font-weight: bold;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: underline;
}

.landingBodyBlueBold {
	color: #00418e;
	font-weight: bold;
	line-height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.CTABold {
	color: #00418e;
	font-weight: bold;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
.CTABold20 {
	color: #00418e;
	font-weight: bold;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	vertical-align: top;
}

.CTABold a:link, .CTABold a:visited, .CTABold a:active {
	color: #00418e;
	font-weight: bold;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-decoration: none;
}
.CTABold a:hover {
	color: #00418e;
	font-weight: bold;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-decoration: underline;
}
.landingBodyBlueBold a:link, .landingBodyBlueBold a:visited, .landingBodyBlueBold a:active  {
	color: #00418e;
	font-weight: bold;
	line-height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}
.landingBodyBlueBold a:hover  {
	color: #00418e;
	font-weight: bold;
	line-height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
}
.landingHeaderBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	color: #00418e;
	text-align: center;
}
.landingHeaderBlueCenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #00418e;
	text-align: center;
}

.landingHeaderBlueItal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #00418e;
	margin: 0px 0px 0px 0px;
	font-style: italic;
}


.landingHeaderRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: bold;
	color: #D70000;
	text-align: center;
	margin-left: 40
.px;
}
.CTARed {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #D70000;
	text-align: center;
}
.landingHeaderGraySide {
	color: ##6d6e71;
	font-weight: bold;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
.expand {
	color: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	margin-right: 100px;
}
.expand a:link, .expand a:visited, .expand a:hover, .expand a:active {
	color: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	text-decoration: underline;
	outline: none;
}
.expandHeader {
	color: #00418e;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}
.expand ul {
	color: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	margin-right: 20px;
	list-style: outside url(http://paragonrelocation.com/Infographics/diamond.gif)
}
.expand li {
	color: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	margin-right: 20px;
	list-style: outside url(http://paragonrelocation.com/Infographics/diamond.gif)
}
.immView {
	background-color: #BAD976;
}
