body{
	background: url(images/sky.jpg);
	font-family: Helvetica, Arial, Tahoma, Geneva, sans-serif;
	color: #fff;
}

p{
	line-height: 26px;
	padding-bottom: 20px;
}

#main{

}

.container{
	width: 950px;
	margin: auto;
	position: relative;
}

#head{
	background: url(images/logo.jpg) top left no-repeat;
	padding-top: 130px;
	padding-bottom: 50px;
}


a.foot_link:link, a.foot_link:visited, a.foot_link:active{
	background: #7d2220;
	color: #fff;
	text-decoration: none;
}

a.foot_link:hover{
	background: #fff;
	color: #7d2220;
}

a:link, a:visited, a:active{
	text-decoration: underline dotted;
	color: #fff;
	padding: 3px;
}

a:hover{
	background: #7d2220;
	color: #fff;
	text-decoration: none;
}

a.img_link, a.img_link:hover{
	background: none;
}

h1{
	font-family: Lobster, Helvetica, Tahoma, Verdana, Arial, _sans;
	font-size: 36px;
	font-weight: 500;
	padding: 10px 0;
	color: #fff;
}

#flowpanes div div div.left_content{
	width: 500px;
	text-align: justify;
}

#flowpanes div div div.right_content{
	width: 300px;
	text-align: justify;
}

#flowpanes div div div.right_content div{
	padding-left: 70px;
	margin: 0;
}

.footer .container div.left_content{
	width: 500px;
	float: left;
}

.footer .container div.right_content{
	width: 300px;
	float: left;
}

.footer .container div.right_content div{
	padding-left: 80px;
}

ul.agents{
	list-style: none;
	padding: 10px 0;
}

ul.agents li{
	height: 35px;
}

.bold{
	background: #7d2220;
	padding: 3px;
	color: #fff;
}

#legal_mumbo{
	clear: left;
	text-align: center;
	padding-top: 30px;
}

#legal_mumbo p{
	font-size: 12px;
	padding-bottom: 0;
}

#legal_mumbo img{
	vertical-align: middle;
	padding: 0 5px;
}

#heli{
	position: absolute;
	top: 0px;
	left: -20px;
}

#social img{
	padding: 0 3px;
}

.current{
	background: #7d2220;
	color: #fff !important;
	text-decoration: none;
}


a img{
	border: none;
}





/* for sticky foot------------------------------------ */


* {
	margin: 0;
	padding: 0;
	outline: none;
}

html, body {
	height: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -1020px; 
}

.footer, .push {
	height:1020px; 
}

.footer{
	background: url(images/city.jpg) top center repeat-x #252525;
	color: #fff;
	position: relative;
}

.footer .container{
	padding-top: 280px;
}


/* END for sticky foot------------------------------------ */


/* for Panes------------------------------------ */

a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}


/* root element for tabs */
#flowtabs {
	
	/* dimensions */
	width:950px;
	margin:0 !important; 
	padding:0;	
	
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}

/* single tab */
#flowtabs li { 
	float:left; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
	border-right: 2px solid #7d2220;
	line-height: 22px;
	
}

#flowtabs li.last{
	border-right: none;
}

/* a- tag inside single tab */
#flowtabs li a {
	display:block;   	
	padding:2px 8px;
	margin:0px;
	color:#7d2220;
	font-size:18px;
	text-decoration:none;

}

#flowtabs li a:hover{
	color: #fff;
}

/* panes */
#flowpanes {	
	width:950px;
	height:450px;	
}


/* single pane */
#flowpanes div {
	display:none;	
	margin:5px 3px;
}








