/************************************************************
		
		CSS styles for agoraforlife.net - Franchise section
		
		AUTHOR:  James Gross - randomink.com
		DATE:    10.10.2007
		PURPOSE: Controls the layout of the site and styles the menus 
		
************************************************************/


/************************************************************
						MAIN ELEMENTS
************************************************************/

html {
	background: url(images/bg.jpg) repeat-x;
}

#content a {
	color: #6cae3d;
}


/********************************************
				   NAVBAR
********************************************/

#navBar {
	background: url(images/nav_bg.png) repeat-x;
}


/************************************************************
					   NEWS BOX
************************************************************/

#newsBox {
	background: url(images/news_box.png)
}


/********************************************
				MINI GATEWAY
********************************************/

#miniGateway {
	position: absolute;
	top: 316px;
	left: 46px;
}

.client {
	background: url("../images/client.png") 0 0 no-repeat;
	position: absolute;
	left: 0px;
}

.health {	
	background: url("../images/healthprofessionals.png") 0 0 no-repeat;
	position: absolute;
	left: 80px;
}

.corporate {	
	background: url("../images/corporate.png") 0 0 no-repeat;
	position: absolute;
	left: 160px;
}


/********************************************
				HELPFORM
********************************************/
#helpBox {
	position: absolute;
	top: 550px;
	left: 46px;
}
	
#helpform {
	border-collapse: collapse;
	background: url(images/help_bg.png) no-repeat;
}


/********************************************
				SUBSCRIBE
********************************************/

#subscribeBox {
	position: absolute;
	top: 825px;
	left: 46px;
}
	
#subscribeform {
	border-collapse: collapse;
	background: url(images/subscribe_bg.png) no-repeat;
}


