body
{
	font-family: tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #585757;
    background-color: #757d7d;
}


/* Page layout */

.page
{
	background-color: #fff;
	width: 871px;
	margin: 0 auto;
}

.topBar
{
	display:none;
	height: 4px;
	width: 871px;
	background-image: url(../images/topBar.jpg);
	overflow:hidden;
}

.header
{
	height: 130px;
	width: 871px;
	background: #fff url(../images/bgHeader.gif) repeat-x; 
	margin: 0 auto;
}

.header .logo
{
	margin: 5px 0 0 26px;
	height: 73px;
	width: 282px;
}

.header .navTop
{
	margin: 80px 15px 0 0;
}

.container
{
	margin: 0 15px;
	padding-bottom: 30px;
}

.mid
{
	background: #fff url(../images/bgDot.gif);
	padding-top: 10px;
}

.mid .menu
{
	height: 118px;
	width: 168px;
	border-top: solid 1px #fff;
	overflow: hidden
}

.mid .banner
{
	height: 124px;
	width: 459px;
	border-top: solid 1px #fff;
	border-right: solid 2px #fff;
	overflow: hidden
}

.mid .bannerRight
{
	height: 124px;
	width: 189px;
	border-top: solid 1px #fff;
	overflow: hidden
}

.findUs
{
	height: 30px;
	width: 189px;
	padding-top: 9px;
	background: #fff url(../images/bgFindUs.gif) repeat-x;
}

.findUs a
{
	background: url(../images/bulletFindUs.gif) no-repeat 0 50%;
	margin-left: 4px;
	padding-left: 14px;
}

.content
{
	background: #fff url(../images/bgDot.gif);
	margin-top: 4px;
}

.content .leftCol
{
	background-color: #fff;
	width: 191px;
	height: 1px;
}

.ourPeople
{
	border-bottom: solid 8px #fff;
}

.content .mainCol
{
	background-color: #fff;
	/* cross-browser min-height hack */
	min-height: 250px;
	height: auto !important;
	height: 250px;
	/* end hack */
	width: 631px;
	padding: 10px 0 0 19px;
}

.content .centerCol
{
	width: 425px;
	padding: 0 16px 0 0;
}

.content .rightCol
{
	width: 189px;
	margin-top: -10px;
}

.footer
{
	color: #cacccb;
	margin: 5px auto 20px auto;
	width: 871px;
}

.footer a
{
	color: #cacccb;
}

.footer a:hover
{
	color: #cacccb;
	text-decoration: underline;
}



/* Navigation */

.navTop {
	list-style: none;
}

.navTop li {
	height: 30px;
	list-style: none;
	background-repeat: no-repeat;
}

.navTop li a, .navTop li a:visited {
	display: block;
	text-indent: -10000px;
	height: 30px;
	background-repeat: no-repeat;
}

#home, #home .active {background-image: url(../images/navHome1.gif); width: 40px;}
#home a {background-image: url(../images/navHome0.gif);}
#ourHistory, #ourHistory .active {background-image: url(../images/navOurHistory1.png); width: 60px;}
#ourHistory a {background-image: url(../images/navOurHistory0.png);}
#trackRecord, #trackRecord .active {background-image: url(../images/navTrackRecord1.gif); width: 67px;}
#trackRecord a {background-image: url(../images/navTrackRecord0.gif);}
#practiceAreas, #practiceAreas .active {background-image: url(../images/navPracticeAreas1.gif); width: 74px;}
#practiceAreas a {background-image: url(../images/navPracticeAreas0.gif);}
#ourPeople, #ourPeople .active {background-image: url(../images/navOurPeople1.gif); width: 59px;}
#ourPeople a {background-image: url(../images/navOurPeople0.gif);}
#contactUs, #contactUs .active {background-image: url(../images/navContactUs1.gif); width: 58px;}
#contactUs a {background-image: url(../images/navContactUs0.gif);}

#home a:hover, #ourHistory a:hover, #trackRecord a:hover, #practiceAreas a:hover, #ourPeople a:hover, #contactUs a:hover {background: none}

.navTop li {float: left}
.navTop:after {content: "."; display: block; height: 0; clear: both; visibility: hidden}



.menu
{
	color: #fff;
	background-color: #05346a;
	padding: 6px 8px 0 15px;
}

.menu a, .menu a:visited
{
	color: #fff;
	text-decoration: none; 
	display: block; 
	padding: 8px 0;
line-height:15px;
}

.menu a:hover
{
	color:#fff;
	background: url(../images/menuActive.gif) no-repeat right;
	text-decoration: none;
}



.adminMenu
{
	color: #fff;
	background-color: #05346a;
	border-bottom: solid 2px #fff;
	padding: 6px 8px 0 15px;
}

.adminMenu a, .adminMenu a:visited
{
	color: #fff;
	text-decoration: none; 
	display: block; 
	padding: 8px 0;
}

.adminMenu a:hover
{
	color:#fff;
	background: url(../images/menuActive.gif) no-repeat right;
	text-decoration: none;
}



/* Editor */

.panelSettings
{
	margin-bottom: 10px;
}

.panelAdvSettings
{
	margin-top: 20px;
}

.panelSaveCancel
{
	margin-top: 20px;
	text-align: center;
}


/* Typeography */

p
{
    font-size: 11px;
    line-height: 16px;
}

pre
{
    font-family: monospace;
    font-size: 11px;
}

strong, b
{
    font-weight: bold
}

em, i
{
	font-style: italic;
}

a
{
	color: #92855a;
	text-decoration: none;
	line-height: 12px;
}

a:hover
{
	text-decoration: underline
}

h1
{
    color: #000;
    font-size: 15px;
    font-weight: bold;
}

h2
{
    color: #000;
    font-size: 13px;
    font-weight: bold;
}

h3
{
    color: #14685b;
    font-size: 11px;
    font-weight: bold;
}

h4
{
    color: #000;
    font-size: 11px;
    font-weight: bold
}

h5
{
    color: #000;
    font-size: 11px;
    font-weight: bold
}

ul
{
	line-height: 20px;
	margin-left: 16px;
	list-style-type: disc;
}




/* form elements */

img.bullet
{
    vertical-align: middle
}

input
{
    font-family: verdana, helvetica, sans-serif;
    font-size: 1.0em
}

input.button
{
    width: auto;
    padding: 0.1em 0.8em 0.1em 0.8em;
    overflow: visible
}

.error
{
	color: #dd0000;
}