/* Generic styles */
*
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style: none;
	color: #A0A093;
}
body
{
	text-align: center;
}
h1, h2
{
	font-family: Georgia, "Times New Roman" , sans-serif;
	font-weight: normal;
}
h1
{
	font-size: 18px;
	color: #384B72;
	margin: 0 0 6px 0;
}
h2
{
	font-size: 16px;
	color: #990;
}
img
{
	border: none;
}
.clear
{
	clear: both;
}

#inside-content h2
{
	padding-top: 8px;
}
#inside-content dt
{
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
}
#inside-content dd
{
	padding-left: 5px;
	display: block;
}

/* Sets background for columns to fake 100% height */
#wrapper
{
	text-align: left;
	width: 801px;
	margin: 0 auto;
}


/* Sets background for shadowing behind header  */
#wrapper2
{
	padding: 19px 21px 0 20px;
}


/* Background and bordering for scenic shot */
#header
{
	border: 1px solid #E8E8DE;
}

#content
{
	border-right: 1px solid #E8E8DE;
	border-left: 1px solid #E8E8DE;
}
#resume
{
	margin: 0 0 12px 0;
}
#resume h3
{
	display: block; /*padding: 0 0 0px 0px;*/
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 15px;
	font-weight: bold;
}
#resume h4
{
	display: block; /*padding: 0 0 0px 0px;*/
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
	font-style: oblique;
}
#resume li
{
	display: block;
	padding: 0px 0px 5px 16px;
	font-size: 12px;
}
#nav
{
	float: left;
	width: 199px;
	overflow: hidden;
}
#nav dl
{
	margin: 22px 0 22px 22px;
	padding: 0 0 1px 0;
}
#nav dl a
{
	color: #990;
	text-decoration: none;
}
#nav dl dt a
{
	display: block;
	padding: 7px 0;
}
#nav dl dt a:hover
{
	color: #8C8C00;
	border-right: 3px solid #E5E5AA;
	background-color: #F1F1D7;
}
#nav dl dd a
{
	color: #DDA724;
	display: block;
	padding: 0 0 8px 16px;
	font-size: 12px;
}
#nav dl dd a:hover
{
	color: #D19400; /*border-right: 3px solid #E5E5AA; 	background-color: #F1F1D7;*/
}
#nav address
{
	margin: 22px;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
}
#nav address a
{
	color: #990;
	font-size: 11px;
}

#maincolumn
{
	float: right;
	width: 558px;
	overflow: hidden;
}
#maincolumn a
{
	color: #DDA724;
}
#maincolumn a:hover
{
	color: #D19400;
}

#welcome
{
	padding: 25px 20px;
	border-bottom: 1px solid #EEEEE7;
}
.welcomeMiddle
{
	padding-bottom: 20px;
}
#welcome p
{
	margin: 0 125px 0 0;
	color: Black;
}
#projects, #services
{
	float: left;
	width: 50%;
	padding-bottom: 12px;
}
#projects
{
	border-right: 1px solid #F2F2EC;
}
#services
{
	margin-left: -1px;
}
#projects h2, #services h2
{
	margin: 25px 20px 0 20px;
}
#projects dl
{
	margin: 0 20px;
}
#projects dt
{
	color: #7F7F6C;
	margin: 10px 0 0 0;
}
#projects dd a
{
	display: block;
	margin: 4px 0 12px 0;
}
#services ul
{
	margin: 10px 20px 0 20px;
}
#services li
{
	margin: 0 0 6px 0;
	padding: 0 0 0 12px;
}
#services a
{
	margin: 0 0 0 20px;
}

#inside-content
{
	padding: 25px 20px 13px 20px;
}
#inside-content p
{
	color: #7F7F6C;
	margin: 0 0 12px 0;
	line-height: 16px;
}

#footer
{
	clear: both;
	border-top: 1px solid #F2F2EC;
	font-size: 11px;
	padding: 20px;
}
#divMapsPage p,#divMapsPage b
{
	font-size: 11pt;
	font-family: Calibri;
	color: Black;
	padding: 0px 5px 0px 5px;
}

#divMapsPage b
{
	font-weight:bold;
}

#divMapsPage .heading.subHeading
{
	font-size: 16.0pt;
	color: inherit;
}

#divMapsPage .heading
{
	font-size: 18.0pt;
	color: #384B72;
}

#divMapsPage .secret
{
	font-size: 14.0pt;
	color: #384B72;
	display: block;
	text-align: center;
}

#divMapsPage .secret.formula
{
	font-size: 11.0pt;
	display: block;
	text-align: center;
	color: #384B72;
}

#divMapsPage .lastWord
{
	font-size: 11.0pt;
	display: block;
	text-align: center;
	color: #384B72;
}

#divMapsPage .heading.image
{
	display: block;
	text-align: center;
}

#divMapsPage .imageInText
{
	display: inline;
	float: right;
	text-align: right;
}

#divMapsPage .textWithImage
{
	text-align:left;
}