/* @override http://mpd.com/css/base.css */
/*
	Box model layout for:
	mpd.com
	Copyright: Carterdea

	Colors:
	white = #fff
	
	pic bg very lt brown = #f3e2c4
	
	content lt brown = #edd3a8
	
	container med brown = #e4bb86
	
	bg dark brown = #604324
	
	h1 dark brown = #5b230c
	
	black = #000
	errors red = #f03e3e
*/

*{
	margin:0;
	padding:0;
	/*border:1px solid red;/*puts a red border around everything in order to see the positioning*/
}

/* @group Layout */

#wrapper{
	position:relative;
	width:770px;
	margin:0 auto;
}

#nav{

}

#content{
	margin:0 70px;
}

#footer{
	padding:25px 0;
}

.nohr{/*horizontal rules were added so that it would be more accessible and useable, I don't want people to actually see them*/
	display:none;
}

/* @end */

/* @group Background */

body{
	background:#fff url(../images/bg.jpg) repeat top left;
}

div>#header{
	background:transparent url(../images/header-png.png) no-repeat top center;
	padding:230px 0 50px;
}

div>#content{
	background:transparent url(../images/content-bg-png.png) repeat-y top center;
}

#container{
/*	margin:0 60px;*/
	background:url(../images/flower.gif) no-repeat;
	background-position:400px 0;
}

div>#footer{
	background:url(../images/footer-png.png) no-repeat bottom center;
}

/* @end */

/* @group Nav */

#nav ul{
	margin-left:100px;
}

#nav li{
	padding:0 10px;
	display:inline;
	list-style-image:url(../images/bean.gif);
}

#nav a,.current_page{
	color:#5b230c;
	font:145% "Lucida Grande",Lucida,Verdana,sans-serif;
	text-transform:uppercase;
}

#nav a:hover{
	color:#604324;
	margin:0;
	background:none;
}

.current_page{
	color:#5a3d31
}

#coffee,#contact{
	position:relative;
	left:140px;
}

/* @end */

/* @group Text */

body{
	font:75%/160% "Lucida Grande", Lucida, Verdana, sans-serif;
	color:#260e03;
}

p{
	padding-bottom:10px;
}

#container p,#container h1,#container h2,#container h3{
	margin:0 50px;
}

#container img{
	margin-left:70px;
}

#container blockquote{
	margin-right:70px;
}

acronym{
	color:#000;
}

acronym:hover{
	cursor:help;
}

blockquote{
	padding:25px;
	font:italic 160% Georgia, "Times New Roman", Times, serif;
	text-align:center;
	color:#604324;
}

#arizonas,#family{
	font:170% Georgia, "Times New Roman", Times, serif;
	text-align:center;
	color:#321a0d;
}

#family{
	color:#231f20;
}

.errors{/*text*/
	color:#F03E3E;
}

#errors{/*div*/
	padding:10px 20px 7px;
	margin-bottom:15px;
	border:1px solid #FFC9B9;
	border-right:1px solid #FFA5A5;
	border-bottom:1px solid #FFA5A5;
	background:#FFE6E6;
	color:#B40000;
	line-height:150%;
}

.required{
	color:#666;
	font-size:75%;
}

#copyright{
	clear:both;
	text-align:right;
	color:#000;
	margin-top:0;
	padding-right:110px;
}

/* @end */

/* @group Headings */

h1,h2,h3{
	line-height:140%;
	color:#5b230c;
}

h1{
	font-size:250%;
	position:relative;
	bottom:30px;
}

h2{
	font-size:150%;
	position:relative;
	bottom:25px;
}

h3{
	font-size:110%;
}

#call_today{
	color:#a15f19;
	clear:both;
	padding:20px;
	font:italic 200% Georgia, "Times New Roman", Times, serif;
	text-align:center;
}

/* @end */

/* @group Forms */

form{
	margin-top:10px;
}

label,input,textarea{
	display:block;
	float:left;
	margin-bottom:3px;
}

input,textarea,button{
	border:1px solid #999;
	width:250px;
}

input:focus,textarea:focus,input:hover,textarea:hover{
	background:#fff;
	border-top:1px solid #555;
	border-left:1px solid #555;
}

label{
	width:120px;
	font-size:110%;
	text-align:right;
	padding-right:10px;
}

br{
	clear:left;
}

input{
	padding:2px;
	font-size:1.2em;
	font-size:100%;
}

textarea{
	position:relative;
	left:0px;
	width:350px;
	height:230px;
	font:110%/130% helvetica, arial, sans-serifs;
	padding:3px;
}

#privacy{
	font-size:70%;
	margin:0 0 5px 132px;
	line-height:80%;
	text-align:left;
}

#submit{
	color:#666;
	position:relative;
	left:130px;
	width:100px;
	padding:3px 0;
	cursor:pointer;
	font-weight:bold;
	
}

#submit:hover{
	color:#000;
	background:#fff;
	border-top:1px solid #999;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	border-left:1px solid #999;
}

#submit:active{
	background:#ccc;
	border-top:1px solid #666;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	border-left:1px solid #666;
}

#submited{/*for some reason, this kept peeking through*/
	display:none;
}

#submit img{
 	padding:0;
	margin:0 3px -4px -3px;
}

/* @end */

/* @group Lists */

.sitemap{
	list-style-type:none;
	margin:2px;
}

/* @end */

/* @group Links */

a{
	
}

a:hover img{
 	position:relative;
 	bottom:2px;
}

a:hover{
	color:#5604324;
}

a:visited{
}

#header a{
	text-decoration:none;
}

a img{
	border:none;
}

/* @end */

/* @group Imgs */

#beans_closeup{
	float:left;
}

#mpd_words{
	margin:10px 0;
	position:relative;
	right:25px;
}

#nec_logo{
	position:relative;
	left:30px;
}
/* @end */

/* @group Javascript */


/* @end */

/* @group IE Hacks */

#header{
	background:url(../images/header-gif.gif) no-repeat top center;
	_height:300px;
}

#content{
	background:url(../images/content-gif.gif) repeat-y top center;
}

#footer{
	background:url(../images/footer-gif.gif) no-repeat bottom center;
}

* html #nav {
	position:absolute;
	top:240px;
	
}

/* @end */



