/* STYLESHEET FOR SCREEN LAYOUT OF THE SITE, CONTAINS NO FONT STYLES UNLESS THEY APPLY ONLY TO TEMPLATE */

body {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial,Helvetica,sans-serif;
}

/************* LOGO AND PARTNER LOGOS *************/
div.logoContainer {
	width:770px;
	float:left;
	display:block;
}

div.logo {
	float:left;
	padding:20px 20px 20px 20px;
	height:65px;
	width: 225px;
	vertical-align: middle;
	/** find the div - border: 1px solid #69B8ED; **/
}
div.grouplogo {
	float:left;
	padding:20px 10px 10px 10px;
	height:65px;
	width: 225px;
	vertical-align: middle;
	text-align: center;
	/** find the div - border: 1px solid #69B8ED; **/
}
div.brokerlogo {
	float:right;
	padding:20px 10px 10px 10px;
	/* max width:250px;	*/
	height:65px;
	width: 225px;
	vertical-align: middle;
	text-align: right;
	/** find the div - border: 1px solid #69B8ED; **/

}


/************* top menu container and greeting *************/

div.topMenuContainer {
	background: #003399;
	width: 770px;
	clear:both;
	float:left;
}
div.greeting {
	float:left;
	padding: 5px 5px 5px 5px;
}
div.topmenu {
	float:right;
	padding: 5px 5px 5px 0px;
}

/************* END OF TOP BARS *************/


/************* main content container on all pages *************/

div.pageContainer {

	margin: 0px;
	width:770px;
	padding: 0px;
	float: left;
}

div.mainContainer {

	margin: 0px;
	width:770px;
	height:425px;
	padding: 0px;
	font-size: 70%;
	background-color: #FFFFFF;
	float: left;
	clear: both;
	/** border: 1px solid #69B8ED; **/
}
div.getquote{
	position: relative;
	margin: 0px;
	width: 518px;
	height: 430px;
	
}

/************* LEFT CONTENT CONTAINER on FRONT HOMEPAGE*************/

div.leftContentContainer {
	float:left;
	width: 518px;
	height: 430px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	/** find the div - border: 1px solid #69B8ED; **/
	
}


/************* RIGHT CONTENT CONTAINER *************/

div.rightContentContainer {
	float:right;
	width: 249px;
	height: 430px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	/** find the div - border: 1px solid #69B8ED; **/
}
div.advert {
	float: right;
	width: 249px;
	height: 200px;
	padding : 0px;
	margin-top: 3px;
	background: #ffd900;
}
div.lightBluebox {
	margin: 0px;
	padding: 0;
	width: 250px;
	height: 230px;
	background: #CDE9FF url( gradient.png ) no-repeat;
	color : #003399;
	float: right;
}

div.lightBluebox-content {
	padding: 10px 20px;
}

div.lightBluebox-content h2 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	white-space:nowrap;
}

div.lightBluebox-content p {
	margin: 5px 0;
	padding: 0px;
	line-height: 1.4em;

}

/************* BOTTOMBAR *************/

div.bottombar {
	float:left;
	width: 770px; 
	background: #FFD900;
	/** find the div - border: 1px solid #69B8ED; */
}

div.siteservicesLeft {
	float:left;
	padding: 5px 0px 5px 5px;
}

div.siteservicesRight {
	float:right;
	padding: 5px 5px 5px 0px;
}

div#quote-container {
	background: url( woman-laptop.png ) no-repeat bottom right;
	position: relative;
	top: 0px;
	left: 0px;
	padding-left: 0px;
	width:518px;
	height: 250px;
	color : #003399;

}



