@charset "utf-8";
/* CSS Document */
/*----------Layout----------*/
* {
	margin:0;
	padding:0;
}
body {
	margin:20px auto; 
	width:992px;
}
#top_brdr {
	margin:0px;
	padding:22px 32px 6px 32px;
}
#head {
	height:124px;
	margin:0px;
	padding:0px;
}
#wrap {
	padding:10px 32px 0px 32px;
	margin:0px;
}
#navcontainer {
	margin-bottom:20px;
	padding-bottom:20px;
}
#home #left {
	width:420px;
	height:26em;
	float:left;
	clear:both;
	margin-bottom:20px;
}
#home #right {
	width:420px;
	height:26em;
	float:right;
	margin-bottom:20px;
}
#about #left {
	width:420px;
	height:27em;
	float:left;
	clear:both;
	margin-bottom:20px;
}
#about #right {
	width:420px;
	height:27em;
	float:right;
	margin-bottom:20px;
	overflow:auto;
}
#portfolio #upper_left {
	width:420px;
	height:21em;
	float:left;
	clear:both;
	margin-bottom:20px;
}
#portfolio #upper_right {
	width:420px;
	height:21em;
	float:right;
	margin-bottom:20px;
}
#portfolio #lower_left {
	width:420px;
	height:21em;
	float:left;
	margin-bottom:20px;
}
#portfolio #lower_right {
	width:420px;
	height:21em;
	float:right;
	margin-bottom:20px;
}
#contact #left {
	width:420px;
	height:25.7em;
	float:left;
	clear:both;
	margin-bottom:20px;
}
#contact #right {
	width:420px;
	height:25.7em;
	float:right;
	margin-bottom:20px;
}
#questionnaire #left {
	width:454px;
	float:left;
	clear:both;
	margin-bottom:20px;
	padding:0px 8px 0px 0px;
}
#questionnaire #right {
	width:454px;
	float:right;
	margin-bottom:20px;
	padding:0px 0px 0px 8px;
}
#quality #left {
	width:434px;
	float:left;
	clear:both;
	margin-bottom:20px;
}
#quality #right {
	width:434px;
	float:right;
	margin-bottom:20px;
}
#foot {
	clear:both;
	height:50px;
}
#btm_brdr {
	clear:both;
	height:36px;
}
/*----------Looks----------*/
body {
	background:#2C742E url(../images/background.jpg) repeat-x;
	font-family:verdana, arial, sans-serif;
	font-size:.8em;
	line-height:1.4em;
	color:#562700;
}
#top_brdr {
	background-image:url(../images/top.png);
	background-repeat: no-repeat;	
}
#head {
	background:#FFF;
}
#home #top_brdr #head {
	background:#FFF url(../images/ethicode_logo_4hmpg.jpg) no-repeat;
}
#left, #right, #upper_left, #upper_right, #lower_left, #lower_right {
	border:1px solid #562700;
	-moz-border-radius:14px;
	-webkit-border-radius:14px;
	padding:14px;
}
#wrap {
	background:#FFF url(../images/mid.png);
}
#about #right {
	-moz-border-radius-topright:0px;
	-webkit-border-radius-top-right:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-radius-bottom-right:0px;
}
#questionnaire #left {
	border:none;
}
#questionnaire #right {
	border:none;
}
#quality #left {
	border:none
}
#quality #right {
	border:none
}
#foot {
	background:#FFF url(../images/foot.jpg) no-repeat;
}
#btm_brdr {
	background:url(../images/btm.png);
	background-repeat:no-repeat;
}
#services_list {
	float:left;
	margin-right:50px;
	margin-top:0px;
}
#values_list {
	margin-left:10px;
	padding-left:0px;
}
#values_list li {
	margin-bottom:4px;	
}
h1, h2, h3, h4 {
	color:#2C742E;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:bold;
}
h2, h3, h4, p {
	padding:.5em 0px .5em 0px;
}
h1 {
	font-size:1.5em;
	border-bottom:1px solid #2C742E;
	margin-bottom:.5em;
}
h2 {
	font-size:1.25em;
}
h3 {
	font-size:1.05em;
}
h4 {
	font-size:.8em;
}
ul {
	list-style-position:inside;
}
.right {
	float:right;	
}
.right_btn {
	float:right;
	clear:both;
}
#about .right_flt_img {
	float:right;
	border:none;
	padding:8px;
	margin-left:6px;
	border:1px solid #562700;
	-moz-border-radius:14px;
	-webkit-border-radius:14px;
}
.right_flt_img {
	float:right;
	border:none;
	padding:10px;
}
.left_flt_img {
	float:left;
	border:none;
	padding:10px 14px 10px 10px;
}
.portfolio_img {
	float:right;
	padding:10px 0px 4px 10px;
}
.fine_print {
	clear:both;
	font-size:.7em;
	line-height:1em;
	padding:0px;
	margin:0px;
}
.bc {
	margin-right:60px;
	margin-bottom:20px;
}
/*----------Links----------*/
a, a:active {
	text-decoration:underline;
	font-weight:bold;
	color:#2C742E;
}
a:visited, a:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#12390D;
}
/*----------Navigation-----------*/
#navcontainer ul {
	padding-left:0;
	margin-left:0;
	background:#12390D url(../images/nav_bar_bg.jpg) repeat-x;
	color:#FFF;
	float:left;
	width:100%;
	font-family:"Century Gothic", verdana, arial, sans-serif;
}
#navcontainer ul li { 
	display:inline;
}
#navcontainer ul li a {
	padding:0.2em 1em;
	background:url(../images/nav_btn_bg.jpg) repeat-x;
	color:#FFF;
	text-decoration:none;
	float:left;
	border-right:1px solid #FFF;
}
#navcontainer ul li a:hover {
	background:url(../images/nav_btn_hover.jpg) repeat-x;
	color:#FFF;
}
#navcontainer ul li a#current {
	background:url(../images/nav_btn_current.jpg) repeat-x;
}
/*-----------For IE6----------*/
.ie6 #top_brdr {
	background-image:url(../images/top.jpg);
	background-repeat:no-repeat;	
}
.ie6 #wrap {
	background:#FFF url(../images/mid.jpg);
}
.ie6 #btm_brdr {
	background:#FFF url(../images/btm.jpg);
	background-repeat:no-repeat;
}
.ie6 #home #left {
	height:338px;
}
.ie6 #home #right {
	height:338px;
}
.ie6 #about #left {
	height:358px;
}
.ie6 #about #right {
	height:358px;
}
.ie6 #portfolio #upper_left, #portfolio2 #upper_left {
	height:256px;
}
.ie6 #portfolio #upper_right, #portfolio2 #upper_right {
	height:256px;
}
.ie6 #portfolio #lower_left, #portfolio2 #lower_left {
	height:256px;
}
.ie6 #portfolio #lower_right, #portfolio2 #lower_right {
	height:256px;
}
.ie6 #portfolio #lower_right {
	height:256px;
	padding-right:0px;
}
.ie6 #portfolio #lower_left2, #portfolio2 #lower_left2 {
	height:264px;
}
.ie6 #contact #left {
	height:330px;
}
.ie6 #contact #right {
	height:330px;
}
/*-----------For FF2----------*/
.ff2 #contact #left {
	height:26em;
}
.ff2 #contact #right {
	height:26em;
}
.ff2 #portfolio2 #upper_right {
	height:21em;
}