@charset "UTF-8";
/* CSS Document */

body {
	font: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #333333;
	background-image: url(../images/fieldBkdMain2.jpg);
	background-repeat:no-repeat;
	background-position: 275px 400px; /* previously 432px*/
	background-attachment: fixed;
}

#container {
	width: 100%;
	background: transparent;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#container h1 {
	background-color: #FFFFFF;
	background-image: url(../images/fdLogo.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	width: 275px;
	height: 620px;
	position: absolute; 
	top: 0;
	left: 0;
}


/* this is the styling for the top navigation */

#navigation {
	margin: 0 0 0 -87px;
 }

#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: none;
	text-align: left;
 }

#navigation li {
	display: inline;
	color: #666666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	letter-spacing: 1px;
	border: none;
	padding: 0;
	margin: 0;
}


#navigation a:link, #navigation a:visited {
	color: #666666;
	background-color: transparent;
	text-decoration: none;
}

#navigation a:hover {
	color:#000000;
	font-weight: normal;
}

#navigation a:link.current, #navigation a:visited.current {
	font-weight: bold;
	color: #7473A6;
}

#navigation a:hover.current {
	font-weight: bold;
}

#mainContent {
	padding: 21px 0 0 87px;
	margin: 0 0 0 275px;
	min-height:620px;
	height:auto !important;
	height:620px;
	background: transparent;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#internalContent{
	margin: 0;
	padding: 0;
	width: 365px;

}

#mainContent p.intro {
	margin: 66px 0 0 0;
	font-size: 0.83em;
	line-height: 1.9em;
	width: 365px;
}

#mainContent p.bio {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	margin: 2em 0 0 0;
	font-size: 0.78em;
	line-height: 1.7em;
	width: 375px;
}

#mainContent p .leadin {
	font-family: Georgia, Time New Roman, Times, Serif;
	font-weight: bold;
	font-size: .92em;
	color: #49518d;
	text-transform: uppercase;
}

#mainContent p.body,
#mainContent ul.body {
	margin: 2em 0 0 0;
	font-size: 0.83em;
	line-height: 1.9em;
	width: 365px;
}

#mainContent p.intro a:link,
#mainContent p.intro a:visited,
#mainContent p.body a:link,
#mainContent p.body a:visited,
#mainContent ul.body li a:link, 
#mainContent ul.body li a:visited {
	color: #49518d;
	text-decoration: none;
}

#mainContent p.body a:hover {
	color: #000000;
}

#mainContent p .color {
	font-weight: bold;
	color: #333333;
}

#mainContent ul.body {
	padding-left: 0;
	margin-left: 0;
}

#mainContent ul.body li{
	line-height: 1.5em;
	margin-bottom: 1em;
	list-style-type: none;
	font-style: italic;
}

#mainContent img.spotart {
	margin: 8px 15px 0 -87px;
}

#mainContent img.spotart2 { /* optional image  with border */
	margin: 8px 15px 0 -87px;
	border: 1px solid #49518d;
}

#mainContent div.spotartcap { /* optional caption that falls in left sidebar/column area */
	position: absolute;
	top: 360px;
	left: 170px;
	width: 100px;
	margin: 0;
	padding: 0 5px 0 0;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.64em;
	color: #31376A;
	margin: 5px 0;
}

#intro_subnav {
	margin: 3em 0 2em 0;
}

#intro_subnav ul {
	list-style: none;
	padding: 0;
	margin: 0 0 .3em 0;
	border: none;
 }

#intro_subnav li {
	display: inline;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-weight: normal;
	letter-spacing: 1px;
	border: none;
	padding: 0;
	margin: 0;
}

#intro_subnav ul li a:link, #intro_subnav ul li a:visited {
	color: #333333;
	background-color: transparent;
	text-decoration: none;
}

#intro_subnav ul li a:hover {
	color:#000000;
	font-weight: normal;
}

#intro_subnav ul li a:link.specialty, 
#intro_subnav ul li a:visited.specialty,
#intro_subnav ul li a:hover.specialty {
	font-weight: bold;
	font-size: 1em;
}

#intro_subnav p.subhead {
	font-size: 0.67em;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #f9096f;
	margin: 0;
	padding: 0 0 .55em 0;
	font-weight: bold;
	letter-spacing: 0.1em;
}

/* styling for the mail form */

#form1 .labels {
	font-size: .65em;
	margin: 0;
	padding: 0;
}

#form1 input.names {
	padding: 0;
	margin: 8px 0 0 0;
	width: 210px;
}


#form1 input.info {
	padding: 0;
	margin: 8px 0 0 0;
	width: 430px;
}

#form1 input.submit {
	margin: 0;
	padding: 0 3px;
	background-color: #5A5E87;
	color: #ffffff;
	border: none;
	height: 20px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}


/* portfolio subnav */

#port_subnav {
	margin: 2em 0 0 0;
}

#port_subnav ul {
	list-style: none;
	padding: 0;
	margin: 0 0 .3em 0;
	border: none;
 }

#port_subnav li {
	display: inline;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-weight: normal;
	letter-spacing: 1px;
	border: none;
	padding: 0;
	margin: 0;
}

#port_subnav ul li a:link, #port_subnav ul li a:visited {
	color: #666666;
	background-color: transparent;
	text-decoration: none;
}

#port_subnav ul li a:hover {
	color:#000000;
	font-weight: normal;
}

#port_subnav ul li .specialty, 
#port_subnav ul li .specialty {
	font-weight: bold;
	font-size: 1.1em;
}


/* footer styles */

#footer {
	padding: 0;
	margin: 15px 0 0 0;
	background-image: url(../images/footerBkg_50.png);
	height: 35px;
	font-family: Helvetica, Arial, sans-serif;
}

#footer p, #footer img {
	float: left;
	padding-top: 13px;
}

#footer img {
	padding-right: 5px;
	border: none;
}

#footer p.copyright {
	font-size: 0.6em;
	margin: 0;
	padding: 13px 0 0 21px;
	height: 35px;
	width: 248px;
	color: #333333;
}

#footer .spacing {
	letter-spacing: 3px;
}


#footer p.sociallinks {
	font-size: 0.67em;
	text-transform:uppercase;
	margin: 0 25px 0 0;
	color:#2f3264;
	letter-spacing: 1px;
	font-weight: bold;
}

#footer .slash {
	font-weight: bold;
	color: #FFFFFF;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #2f3264;
}

#footer a:hover {
	color: #FFFFFF;
}

/* this is the styling for the quote div */

#quote {
	position: absolute;
	top: 102px;
	left: 114px;
	width: 161px;
	margin: 0;
	padding: 0;
	text-align: right;
}

#quote p {
	margin: 0;
	color: #f9096f;
	font-size: 0.8em;
	font-style: italic;
	font-weight: bold;
	line-height: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.02em;
}
	
#quote p.name {
	margin: .6em 0;
	color: #666666;
	text-align: right;
	font-size: 60%;
	letter-spacing: 1px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:focus {
	outline-style: none;
}

.increase {
	font-size: larger;
	font-weight: normal;
	margin: 0;
}

