/* CSS Document */

:link,:visited { 
text-decoration:none 
}

h1,h2,h3,h4,h5,h6,pre,code { 
font-size:1em; 
}

h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
margin:0;
padding:0;
}

a img,:link img,:visited img { 
border:none 
}

address { 
font-style:normal 
}

* {
  margin: 0px;
  padding: 0px;
}

a:link {
	color: #754200;
	text-decoration: none;
}

a:visited {
  color: #666666;
}

a:hover {
	text-decoration: none;
}

p {
	padding-bottom: 1em;
	padding-top: .5em;
}

ul {
	margin: 0em 0em 1.5em 1em;
	padding: 2px;
}

li {
	padding: 4px 0px;
}

hr { 
	border:none;
	border-bottom: dotted 1px #333333;
	background-color:#FFFFFF;
	color:white;
}

html {
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 78%;
	background-image: url(images/bck.gif);
	background-repeat: repeat-y;
	background-color: #F5F5F5;
}


#container-page {
	margin-top: 40px;
	width: 768px;
}

#branding {
	margin-left: 18px;
	margin-bottom: 10px;
}

#flash {
	padding-top: 2px;
}

#container-content {
	background-color: #FFFFFF;
	min-height:800px;
	height:auto;
	padding-left: 18px;
	width: 732px;
}

* html #container-content {
height: 800px;
}
#content_main {
	padding: 160px 15px 15px 15px;
}

#page_title {
	float: left;
}

#content_upper {
	margin-top: 10px;
	height: 340px;
}

#content_lower {
	margin-top: 10px;
}

#services_inv_management {
	margin-top: 10px;
	width: 181px;
	border-right: dotted #000000 1px;
	padding-right: 10px;
	float: left;
	height: 290px;
}

#services_retire_planning {
	margin-top: 10px;
	width: 153px;
	border-right: dotted #000000 1px;
	padding-right: 10px;
	float: left;
	padding-left: 10px;
	height: 290px;
}

#services_comp_planning {
	margin-top: 10px;
	width: 181px;
	border-right: dotted #000000 1px;
	padding-right: 10px;
	float: left;
	padding-left: 10px;
	height: 290px;
}

#services_add_services {
	margin-top: 10px;
	width: 152px;
	float: left;
	padding-left: 10px;
	height: 290px;
}

#enews {
	width: 219px;
	float: right;
	height: 200px;
}

#obj_fin_advice {
	float: left;
	width: 502px;
}

#container-foot {
	height: 40px;
	text-decoration: none;
	margin-top: 8px;
}

#foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-bottom: 5px;
	padding-left: 18px;
	padding-top: 5px;
	line-height: 15px;
	text-decoration: none;
}
.footer {
	text-decoration: none;
	color: #666666;
}

.left_float {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-top: .5em;
}

.right_float {
	float: right;
	margin-bottom: 8px;
	margin-left: 8px;
}

.bold {
	font-weight: bolder;
}
