@charset "UTF-8";
/* CSS Document */

/* Centre Code */
/* Ignore the next rule in IE mac \*/

html, body {
	height:100%;
	margin:0px;
	padding:0px;
}

body {
	margin: 0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	background-repeat: repeat-x;
	background-color: #FFF;
	background-image: url(../images/mainbg2.jpg);
    }


#container {
    position: relative;
    margin: 0 auto;
    width:900px;
	min-height:100%;
	background:#fff;
    }

/* Stop ignoring in IE mac */
/* End Centre Code */

* {
	margin:0;
	padding:0;
}

/* start edge shadows */

.topshadow {
	position:absolute;
	top:-23px;
	left:-15px;
	width:930px;
	height:23px;
	background:url(../images/drop_shadow/top.png) no-repeat;
}
.leftshadow {
	position:absolute;
	top:-15px;
	left:-23px;
	width:23px;
	height:580px;
	background:url(../images/drop_shadow/left.png) no-repeat center;
}
.rightshadow {
	position:absolute;
	top:-15px;
	right:-23px;
	width:23px;
	height:580px;
	background:url(../images/drop_shadow/right.png) no-repeat center;
}
.bottomshadow {
	position:absolute;
	bottom:-23px;
	left:-15px;
	width:930px;
	height:23px;
	background:url(../images/drop_shadow/bottom.png) no-repeat;
}

/* end edge shadows */

.header {
	height:115px;
}
.header span {
	font-size:28px;
	color:#69207E;
	position:relative;
	top:72px;
	left:25px;
}

.callbtn {
	float:left;
}

.logo {
	float:right;
	height: 44px;
	width: 224px;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 0;
	padding-top: 52px;
}



.menu {
	height:20px;
	background:#00958E;
	position:relative;
}

.menu ul {
	list-style:none;
	color:#FFFFFF;
	padding:4px 0 0 142px;
	font-size:12px;
	z-index:50;
}

.menu li {
	float: left;
	margin:0;
	padding:0;
	position:relative;
}

.menu li a {
	display: block;
	padding:0 45px 0 0;
	text-decoration:none;
	color:#FFFFFF;
}

.menu li a:hover {
	color:#69207E;
}

.menu li ul { /* second-level lists */
	position: absolute;
	background:#00958E;
	padding:10px 10px 0 10px;
	display:none;
}

.menu li:hover ul, .menu li.sfhover ul { /* lists nested under hovered list items */
	display:block;
	left:-10px;
	z-index:51;
	width:120px;
}

.menu li ul li {
float:none;
}

.menu li ul li a {
	padding:0 0 10px 0;
	font-size:11px;
}
* html .menu li ul li a {
	padding:0;
}


.imagearea1 {
	float:left;
	width:115px;
	height:415px;
	background:url(../images/main/imagearea1back.gif) repeat-x;
}

.titlearea {
	float:left;
	height:45px;
	width:785px;
	background:#69207E url(../images/main/title_back.gif) repeat-x;
	position:relative;
}
.titlearea .title {
	margin:25px 0 0 20px;
	width:600px;
	height:20px;
}

.home .titlearea .title {
	background:url(../images/titles/welcome.gif) no-repeat;
}
.about .titlearea .title {
	background:url(../images/titles/intro.gif) no-repeat;
}
.products .titlearea .title {
	background:url(../images/titles/products.gif) no-repeat;
}
.testimonials .titlearea .title {
	background:url(../images/titles/testimonials.gif) no-repeat;
}
.rothschild .titlearea .title {
	background:url(../images/titles/rothschild.gif) no-repeat;
}
.insurance .titlearea .title {
	background:url(../images/titles/insurance.gif) no-repeat;
}
.links .titlearea .title {
	background:url(../images/titles/links.gif) no-repeat;
}
.job  .titlearea .title {
	background:url(../images/titles/job.gif) no-repeat;
}
.preview .titlearea .title {
	background:url(../images/titles/preview.gif) no-repeat;
}
.newsarchived .titlearea .title {
	background:url(../images/titles/newsarchived.gif) no-repeat;
}
.partner .titlearea .title {
	background:url(../images/titles/partner.gif) no-repeat;
}
.team .titlearea .title {
	background:url(../images/titles/team.gif) no-repeat;
}
.contact .titlearea .title {
	background:url(../images/titles/contact.gif) no-repeat;
}
.callme .titlearea .title {
	background:url(../images/titles/callme.gif) no-repeat;
}

.socialmedia {
	position:absolute;
	right:0px;
	top:0px;
	width:165px;
	padding:11px 0 0 0;
}
.socialmedia a {
	margin-right:38px;
}

.socialmedia a.inlink {
	margin-right:0px;
}

.contentarea {
	background:#ffffff url(../images/main/content_back.gif) repeat-x;
	padding:35px 10px 10px 25px;
	float:left;
	width:585px;
	min-height:300px;
}

.content {
	min-height:300px;
	overflow:auto;
	padding:0 25px 0 0;
	position:relative;
}

.imagearea2 {
	float:left;
	width:165px;
	background:#ffffff url(../images/main/content_back.gif) repeat-x;
	overflow-x: hidden;
	position:relative;
}

.imagearea2 p {
	padding:20px 10px 0 0;
}

.tweetarea {
	background:#f0e8f2 url(../images/main/tweet_gradient.gif) bottom repeat-x;
	border-top:solid 4px #6b087a;
	width:145px;
	padding:0 10px 100px 10px;
	word-wrap: break-word;
}
.tweetarea p {
	padding:15px 0px 0px 0px;
	margin:0px;
}

p {
	margin:0 0 10px 0;
}

.firstpara {
	font-size:20px;
	color:#69207E;
	font-weight:bold;
}

.subtitle {
	font-size:15px;
	color:#69207E;
	font-weight:bold;
}

.largepara {
	font-size:15px;
}

ol {
	padding:0 0 10px 25px;
}

.quote {
	font-size:14px;
	font-style:italic;
}

.bold {
	font-weight:bold;
}

a {
	color:#69207E;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

.content table {
	height:auto;
}

.insurance .content table {
	position:static;
	width:360px;
	height:120px;
}
.partner .content table {
	position:static;
	width:350px;
	height:90px;
}

.callme .content {
	padding:0;
}

.callme .content table {
	position:static;
	width:570px;
}
.callme .content table table {
	position:static;
	width:570px;
	height:100px;
}

.purple {
	color:#69207E;
}

.rothschild .contentarea {
	width:735px;
	padding:20px 25px 0px 25px;
}
.rothschild .content {
	background:url(../images/pages/Rothschild2.gif) no-repeat 0 23px;
	padding:30px 70px 100px 175px;
}
.rothschildimg {
	display:none;
}

.links .content img {
	width:90px;
	border:0px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0;
}

.preview .content img {
	padding:10px 10px 10px 0;
	border:0px;
}
.preview .content a {
	float:left;
	padding:20px 0 0 0;
}

.news h2, .newsarchived h2, .latestnews h2 {
	font-size:18px;
	color:#69207E;
	border-bottom:#666 solid 1px;
	margin:10px 0 0 0;
}
.news h3, .newsarchived h3, .latestnews h3 {
	font-size:14px;
	color:#666666;
	margin:0 0 15px 0;
}
.news .content img, .newsarchived .content img, .latestnews img {
	float:left; 
	margin:0px 10px 10px 0;
	padding:0px;
}

.lntitle {
	display:block;
	border-bottom:1px solid #6b087a;
	margin:30px 0 20px 0;
}
.latestnews .lntitle img {
	float:none;
	margin:0px;
	padding:0px;
}

.team .content p {
	padding:0 0 0 120px;
}
.team .content hr {
	margin:20px 0;
}

.team .content .teamperson {
	float:left;
	width:100px;
	height:275px;
}
.team .content .teamperson p {
	padding:10px 0 0 0;
}

.teamthumbs {
	width:85px;
	height:140px;
	float:left;
	padding:0 5px 10px 0;
}
.team .teamthumbs p {
	padding:5px 0px 0px 0px;
	font-size:9px;
}
.team .teamthumbs img {
	width:85px;
	height:85px;
}

.testthumbs {
	width:120px;
	float:left;
	padding:0 5px 10px 0;
}
.testimonials .content p a {
	padding:5px 0px 0px 0px;
	font-size:9px;
	font-weight:bold;
}
.testimonials .content .testthumbs img {
	width:120px;
	padding:0px;
}
.testimonials .content p {
	padding:0 0 0 0px;
}
.testimonials .content img {
	float:left;
	padding:0 10px 5px 0;
}

/* treefrog link */

.treefrog {
	position:absolute;
	bottom:-25px;
	right:0px;
	width:170px;
	height:10px;
	color:#ccc;
	font-size:9px;
	text-align:right;
}
.treefrog a {
	color:#ccc;
	text-decoration:none;
}
