@charset "utf-8";
/* CSS Document */
/*=======  Colour Palette  =========

	light blue 		#005595
	dark blue		#404e66
	grey			#4A4A4A
==================================*/
body{
	background:url(../images/header.png) repeat-x;
}
a {outline: none;}
*{margin:0; padding:0;}
#darthtator{
	width:960px;
	margin:auto;
}
#skip {
	font-size: .65em;
	color: #4A4A4A;
	text-decoration: none;
	margin-top: 0;
	font-family:Arial, Helvetica, sans-serif;
	margin-left: 95px;
	z-index:100;
	width:70px;
}
#skip a {
	color: #4A4A4A;
	text-decoration: none;
	z-index:10;
}
#left{
	width: 100%;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}
#menu{
	height: 365px;
	width: 385px;
	font-size: 1em;
	font-weight: normal;
	position:fixed;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background: red;
}
#menu h1{
	padding:50px 0 15px 0;
}
#menu h2{
	padding: 15px 0 5px 0;
	color: #4A4A4A;
	font-size: 1.05em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.8em;
}
#menu h3{
	font-size: 1.2em;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0;
}
#menu p{
	font-size: 0.8em;
	padding: 0 20px;
	color: #4A4A4A;
}
#menu img{
	border-style: none;
}
#menu ul{
	text-align: left;
	padding: 2px 0 0 0;
}
#menu li{
	list-style-type: none;
	padding-top: 6px;
	padding-bottom: 6px;
}
#menu a, #menu a:link, #menu a:visited{
	color: #4A4A4A;
	text-decoration: none;
}
#menu a:hover{
	color: #005595;
	text-decoration: none;
}
.strategy{padding-left: 83px;}
.insurance{padding-left: 102px;}
.investments{padding-left: 65px;}
.estate{padding-left: 22px;}
.career{padding-left: 13px;}
.about{padding-left: 22px;}
.mission{padding-left: 48px;}
.testimonials{padding-left: 58px;}
.contact{padding-left: 92px;}
.home{padding-left: 150px;}
#content{
	width: 495px;
	float: right;
	padding: 0 40px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4A4A4A;
	min-height: 675px;
}
#content h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 1.9em;
	padding: 65px 0 61px 0;
	font-weight: normal;
}
#content h2{	
	font-size: 1.5em;
	padding: 15px 0;
	color: #005595;
}
#content h3{
	font-size: 1.2em;
	padding: 10px 0;
	color: #005595;
}
#content h4{
	font-size: 1.1em;
	padding: 10px 0;
	color: #4A4A4A;
}
#content h5{

}
#content h6{
	padding: 10px 0;
}
#content p{
	font-size: 1em;
	padding: 8px 0;
	line-height: 1.3em;
}
.small{font-size: .8em;}
#content a, #content a:link, #content a:visited{
	color: #005595;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover{
	color: #005595;
	font-weight: bold;
	text-decoration: underline;
}
#content ul, #content ol{
	margin-left: 20px;
	padding: 10px 0;
}
#content li{
	padding: 5px 0;
	line-height: 1.3em;
}
#content img{
	padding: 0 20px 0 0;
}
#submenu ul{padding: 10px 0 50px 0; color: #fff;}
#submenu li{list-style-type: circle; display: inline;}
#submenu ,#submenu a, #submenu a:link, #submenu a:visited{padding: 0 24px 0 0; color: #fff; text-decoration: none; font-weight: normal;}
#submenu a:hover{ color: #fff; text-decoration: underline; font-weight: normal;}
.spacer{clear: both; display: block; height: 1px;}
#footer{
	font-family: Arial, Helvetica, sans-serif;
	background: #404e66;
	height: 90px;
	margin-top: 30px;
	text-align: center;
	display: block;
	clear: both;
}
#footer h1{
	padding: 15px 0;
}
#footer p{
	font-size: .75em;
}
#footer a, #footer a:link, #footer a:visited{
	color: #fff;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
/*=======  TABLE STYLING  =========*/
.blue {background: #8a8a8a; color:#fff;}
.grey {background: #f2f0f0;}
#resp tr p{font-size: .8em; text-align: center;}
table
{
    border-color: #4a4a4a;
    border-width: 0 0 1px 1px;
    border-style: solid;
	margin: 10px 0;
}

td{
    border-color: #4a4a4a;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 2px;
}
table.contactpage{
    border-style: none;
}
td.contactpage{
    border-color: #fff;
    border-width: 0 0 0 0;
    margin: 0;
    padding: 2px;
}
/*=======  FORM CONTROL  =========*/

label{
float: left;
width: 170px;
font-weight: normal;
padding-right: 20px;
}

input, textarea, select{
width: 250px;
margin-bottom: 5px;
outline: none;
}

.radio{
width: 1em;
margin-bottom: 5px;
margin-right: 10px;
}

textarea{
width: 250px;
height: 100px;
}

.boxes{
width: 1em;
}

.submit{
margin-top: 5px;
width: 100px;
margin-left: 190px;
}

.reset{
margin-top: 5px;
width: 100px;
}

br{
clear: left;
}

.spam{
	width: 65px;
}