﻿@charset "utf-8";

body {
	background: #ffffff url(images/agentpremier_bg.jpg) repeat-x top;
	margin: 0px;
	text-align: center;
	font-family:Verdana;
	font-size: 12px;
}

.td {
	font-family:Verdana;
	font-size: 12px;
	
}

.preloader {
	display: none;
}
.clear {
	clear: both;
}
#wrapper {
	margin: 0px auto;
	text-align: left;
	width: 1000px;
}
#footbar {
	background: url(images/agentpremier_bar.jpg) repeat-x;
	height: 62px;
}

/* ********** BACKGROUND IMAGES ********** */

#bg_splash {
	background: url(images/agentpremier_splash_bg.jpg) no-repeat center 183px;
}
#bg_content {
	background: url(images/agentpremier_content_bg.jpg) no-repeat center 131px;
}

/* ********** HEADER ********** */

#head_wrap {
	height: 131px;
}
#head_wrap img {
	border: none;
}
#head_logo {
	float: left;
	width: 348px;
}
#head_menu {
	float: right;
	width: 494px;
}
#head_submenu {
	float: right;
	padding-top: 5px;
	text-align: right;
	width: 495px;
}

/* ********** MENU BUTTONS ********** */

a.menu_services, a.menu_websites, a.menu_company, a.menu_support, a.menu_contact {
	display: block;
	float: left;	
	height: 84px;
	text-decoration: none;
}
a.menu_services:link, a.menu_services:visited {
	background: url(images/agentpremier_menu_services.jpg) no-repeat;
	width: 100px;
}
a.menu_services:hover, a.menu_services:active {
	background: url(images/agentpremier_menu_services_over.jpg) no-repeat;
}
a.menu_websites:link, a.menu_websites:visited {
	background: url(images/agentpremier_menu_websites.jpg) no-repeat;
	width: 99px;
}
a.menu_websites:hover, a.menu_websites:active {
	background: url(images/agentpremier_menu_websites_over.jpg) no-repeat;
}
a.menu_company:link, a.menu_company:visited {
	background: url(images/agentpremier_menu_company.jpg) no-repeat;
	width: 98px;
}
a.menu_company:hover, a.menu_company:active {
	background: url(images/agentpremier_menu_company_over.jpg) no-repeat;
}
a.menu_support:link, a.menu_support:visited {
	background: url(images/agentpremier_menu_support.jpg) no-repeat;
	width: 99px;
}
a.menu_support:hover, a.menu_support:active {
	background: url(images/agentpremier_menu_support_over.jpg) no-repeat;
}
a.menu_contact:link, a.menu_contact:visited {
	background: url(images/agentpremier_menu_contact.jpg) no-repeat;
	width: 98px;
}
a.menu_contact:hover, a.menu_contact:active {
	background: url(images/agentpremier_menu_contact_over.jpg) no-repeat;
}
a.menu_services span, a.menu_websites span, a.menu_company span, a.menu_support span, a.menu_contact span {
	display:none;
}

/* ********** SPLASH FLASH ********** */

#flash_wrapper {
	height: 417px;
	padding-left: 500px;
}

/* ********** SPLASH CONTENT ********** */

#callout_wrap {
	height: 201px;
}
#callout_wrap img {
	border: none;
}
#callout_requestquote_wrap {
	background: url(images/agentpremier_splash_requestquote.jpg) no-repeat right top;
	float: right;
	height: 180px;
	width: 312px;
}
#callout_requestquote {
	padding: 49px 15px 0px 36px;
}
#callout_whatourclientssay_wrap {
	background: url(images/agentpremier_splash_whatourclientssay.jpg) no-repeat;
	float: right;
	height: 180px;
	width: 321px;
}
#callout_whatourcleintssay {
	padding: 50px 173px 0px 13px;
}
#callout_whatourcleintssay span{
	padding-left: 4px;
}
#callout_text {
	float: left;
	padding-top: 19px;
	text-align: justify;
	width: 334px;
}
.callout_text {
	color: #434343;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
a.callout_readmore:link, a.callout_readmore:visited {
	background: url(images/agentpremier_button_readmore.jpg) no-repeat bottom;
	display: block;
	height: 45px;
	text-decoration: none;
	width: 138px;
}
a.callout_readmore:hover, a.callout_readmore:active {
	background: url(images/agentpremier_button_readmore_over.jpg) no-repeat bottom;
}
a.callout_readmore span {
	display: none;
}

/* ********** SPLASH REQUEST QUOTE FORM ********** */
	
.requestquote_form {
	margin: 0px;
}
.requestquote_row {
	color: #434343;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	height: 27px;
}
.requestquote_field {
	background: #ffffff;
	border: solid 1px #cccccc;
	color: #434343;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 194px;
}
.requestquote_button {
	padding: 0px 63px;
}
a.callout_sendrequest:link, a.callout_sendrequest:visited {
	background: url(images/agentpremier_button_sendrequest.jpg) no-repeat;
	display: block;
	height: 38px;
	text-decoration: none;
	width: 135px;
}
a.callout_sendrequest:hover, a.callout_sendrequest:active {
	background: url(images/agentpremier_button_sendrequest_over.jpg) no-repeat bottom;
}
a.callout_sendrequest span {
	display: none;
}

/* ********** CONTENT PAGE ********** */

#content_wrap {
	padding: 36px 37px 90px 37px;
}
#content_leftcolumn {
	float: left;
	width: 673px;
}
#content_rightcolumn {
	float: right;
	width: 227px;
}