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


/* Main */

body {
	background:#fff;font-size:90%;font-family:Arial, Helvetica, sans-serif;
}



/* Basics */

h1 {
	font-size: 22px;
	line-height: 28px;
	color: #3D3729;
	background-color: inherit;
}

h2 {
	color: #3D3729;
	background-color: inherit;
	margin-bottom: -8px;
	font-size: 16px;
	line-height: 22px;
	text-decoration: none;
}

h5 {
	color: #3D3729;
	background-color: inherit;
	margin-bottom: -8px;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
}



img {
	border-style: none;
}

/* Linkage */

a:link, a:visited {
	color: #56A391;
	text-decoration: underline;
}

a:hover {
	color: white;
	background: #3D3729;
	padding: 0;
	text-decoration: none;
}



/* Logo  */



#logo {
 display:none;
}

/* Blue Divider */

#topbar {
	width: 100%;
	height: 7px;
	margin: 0 auto;
	padding: 0;
	background: #369;
	z-index: 0;
		display:none;

}

#bottombar {
	width: 100%;
	height: 7px;
	margin: 0 auto;
	padding: 0;
	background: #369;
	z-index: 0;
		display:none;

}

/* List Stylings */

ul.list {
	margin-left: 0;
	padding: 0;
	list-style-type: none;
}

ul.bullet {
	color: #3D3729;
	background-color: inherit;
	margin-left: 0;
	padding: 0;
}

ul.bullet li {
	list-style-type: circle;
	list-style-position: inside;
}

ul.contactline, ul.contactliner {
	margin-left: 0;
	padding: 0;
	list-style-type: none;
}

ul.contactline li {
	padding: 3px 0;
}

ul.contactliner li {
	padding: 3px 0;
	border-top: 1px dotted #ccc;
}

/* Navigation Tabs */

#navtabs {
	/*background: #3D3729 url(collection/pattern_top.JPG) repeat-x;
	background:#333;*/
	font-size:1.2em;
	line-height: 24px;
	padding-bottom: 0;
	z-index: 0;
}


/*transparent box */
.trans_box3 {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
   display:none;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box3[class] {
display:none;
}




#navtabsholder {
	display:none;
}

ul#navigate {
display:none;
}

#navtabs li {
	display: none;
	}

#navigate a { 
	display:none;
}

#navigate a:link, #navigate a:visited {
		display:none;

}

#navigate a:hover {
		display:none;

}

#navigated a { 
		display:none;

}

#navigated a:link, #navigated a:visited {
	display:none;

}

#navigated a:hover {
		display:none;

}

/* Header & Content */

#headcontainer {	display:none;
}

#header {
	/*background: #3D3729 url(images/head_pattern.jpg) repeat-x;
	background:#99CC33 url(../images/top_fade.jpg) repeat-x;

*/
	display:none;
}

#content {	
	padding-top: 20px;
	font-size:1.2em;
	color: #555;
		background: #fff;

	min-height: 400px;
	z-index: 5;
}

.img {
	margin: 10px 0 5px;
	padding: 4px;
	border: 4px solid #d7d7d7;
	background: #999;
}

.text {background:#fff;padding:10px; }

#left {
	width: 415px;
	padding-bottom: 15px;
	float: left;
}

#rightcontent {
		display:none;

}

.contentinset {
	padding: 1px 20px 20px;
}

.contactbox {
		display:none;

}



#maincontent {
	width: 455px;
	margin: -20px 0 40px;
}

#maincontent divider{
display:none;
	}

#date {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 72.5%;
	line-height: 1.5;
	color: #56A391;
}



/* Contact Form */

form {
		display:none;

}
label {
	width: 150px;
}
input {
	width: 150px;
	margin-bottom: 5px;
	border: 1px solid #ccc;
	padding: 1px;
	color: #333;
}
textarea {
	width: 160px;
	border: 1px solid #ccc;
	padding: 1px;
	color: #333;
}
select { 
	padding: 1px;
}
input:focus, textarea:focus {
	background: #9FDACC;
	color: #000;
}
input.submit:focus {
	background: #9FDACC;
	color: #fff;
}
.submit {
	padding: 1px;
	background: #3D3729;
	border: 1px solid #777;
	color: #fff;
	margin-top: 10px;
}

/* Footer */

#footer {
		display:none;

}



/* Portfolio Navigation */



#p_nav {
		display:none;

}

ul#p_nav {
	display:none;

}

#p_nav li {
		display:none;

}

#p_nav a { 
		display:none;

}


#p_nav a:link, #p_nav a:visited {
		display:none;

}

#p_nav a:hover {
		display:none;

}

/* PORTFOLIO TABLE */


 .port_table td.pimg {
	width:310px; 
}

.port_table td.pcaption {
	text-align:left;
	padding-left:30px;
	vertical-align:bottom;

}

.port_table td {padding:20px 0;}

.caption {font-size:80%;width:80%;border-left:solid 1px #999; padding:50px 10px;}

.hidden {display:none;}

.recent {font-size:85%;padding: 5px 0px 10px 0px; }

.Content,.ContentGroup {border:0px;}
.TabGroup {display:none;visibility:collapse;}

/* End Of CSS */