@charset "UTF-8";
.page-image  {
	width:960px;
	height:220px;
	float: left;
}
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
}
#enquiry-form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	list-style-position: outside;
	list-style-type: square;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	list-style-image: url(../images/bullet.gif);
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	color: #0F1B4B;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ this fixed width container surrounds all other elements ~~ */
.container {
	width: 960px; /* the auto value on the sides, coupled with the width, centers the layout */
	top: 0px;
	clip: rect(0px,auto,auto,auto);
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-image: url(../images/left-strip.png);
	background-repeat: repeat-y;
	background-attachment: fixed;
	display: block;
	background-position: 0px 50px;
}
#header {
	background-color: #FFF;
	display: block;
	width: 960px;
	background-image: url(../images/header-home.gif);
	background-repeat: no-repeat;
	height: 120px;
	padding-top: 60px;
	float: left;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	z-index:2;
}
#logo {
	display: block;
	width: 690px;
	height: 120px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #FFF;
	padding-top: 0px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	padding-left: 270px;
}
#logo h1{
	display: block;
	padding-top: 48px;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 100;
	color: #3A84C6;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin: 0px;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.content {
	display: block;
	width: 725px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
	padding-top: 10px;
}
/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.content h1{
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 24px;
	color: #3A84C6;
	letter-spacing: -1px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #8195CB;
	margin-right: auto;
	font-style: normal;
	font-weight: lighter;
}
/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.header-name {
	display: block;
	width: 725px;
	padding-right: 10;
	padding-bottom: 0px;
	float: left;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 24px;
	color: #FFF;
	letter-spacing: 5px;
	padding-top: 7px;
	background-color: #3A84C6;
	height: 15px;
	text-align: left;
	vertical-align: bottom;
	padding-left: 235px;
	text-transform: uppercase;
	background-repeat: no-repeat;
	line-height: 30px;
}
/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.broker-header-name {
	display: block;
	width: 723px;
	padding-right: 10;
	padding-bottom: 0px;
	float: left;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 24px;
	color: #FFF;
	letter-spacing: 5px;
	padding-top: 55px;
	background-color: #0F1C4B;
	height: 40px;
	text-align: left;
	vertical-align: bottom;
	padding-left: 10px;
	text-transform: uppercase;
}
.popup {
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1B1949;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(../images/phone.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: auto;
	width: 400px;
}
.popup h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #1B1949;
}
.asset-box {
	display: block;
	width: 220px;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1B1949;
	letter-spacing: normal;
	text-align: left;
	padding-bottom: 5px;
	height: auto;
	clear: right;
	float: left;
}
.asset-box a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3A84C6;
}
.asset-box a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0F1B4B;
	text-decoration: underline;
	font-weight: bold;
}
.asset-box h2{
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 15px;
	list-style-position: inside;
	list-style-type: square;
	line-height: 15px;
	text-align: left;
	font-weight: lighter;
	color: #3A84C6;
	padding-left: 0px;
}
.asset-box h2 a{
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 12px;
	list-style-position: inside;
	list-style-type: square;
	line-height: 15px;
	text-align: left;
	font-weight: bold;
	color: #3A84C6;
	padding-left: 0px;
	text-decoration: none;
}
.asset-box h2 a:hover{
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 12px;
	list-style-position: inside;
	list-style-type: square;
	line-height: 15px;
	text-align: left;
	font-weight: bold;
	color: #0F1B4B;
	padding-left: 0px;
}
.asset-box .read-more{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3A84C6;
	font-weight: bold;
	text-decoration: none;
}
.asset-box .read-more a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3A84C6;
	font-weight: bold;
}
.asset-box .read-more a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0F1B4B;
	font-weight: bold;
	text-decoration: underline;
}
.full-width-box {
	display: block;
	width: 710px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1B1949;
	letter-spacing: normal;
	text-align: left;
	padding-bottom: 20px;
	height: auto;
	clear: left;
}
.full-width-box p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0F1B4B;
	line-height: 18px;
}
.full-width-box a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1E87CB;
}
.full-width-box a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0F1B4B;
}
.main-asset-box-broker {
	display: block;
	width: 460px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1B1949;
	letter-spacing: normal;
	text-align: left;
	padding-bottom: 20px;
	height: auto;
	clear: left;
	padding-left: 0px;
	padding-top: 10px;
}
.main-asset-box-broker a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3A84C6;
	font-weight: bold;
	text-decoration: none;
}
.main-asset-box-broker a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0F1B4B;
	font-weight: bold;
	text-decoration: none;
}
.main-asset-box-broker h2{
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 18px;
	list-style-position: inside;
	list-style-type: square;
	line-height: 18px;
	text-align: left;
	font-weight: lighter;
	color: #3A84C6;
	padding-left: 0px;
}
.main-asset-box-broker h2 a{
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 18px;
	list-style-position: inside;
	list-style-type: square;
	line-height: 18px;
	text-align: left;
	font-weight: lighter;
	color: #3A84C6;
	padding-left: 0px;
}
.main-asset-box-broker h2 a:hover{
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 18px;
	list-style-position: inside;
	list-style-type: square;
	line-height: 18px;
	text-align: left;
	font-weight: lighter;
	color: #1A1849;
	padding-left: 0px;
}
.main-asset-box-broker .read-more{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3A84C6;
	font-weight: bold;
	text-decoration: underline;
}
.main-asset-box-advert {
	display: block;
	width: 700px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1B1949;
	letter-spacing: normal;
	text-align: left;
	padding-bottom: 20px;
	height: auto;
	clear: left;
	padding-left: 0px;
	padding-top: 10px;
}
.main-asset-box-advert a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3A84C6;
	font-weight: bold;
	text-decoration: none;
}
.main-asset-box-advert a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0F1B4B;
	font-weight: bold;
	text-decoration: none;
}
.main-asset-box-advert h2{
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 18px;
	list-style-position: inside;
	list-style-type: square;
	line-height: 18px;
	text-align: left;
	font-weight: lighter;
	color: #3A84C6;
	padding-left: 0px;
}
.main-asset-box-advert h2 a{
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 18px;
	list-style-position: inside;
	list-style-type: square;
	line-height: 18px;
	text-align: left;
	font-weight: lighter;
	color: #3A84C6;
	padding-left: 0px;
}
.main-asset-box-advert h2 a:hover{
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 18px;
	list-style-position: inside;
	list-style-type: square;
	line-height: 18px;
	text-align: left;
	font-weight: lighter;
	color: #1A1849;
	padding-left: 0px;
}
.main-asset-box-advert .read-more{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3A84C6;
	font-weight: bold;
	text-decoration: underline;
}
.main-asset-box {
	display: block;
	width: 725px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1B1949;
	letter-spacing: normal;
	text-align: left;
	padding-bottom: 20px;
	height: auto;
	clear: left;
}
.main-asset-box a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3A84C6;
	font-weight: bold;
	text-decoration: none;
}
.main-asset-box a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0F1B4B;
	font-weight: bold;
	text-decoration: none;
}
.main-asset-box h2{
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 18px;
	list-style-position: inside;
	list-style-type: square;
	line-height: 18px;
	text-align: left;
	font-weight: lighter;
	color: #3A84C6;
	padding-left: 0px;
}
.main-asset-box h2 a{
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 18px;
	list-style-position: inside;
	list-style-type: square;
	line-height: 18px;
	text-align: left;
	font-weight: lighter;
	color: #3A84C6;
	padding-left: 0px;
}
.main-asset-box h2 a:hover{
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 18px;
	list-style-position: inside;
	list-style-type: square;
	line-height: 18px;
	text-align: left;
	font-weight: lighter;
	color: #1A1849;
	padding-left: 0px;
}
.main-asset-box .read-more{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3A84C6;
	font-weight: bold;
	text-decoration: underline;
}
#left-column {
	display: block;
	width: 224px;
	float: left;
	clear: right;
	padding-bottom: 10px;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	background-color: #3A84C6;
	margin-bottom: auto;
}
#left-column h1{
	display: block;
	width: 215px;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3A84C6;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-repeat: no-repeat;
	margin: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #3A84C6;
}
#left-column h2{
	display: block;
	width: 225px;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	height: 25px;
	font-weight: bold;
	color: #3A84C6;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	margin: 0px;
	letter-spacing: -1px;
}
#left-column .brochure{
	display: block;
	width: 150px;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	height: 45px;
	font-weight: lighter;
	color: #1B1949;
	background-image: url(../images/google-docs.jpg);
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 75px;
	background-repeat: no-repeat;
	margin: 0px;
	line-height: 14px;
}
#left-column .brochure a{
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #3A84C6;
	padding-right: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	margin: 0px;
	text-decoration: none;
}
#left-column .brochure a:hover{
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #1B1949;
	padding-right: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	margin: 0px;
	text-decoration: none;
}
#left-column .brochure2{
	display: block;
	width: 150px;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	height: 45px;
	font-weight: lighter;
	color: #1B1949;
	background-image: url(../images/pdf-logo.jpg);
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 75px;
	background-repeat: no-repeat;
	margin: 0px;
	line-height: 14px;
}
#left-column .brochure2 a{
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #3A84C6;
	padding-right: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	margin: 0px;
	text-decoration: none;
}
#left-column .brochure2 a:hover{
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #1B1949;
	padding-right: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	margin: 0px;
	text-decoration: none;
}
#left-column p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #1B1949;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	margin: 0px;
	line-height: 16px;
	padding-top: 10px;
}
#left-column .callback-number {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 18px;
	color: #3A84C6;
	font-weight: normal;
	text-decoration: none;
	line-height: 22px;
}
#left-column .callback-number a{
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	color: #3A84C6;
	font-weight: bold;
	text-decoration: none;
}
#left-column .callback-number a:hover{
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	color: #1B1949;
	font-weight: bold;
}
#left-column .callback a{
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	color: #3A84C6;
	font-weight: normal;
	text-decoration: none;
}
#left-column .callback a:hover{
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	color: #8195CB;
	font-weight: normal;
}
.intro-body-homepage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: lighter;
	display: block;
	width: 220px;
	float: left;
	color: #1B1949;
	text-align: left;
	clear: right;
	margin-right: 20px;
	height: auto;
	margin-bottom: 37
];
}
.intro-body {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: lighter;
	display: block;
	float: left;
	color: #3A84C6;
	text-align: left;
	clear: right;
	margin-right: 20px;
	padding-top: 0px;
	list-style-position: outside;
	list-style-type: square;
	height: auto;
	width: 235px;
	margin-bottom: 0px;
	list-style-image: url(../images/bullet.gif);
	padding-left: 8px;
	text-indent: 0px;
	margin-top: -12px;
}
.intro-body-broker {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: lighter;
	display: block;
	float: right;
	color: #3A84C6;
	text-align: left;
	clear: right;
	margin-right: 5px;
	padding-top: -2px;
	list-style-position: outside;
	list-style-type: square;
	height: auto;
	width: 250px;
	margin-bottom: 0px;
	list-style-image: url(../images/bullet.gif);
	padding-left: 8px;
	text-indent: 0px;
}
.intro-body-broker a{
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	color: #3A84C6;
	text-align: left;
}
.intro-body-broker a:hover{
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	color: #201A56;
	text-align: left;
}
.blue-copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: lighter;
	color: #3A84C6;
	margin: 0px;
	padding: 0px;
	display: inline;
}
.enquiry-form-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 22px;
	font-weight: lighter;
	display: block;
	float: left;
	color: #3A84C6;
	text-align: left;
	clear: right;
	margin-right: 20px;
	padding-top: 0px;
	list-style-position: outside;
	list-style-type: square;
	height: auto;
	width: 220px;
	margin-bottom: 0px;
	list-style-image: url(../images/bullet.gif);
	padding-left: 8px;
	text-indent: 0px;
	margin-top: 0px;
}
.picture-box {
	display: block;
	width: 460px;
	float: left;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #3A84C6;
	font-size: 30px;
	font-weight: lighter;
	line-height: 36px;
	padding-right: 0px;
	padding-bottom: 10px;
	letter-spacing: -1px;
	padding-top: 0px;
}
.text-box {
	display: block;
	width: 460px;
	float: left;
	height: auto;
	font-family: "Century Gothic", Arial, sans-serif;
	color: #3A84C6;
	font-weight: lighter;
	line-height: 36px;
	padding-right: 20px;
	padding-bottom: 5px;
	letter-spacing: -1px;
	font-size: 24px;
}
.text-box-home {
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	letter-spacing: normal;
	padding-top: 0px;
	margin-top: -20px;
	float: left;
	width: 700px;
}
.text-box-home h1{
	font-family: Arial, Helvetica, sans-serif;
	color: #3A84C6;
	font-size: 18px;
	letter-spacing: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 18px;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.footer {
	display: block;
	width: 950px;
	float: left;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 12px;
	color: #1B1949;
	background-repeat: no-repeat;
	background-position: 0px 24px;
	text-align: left;
	text-indent: 0px;
	line-height: 14px;
	font-weight: normal;
	margin-left: 0px;
	padding-left: 10px;
	background-color: #CCC;
	padding-top: 12px;
}
.footer-box {
	width: 223px;
	float: left;
	margin-left: 0px;
	padding-left: 10px;
}
.footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #377DBB;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
}
.footer a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1B1949;
	line-height: normal;
	font-weight: normal;
	text-decoration: underline;
}
.footer .number{
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	color: #3A84C6;
	font-weight: bold;
}
.number {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1A1748;
	font-weight: bold;
}
.number a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3A84C6;
	font-weight: bold;
}
.number a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1A1748;
	font-weight: bold;
}
.footer .callback a{
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	color: #3A84C6;
	font-weight: bold;
	text-decoration: none;
}
.footer .callback a:hover{
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	color: #1B1949;
	font-weight: bold;
}
.callback a {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	color: #3A84C6;
	font-weight: bold;
	text-decoration: none;
}
.callback a:hover{
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	color: #1B1949;
	font-weight: bold;
}
#footer .copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3A84C6;
	font-weight: normal;
	text-decoration: none;
}
#footer .consumer-credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1B1949;
	font-weight: normal;
	text-decoration: none;
}
.consumer-credit  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	font-weight: normal;
	text-decoration: none;
	line-height: 12px;
}
.consumer-credit  a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3A84C6;
	font-weight: normal;
	text-decoration: none;
}
.consumer-credit  a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0F1B4B;
	font-weight: normal;
	text-decoration: none;
}
.links  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3A84C6;
	font-weight: normal;
}
.links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0;
	font-weight: normal;
}
.links a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1B1949;
	font-weight: normal;
}
#navigation {
	font-family: Arial, Helvetica, sans-serif;
	color: #1B1949;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	z-index:1;
	float: left;
	width: 950px;
	margin-top: 2px;
	background-color: #8195CB;
	height: 30px;
	padding-left: 10px;
	padding-top: 15px;
}
#navigation a{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #1B1949;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}
#broker-navigation {
	font-family: Arial, Helvetica, sans-serif;
	color: #1B1949;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	z-index:1;
	float: left;
	width: 733px;
	margin-top: 5px;
	background-color: #2F87CB;
	height: 45px;
	padding-left: 0px;
	padding-top: 0px;
}
#broker-navigation a{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	height: 38px;
}
#broker-navigation a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	height: 38px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#square-picture-box {
	background-repeat: no-repeat;
	height: 180px;
	width: 222px;
	display: block;
	float: right;
	clear: right;
	margin-left: 3px;
}
.number-top {
	float: right;
	margin-right: 0px;
	display: block;
	width: 350px;
	margin-top: 5px;
	text-align: right;
	clear: right;
	height: 50px;
	font-size: 18px;
}
.number-top a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0F1B4B;
}
.number-top a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #8195CB;
}
.nav-top {
	float: right;
	margin-right: 0px;
	display: block;
	width: 380px;
	margin-top: 0px;
	height: 30px;
	clear: both;
	text-align: right;
}
.nav-top a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	color: #3A84C6;
	text-decoration: none;
}
.nav-top a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	color: #323232;
	text-decoration: none;
}
.google {
	float: right;
	margin-right: 0px;
	display: block;
	width: 225px;
	margin-top: 30px;
}
/********** contact form **********/
#contactform { margin:0; padding:5px 0;}
#contactform * { color:#F00;}
#contactform ol { margin:0; padding:0; list-style:none;}
#contactform li { margin:0; padding:0; background:none; border:none; display:block;}
#contactform li.buttons { margin:5px 0 5px 0;}
#contactform label { float:left; margin:0; width:100px; padding:5px 0; font:bold 12px  Arial, Helvetica, sans-serif; color:#444444; text-transform:capitalize;}
#contactform label span { font:normal 10px Arial, Helvetica, sans-serif;}
#contactform input.text { width:530px; border:1px solid #d7d7d7; margin:5px 0; padding:5px 2px; height:15px; background:#fff;}
#contactform textarea { width:530px; border:1px solid #d7d7d7; margin:10px 0; padding:2px; background:#fff; height:250px;}
#contactform li.buttons input { padding:3px 0; margin:0; border:0; color:#FFF;}
p.response { text-align:center; color:#2c2c2c; font:bold 11px Arial, Helvetica, sans-serif; line-height:1.5em; width:auto;}
.clear {
	clear: both;
	height: 1px;
	width: 725px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
