﻿/* CSS Document */
/* Global Styles */
html
{
	margin:0;
	padding:0;
	background-color: #a7a090;
	color: #000000;
}

body
{
    font-family: "Trebuchet MS";
    font-size: 10pt;
  	text-align: left;
    color: #000000;
    margin: 0px 0px 0px 0px;
	min-width:840px;
}
h1
{
	font-family: "Trebuchet MS";
	color: #47474E;
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
	margin: 40px 0px 12px 0px;
}

h2
{
	font-family : "Trebuchet MS";
	color: #47474E;
	font-size: 12pt;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
	text-align: left;
	text-transform: none;
}

h3
{
	font-family : "Trebuchet MS";
    color: #47474E;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0px;
	padding:0px;
	text-transform: none;
}

h4
{
	color: #DC8000;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 0px;
	text-transform: none;
}

li
{
	margin-top: 4px; 
	margin-bottom: 2px;
	text-align:left;
}

a
{
	text-decoration: none;
	color: #002779;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

p
{
    font-family: "Trebuchet MS";
	margin-top: 10px;
	margin-bottom: 10px;
    padding:0px;
    font-size: 10pt;
    font-weight: normal;
    text-align: left;
}

/* Classes */

.nav
{
	text-align: center;
	padding: 0px 6px;
	cursor: pointer;
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 10pt;
	font-style:italic;
	color: #FFFFFF;	

}

.navActive
{
	text-align: center;
	padding: 0px 6px;
	cursor: pointer;
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 10pt;
	font-style: italic;
	color: #544338;
}

.main
{
	background-color: #ffffff;
	padding: 0px 20px 10px 20px;
	text-align: left;
}


.Bold 
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.indent
{
	margin-left: 10px;
}

.quote
{
	text-align:right;
	font-weight:bold;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	text-align:right;	
}
.author
{		
	text-align:right;
	font-family: "Trebuchet MS";
	font-size: 8pt;
	font-weight: bold;
}


.copyright
{
	color: #FFFFFF;
	background-color: #544338; 
	font-family: 'Arial Narrow'; 
	font-size: medium; 
	text-align: center;
	line-height: 20px;
}        
.services
{
	padding: 15px 0px 15px 10px;
}

/* ID's */
#main {
    float:left;
    width:450px;
    }
#sidebar 
{
	vertical-align:top;
	margin:10px 10px 10px 10px;
	border-left:solid thin #000000;
    float:right;
    width:250px;
}
#sidebar h1, #sidebar h2, #sidebar h3
{
	padding: 0px 10px;
}
#sidebar p
{
	padding: 0px 10px 10px 10px;	
}

#sidebar ul
{ bottom:0;}


#wrap {
    background:#99c;
    margin:0 auto;
    width:840px;
}


#clientList li, #engagements li
{
	margin: 5px 20px 5px 0px;
	padding: 0px;
}

a#Nxt:hover, a#Prev:hover
{
	cursor: pointer;
}
