/**
* Structural Elements
**/

body {
    margin: 0;
    background: url(img/body_bg.jpg) #fcfcfc repeat-x;
    font-family: trebuchet ms, arial, helvetica, sans-serif;
    font-size: 11pt;
    color: #3c4d6c;
}

#container {
    width: 804px;
    margin: 0 auto;
    padding: 0;
    background: #ffffff url(img/container_shadow.png) repeat-y;
}

#header_shadow { 
    width: 790px;
    background: url(img/header_shadow.png) no-repeat;
    padding: 0 7px;
}

#header { 
    height: 152px;
    width: 788px;
    border-width: 0 1px 0 1px;
    border-color: #44536f;
    border-style: solid;
    background: url(img/header_bg.jpg) #596987 repeat-x;
    margin: 0 auto;
    padding: 0;
    color: #ffffff;
}

#logo_panel {
		float: left;
		height: 94px; 
		width: 219px; 
		padding: 57px 0 0 14px; 
		border-bottom: 1px solid #44536f;
    background: url(img/logo_panel_bg.jpg) no-repeat right;
}

#bevel_shader_panel {
		display: inline;
		float: left;
		height: 152px;
		width: 15px;
    background: url(img/header_bevel_shader.jpg) no-repeat;
}

#pic_panel {
		display: inline;
		float: right;
		height: 152px;
		width: 436px;
		margin: 0 56px 0 0; 
    background: url(img/header_home_pic.jpg) no-repeat bottom;
}

#nav_border {
		float: left;
		width: 234px;
    background: url(img/nav_border.png) no-repeat top;
}

#nav {
		width: 232px;
		margin: 0 1px;
    background: #e7cc7a url(img/nav_bg.jpg) repeat-x top;
    text-align: center;
}

#nav_content_box {
		width: 176px;
		height: 297px;
		margin: 30px 15px 0 15px;
		padding: 15px 13px 0 13px; 
    background: url(img/nav_content_box_bg.png) no-repeat;
    text-align: left;
		font-size: 10pt;
}

#content_container_shadow {
    width: 790px;
    margin: 0;
    padding: 0 7px;
    background: url(img/content_container_shadow.png) no-repeat;
}

#content_container {
    width: 789px;
    margin: 0;
    padding: 0;
		border-right: 1px solid #c8cacf;
    background: url(img/content_container_bg.jpg) repeat-y;
}

#content {
    float: right;
    width: 525px;
    padding: 20px 10px 20px 20px;
    background: url(img/content_bevel_shader.jpg) no-repeat top left;
}

#header_pic_bottom {
    width: 436px;
		margin: -20px 0 0 43px;
		padding: 90px 0 0 0;
    background: url(img/content_home_pic.jpg) no-repeat;
    text-align: center;
}

#footer { 
    height: 31px;
    width: 748px;
    margin: 0 auto;
    padding: 6px 28px 0 28px;
    background: #eef0f3 url(img/footer_bg.png) no-repeat;
    text-align: center;
    font-size: 9pt;
}

#disclaimer {
		margin: 30px auto 0 auto;
		width: 790px;
		text-align: center;
		color: #e3c977;
		font-size: 8pt;
}

#attrib { 
		margin: 15px auto 20px auto;
    text-align: center;
    font-size: 8pt;
    color: #cbcccc;
}


/**
* Structural Sub-Element Declarations
**/

#content p {
    margin: 0;
    padding: 0;
}

#content div.section {
	margin-top: 30px;
	height: 200px;
}

#content div.section a {
		text-decoration: none;
}

#footer img { 
    margin: -3px 2px 0 2px;
		position: relative;
		vertical-align: middle;
}

#footer a { 
		color: #3c4d6c;
		text-decoration: underline;
}

#footer a:hover { 
		color: #cd7f1e;
		text-decoration: underline;
}

#attrib a { 
    color: #92cccc;
		text-decoration: underline;
}

#attrib a:hover { 
    color: #f7941d;
		text-decoration: underline;
}

ul.toplinks {
    margin: 20px 0 20px 0;
    padding: 0;
		text-align: center;
		font-size: 13pt;
}

ul.toplinks li {
    display: inline;
    margin: 0;
    padding: 0 0 0 2px;
}

ul.toplinks li.first {
    margin: 0;
    padding: 0;
}

ul.bottomlinks {
    margin: 0 0 0 30px;
    padding: 0;
}

/**
* Navigation Rollovers
**/

#nav ul {
    margin: 0;
    padding: 0;
}

#nav li {
		display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav a.phil {
		display: block;
		height: 35px;
		width: 232px;
    background: url(img/nav_philosophy_down.jpg) no-repeat;
}

#nav a.phil:hover {
    background: url(img/nav_philosophy_up.jpg) no-repeat;
}

#nav a.serv {
		display: block;
		height: 35px;
		width: 232px;
    background: url(img/nav_services_fees_down.jpg) no-repeat;
}

#nav a.serv:hover {
    background: url(img/nav_services_fees_up.jpg) no-repeat;
}

#nav a.reso {
		display: block;
		height: 35px;
		width: 232px;
    background: url(img/nav_resources_down.jpg) no-repeat;
}

#nav a.reso:hover {
    background: url(img/nav_resources_up.jpg) no-repeat;
}

#nav a.abou {
		display: block;
		height: 35px;
		width: 232px;
    background: url(img/nav_about_down.jpg) no-repeat;
}

#nav a.abou:hover {
    background: url(img/nav_about_up.jpg) no-repeat;
}

#nav a.cont {
		display: block;
		height: 35px;
		width: 232px;
    background: url(img/nav_contact_down.jpg) no-repeat;
}

#nav a.cont:hover {
    background: url(img/nav_contact_up.jpg) no-repeat;
}



/**
* General Elements
**/

img {
    border: 0;
    margin: 0;
    padding: 0;
}

#content h3 {
		display: none;
}

#content h3.home {
   	display: block;
   	margin: 2px 0;
   	padding: 0;
   	text-align: left;
   	font-size: 14pt;
   	font-weight: bold;
   	color: #95855c;
}

#content h2 {
   	margin: 2px 0;
   	padding: 0;
   	text-align: left;
   	font-size: 16pt;
   	font-weight: bold;
}

a {
	color: #ca7d1e;
	text-decoration: none;
	background-repeat: no-repeat;
}

a:hover {
	color: #ff5c23;
	text-decoration: underline;
	background-repeat: no-repeat;
}

h3 a:hover { 
   color: #ff6c00;
}

div.clear {
   clear: both;
}

div.right {
   float: right;
}

div.left {
   float: left;
}

p, #content p {
		margin: 10px 0 0 0;
		padding: 0;
}

p.first {
    margin: 0;
}

p.indent {
    text-indent: 30px;
}

p.indent:first-letter {
		font-size: 14pt;
}

p.right {
    text-align: right;
}
