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


/* Main */

body {
	background:transparent;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 61.5%;
	line-height: 1.5;
	color: #FAF5E9; background: #738db0; 
}

.container {
	margin: 0 auto;
	width: 800px;
	height: 100%;
	padding: 10px; 
}

/* 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 {
    background: transparent url(../images/logo.gif) no-repeat;
    overflow: hidden;
    width: 450px;
    height: 100px;
    position: absolute;
	margin-left: 0px;
	margin-top: 8px;
	z-index: 6;
}

/* Blue Divider */

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

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

/* 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 */
  /*  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/dk_grey_trans.png'); */
	background:#333;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box3[class] {
 background:#333;
  background:url(../images/dk_grey_trans.png);
}




#navtabsholder {
	width: 800px;
	margin: 0 auto;
	padding: 5px 0 0;
	text-align: right;
	z-index: 0;
}

ul#navigate {
margin-top:30px;
	margin-right: 0;
	margin-bottom: 0;
	padding-right: 3px;
	z-index: 0;
}

#navtabs li {
	display: inline;
	list-style-type: none;
	z-index: 0;
}

#navigate a { 
	padding: 5px 12.5px 5px;
}

#navigate a:link, #navigate a:visited {
	color: #fff;
	text-decoration: none;
	background: #369;
}

#navigate a:hover {
	color: #fff;
	text-decoration: none;
	background-color:#738db0;
}

#navigated a { 
	padding: 5px 19px;
	z-index: 0;
}

#navigated a:link, #navigated a:visited {
	color: #fff;
	background-color: inherit;
	text-decoration: none;
}

#navigated a:hover {
	color: #fff;
	text-decoration: none;
	background: #738db0;
}

/* Header & Content */

#headcontainer {	background:#666 url(../images/clouds.jpg) repeat-x;
}

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

*/
	margin: 0;
	padding: 10px 0;
	height: 50px;
	
	position: relative;
	z-index: 0;
}

#content {	
	padding-top: 0px;
	font-size:1.2em;
	color: #555;
		background: #bcc5d4 url(../images/midfade.jpg) repeat-x;

	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 {
	background-color: #fff;
	width: 300px;
	margin: 10px 0 0 25px;
	float: right;
}

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

.contactbox {
	border: 3px solid #EEE;
	background-color: #EEEFF0;
	padding: 1px 20px 20px;
}



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

#maincontent divider{
	background: url(../images/divider_diagonal.gif) repeat-x;
	}

#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 {
	margin: 5px 0px 0px;
	padding: 0 1em;
}
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 {
	font-size: 1.2em;
	color: #fff;
	background:	#738db0;
	margin: 0;
	padding-bottom: 50px;
}

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

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

#rightlinks {
	float: right;
	margin-right:242px;
}

/* Portfolio Navigation */



#p_nav {
	font-size:1.2em;
	line-height: 24px;
	padding-bottom: 0;
	z-index: 0;
}

ul#p_nav {
	margin-right: 0;
	margin-bottom: 0;
	padding-right: 3px;
	z-index: 0;
}

#p_nav li {
	display: inline;
	list-style-type: none;
	z-index: 0;
}

#p_nav a { 
	padding: 5px 12.5px 5px;
	color:#333333;
	font-weight:bold;
}


#p_nav a:link, #p_nav a:visited {
	background-color: inherit;
	text-decoration: none;
}

#p_nav a:hover {
	text-decoration: none;
	color:#666;
}

/* 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:90%;width:80%;border-left:solid 1px #999; padding:50px 10px;}

.hidden {display:none;}

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

/* End Of CSS */