/******************************************************
*                                                     *
*   CSS file - http://www.sitename.com/       			  *
*   Copyright (c) MIP Design, 2008.               		*
*                                                     *
******************************************************/


/* Base
------------------------------------------------------*/

*
{
	margin: 0px;
	padding: 0px;
}

body
{
	background: #62c28c;
	font: normal 0.75em/145% Arial, Tahoma, sans-serif;
	color: #555;
	text-align: center;
	padding-bottom: 20px;
}

p
{
	margin: 0px 0px 10px 0px;
	line-height: 140%;
	color: #555;
}

a
{
	outline: none;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

.hide
{
	display: none;
}

img
{
	border: 0px;
}

/*[if lte IE 6]
#page-navigation { behavior: url("../js/iepngfix.htc"); }
[endif]*/


/* Clearing method
------------------------------------------------------*/

.clear
{

clear:both;

}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


/* Layout
------------------------------------------------------*/

#page-container
{
	width: 900px;
	margin: 0px auto;
	text-align: left;
	background:#fff;
}

#page-navigation
{
	padding: 0px 0px 0px 20px;
	height:31px;
	background:url(../images/nav_bg.gif) 0 0 no-repeat;
	border-top:#18a556 6px solid;
}

#page-content
{
	padding: 9px 10px 0px 10px;
	text-align:justify;
}

#page-content.no{

background:url(../images/content_head_bg.gif) 0 0 repeat-x;

}

#page-footer
{
	width:900px;
	margin:0 auto;
	padding: 10px 25px 20px 20px;
	text-align: right;
}

#content-wrapper
{
	padding: 10px 10px 0px 10px;
	background:#fff;
}

#content-main
{
	width: 600px;
	float: left;
	padding: 0px 0px 20px 0px;
}

#content-main.wide
{
	width: 860px;
	float: none;
}

#content-sidebar
{
	width: 240px;
	float: right;
}

#bc
{

margin-bottom:10px;

}

/* Branding
------------------------------------------------------*/

#branding
{
	height: 137px;
	position:relative;
}

#mop
{

position:absolute;
left:690px;
top:16px;
height:146px;
width:184px;
display:block;
background:url(../images/mop.png) 0px 0px no-repeat;

}

#logo {

width: 400px;
height:137px;
display:block;

}

#logo h1
{
	width: 400px;
	height:137px;
	padding: 15px 0px 0px 75px;
	text-align: center;
	background:url(../images/logo.gif) 20px 20px no-repeat;
}

#logo h1
{
	font: normal 3.6em/125% Georgia, "Times New Roman", Times, serif;
	color: #f3efe9;
}

#logo h1 span
{
	font: italic 0.4em Georgia, "Times New Roman", Times, serif;
	color: #d0d1c0;
	display: none;
}

#search
{
	width: 240px;
	float: right;
	margin: 8px 0px 0px 0px;
}

#search h2
{
	font: bold 0.9em Arial, tahoma, sans-serif;
	color: #fff;
	margin: 0px 0px 4px 0px;
}

#search .box
{
	background-color: #fff;
	padding: 2px;
}

#search input
{
	font: bold 1.0em Arial, tahoma, sans-serif;
	color: #72a10e;
	width: 165px;
	float: left;
	margin: 0px 6px 0px 0px;
	padding: 2px;
	border: 1px solid #fff;
	background-color: #fff;
}

#search input.submit
{
	font: bold 1.0em Arial, tahoma, sans-serif;
	color: #72a10e;
	text-transform: uppercase;
	width: 55px;
	margin: 0px;
	padding: 2px 1px 1px 1px;
	border: none;
}


/* Page navigation
------------------------------------------------------*/

#page-navigation .rss
{
	background:  url("../images/icon_rss.png") no-repeat 0% 0%;
	display: block;
	float: left;
	width: 48px;
	height: 48px;
	text-indent: -9999px;
	margin: -15px 15px 0px 0px;
}

#nav {
  position: relative;
	height: 31px;
  padding: 0px;
	margin: 0px;
  overflow: hidden;
}

#nav li {
  float: left;
  list-style: none;
}

#nav li.back {
  background: #075a91 url("../images/page_nav_hover.gif") no-repeat 0% 100%;
  width: 2px; 
	height: 31px;
  z-index: 8;
  position: absolute;
}

#nav li a {
  font: bold 12px "Tahoma", Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  line-height:31px;
  z-index: 10;
  display: block;
  float: left;
  height: 31px;
  position: relative;
  overflow: hidden;
  padding: 0px 15px 0px 15px;
}

#nav li.current a {
  color: #fff;
}

#nav li a:hover, #nav li a:active, #nav li a:visited {
  border: none;
}



/* Page content
------------------------------------------------------*/
#content-head
{

padding-top:12px;
height:250px;
background:url(../images/content_head_bg.gif) 0 0 repeat-x;

}

#content-wrapper h1
{
	font: bold 20px Tahoma, Arial, sans-serif;
	color: #202020;
	margin: 0px 0px 20px 0px;
	padding: 6px 0px 5px 0px;
}

#content-wrapper h1 span
{
	color: #047a9e;
}

#content-wrapper h2
{
	font: bold 1.3em/140% Arial, Tahoma, sans-serif;
	color: #7f865a;
	margin: 20px 0px 10px 0px;
	text-transform: uppercase;
}

#content-wrapper h3
{
	font: bold 14px Arial, Tahoma, sans-serif;
	color: #18a556;
	margin: 0px 0px 10px 0px;
	clear:both;
}

#content-wrapper p strong
{
	color: #18a556;
}

#content-wrapper img
{
	border: 1px solid #bbb;
	background-color: #ccc;
	margin: 0px 0px 10px 0px;
	padding: 6px;
	margin:6px;
}

#content-wrapper a
{
	color: #18a556;
}

#content-main ul
{
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 16px;
	list-style-type: square;
}

#content-main ol
{
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 16px;
}

#content-main ul li, #content-main ol li
{

	margin: 0px 0px 10px 10px;

}


/* Page content - topics
------------------------------------------------------*/

#content-main .topic-item
{
	margin: 0px 0px 20px 0px;
}

#content-main .topic-item h1
{
	margin-bottom: 10px;
}

#content-main .topic-item h2
{
	font: bold 1.0em Tahoma, Arial, sans-serif;
	margin: 0px 0px 7px 0px;
	padding: 0px;
	text-transform: none;
}

#content-main .topic-item img
{
	margin: 3px 15px 3px 0px;
	padding:0px;
	border:0px;
}

#content-main .topic-item a.detail
{
	font: bold 1.1em Arial, tahoma, sans-serif;
}


/* Page content - portfolio
------------------------------------------------------*/

#portfolio-list
{
	margin-top: 20px; 
}

#portfolio-list .portfolio-item
{
	width: 182px;
	float: left;
	margin: 0px 30px 25px 0px;
}

#portfolio-list .last
{
	margin-right: 0px;
}

#portfolio-list h2
{
	font: bold 1.0em Arial, tahoma, sans-serif;
	color: #18a556;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-transform: none;
}

#portfolio-list p
{
	font: normal 1.0em/130% Arial, tahoma, sans-serif;
}



/* Page content - sidebar
------------------------------------------------------*/

#content-sidebar h1
{
	color: #fff;
	margin:0px;
	padding:0px;
	margin-bottom: 5px;
	background:url(../images/stripe_bg.gif) 0 0 repeat-x;
	line-height:38px;
	border:0;
	font-size:16px;
	text-indent:5px;
}

#content-sidebar .sidebar-content{

padding:5px;
width:230px;

}

.sidebar-box{

border: #18a556 6px solid;
padding:0px;

}

#content-sidebar p{

margin-bottom:10px;

}

.blue-border{

border: #202020 6px solid;

}

#member-sidebox{

height:210px;

}

#member-slides img{

border:0px;
margin:0px;
padding:0px 8px 0px 8px;
background:#fff;
padding:0px 8px;

}

#member-slides img:hover{

background:#fff;

}

#content-sidebar .loc_container h3{

text-align:left;
width:210px;

}


/* Page content - advertise
------------------------------------------------------*/

#advertise
{
	margin: 30px 0px 20px 0px;
}

#advertise img
{
	margin: 0px;
	border: 0px;
	padding: 0px;
}


#advertise a
{ 
	display: block;
	float: left;
	margin: 0px 15px 10px 0px;
}

#advertise a.right
{ 
	margin-right: 0px;
}

#front-services{
    padding: 20px 0 0 20px;
}

#front-services p, #front-services ul{
    line-height: 1.6;
    padding: 0 0 15px 0;
    color: #444444;
    font-size: 12px;
}

#front-services ul{
    list-style-image: url(../images/tick.gif);
    padding: 0 0 15px 25px;
}

#front-services ul li{padding: 0 0 5px 5px;}

#front-services img{
    float: left;
    padding: 3px;
    border: 1px solid #C8C8C8;
    margin: 0 15px 5px 0;
}

#front-services strong{
    text-transform: uppercase;
}

#front-services #sidemenu li{
    margin: 0 0 5px 0;
    border-bottom: 1px solid #dadada; 
}

#front-services #sidemenu li a{
    color: #798263;
}

#member_logos
{

text-align:center;

}

#member_logos img
{

border:0px;
padding:0px;

}
/* Page content - categories
------------------------------------------------------*/

#categories ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#categories ul li
{
	float: left;
	width: 130px;
	margin: 0px 0px 2px 0px;
}


/* Page content - project list
------------------------------------------------------*/

#project-list h2
{
	font: bold 1.0em Arial, tahoma, sans-serif;
	color: #18a556;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	text-transform: none;
}

#gallery 
{
	margin: 0px;
	padding: 0px;
}

#gallery .thumb 
{
	display: block;
}

#gallery_changer li 
{
	display: inline;
	padding: 0px 10px 0px 0px;
}

#gallery_changer .first 
{
	padding-left: 0px;
	margin-left: 0px;
	background: none;
}

#gallery_changer a 
{
	font: bold 1.2em Arial, tahoma, sans-serif; background:#eb791c; color:#fff; border:#eb481c 1px solid; padding:2px; text-decoration: none;
}

#gallery_changer .current a 
{
	color: #999;
	background:#fff;
	text-decoration: none;
	border:0;
}


/* Page content extras
------------------------------------------------------*/

#content-extras h1
{
	background: url("../images/bg_content_extras_title.png") no-repeat 0% 0%;
	font: bold 1.6em Tahoma, "Century Gothic", arial, sans-serif;
	color:#fff;
	margin: 0px 0px 10px 0px;
	padding: 25px 0px 20px 15px;
	position: relative;
}

#content-extras h2
{
	font: bold 1.0em Arial, tahoma, sans-serif;
	color: #72a10e;
	margin: 0px 0px 3px 0px;
}

#content-extras a
{
	color: #90380e;
}

#extras-about { width: 261px; float: left; margin: -20px 25px 0px 0px; }
#extras-popular { width: 261px; float: left; margin: -20px 0px 0px 0px; }
#extras-flickr { width: 261px; float: right; margin-top: -20px; }


#content-extras .inner
{
	padding: 0px 15px 0px 15px;
}

#extras-about .pdf
{
	display: block;
	background: url("../images/icon_pdf.gif") no-repeat 0% 50%;
	padding: 18px 0px 18px 60px;
	font: normal 1.0em/120% Arial, tahoma, sans-serif;
	color: #90380e;
}

#extras-about .pdf strong
{
	display: block;
	font-weight: bold;
	text-decoration: none;
}

#extras-popular .post-item
{
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #a5a077;
}

#extras-flickr img
{
	float: left;
	border: 3px solid #fff;
	margin: 0px 8px 8px 0px;
}

#extras-flickr a:hover img
{
	border: 3px solid #90380e;
}


/* Page footer
------------------------------------------------------*/

#page-footer p
{
	font: normal 11px Arial, tahoma, sans-serif;
	color: #fff;
	text-decoration: none;
	margin: 0px;
	margin-left:10px;
	float:right;
}

#page-footer a
{
	color: #fff;
}


/* Form Construct
-------------------------------------------------------*/
#contact{}
.form_row {padding-top: 5px; padding-bottom: 5px; clear:both;}
.form_row label{display:block; float:left; padding:3px 0px; width:200px; text-align: left; font-size: 12px;}
.form_row p.formtxt{display:block; margin:0px; padding-left:200px; text-align: left; font-size: 11px;}
.form_row IMG{margin:0px; width:120px; height:40px;}
.form_row SPAN.captimg input{width:120px; height:40px;}
.form_row input{font-size: 11px; padding: 5px;}
.form_row select{border: 1px solid #bdc7d8; font-size: 11px; padding: 3px;}
.form_row textarea{border: 1px solid #b7b8b8; font-size: 11px; padding: 3px; margin:0px; height: 50px; width: 180px;}
.form_row .inputtext{width:195px; border: 1px solid #bdc7d8;}
.form_row .inputreq{width:195px; border: 1px solid #bdc7d8;}
.form_row .req_err{color:#eb791c; padding-left:5px;}
.form_row .inputsubmit{background: #18a556; border:#202020 6px solid; color:#fff; font-weight:bold; cursor:pointer;}
#buttons{padding:0px 0px 0px 200px; text-align:left;}
#buttons input{margin:0px 2px 0px 0px; width:100px;}

#top_msg
{
padding:10px;
border:6px #18a556 solid;
font: normal 12px Arial, tahoma, sans-serif;
color: #555;
margin:10px 0px 10px 0px;
}

#content-sidebar SPAN.heading{float:left; display:block; width:95px; font-weight:bold;}
#content-sidebar SPAN.left_block{float:left; display:block; width:182px; padding-bottom:10px;}
#content-sidebar .loc_container{float:left; position:relative; width:277px; margin-bottom:20px; line-height:18px; padding:0px 3px 0px 3px;}

/** Teaser Box **/

#teaser{
padding:11px;
border:6px solid #18a556;
background-image:url(../images/trans_bg.png);
background-attachment:fixed;
margin-bottom:10px;
position:relative;
padding:0px;
}

#teaser img{
border:0px;
padding:0px;
margin:0px;
}

#content-main .teaserbox{
background-color:#fff;
border-right:6px solid #18a556;
float:left;
height:210px;
overflow:hidden;
width:400px;
position:relative;
}

.teaserbox img{
margin:0px;
height:210px;
width:400px;
overflow:hidden;
position:absolute;
border:none;
}

.teaserbox a img, #top .teaserbox a:hover img{
border:none;

}

.teaserbox a{
display:none;
}

#content-main .teaser_infobox{
background-color:#fff;
width:180px;
height: 210px;
float:left;
border-left:none;
position:relative;

}

.scrollup, .scrolldown{
position:absolute;
top:1px;
display:block;
height:17px;
width:17px;
z-index:10;
cursor:pointer;
right:3px;
background-image:url(../images/scroll.png);
text-indent:-9999px;
background-position:right top;
}

.scrolldown{
background-position:right bottom;
top:19px;
}
.scrollup:hover{
background-position:left top;
}
.scrolldown:hover{
background-position:left bottom;
}


#content-main .infowrap{
position:absolute;
top:37px;
width:182px;
height:161px;
overflow:hidden;

}


#content-main .infowrap ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
width:182px;
position:absolute;
left:0;
}

#teaser .disabled{
}

.teaser_infobox strong{
	height:38px;
	width:182px;
	display:block;
	color: #fff;
	margin:0px;
	padding:0px;
	margin-bottom: 5px;
	background:url(../images/stripe_bg.gif) 0 0 repeat-x;
	line-height:38px;
	border:0;
	font-size:16px;
	text-indent:5px;
}

.ticker{
background-color:#fff;
}

#page-wrapper .ticker:hover{
background:#eee;
background-attachment:fixed;
color:#ff0000;
}

#content-main #teaser .displayme{
display:block;
}

.teaser_infobox ul li a, .teaser_infobox ul li a:visited {
display:block;
width:172px;
border-bottom:1px solid #202020;
text-decoration:none;
padding:3px 5px;
outline:none;
}

.teaser_infobox ul li a:hover{
background: #eee;
color:#ff0000;
}


.teaser_infobox ul li a span{
display:block;
font-size:10px;
color:#999;
}

.teaser_infobox ul li a:hover span{
color:#ff0000;
}

#content-main .teaserbox span{
position:absolute;
width:400px;
height:210px;
background-image:url(../images/glass-trans.png);
background-repeat:no-repeat;
background-position:0 0;
top:5px;
left:5px;
z-index:10;
}

.teaserbox span a{
border:none;
text-decoration:none;
display:block;
height:210px;
width:380px;
text-indent:-9999px;
z-index:0;
outline:none;
}

.teaser_excerpt{
display:none;
z-index:5;
position:absolute;
bottom:0px;
left:0;
background-image:url(../images/glass2.png);
background-repeat:no-repeat;
background-position:0 0;
padding:0;
color:#202020;
width:400px;
}

.teaser_excerpt strong{
display:block;
}

.teaser_excerpt div{
padding:13px 15px 6px;
width:370px;
position:relative
}

.teaser_excerpt p{
padding:2px 0 0 0;
color:#202020;
}

/*Tabs*/
#block1 .gallery, #block2 .gallery, .gallery_block{
width:295px; /*change if sidebarwidth changes*/
padding:0px;
margin-bottom:10px;
position:relative;
}
#content-sidebar ul, #content-sidebar ol  {
list-style-position:outside;
list-style-type:none;
position:relative;
}
.gallery{
clear:both;
}
.gallery_block{
float:left;
}
.gallery_block .gallery{
width:218px;
float:left;
overflow:hidden;
position:relative;
padding:5px;
border:#202020 6px solid;
}
.gallery a, .gallery a:visited{
color:#0183de;
padding:2px 2px;
display:block;
text-decoration:none;
border-bottom:1px solid #202020;
width:210px; /*change if sidebarwidth changes*/
}

.gallery a:hover{
color:#666;
text-indent:0;
}
.gallery li:hover a {
color:#666;
text-indent:0;
}

.gallery h3{
padding:0px 5px 4px 5px;
}

.gallery div{
padding:5px;
}

#content-sidebar .advanced_link{
text-decoration:none;
color:#fff;
padding:5px 7px;
line-height:20px;
display:block;
float:left;
background:#18a556;
margin:0px 1px 0px 0;
outline:none;
text-transform:uppercase;
}

#content-sidebar .advanced_link:hover, #content-sidebar .active{
background:#202020;
color:#fff;
}

.tablist{
clear:both;
overflow:hidden;
}

#content-sidebar .gallery_block h3{
position:relative;
top:6px;}

.gallery ul{
position:relative;
}

/** News Article **/

.featured_container {

padding-bottom:40px;

}

.featured_container a{

text-decoration:none;

}

.featured_container a:hover{

text-decoration:underline;

}

.featured_container p.dd{

padding-bottom:5px;
border-bottom:1px #202020 solid;
margin-bottom:10px;
font-size:11px;

}

.featured_container a.read_more{

display:block;
height:28px;
width:98px;
background:url(../images/read_more_btn.gif) 0px 0px no-repeat;

}

.featured_container a.read_more span{

display:none;

}

.featured_container a.read_more:hover{

background-position:0px -28px;

}

/** News Article Info Box **/

#news_header{
padding:11px;
border:6px solid #18a556;
background-image:url(../images/trans_bg.png);
background-attachment:fixed;
margin-bottom:10px;
position:relative;
padding:0px;
}

#news_header img{
border:0px;
padding:0px;
margin:0px;
}

#content-main .news_image_box{
background-color:#fff;
border-right:6px solid #18a556;
float:left;
height:210px;
overflow:hidden;
width:400px;
position:relative;
}

.news_image_box img{
height:210px;
width:400px;
overflow:hidden;
position:absolute;
border:none;
}

#content-main .post_infobox{
background-color:#fff;
width:180px;
height: 210px;
float:left;
border-left:none;
position:relative;

}

#content-main .postwrap{
position:absolute;
top:37px;
width:172px;
height:151px;
padding:5px;
overflow:hidden;

}


#content-main .postwrap p{

}

.post_infobox strong{
	height:38px;
	width:182px;
	display:block;
	color: #fff;
	margin:0px;
	padding:0px;
	margin-bottom: 5px;
	background:url(../images/stripe_bg.gif) 0 0 repeat-x;
	line-height:38px;
	border:0;
	font-size:16px;
	text-indent:5px;
}

.post_infobox p a, .post_infobox p a:visited {
display:block;
width:182px;
border-bottom:1px solid #202020;
text-decoration:none;
padding:3px 5px;
outline:none;
}

.post_infobox p a:hover{
background: #eee;
color:#ff0000;
}


.post_infobox p a span{
display:block;
font-size:10px;
color:#999;
}

.post_infobox p a:hover span{
color:#ff0000;
}

#content-main .news_image_box span{
position:absolute;
width:400px;
height:210px;
background-image:url(../images/glass-trans.png);
background-repeat:no-repeat;
background-position:0 0;
top:5px;
left:5px;
z-index:10;
}

.news_image_box span a{
border:none;
text-decoration:none;
display:block;
height:210px;
width:380px;
text-indent:-9999px;
z-index:0;
outline:none;
}

/** Tooltips **/


.wrap_tooltip{
position:absolute;
left:-2000px;
background-color:#138baf;
padding:3px;
border:1px solid #047a9e;
z-index:8000;
top:0;
}

.tooltip{
left:-2000px;
top:0;
position:absolute;
z-index:9000;
margin:13px 0 0 13px;
}

.tooltip img{
margin:0;
padding:0;
border:1px solid #fff;
} 

.tooltip2{
position:absolute;
z-index:200;
border:1px solid #de162a;
background-color:#fff;
padding:5px;
color:#37282b;
left:-9999px;
top:0px;
}

/** Member Links **/

.memberlink_container{

float:left;
margin-left:6px;
margin-bottom:6px;

}