/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 12px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #333333; 	
	margin: 0; padding: 0 0 50px 0; 
	background: #FFF;
	text-align: center;

}

/* Links */
a, a:active, a:link {
	text-decoration: none;
	/*color: #336600; */
	/*color: #669933; */
	color: #336600;
	border-bottom: 1px dotted #895F30;
}
a:visited {
	text-decoration: none;
}
a:hover {
	/* background: #F1F9DA; */
	background: #ECECEC;
	/*color: #895F30; */
	color: #336600;
	border-bottom: 1px dotted #895F30;
}

/* headers */
h1, h2, h3 {
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #555;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 350%;	
	font-weight: normal;
	letter-spacing: -2px;
	padding: 15px 10px 5px 10px;
	margin: 0;
}
h2 {
	font-size: 200%;
	color: #895F30;
	padding: 20px 10px 5px 10px;
	margin: 0;
}
h3 {
	font-size: 170%;	
	font-weight: normal;
	padding: 20px 10px 10px 10px;
	margin: 0;	
}
h4 {
	font-size: 120%;
	font-weight: normal;
}
/* images */
img.bordered {
	background: #fafafa;
   	border: 1px solid #dcdcdc;
	padding: 5px;
}

img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

/* lists  */
ul {list-style:none; padding: 10px 10px 10px 30px; }
ul li {
	background:url(Forward.png) left top no-repeat;
	padding: 6px 0 20px 38px;
	font-style: italic;
}
li a {text-decoration:none;}
li a:hover {text-decoration:underline;}

ul.checks li{
	background:url(check32-green.png) left 1px no-repeat;
	padding:0 0 10px 25px;
}


.info {
	font-size: 1em;
	border: 1px solid #CCCCCC;
	background: #EBEBEB;
	padding: 3px 5px 3px 5px;
}

.more {
	display: none;
}

.button {
	color:#FFFFFF;
	background:#006600 url(images/button-bg.gif) repeat-x;
	display:inline;
	line-height:1.2em;
	text-decoration:none;
}


/*  Contact Form  */
#contactForm {overflow: visible;}
#contactForm label, #contactForm .form-wrapper div, #contactForm .form-wrapper p {float:left;}
#contactForm label {
	width: 50px;
	padding: 0 20px 0 0;
}
#contactForm .radio label {float:none;}

#contactForm label {
	width: 300px;
}

.row {
	line-height: 2em;
	padding: 0 0 10px 10px;
}

/*
#contactForm .form-wrapper {
	width: 400px;
	height: 300px;
	background: #99CC99;
	padding: 15px 0 0 10px;
	border: solid 2px #999999;
	border-right: solid 5px #999999;
	border-bottom: solid 5px #999999;
}

#contactForm .form-wrapper div {height:30px;}
*/
#contactForm input, #contactForm textarea {
	font-size:0.917em;
	line-height:1em;
	color:#626262;
	width: 275px;
}
#contactForm .form-wrapper span{
	padding: 25px 0 25px 5px;
}
#contactForm textarea {
	height:148px;
	width: 350px;
	
}
#contactForm input {height:13px; padding-top:1px;}
#contactForm .radio {width:300px;}
#contactForm .radio input {width:25px;}

#contactForm .buttons {
	width: 50px;
	height: 50px;
	padding-left: 10px;
}
#btnrow{
	padding-left: 230px;
}
#btn-reset{
	background: url(Redo.png) no-repeat;
}
#btn-submit{
	background: url(Write.png) no-repeat;
}


/*------------------------------------------
   LAYOUT
-------------------------------------------*/ 
#outer {
	position: relative;
	background: #fff;
	width: 800px;	
	margin: 0 auto;
	text-align: left;	
}
#banner-wrap {
	background: url(mwm-banner-2.gif) no-repeat right top;
	width: 800px;	
	margin: 0 auto;	
}
#banner {
	position: relative;
	width: 800px;	
	height: 270px;	
	padding: 0;	
	margin: 0 auto;
	background: transparent;
}

#main {
	position: relative;
	clear: both;
	float: left;	
	width: 800px;	
	padding: 0; 		
	margin-left: 5px;	
	background: transparent;
	display: inline;	
}
#banner p#tagline {
	position: absolute;
	margin: 0; padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.4em;
	font-style: italic;
	text-transform: none;
	color: #669933;
	width: 400px;
	
	/* change the values of top and left to adjust the position */
	top: 190px; left: 415px;		
}

/*  Navigation  */
#nav {
	position: absolute;
	clear: both;	
	margin: 0; padding: 0;		
	height: 35px;
	left: 360px;	top: 40px;	
	z-index: 100;
}
#nav ul {
	float: left;
	list-style: none;
	width: 800px;		
	height: 35px;
	text-transform: uppercase;
	margin: 0;	padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	float: left;
	margin: 0;	padding: 0 10px;
	font: bold 15px/35px "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: -0.3px;
	color: #333333;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #669933;
	background: none;
	border-bottom: 1px dotted #895F30;
}
#nav ul li#active a {	
	color: #669933;	
	border-bottom: 1px dotted #895F30;
}
#nav ul li a:visited {	
	border: none;
	text-decoration: none;	
}

/* Column 1 (Main/Left) */
#col1 {
	float: left;
	width: 500px;
	padding: 0 5px 5px 10px;
	margin: 0;
}

#col1 h2 {
	padding-bottom: 3px;
	margin-top: 15px;
	margin-bottom: 20px;
	font: normal 3.5em Georgia, "Times New Roman", Times, serif;
	color: #666666; 
	letter-spacing: -2px;	
	text-transform: none;
	border-bottom: 1px solid #ebebeb;	
}
#col1 h2 a {
	color: #895F30;
	text-decoration: none;	
	background: none; border: none;
}

/* Column 2 */	
#col2 {
	float: right;
	width: 250px;
	padding: 10px 5px 5px 0;
	margin: 20px 5px 5px 0;
	display: block;	
}	
#col2 img{
	
}
#col2 h3 {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 15px 5px 3px 5px; 
	font: normal 2em Georgia, "Times New Roman", Times, serif;	
	color: #666666;	
	letter-spacing: -.5px;	
	border-bottom: 1px solid #ebebeb;	
}

#col2 a{
	border: none;
}

#col2 h3 a{
	color: #666666;	
}
#col2 h3 a:hover{
	background: none;
}

#col2 h3 img{
	border: none;
}

#col2 h4 {
	font-size: 1.5em;
	
}
#col2 .center {
	float: right;
	padding-left: 10px;
}
#col2 .center img {
	padding: 10px 0 10px 30px;
}

#col-full {
	width: 700px;
	margin-left: 50px;
}

#col-full h2{
	padding-bottom: 3px;
	margin-top: 15px;
	margin-bottom: 20px;
	font: normal 3.5em Georgia, "Times New Roman", Times, serif;
	color: #666666; 
	letter-spacing: -2px;	
	text-transform: none;
	border-bottom: 1px solid #ebebeb;	
}


#col-full h3{
	color:#895F30;
}

#col-full ul{
	margin-left: 30px;
}

#col-full p{
	padding-left: 15px;
}

#col-full a, a:active, a:link {
	border-bottom: none;
}

#portfolio .sitelinks{
	text-align: justify;
	padding-left: 20px;
	 
}

#portfolio #col-full a span{
	font-size: 1.2em;
	width: 175px;
	text-align: center;
	padding: 2px 10px;
	margin: 0 55px 0 50px;
	 
}

/* footer */
#footer-wrap {
	position: relative;
	clear: both;
	padding: 1em 0 2.5em 0;
	margin-top: 30px;
	border-top: 2px dotted #999999;
	font: normal 1em 'Trebuchet MS', Tahoma, sans-serif;	
	/* background: #ECECEC; */
	color: #666666;
	width: 800px;
	float: left;
}
#footer-content {	
	margin: 0 auto;		
	width: 800px;
	text-align: center;	
}

/* thumbnails */
p.thumbs{ padding: 12px 0 0 10px; }

.thumbs img { 
	position: relative;
	border: 1px solid #ebebeb;
	background: none;
	padding: 4px;
	margin: 5px;
	/* margin: 4px 7px 4px 4px; */	
}
.thumbs img:hover	{
	border: 1px solid #c5c5c5; 
	background: none;	
}
.thumbs a:hover { background-color: transparent; border: none }
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clearer { clear: both; }

.green {
	color: #336600;
}
