/* COLORS USED
	Light Pink			HEX #F4D0E3
	Pink	PMS 2365	HEX #F2C5DC
	Green	PMS 584		HEX #C6DA78
	Brown	PMS 875		HEX #816838
*/

address {
	font-style: normal;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	background: #C6DA78;
}
dt {
	margin-top: 10px;
	font-weight: bold;
}
h1 {
	margin-top: 0;
	font-size: 1.6em;
	font-weight: normal;
}
h2 {
	font-size: 1.4em;
	font-weight: normal;
}
ul {
	list-style-image: url(/images/bullet2.gif);
}
* html ul li {
	padding-left: 5px;
}
div#aboutImage {
	float: left;
	margin-right: 10px;
	width: 300px;
}
div#aboutImage img {
	width: 298px;
	border: 1px solid #F2C5DC;
}
div#aboutNarrative {
	float: right;
	width: 430px;
	background: url(backgrounds/swirl.gif) center center no-repeat;
}
div#contact {
	text-align: left;
}
div#contact span {
	display: block;
	margin: 0.5ex 0;
}
div#contact span label {
	display: block;
	float: left;
	margin-right: 1em;
	width: 6em;
	text-align: right;
}
div#contact span label span {
	display: inline !important;
}
div#contactFrame {
	float: left;
	width: 381px;
	height: 433px;
	overflow: hidden;
	background: url(backgrounds/contact-frame.jpg) 0 25px no-repeat;
}
div#contactInfo {
	margin: 70px 95px 0 90px;
	text-align: center;
}
div#contactRight {
	float: right;
	margin-top: 40px;
	width: 349px;
	text-align: center;
	background: url(backgrounds/phone.gif) 230px 110px no-repeat;
}
div#contactRight ul {
	text-align: left;
}
div#content {
	clear: left;
	margin: 0 auto;
	padding: 10px;
	width: 740px;
	min-height: 400px;
	text-align: left;
	font-size: 1.2em;
	background: #EEF4D7;
}
* html div#content {
	height: 400px;
}
div#content a:link, div#content a:visited {
	text-decoration: none;
	color: #ff1493;
}
div#content a:hover {
	text-decoration: underline;
}
div#content a:link.greenLink, div#content a:visited.greenLink {
	color: #A6BA58;
}
div#footer {
	clear: both;
	margin: 0 auto;
	padding: 1ex 0;
	width: 760px;
	height: 2.3ex;
	text-align: center;
	color: #715828;
	background: #F2C5DC;
}
div#header {
	margin: 0 auto;
	width: 760px;
	height: 150px;
	overflow: hidden;
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
	background: url(backgrounds/banner.gif) no-repeat;
}
div#header span {
	display: block;
	text-indent: -9999px;
}
div#logoImage {
	float: left;
	margin-right: 10px;
}
div#logoWrapper {
	padding: 10px;
	background: #fff;
	border: 1px solid #F2C5DC;
}
div#missionWrapper {
	padding: 40px 280px 0 280px;
	width: 180px;
	height: 393px;
	text-align: center;
	background: url(backgrounds/contact-frame.jpg) center top no-repeat;
}
div#navigation {
	margin: 0 auto;
	width: 760px;
	height: 4.6ex;
	text-align: center;
	background: #F2C5DC;
}
div#navigation ul {
	margin: 0 auto;
	padding: 0.6ex 0;
	width: 55em;
	text-align: center;
	list-style: none;
	font-size: 1.2em;
}
div#navigation ul li {
	display: inline;
}
div#navigation ul li a:link, div#navigation ul li a:visited, div#footer a:link, div#footer a:visited {
	font-weight: bold;
	color: #715828;
	text-decoration: none;
}
div#navigation ul li a:hover, div#navigation ul li a:active, div#footer a:hover, div#footer a:active {
	color: #ed94c7;
}
div#portfolioLeft {
	float: left;
	margin-right: 10px;
	width: 300px;
}
div#portfolioLeft div.testimonial {
	margin-top: 10px;
}
div#portfolioNavigation {
	clear: left;
	text-align: right;
}
div#portfolioRandom {
	width: 430px;
	height: 388px;
	overflow: hidden;
}
div#portfolioRight {
	float: left;
	width: 430px;
}
div#servicesLeft {
	float: left;
	margin-right: 10px;
	width: 399px;
}
* html div#servicesLeft {
	width: 389px;
}
div#servicesLeft ul li {
	margin: 3px 0;
}
div#servicesRight img {
	margin-top: 45px;
	border: 3px solid #e66aa8;
}
div#textEntry p {
	margin-top: 0;
}
* html div#textEntry {
	/* Peekaboo bug fix IE6 */
	position: relative;
}
ul#portfolioList li {
	margin: 9px 0;
}
* html ul#portfolioList li {
	margin: 3px 0;
}
ul#portfolioList a:link, ul#portfolioList a:visited {
	color: #715828;
}
ul#portfolioList a:hover, ul#portfolioList a:active {
	color: #ed94c7;
}
div.bannerLink {
	margin: 10px 0;
}
div.portfolioImage {
	float: left;
	margin: 5px;
	* margin: 3px;
	min-height: 157px;
	* height: 157px;
	text-align: center;
}
div.portfolioImage img {
	width: 203px;
	border: 1px solid #F2C5DC;
}
.testimonial {
	font-style: italic;
	color: #816838;
}