﻿body
{
	margin: 0; 
	padding: 0;
	width: 100%;
	background-color: #09123b;
	font-size: small;
	font-family: "Arial Narrow",Arial, Sans-Serif;
	color: #fff;
}
ul
{
	list-style: none;
	line-height: 130%;
}
#homeWrapper
{
	font-size: 120%;
	position: relative;
	top: 20px;
	background-image: url(../images/homeBkgnd.jpg);
	background-repeat: no-repeat;
	height: 600px;
	width: 800px;
	margin: 0 auto;
	border-top: solid 4px #fff;
	border-right: solid 4px #CCC;
	border-bottom: solid 4px #CCC;
	border-left: solid 4px #fff;
}
#homeContent
{
	position: absolute;
	top: 240px;
	left: 400px;
}
#footer
{
	font-size: 11px;
	color: #ccc;
	clear: both;
	position: absolute;
	width: 100%;
	top: 610px;
	text-align: right;
}
#footer a
{
	color: #ccc;
}

/* List of Services */
#servicesList
{
	position: relative;
	width:300px;
	font-family: "Century Gothic", Arial;
}
#servicesList li.left
{
	text-align: right;
	padding-right: 140px;
}
#servicesList li.right
{
	padding-left: 160px;
}
#slFirst
{
	padding-bottom: 10px;
}
/* home nav */
#homeNav
{
	position: relative;
	top: 20px;
	padding-left: 100px;
}
#homeNav li, #bioNav li
{
	display: block;
	float: left;
	margin-right: 1em;
	height: 2.5em;
}
#homeNav li a, #bioNav li a
{
	display: block;
	vertical-align: top;
	color: #fff;
	height: 2.5em;
}
#homeNav li a:hover, #bioNav li a:hover, a.active
{
	background-image: url(../images/ptr.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* bio */
#bioWrapper
{
	position: relative;
	top: 20px;
	width: 800px;
	height: 644px;
	margin: 0 auto;
	border-top: solid 4px #fff;
	border-right: solid 4px #CCC;
	border-bottom: solid 4px #CCC;
	border-left: solid 4px #fff;
	background-repeat: no-repeat;
	background-color: #fff;
}
#bioWrapper p
{
	color: #19214e;
	margin: 1em;
	font-size: 110%;
	line-height: 1em;
}
#bioHeader
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 183px;
	width: 800px;
	background-image: url(../images/bioHeader.gif);
	background-repeat: no-repeat;
	text-align: right;
}
#bioNav
{
	top: 5px;
	padding-left: 490px;
	font-size: 110%;
}

#leftCol
{
	position: absolute;
	top: 170px;
	left: 10px;
	width: 465px;
	max-height: 350px;
	overflow-y: scroll;
    overflow-x: hidden;
    background-color: #B0C4DE;
	border: double 3px #d8d8d8;
}
#dianaImg
{
	margin: 1em 1em 1em 1.2em;
	padding: 0;
	border: none;
	height: 150px;
	width: 150px;
	float: left;
}

#rightCol
{
	position: absolute;
	top: 124px;
	left: 499px;
	width: 300px;
	background-color: #B0C4DE;
	height: 500px;
}
#rightCol img
{
	height: 100px;
	width: 100px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: none;
	display: block;
}
img.left
{
	margin-right: 100px;
	float: left;
}
img.right
{
}
img.center
{
	margin-right: 100px;
	margin-left: 100px;
}


#bioFooter
{
	position: absolute;
	top: 530px;
	left: 10px;
	width: 450px;
	height: 80px;
	color: #09113b;
	border: double 3px #d8d8d8;
	padding: 5px 5px 5px 10px;
    background-color: #B0C4DE;
    overflow: auto;
}
#bioFooter h1
{
	float: left;
	padding: 0 30px 0 5px;
}
#bioAdd
{
	height: 50px;
	font: 1em "Century Gothic", Arial, Sans-Serif;
}
#bioAdd a
{
	color: #09113b;
}
#bioAddCol1
{
	display: block;
	float: left;
	width: 170px;
	padding-top: 7px;
}
#bioAddCol2
{
	display: block;
	padding-top: 43px;
}
#bioCopyright
{
	font-size: 11px;
	color: #ccc;
	position: absolute;
	top: 650px;
	left: 625px;
}
#bioCopyright a
{
	color: #ccc;
}

/* folio */
#folioWrapper
{
	position: absolute;
	top: 71px;
	left: 5px;
	
	width: 700px;
	height: 500px;
	background-color: #09123B;
	
	background-repeat: no-repeat;
	border-top: solid 0px #fff;
	border-right: solid 0px #CCC;
	border-bottom: solid 0px #CCC;
	border-left: solid 0px #fff;
}
#folioImage
{
	text-align: center;
	height: 500px;
	width: auto;

