/* northeastplanningcorp.com Screen Styles */

/*
PALETTE:
-------------------
green:	#195C41
blue:	#3973AB
grey:	#929292
red:		#C35647
lt blue:	#DAE6F4
lt green:	#DDE7E3
lt grey:	#CCCCCC
yellow:	#E6AF22
*/

* { margin: 0px; padding: 0px; }

body {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	text-align: center;
	background: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
}

a:link, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #333;
	text-decoration: none;
}

a.more:link, a.more:visited {
	padding: 0px 10px 0px 0px;
	background: url(../images/more_plus.gif) right center no-repeat;
}
a.more:hover, a.more:active {
	padding: 0px 10px 0px 0px;
	background: url(../images/more_plus_hover.gif) right center no-repeat;
}
a.more_blue {
	background: url(../images/more_plus_bl.gif) right center no-repeat;
}
a.more_green {
	background: url(../images/more_plus_grn.gif) right center no-repeat;
}
div {
	margin: 0px;
	padding: 0px;
}

h1 {
	margin: 20px 10px 0px;
	padding: 0px;
	font-size: 1.8em;
	font-weight: normal;
	height: 86px;
	width: 260px;
}

h2 {
	background-image: url(../images/triangle_blue.gif);
	background-position: 10px 12px;
	background-repeat:  no-repeat;
	margin: 0px;
	padding: 10px 10px 5px 30px;
	font-size: 1.4em;
	font-weight: bold;
	border-bottom: 1px solid #D2D2D2;
	position: relative;
	text-transform: capitalize;
}
h3 {
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
	font-weight: bold;
}

img {
	border: 0px;
}
img.zipfile {
	margin: 0px;
	padding: 3px;
	border: 0px;
	width: 18px;
	height: 18px;
}
img.link {
	margin: 0px;
	padding: 3px;
	border: 0px;
	width: 18px;
	height: 18px;
}
img.adobe_sml {
	margin: 0px;
	padding: 3px;
	border: 0px;
	width: 18px;
	height: 18px;
}
img.adobe_lrg {
	margin: 0px;
	padding: 10px;
	border: 0px;
	height: 35px;
	width: 35px;
}
img.required_img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 8px;
	width: 8px;
}
img.srch_desc_img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 10px;
	width: 14px;
}


hr {
	margin: 10px 5px;
	padding: 0px;
	border: 1px solid #000;
}

label {
	margin: 0px;
	padding: 0px;
}

fieldset {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
sup { 
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	bottom: 1ex;
}
table {
	border: 0px;
	margin: 5px 5px 5px 7px;
	padding: 0px;
}
table.no_width {
	border: 0px;
}
table.full_width {
	border: 0px;
	width: 98%;
}
table.borders {
	border: 1px solid #929292;
	border-collapse: collapse;
	background-color: #FFF;
}
table.borders th {
	border: 1px solid #929292;
}
table.borders td {
	border: 1px solid #929292;
}
table.no_borders {
	margin: 0px;
	border: 0px;
}
table.no_borders th {
	border: 0px;
}
table no_borders td {
	border: 0px;
}
th {
	margin: 0px;
	padding: 4px;
	font-weight: bold;
	line-height: 1.0em;
	background: #3973AB;
	color: #D2D2D2;
	vertical-align: bottom;
}
th.left {
	padding-left: 18px;
	vertical-align: middle;
	text-align: left;
	background: transparent;
	color: #000;
	white-space: nowrap;
	vertical-align: middle;
}
th.required {
	padding-left: 18px;
	background: transparent url(../images/star.gif) 3px center no-repeat;
	color: #000;
	white-space: nowrap;
	vertical-align: middle;
}
th.top {
	vertical-align: top;
}
tr {
	margin: 0px;
	padding: 0px;
}
tr.private, tr.private td {
	color: #fff;
	background: #000;
}
tr.bottom_border td {
	border-bottom: 1px solid #929292;
}

td {
	margin: 0px;
	padding: 3px;
	vertical-align: middle;
}
td.view_edit {
	background: #3973AB;
	text-align: center;
}
td.view_edit a:link, td.view_edit a:visited {
	margin: 0px;
	padding: 0px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
td.view_edit a:hover, td.view_edit a:active {
	background: #DAE6F4;
	color: #000;
	display: block;
}
td.delete {
	background: red;
	text-align: center;
}
td.delete a:link, td.delete a:visited {
	margin: 0px;
	padding: 0px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background: red;
}
td.delete a:hover, td.delete a:active {
	background: #fff;
	color: red;
	display: block;
}
td.outstanding {
	background: #ff0;
	color: #000;
}
td.overdue {
	color: red;
}

input {
	margin: 0px;
	padding: 3px;
	border: 1px solid #929292;
	color: #000;
}
input[type="radio"], input[type="checkbox"] {
	border: 0px;
}
input.noborder {
	border: 0px;
}
input.button_submit {
	margin: 2px;
	padding: 2px;
	color: #fff;
	background: #3973AB;
	border: 1px solid #DAE6F4;
}
input.button_submit:hover {
	color: #000;
	background: #DAE6F4;
	border: 1px solid #3973AB;
}
input.button_delete {
	margin: 3px;
	padding: 3px;
	color: #fff;
	background: red;
	border: 1px solid #000;
}
input.button_delete:hover {
	color: red;
	background: #fff;
	border: 1px solid #000;
}

select {
	margin: 0px;
	padding: 3px;
}
select.short {
	width: 250px;
}

textarea {
	margin: 0px;
	padding: 3px;
	border: 1px solid #929292;
	color: #000;
	white-space: inherit;
}
textarea.xsmall {
	width: 20.0em;
	height: 5.0em;
	white-space: inherit;
}
textarea.small {
	width: 25.0em;
	height: 10.0em;
	white-space: inherit;
}
textarea.medium {
	width: 25.0em;
	height: 15.0em;
	white-space: inherit;
}
textarea.large {
	width: 25.0em;
	height: 20.0em;
	white-space: inherit;
}


ol {
	margin: 0px;
	padding: 0px;
	list-style-type: decimal;
}
ol li {
	margin: 0px;
	padding: 0px;
	list-style-type: decimal;
}

ul.bullet {
	margin: 0px 20px;
	padding: 0px;
	list-style-type: disc;
}

#container {
	margin: 0px auto;
	padding: 0px;
	border: 1px solid #000;
	text-align: left;
	width: 800px;
	background-color: #FFFFFF;
	position: relative;
}

#header {
	margin: 0px;
	padding: 5px;
	background: #000 url(../images/header_bkgd.jpg) no-repeat;
	color: #FFF;
	height: 106px;
	position: relative;
}
#header #login {
	margin: 0px;
	padding: 0px;
	float: right;
	font-size: 1.0em;
	position: absolute;
	right: 0;
}

#header #login form {
	margin: 0px;
	padding-right: 5px;
	background-color: rgba(0,0,0,0);
	text-align: center;
}
#header #login fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#header #login legend {
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font-weight: bold;
	font-size: 1.0em;
	text-align: left;
}
#header #login p {
	line-height: 1.2em;
	text-align: right;
}
#header #login p#profile-logout {
	margin-right: 5px;
}
#header #login label {
	margin: 0px;
	padding: 0px;
	width: 65px;
	display: block;
	float: left;
	line-height: 1.2em;
	font-size: 0.9em;
	text-align: right;
}
#header #login input.text {
	margin: 0px;
	padding: 0.2em;
	color: #000;
	width: 75px;
	font-size: 0.8em;
	border: 1px solid #000;
}
#header #login input.submit {
	margin: 4px 1px;
	padding: 2px;
	color: #fff;
	font-weight: bold;
	font-size: 0.8em;
	border: 1px solid #DAE6F4;
	background: #3973AB;
}
#header #login input.submit:hover {
	color: #000;
	background: #DAE6F4;
	border: 1px solid #3973AB;
}

#header #login #pw-forgot {
	margin: 0px;
	padding: 2px;
	font-size: 0.8em;
	color: #000;
	clear: both;
	text-align: center;
}
#header #login a:link, #header #login a:visited {
	color: #D2D2D2;
	font-weight: bold;
	text-decoration: underline;
}
#header #login a:hover, #header #login a:active {
	color: #FFF;
	text-decoration: underline;
}

#header #tagline {
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	height: 0;
}

/* Menu Styles ======================= */

.menu {height:45px; position:relative; z-index:100; font-family:arial, sans-serif;	background: url(../images/menu_bkgd.gif) repeat-x top left; }
/* hack to correct IE5.5 faulty box model */
* html .menu {}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:right;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; width:90px; height:30px; background: url(../images/menu_bkgd.gif) repeat-x top left; padding-left:2px; line-height:29px; font-weight:bold; text-align:center;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:96px; w\idth:90px;}

.menu a.rightborder, .menu a.rightborder:visited {border-right: 1px solid #ffffff;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:29px;left:0; width:144px;border-top:1px solid #fff;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:144px; top:-1px; width:144px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-144px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#DAE6F4; color:#3973AB; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;text-align:left;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:145px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#929292; background:#ffffff;text-decoration:underline;}
.menu :hover > a, .menu ul ul :hover > a {color:#929292; background:#ffffff;text-decoration:underline;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

/* COLUMN 1 Styles ======================= */
#col1 {
	margin: -12px 0px 0px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 217px;
	float: left;
	border-bottom: 0px solid  #D2D2D2;
	background-color: #FFF;
}
#col1 hr {
	margin: 5px 20px 5px 4px;
	padding: 0px;
	border: 1px solid #D2D2D2;
}
#col1 a:link, #col1 a:visited, #col1 a:active {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
#col1 a:hover {
	text-decoration: none;
	color: #396CBB;
	font-weight: bold;
}
#col1 ul {
	margin: 0px;
	padding: 2px 4px 2px 4px;
	list-style: none;
}
$col1 li {
	margin: 0px;
	padding: 5px 0px;
}

#col1 #whats-new {
	margin: 0px;
	padding: 0px 0px 5px 5px;
	min-height: 350px;
	max-height: 570px;
	overflow: auto;
}
#col1 #whats-new ul {
	margin: 0px;
	padding: 2px 4px 2px 4px;
	list-style: none;
}
#col1 #whats-new.strech {
	max-height: none;
}

#col1 #whats-new li {
	margin: 0px;
	padding: 5px 0px;
}
#col1 #whats-new a:link, #col1 #whats-new a:visited {
	font-weight: bold;
	color: #929292;
	text-decoration: underline;
}
#col1 #secure-links {
	margin: 0px;
	padding: 0px 0px 5px 5px;
	min-height: 100px;
	max-height: 430px;
	overflow: auto;
}
#col1 #secure-links ul {
	margin: 0px;
	padding: 2px 4px 2px 4px;
	list-style: none;
}
#col1 #secure-links li {
	margin: 0px;
	padding: 5px 0px;
}
/* COLUMN 2 ============================== */
#col2 {
	margin: -12px 0px 0px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-left: 1px solid #D2D2D2;
	float: left;
	width: 581px;
	background-color: #FFFFFF;
	overflow: hidden;
}
#col2.wide {
	width: 798px;
}
#col2 h3 {
	margin: 5px 5px 0px 10px;
	padding: 0px;
}
#col2 p {
	margin: 0.8em 0.8em 0.8em 10px;
	padding: 0px;
}
#col2 ol {
	margin: 0px 0px 0px 30px;
	padding: 0px;
	list-style-type: decimal;
}
#col2 ol li {
	margin: 0px;
	padding: 0px;
	list-style-type: decimal;
}
#col2 ul {
	margin: 0px 0px 0px 30px;
	padding: 0px;
	list-style-type: disc;
}
#col2 ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: disc;
}
#col2 #welcome {
	background-color: #FFFFFF;
}
#col2 p.foot {
	margin: 5px 10px 5px 5px;
	padding: 0px;
	font-size: 0.8em;
}
#col2 #marketing-forms {
	margin: 0px;
	padding: 0px;
	background: #FFF;
	border-top: 1px solid #D2D2D2;
	clear: both;
}
#col2 #marketing-forms ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#col2 #marketing-forms a:link, #col2 #marketing-forms a:visited {
	margin: 0px;
	padding: 1px 0px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
} 
#col2 #marketing-forms a:link, #col2 #marketing-forms a:visited {
	color: #929292;
	text-decoration: underline;
}
#col2 #marketing {
	margin: 0px;
	padding: 0px;
	width: 290px;
	background-color: #FFF;
	border-right: 1px solid #D2D2D2;
	height: 200px;
	float: left;
}
#col2 #marketing h2 {
	color: #3973AB;
}
#col2 #forms {
	margin: 0px;
	padding: 0px;
	width: 290px;
	background-color: #FFF;
	height: 200px;
	float: left;
}
#col2 #forms h2 {
	color: #195C41;
}
#col2 #marketing div.scroll, #col2 #forms div.scroll {
	margin: 0px;
	padding: 2px 4px 0px 4px;
	overflow: auto;
	height: 162px;
}
#col2 #marketing li, #col2 #forms li {
	margin: 0px;
	padding: 3px 0px;
}
#col2 #home_buttons {
	margin: 0px 5px 0px 10px;
	padding: 5px 0px;
	text-align: center;
}
#col2 #home_buttons a:link, #col2 #home_buttons a:visited {
	color: #fff;
	background: #3973AB;
	border: 1px solid #DAE6F4;
	text-decoration: none;
	display: inline-block;
}
#col2 #home_buttons a.small:link, #col2 #home_buttons a.small:visited {
	margin: 0px 5px;
	padding: 5px;
	line-height: 1.5em;
	width: 50px;
}
#col2 #home_buttons a.wide:link, #col2 #home_buttons a.wide:visited {
	margin: 0px 5px;
	padding: 5px;
	line-height: 1.5em;
	width: 200px;
}
#col2 #home_buttons a:hover, #col2 #home_buttons a:active {
	color: #000;
	background: #DAE6F4;
	border: 1px solid #3973AB;
}

#col2 #quote_buttons {
	margin: 0px 5px 0px 10px;
	padding: 5px 0px;
	text-align: center;
}
#col2 #quote_buttons a:link, #col2 #quote_buttons a:visited {
	color: #fff;
	background: #3973AB;
	border: 1px solid #DAE6F4;
	text-decoration: none;
	display: inline-block;
}
#col2 #quote_buttons a.small:link, #col2 #quote_buttons a.small:visited {
	margin: 0px 5px;
	padding: 5px;
	line-height: 1.5em;
	width: 50px;
}
#col2 #quote_buttons a.wide:link, #col2 #quote_buttons a.wide:visited {
	margin: 0px 5px;
	padding: 5px;
	line-height: 1.5em;
	width: 250px;
}
#col2 #quote_buttons a:hover, #col2 #quote_buttons a:active {
	color: #000;
	background: #DAE6F4;
	border: 1px solid #3973AB;
}

#col2 dl {
	margin: 0px 5px 0px 10px;
	padding: 0px;
}
#col2 dt {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#col2 dd {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

/* 3 Column Ads ============================= */
#bottom-ads {
	margin: 0px;
	padding: 0px;
	background: url(../images/2bottom_boxes.jpg) bottom center no-repeat;
	height: 115px;
	clear: both;
}
#bottom-ads h3 {
margin: 0px 40px 0px 5px;
padding: 0px;
font-size: 0.85em;
font-weight: bold;
}
#bottom-ads p {
margin: 0px 40px 0px 5px;
padding: 0px;
font-size: 0.75em;
}


#bottom-ads-col1 {
	margin: 0px 1px 0px 0px;
	padding: 5px;
	width: 255px;
	float: left;
	/*background: #D6E2DD;*/
	border-top: 4px solid #45725B;
	color: #195C41;
}
#bottom-ads-col1 a:link, #bottom-ads-col1 a:visited {
	margin: 0px 0px 0px 125px;
	color: #195C41;
	text-decoration: none;
}
#bottom-ads-col1 a:hover, #bottom-ads-col1 a:active {
	margin: 0px 0px 0px 125px;
	color: #195C41;
	text-decoration: underline;
}

#bottom-ads-col2 {
	margin: 0px 1px 0px 1px;
	padding-left: 12px;
	padding-right: 0px;
	padding-top: 3px;
	padding-bottom: 5px;
	width: 252px;
	float: left;
	/*background: #E4E4E4;*/
	border-top: 4px solid #929292;
	color: #929292;
}
#bottom-ads-col2 a:link, #bottom-ads-col2 a:visited {
	margin: 0px;
	color: #929292;
	text-decoration: none;
}
#bottom-ads-col2 a:hover, #bottom-ads-col2 a:active {
	margin: 0px;
	color: #929292;
	text-decoration: underline;
}

#bottom-ads-col3 {
	margin: 0px 0px 0px 1px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 259px;
	float: left;
	/*background: #EFF9F9;*/
	border-top: 4px solid #396CBB;
	color: #396CBB;
}
#bottom-ads-col3 a:link, #bottom-ads-col3 a:visited {
	margin: 0px;
	color: #396CBB;
	text-decoration: none;
}
#bottom-ads-col3 a:hover, #bottom-ads-col3 a:active {
	margin: 0px;
	color: #396CBB;
	text-decoration: underline;
}
#bottom-ads-col3 p {
	margin: 0px 10px 0px 75px;
}

#bottom-ads-col3 h3 {
	margin: 0 0 0 5px;
}
/* END 3 Column Ads ============================= */

/* Footer Styles ============================= */
#footer {
	margin: 0px;
	padding: 5px;
	background: #1341A8 url(../images/bottom_menu_bkgd.gif) repeat-x center left;
	text-align: right;
	font-size: 0.9em;
	line-height: 20px;
	font-weight: bold;
	color: #FFF;
	height: 20px;
	clear: both;
}
#footer a:link, #footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #EEE;
	text-decoration: underline;
}
#footer #phone {
	float: left;
	font-weight: bold;
}
#footer ul {
	list-style: none;
}
#footer li {
	border-right: 1px solid #FFF;
	margin: 0px;
	padding: 1px 5px;
	display: inline;
}
#footer li.first {
	
}
#footer li.last {
	border-right: 0px;
}

/* General Style Classes ==================== */
.tall {
	min-height: 430px;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.margins {
	margin: 3px;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.justify {
	text-align: justify;
}
.top {
	vertical-align: top;
}
.indent {
	margin: 0px;
	padding-left: 10px;
}
.footnote {
	font-size: 0.8em;
}
.blue {
	color: #396CBB;
}
.green {
	color: #195C41;
}
.grey {
	color: #929292;
}
.greybg {
	background-color: #cccccc;
}
.clear {
	clear: both;
}
.warning {
	color: red;
}
.bold  {
	font-weight : bold;
}
.policydetail  {
	font-size: 0.9em;
}
/* this set is for relative font size*/
.small  {
	font-size : 12px;
}

.smaller  {
	font-size : .85em;
}

.smallest  {
	font-size : .65em;
}

.big  {
	font-size : 1.2em;
}

.bigger  {
	font-size : 1.44em;
}

.biggest  {
	font-size : 1.73em;
}

.super  {
	font-size : 3em;
}

#plain   {
	background: #FFF;
	padding: 20px;
}