/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

#wrapper_outer { 
	margin: 0 auto;
	width: 922px;
	border: 1px solid #418423;
	background: #FFF;
	padding: 10px;
}
#wrapper_columns {
	margin-bottom: 0px;
	 /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
}
#wrapper_header {
	color: #333;
	height: 85px;
	background: #01cc00;
	padding: 10px;
	float: left;
}
.logo {
	padding: 0px;
	padding-right: 20px;
	width: 200px;
	height: 102px;
	overflow: hidden!important;
	vertical-align: middle;
	text-align: center;
}
#wrapper_left { 
	display: inline;
	color: #333;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 205px;
	background: #99FF99 url('images/nav_bg.gif') top left repeat-x;
	float: left;
	font-family: Arial Narrow, Arial;
	font-size: 1.2em;
}
	#nav_left ul {
		padding:0px;
		margin:0px 0px 0px 0px;
		font-size: 1.1em;
	}
	#nav_left ul a:active, #nav_left ul a:hover, #nav_left ul a:link, #nav_left ul a {
		color: #FFF;
	}
	#nav_left ul li {
		margin: 0;
		padding:5px;
		list-style-type: none;
		display:block;
		border: 0;
		width: 212px;
		border-bottom: 10px solid #FFF;
	}
	#nav_left .selected {
		font-weight:bold;
	}

#wrapper_right { 
	float: right;
	color: #333;
	margin: 0px 0px 10px 0;
	padding: 0px;
	padding-right: 3px;
	padding-left: 5px;
	width: 692px;
	display: inline;
	position: relative;
	color: #00cc00;
}

#wrapper_right a:active,#wrapper_right a:hover,#wrapper_right a:link,#wrapper_right a {
	color: #000;
	text-decoration: underline;
}

#wrapper_footer { 
	width: auto;
	clear: both;
	color: #FFF;
	margin: 20px 0px 0px 0px;
	padding: 10px;
	background: #333333;
}

#wrapper_footer a, #wrapper_footer { 
	color: #FFF;
}
	#nav_bottom {
		width:auto;
	}
	#nav_bottom ul {
		position:relative;
		float:right;
		padding:0px;
		margin: 10px 0px 0px 60px;
	}
	#nav_bottom ul li {
		padding:0px;
		margin:0px;
		list-style-type: none;
		display:inline;
	}
	#nav_bottom .selected {
		font-weight:bold;
	}

.logout-in {
	list-style-type: none;
	float: right;
	margin: 40px 10px 0 0;
	position: absolute;
	top: 0px;
	right: 0px;
}

.logout-in li {
	padding: 5px;
	background: #00CC00;
	width: auto;
	font-size: 1.1em;
}

.logout-in li a {
	color: #FFF!important;
}

.nav_left_top {
	height: 18px;
	width: 230px;
	display: block;
	top: 0;
	left: 0;
	background: url('images/design/left_nav_top.gif') top left no-repeat;
}

.nav_left_bottom {
	height: 18px;
	width: 230px;
	display: block;
	bottom: 0;
	left: 0;
	background: url('images/design/left_nav_bottom.gif') top left no-repeat;
}

/*.shadow_bottom {
	height: 18px;
	width: 100%;
	margin: 0 0 0 10px;
	background: url('images/design/shadow-bottom.gif') no-repeat center top;
}*/

.surround {
	width: 922px;
	/*background: url('images/design/shadow-right.gif') repeat-y right top;*/
	padding-right: 16px;
	margin: auto;
}

.display {
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	position: relative;
	display: block;
	padding-bottom: 10px;
}

.msg {
	background: #d2f8ff;
	color: #106979;
}

.error {
	background: #ffd2d2;
	color: #821e1e;
}

.display .display_img {
	padding-left: 13px;
	float: left;
	width: 3%;
}

.display .display_txt {
	float: right;
	width: 94%;
	position: relative;
	height: auto;
	line-height: 1.4em;
}

.display .display_txt span {
	display: block;
}

h1 span {
	color: #00CC00;
}

.view_account_info {
	padding: 50px 10%;
}

.acc_info {
	width: 45%;
}

.acc_info2 {
	width: 53%;
	float: right;
}

.dashed {
	border: 1px dotted #000!important;
	background: transparent;
}

th a, th a:link, th a:hover, th a:visited {
	color: #FFF!important;
	text-decoration: underline;
}

.msg_tbl a {
	color: #000!important;
	text-decoration: underline;
}

.greenlinks a, .greenlinks a:link, greenlinks a:hover, .greenlinks a:visited {
	color: #418423!important;
	text-decoration:underline;
}

.hip_overview {
	width: 100%;
	background: #d6fbc7;
	min-height: 90px;
	display: block;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	font-weight: bold;
	color: #418423;
}

.hip_overview a,.hip_overview a:link,.hip_overview a:visited,.hip_overview a:active,.hip_overview a:hover {
	color: #418423;
	text-decoration: underline;
}


.tl, .tr, .br, .bl {
	position: absolute;
	width: 12px;
	height: 12px;
}

.tl, .tr {
	top: 0;
}

.bl, .br {
	bottom: 0;
}

.tl, .bl {
	left: 0;
}

.tr, .br {
	right: 0;
}

.tr {
	background: url('images/tr.gif');
}

.br {
	background: url('images/br.gif');
}

.tl {
	background: url('images/tl.gif');
}

.bl {
	background: url('images/bl.gif');
}

.hip_num {
	width: 19%;
	padding: 20px 0px 20px 30px;
}

.hip_dat {
	padding: 20px;
	width: 20%;
	text-align: center;
}

.hip_options {
	padding: 10px 20px 20px 50px;
}

.hip_options ul {
	list-style-type: none;
	width: 70px;
}

.hip_options ul li {
	padding: 3px;
}

.hip_delete {
	padding: 20px 0px 20px 50px;
	width: 10px;
}

.view_hip .rightf {
	padding: 0px 20px;
	width: 38%;
}

.view_hip h2, .view_hip h5 {
color: #3DA110;
}

.view_hip ul {
	list-style-type: square;
	color: #3DA110;
}

.view_hip .leftf {
	width: 56%;
}

.view_hip .rightf {
	margin-top: -40px;
}

.view_hip ul li {
	padding: 0px 0px 15px 0px;
}

.view_hip ul li a:hover,.view_hip ul li a:active,.view_hip ul li a:link,.view_hip ul li a:visited,.view_hip ul li a {
	color: #000;
	text-decoration: underline;
}


.view_hip ul li strong{
	color: #3DA110;
}

hr {
	height: 0px;
	border: 0;
	border-top: 1px solid #3DA110;
}

.view_hip h6 {
	text-align: center;
	font-size: 3em;
	margin: 0;
	padding-top: 10px;
	color: #418423;
}

.download_hip {
	background: #d2f8ff;
	color: #106979;
	margin: 0;
	margin-top: 5em;
	border: 1px solid #106979;
	padding: 10px;
	text-align: center;
	font-size: 0.7em;
}

.download_hip a:hover,.download_hip a:active,.download_hip a:link,.download_hip a:visited,.download_hip a {
	color: #106979;
}

.front_footer {
	width: 100%;
}

.hipcounter_logo {
	float: left;
	margin-top: 30px;
	margin-left: 10px;
}

.header_2 {
	float: right;
	margin-top: 10px;
}

.hip_code {
	width: 222px;
	background-color: #FFF;
	padding: 10px 0 0 0;
	margin: 0;
	text-align: left;
}

.loginbox, .loginbox table tr td {
	font-size: 90%;
}

.loginbox table, .loginbox div, .loginbox form {
	width: 210px!important;
	color: #FFF;
	float: none!important;
}

.loginbox {
	background-color: #00CC00;
	color: #FFF;
	text-align: center;
	padding: 0 10px 0 10px;
	width: 210px!important;
	margin: 10px 0 10px 10px;
	float: right;
	overflow: hidden;
	display: inline;
}

.loginbox .btn {
	background-color: #018F00;
}


.loginbox form .leftf {
	float: none!important;
	width: 100%;
}

.loginbox .display_txt {
	padding: 10px;
	color: #8F0000;
	display: block;
	width: 190px!important;
}

.loginbox .display {
	width: 210px!important;
	overflow: hidden;
}

.su_nav, .a_nav {
	background: #00CC00!important;
}

.su_nav .top_item, .a_nav .top_item {
	text-indent: -2000px;
	height: 0px;
	width: 100px;
	overflow: hidden!important;
	padding: 0 0 0 5px!important; 
	margin: 0!important;
	border: 1px solid #FFF!important;
	border-bottom: 5px solid #FFF!important;
	border-top: 5px solid #FFF!important;
	background: #FFF;
	margin-top: -5px!important;
}

.su_nav li:first-child, .a_nav li:first-child, .u_nav li:first-child  {
	text-indent: 0px;
	height: auto!important;
	overflow: visible!important;
	background: transparent!important;
	border: 0;
	border-bottom: 10px solid #FFF!important;
	display: block;
}

.su_nav li:last-child, .a_nav li:last-child, .u_nav li:last-child  {
	text-indent: 0px;
	height: auto!important;
	overflow: visible!important;
	background: transparent!important;
	border: 0;
	border-top: 10px solid #FFF!important;
	display: block;
}

#additional_property_info {
	display: none;
	width: 100%;
}

.showApt {
	display: block;
}

.heightsmaller {
	height: 100px;
}

.download_pdf {
	width: 100% auto;
	display: block;
	padding: 10px;
	background: #CF001C;
	color: #fff!important;
	text-align: center;
	font-size: 1.6em;
}	

.file_class {
	width: 200px; 
	padding-top: 12px;
}