@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	font:14px Calibri,sans-serif;
	color:#666;
	background:url(images/background.jpg) repeat-x top;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}

#main {
	margin:auto;
	padding:0;
}

#top_navi {
	float:right;
	padding:0 15px 0 0;
}

#top_navi a {
	padding:8px 0 0 0;
	text-decoration:none;
	color:#000000;
	float:left;
	font-size:12px
}

#top_navi a:hover {
	color:#ff9600;
}

/*--Header--*/

#header {
	margin:auto;
	width:960px;
	height:102px;
	overflow:hidden;
	background:url(images/bg_top_navi.jpg) no-repeat top right;
}

#header #logo {
	padding:9px 0 0 0;
	float:left;
}

/*--Body Layer01--*/

#body_layer01 {
	margin:1px 0 0 0;
	background:url(images/bg_green.gif) repeat-x left;
	overflow:hidden;
}

/*--Body--*/

#body {
	margin:auto;
	padding:0;
	width:960px;
}

#mySlideshow {
	width:641px;
	height:235px;
	float:left;
}

/*--Navigation--*/

#navigation {
	padding:0;
	width:300px;
	height:235px;
	overflow:hidden;
	float:right;
}

#navigation ul {
	padding:7px 0 0 0;
}

#navigation ul li {
	list-style:none;
	padding:2px 0;
	width:179px;
}

#navigation a {
	padding:2px 0;
}

#navigation li:hover {
	padding:2px 0;
	width:179px;
	background:url(images/line_navi.png) no-repeat bottom;
}

#navigation li.hilight {
	padding:2px 0;
	width:179px;
	background:url(images/line_navi.png) no-repeat bottom;
}

#body_content {
	margin:auto;
	margin-top:8px;
	width:960px;	
}

#ct_featured {
	margin:0;
}

#featured {
	margin:0 5px;
	float:left;
	width:32%;
}

#featured_hd_ft {
	height:7px;
	overflow:hidden;
	background:#f3f3f3;
}

#featured_ct {
	background:#f3f3f3;
	padding:10px;
}

#featured_ct .img {
	text-align:center;
	padding-bottom:5px;
}

#featured_ct h3 {
	padding:0 0 2px 25px;
	text-transform:uppercase;
	font-size:18px;
	font-weight:normal;
	color:#00601a;
	background:url(images/arrow_01.jpg) no-repeat 0 0.1em;
}

#featured_ct a {
	text-decoration:none;
}

#featured_ct p {
	line-height:17px;
	padding:0 10px 0 25px;
}

#content_2 {
	margin:25px 0 0 0;
}

#text_body {
	float:left;
	width:610px;
}

#content_2 h3 {
	font-size:19px;
	color:#3F920A;
	text-transform:uppercase;
	font-weight:normal;
}

#content_2 h1 {
	font-size:19px;
	color:#3F920A;
	text-transform:uppercase;
	font-weight:normal;
}

#content_2 h2 {
	font-size:19px;
	color:#3F920A;
	text-transform:uppercase;
	font-weight:normal;
}

#text_body a {
	color:#3F920A;
}

#text_body p {
	padding:10px 0px 10px 0;
	line-height:17px;
}

#text_body .read_btn {
	padding:10px 0 0 0;
	float:right;
}

#content_3 {
	margin:15px;
}

#body_content #row {
	margin:10px 0;
	padding:0 20px;
}

#body_content #row .img {
	float:left;
	padding:5px 15px 15px 0;
}

#body_content #row .img2 {
        float:left;
        padding:5px 15px 15px 0;
}


#body_content #row .img img {
	padding:1px;
	border:1px solid #3F920A;
}

#body_content #row .img2 img {
        padding:1px;
}


#body_content h4 {
	color:#666600;
}

#content_3 h3 {
	font-size:19px;
	color:#3F920A;
	text-transform:uppercase;
	font-weight:normal;
}

#content_3 h2 {
	font-size:19px;
	color:#3F920A;
	text-transform:uppercase;
	font-weight:normal;
}

#content_3 h1 {
	font-size:19px;
	color:#3F920A;
	text-transform:uppercase;
	font-weight:normal;
}

#content_3 a {
	color:#3F920A;
}

#featured_project {
	margin:0;
	width:338px;
	float:right;
}

#featured_project_hd {
	background:url(images/ft_project_hd_bg.jpg) repeat-x;
	height:17px;
	overflow:hidden;
}

#featured_project_ct {
	padding:0 7px;
	background:url(images/ft_project_bg.jpg) repeat-y;
}

#featured_project_ct_layer02 {
	padding:4px 0 0 12px;
}

#feat_ct {
	padding:5px;
}

#ft_image {
	text-align:center;
}

#ft_image a img {
	padding:1px;
	border:2px solid #FFFFFF;
}

#ft_image a:hover img {
	padding:1px;
	border:2px solid #56bc10;
}

#visit_box {
	padding:10px 0;
	overflow:hidden;
}

#visit_box a {
	color:#FF9600;
}

.view_more_btn {
	padding:0 15px 0 0;
	float:right;
}

#featured_project_ft {
	background:url(images/ft_project_ft_bg.jpg) repeat-x;
	height:17px;
	overflow:hidden;
}

/*--Footer--*/

#footer {
	margin:20px 0 0 0;
	background:url(images/bg_footer.jpg) repeat-x;
	color:#333333;
}

#footer_ct {
	margin:0;
	padding:20px 0;
	text-align:center;
}

#footer_ct a {
	margin:0;
	padding:0 10px;
	color:#666;
	text-decoration:none;
}

#footer_ct a:hover {
	color:#3f920a;
	text-decoration:underline;
}

#cpright {
	margin:5px 0 0 0;
}

#cpright a {
	color:#3f920a;
	text-decoration:underline;
}

/*--Porland Webdesign--*/

#service {
	padding:10px 0;
}

#service ul {
	float:left;
	width:40%;
	padding:10px 0 0 40px;
	list-style:none;
}

#service ul li {
	padding:3px 0 3px 40px;
	background:url(images/arrow_02.jpg) no-repeat 0em 0em;
}

#text_body ul {
	padding:10px 0 0 40px;
	list-style:none;
}

#text_body ul li {
	padding:3px 0 3px 40px;
	background:url(images/arrow_02.jpg) no-repeat 0em 0em;
}

#email_box {
	padding:10px 0;
}

#email_box #row {
}

#email_box #row label {
	font-weight:bold;
	color:#666600;
	float:left;
	width:30%;
	text-align:right;
}

#email_box #row #input {
	width:60%;
	float:right;
}

#logo_box {
	padding:10px 0;
	overflow:hidden;
	text-align:center;
}

#logo_box img {
	padding:5px 0;
}
