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

html {background-color:#fefbf6;}
body {
	background:url(../images/md-wallpaper.gif) repeat-x top left;
	color:#333;

	
}
#custom-doc {
	margin:auto;text-align:left; /* leave unchanged */
	width: 63.46em; /* 825/13 */
	*width: 61.875em; /* 825/13.3333 */
	min-width:824px;
	
}

#hd {
	height:75px;
	background:url(../images/material-differences-logo.png) no-repeat 0 25px;
	text-align:right;
}


#hd #nav {padding-top:35px;font-size:93%;}
#bd {margin-top:25px;}

.pics { height:402px; width: 824px;}
.pics img { height: 402px; width: 824px;}

#ft {
	margin:auto;
	width:824px;
	text-align:right;
	padding:60px 0 0 0px;
	color:#886a4f;
	font-size:85%;
	overflow: hidden;
	zoom:1;
	vertical-align: middle;
}

#left-foot {float:left;width:60%;}
#right-foot {float:right;margin-bottom:20px;width:40%;}
#right-foot p {text-align:left;padding-left:20px;}
#bd #contentContainer {min-height:469px;background:url(../images/sub-fade.gif) no-repeat top center;}
#content {padding:20px 25px 0 25px;}

p {margin-bottom:25px;line-height:1.6em;}
.photoRight {float:right;padding:0 10px 10px 10px;}

ul.page {list-style:inside;margin-left:10px;margin-bottom:20px;}
ul.page li {
	list-style-type:none;
	background:url(../images/leaf-1.gif) no-repeat 0 50%;
	padding:7px 0 7px 30px;
	/*line-height:1.6em;*/
	
	}

ul.contact {}
ul.contact li {line-height:1.6em;	}

/* TYPOGRAPHY */
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	
}
strong, em, b, i, h1, h2, h3, h4, h5, h6, address {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
#hd {
	color:#7f6939; 	
}


#nav ul li {list-style-type:none;display:inline;padding-right:8px;}

h1 {
	color:#8a1527;
	color:#ab0743;
	font-size:182%;
	margin-bottom:20px;
	}
		
/* h4 for email form response */
h4 {
	font-weight: 600;
	font-size:138.5%;
	padding-top:20px;
}

#blurb {
	margin:auto;
	width:824px;
	margin-top:35px;
	color:#886a4f;
	font-size:123.1%;
	/*font-style: oblique;*/
	text-align: center;
}
	
.emphasis {font-weight:600;font-style:oblique;font-size:108%;}
strong {font-weight:600;}



/* link styles */

a, a:link {color:#886a4f;} 
a:visited {color:#886a4f}
a:hover {color:#8a1527;}
a:active {color:#886a4f;}


#hd #nav a, #hd #nav a:link {text-decoration:none;color:#886a4f;padding:4px;}
#hd #nav a:visited {color:#886a4f}
/*#hd #nav a:hover {padding:4px;background:#f0d0a9;color:#fff;}*/
#hd #nav a.blue:hover {background:#86b7b1;color:#fff;}
#hd #nav a:active {color:#886a4f}
#hd #nav a.active {background:#bda998;color:#fff;}

/* form columns */

#formLeft {width:30%;float:left;}
#formRight {margin-right:40px;padding-top:30px;}


/* Contact form */
form{margin-left:10px;margin-top:20px;font-size:95%}
form fieldset ol{}
form fieldset ol li{margin-bottom:10px;}
form fieldset ol li label{color:#333e;}
form fieldset ol li input,
form fieldset ol li textarea{
	width:98%;
	border:1px solid #be9a6c;
	background:#ffffff;
	/*background:#ffffff url('../img/inputBG.gif') repeat-x top left;*/
	padding:3px;
}


form fieldset ol li textarea{
	overflow:auto;
}


form div.buttons{
	text-align:right;
}

form div.buttons input{
	/*background:url('../images/formbutton.gif') no-repeat top left;*/
	background:#85b7b1;
	width:40px;
	color:#ffffff;
	border:none;
	margin-left:0px;
	padding-bottom:4px;
	padding-top:2px;
}

