/* ------------------------------------------------------

	Professions Finance & Leasing - Index Stylesheet
   
------------------------------------------------------ */

	@import "reset.css";
	
/* --- Selectors ------------------------------------- */

html {
}

body {
	margin:0 auto;
	padding:0;
	font-size:12px;
	line-height:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	background:#e5e5e5;
}

hr {
	background-color:#c7c8ca !important;
	color:#c7c8ca; 
	height:1px;
	border:0;
	width:100%;
	margin-bottom:16px;			
	
}

	
/* --- Type ------------------------------------------ */
	
	a, td a, div a, span a, td strong a  { color:#000000; text-decoration:underline;  }
	a:hover, td a:hover, div a:hover, span a:hover { color:#000000; text-decoration:none; }
	a img { border:none; }
	
	p { margin-bottom:10px ; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#000000; line-height:18px; }
	h1  {font: 30px/30px Verdana, Arial, Helvetica, sans-serif; color:#6b822b; padding-bottom:15px; }
	h2 { font:bold 13px/24px Verdana, Arial, Helvetica, sans-serif; color:#818f18; padding-bottom:10px;}
	h3 { font:bold 14px/20px Verdana, Arial, Helvetica, sans-serif; }
	h4 { font:bold 12px/18px Verdana, Arial, Helvetica, sans-serif; }
	h5 { font:bold 11px/16px Verdana, Arial, Helvetica, sans-serif; }
	h6 { font:bold 10px/14px Verdana, Arial, Helvetica, sans-serif; }

	
	img, div, a { behavior: url(/includes/iepngfix.htc) }
	

/* --- Common Classes -------------------------------- */

	.left { float:left; }
	.right { float:right; }
	.top { vertical-align:top; }
	.clear { clear:both; }
	.nodisplay { display:none;}

/* --- Layout Styles --------------------------------- */


#wrap {
	margin:0 auto;
	width:960px;
}

#header {
	width:960px;
	height:360px;
	position:relative;
}

#headertop {
	width:960px;
	height:110px;
}

#logo {
	width:279px;
	height:110px;
	float:left;
}

#contact {
	width:681px;
	height:110px;
	float:left;
}

#headerbottom {
	width:960px;
	height:225px;
	color:#FFFFFF;
	background:url(../images/bg-header.jpg) top center no-repeat;
}

#left {
	width:690px;
	height:225px;
	float:left;
}

#mainnav {
	width:665px;
	height:35px;
	padding-top:15px;
	padding-left:25px;
	background:url(../images/bg-mainnav.jpg) top left no-repeat;
}

#mainnav ul{
	list-style:none;
	padding:0;
	margin:0;
}

#mainnav ul li{
	display:inline;
	padding:0;
	margin:0;
}

#mainnav ul li a{
	text-decoration:none;
	color:#FFFFFF;
}

#mainnav ul li a:hover, #mainnav ul li.current a { 
	color:#c6d629;
}

#headercontent {
	width:665px;
	height:155px;
	padding-top:20px;
	padding-left:25px;
	color:#FFFFFF;
}

#headercontent p{
	color:#FFFFFF;
}

#headercontent a {
	color:#FFFFFF;
	text-decoration:none;
}

#headercontent a:hover {
	color:#c6d629;
}


#headercontent ul{
	list-style-image:url(../images/i-bullet-green.png);
}

#headercontent img{
	margin-bottom:10px;
}

#right {
	width:270px;
	height:225px;
	float:left;
	background:url(../images/bg-headerright.jpg) right top no-repeat;
	position:relative;
}

#professionimage {
	position:absolute;
	left:700px;
	bottom:0;
	
}

#content {
	width:960px;
}

#contentnone {
	display:none;
}

#contenttop {
	width:960px;
	height:22px;
	background:url(../images/bg-contenttop.jpg) top center no-repeat;
}

#pagecontent {
	width:910px;
	padding:3px 25px;
	background:#FFFFFF;
}

#pagecontent span img{
	margin-bottom:12px;
}


#contentbottom {
	width:960px;
	height:47px;
	background:url(../images/bg-contentbottom.jpg) bottom center no-repeat;
}

#poi {
	width:960px;
	height:167px;
	color:#FFFFFF;
	border-bottom:1px solid #c3c3c3;
}

#poi a{
	color:#000000;
}

#poi img{
	margin-bottom:12px;
}

#poi1 {
	width:250px;
	height:142px;
	padding:25px 25px 0 25px;
	margin-right:30px;
	float:left;
	background:url(../images/bg-poi.jpg) top center no-repeat;
}

#poi2 {
	width:255px;
	height:142px;
	padding:25px 20px 0 25px;
	margin-right:30px;
	float:left;
	background:url(../images/bg-poi.jpg) top center no-repeat;
}

#poi3 {
	width:250px;
	height:142px;
	padding:25px 25px 0 25px;
	float:left;
	background:url(../images/bg-poi.jpg) top center no-repeat;
}

#footer {
	width:910px;
	height:60px;
	padding: 20px 25px 0 25px;
	font-size:11px;
	color:#727272;
}

#footerleft {
	width:300px;
	float:left;
}

#footerright {
	width:550px;
	float:right;
	text-align:right;
}

#footerright ul{
	list-style:none;
	display:inline;
	padding:0;
	margin:0;
}

#footerright ul li{
	display:inline;
	padding:0;
	margin:0;
}

#footerright ul li a{
	text-decoration:none;
	color:#727272;
}

#footerright ul li a:hover { 
	color:#999999;
}

#footerright a{
	text-decoration:none;
	color:#727272;
}

#footerright a:hover { 
	color:#999999;
}

h1.pagetitle span {
	display:none;
}

#sureform h2 {
	border-top: #c7c8ca 1px solid;	
	border-bottom: #c7c8ca 1px solid;
	padding:0;
	margin:20px 0;	
	padding-bottom:10px;	
	padding-top:10px;
}

.notValidated {
	color:#FF0000;
}