/* everything is constructed with a single background image */

/* root element for tabs */

#flowtabs {
	list-style: none;
	width: 956px;
	background-color: #1D4A8B;
	float: left;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#flowtabs li {
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
}
#flowtabs a {
	color: #FFF;
	display: block;
	float: left;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	background-color: #1D4A8B;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#flowtabs a:hover {
	color: #fff;
	padding-bottom: 8px;
	background-color: #8EC63F;
}

/* adjust the background image position on each tab */
 
/* mouseover state */

/* currently selected tabs */
#flowtabs a.current		{
	cursor:default;
	color:#006;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
	background-position: bottom;
	background-color: #FFF;
}


/* panes */
#flowpanes {
	width:952px;
	height:260px;
	background-image: url(images/Untitled-1.jpg);
	background-repeat: no-repeat;
	border-top-width: 4px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
	padding-top: 20px;
}


/* single pane */
#flowpanes1 {
	display:none;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	vertical-align: top;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 2px;
	margin-left: 20px;
	padding-top: 10px;
	width: 920px;
}
#flowpanes2 {
	display:none;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	vertical-align: top;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 2px;
	margin-left: 20px;
	padding-top: 10px;
	width: 920px;
	height: 300px;
}
#flowpanes3 {
	display:none;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	vertical-align: top;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 2px;
	margin-left: 20px;
	padding-top: 10px;
	width: 920px;
}


#flowpanes1left {
	float: left;
	width: 200px;
	background-image: url(images/p2.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#flowpanes2left {
	float: left;
	width: 200px;
	background-image: url(images/housepic.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#flowpanes3left {
	float: left;
	width: 200px;
	background-image: url(images/businesspics.png);
	background-repeat: no-repeat;
	background-position: right top;
}





/* some decorations for elements inside single pane */
#flowpanes div h2 {
	font-weight:bolder;
	color:#FFF;
	letter-spacing:1px;
	margin:0px 0 0 0;
	font-size:24px;
	font-family: Arial, Helvetica, sans-serif;
}

#flowpanes a {
	color:#cc9;		
	font-size:14px;
}

#flowpanes p, #flowpanes samp {
	color:#FFF;
}

#flowpanes div.narrow {

}
#flowtabs2 li a {
	background-color: #8EC63F;
	width: 310px;
	margin-right: 2px;
	border: 1px solid #030;
}

