body {
	background-color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#564b47;
	padding:0px;
	margin:0px;
}


/* ----------Style Switchers-------------- */

body#home a#nav-home,
body#about a#nav-about,
body#staff a#nav-about,
body#tech-team a#nav-about,
body#services a#nav-services,
body#wm a#nav-services,
body#dd a#nav-services,
body#eb a#nav-services,
body#downloads a#nav-downloads,
body#recruitment a#nav-recruitment,
body#contact a#nav-contact{
	color:#1f6b55;
	background-image: url(../images/page/nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

body#wm #content {background-image: url(../images/page/white_content_bg.jpg);}
body#wm #left_column {background-image: url(../images/page/white_sub_nav_bg.jpg);}
body#wm h2 {color: #1f6b55;}
body#wm .news_list {list-style-image: url(../images/page/dk_green_arrow.png);}
body#wm .news_list a {color: #1f6b55; text-decoration:none;}
body#wm .news_list a:visited {color:#1f6b55;}
body#wm .news_list a:hover {color: #add732;}
body#wm .news_list a:active { color:#1f6b55;}

body#eb #content {background-image: url(../images/page/lime_green_content_bg.jpg);}
body#eb #left_column {background-image: url(../images/page/lime_green_sub_nav_bg.jpg);}
body#eb h2 {color: #1f6b55;}
body#eb .news_list {list-style-image: url(../images/page/dk_green_arrow.png);}
body#eb .news_list a {color: #1f6b55; text-decoration:none;}
body#eb .news_list a:visited {color:#1f6b55;}
body#eb .news_list a:hover {color: #FFFFFF;}
body#eb .news_list a:active { color:#1f6b55;}


a {color: #1f6b55;}
a:visited {color:#1f6b55;}
a:hover {color: #add732;}
a:active { color:#1f6b55;}

h1 {
	font-size:18px;
	font-weight: normal;
	padding: 10px 20px 10px 20px;
	margin:0px;
	color:#1f6b55;
}

h2 {
	font-size:16px;
	font-weight: bold;
	padding: 10px 20px 0px 20px;
	margin:0px;
	color:#FFFFFF;
}

h3 {
	font-size:18px;
	font-weight: normal;
	padding: 5px 20px 10px 20px;
	margin:0px;
	color:#1f6b55;
}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
width: 900px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-color: #FFFFFF;
}

/* ----------Header-------------- */
#banner {
background-color: #FFFFFF;
text-align: right;
padding: 0px;
margin: 20px 0px 10px 0px;
}
#banner img {
	padding:0px 0px;
}

#anim{}

/* -----------------nav--------------------- */

#nav_wrapper {
	text-align: justify;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	height:62px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #add732;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #add732;
	border-left-color: #add732;
	background-image: url(../images/page/nav_bg.gif);
	background-repeat: repeat-x;
}

#nav{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #bbc6c2;
	height:61px;
	}

#nav ul{
	font-size:14px;
	display: inline;
	list-style-type: none;
	border: #000000 solid 1px;  
}

#nav ul li{
	padding:20px;
	display: inline;
	list-style-type: none;
	
}

#nav_sub{
	font-size:14px;
	display: block;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-decoration: none;
	text-align:center;
	color:#add732;
	white-space: nowrap;
	font-weight: bold;
	border: #000000 solid 0px;
	text-decoration:none;
}

#nav_sub a {color: #FFFFFF;
	    text-decoration:none;}

#nav_sub a:hover {color: #426056;
		  text-decoration:none;}


#table_nav_wrapper {
	text-align: justify;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	height:62px;
	border: 0px solid #000000;
/*border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #add732;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #add732;
	border-left-color: #add732;*/
	background-image: url(../images/page/nav_bg.gif);
	background-repeat: repeat-x;
}

#table_nav{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #bbc6c2;
	height:61px;
	}

#table_nav ul{
	font-size:14px;
	display: inline;
	list-style-type: none;
	border: #000000 solid 1px;  
}

#table_nav ul li{
	padding:20px;
	display: inline;
	list-style-type: none;
	
}


/* -----------------new nav styles--------------------- */

#jsddm{
	margin: 0;
	padding: 0;
	width:100%;
}

#jsddm li{
	float: left;
	list-style: none;
	font-size: 14px;
	background-image: url(../images/page/nav_div.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#jsddm li:first-child {
	background-image: none;
}

#jsddm li:first-child:before { content: ""; }

#jsddm li a{
	display: block;
	padding: 10px;
	text-decoration: none;
	text-align:center;
	border-right: 0px solid white;
	width: 129px;
	color:#add732;
	white-space: nowrap;
	font-weight: bold;
}

#jsddm li a:hover{
	color: #426056;
	font-weight: bold;
}
		
#jsddm li ul{
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 10px 24px;
	position: absolute;
	visibility: hidden;
	border-top: 0px solid white;
}
		
#jsddm li ul li{
	padding: 0px 10px 0px 10px;
	float: none;
	display: inline;
}

#jsddm li ul li a{
	width: auto;
	display:inline;
	color: #FFFFFF;
}
			
#jsddm li ul li a:hover{
	color:#426056;
}

/* ----------Feedback Area-------------- */


.feedback{
	border: 2px solid #ADD833;
	margin: 10px 50px 10px 20px;
	background-color:#FFFFFF;
}

.feedback h3{
	font-weight:bold;
	font-size:16px;
	padding: 10px;
	color: #ADD833;
}

.feedback p{
	font-size:12px;
	line-height:16px;
	padding: 10px;
}

/* -----------------content--------------------- */
#content {
	background-color: #ffffff;
	margin-left: 280px;
	margin-right: 0px;
	background-image: url(../images/page/dk_green_content_bg.jpg);
	background-repeat: repeat-y;
	overflow:auto;
	width:620px;
}

#content li {
	list-style-image: url(../images/page/dk_green_arrow.png);
	border: 0px solid #000;
	margin: 5px;
	padding-bottom:2px;
	padding-left: 8px;
	color:#1f6b55;
	font-size: 12px;
	line-height:12px;
	}


div#content { 
/*min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px");*/ 
}

p, pre{
	padding: 5px 50px 10px 20px;
	margin:0px;
	text-align: justify;
	font-size: 14px;
	line-height: 18px;
	color:#1f6b55;
}

#service_overview{
	padding: 0 0 0 10px;
	float:left;
	width:177px;
}

#service_overview img{
	padding: 0 0 0 10px;
}

#service_overview p{
	font-size: 12px;
	padding: 5px 0 0px 10px;
}


/* --------------left nav------------- */

/*#left_column img {
	margin:20px 20px 10px 20px;
	padding-bottom:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #718880;
}*/

#left_column {
	float: left;
	width: 280px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/page/dk_green_sub_nav_bg.jpg);
	background-repeat: repeat-y;
}

#left_column li{padding: 2px;border: 0px solid #000000;}

	
/* -----------Left Nav Type Styles--------------------------- */

.news_list {
	list-style-image: url(../images/page/white_arrow.png);
	border: 0px solid #000;
	margin: 10px 20px 20px 30px;
	padding: 5px;
	color:#FFFFFF;
	font-size: 14px;
}

.news_list a {color: #FFFFFF; text-decoration:none;}
.news_list a:visited {color:#FFFFFF;}
.news_list a:hover {color: #add732;}
.news_list a:active { color:#FFFFFF;}

.news_list2 {
	border: 0px solid #000;
	margin: 10px 10px 10px 10px;
	padding: 0px;
	color:#FFFFFF;
	font-size: 12px;
}

.news_list2 a {color: #FFFFFF; text-decoration:none;}
.news_list2 a:visited {color:#FFFFFF;}
.news_list2 a:hover {color: #add732;}
.news_list2 a:active { color:#FFFFFF;}

/* -----------footer--------------------------- */
#footer {
	color:#426056;
	clear: both;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	text-align: right;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #add732;
}

#copyright{float:left}
#mg_link{float:right}


/* --------------Staff Pages------------- */

.staff{
            padding: 20px 0 10px 0;
            margin: 0 60px 0 20px;
            border-top-width: 1px;
            border-top-style: solid;
            border-top-color: #BBC6C2;        
}

.staff img{
            margin: 0 0 0 0;
            float: left;
}

.staff h3{
            margin: 0 0 0 170px;
            padding: 0;
}

.staff h4{
            color:#AADB2A;
            margin: 0 0 0 170px;
            padding: 0;
}

.staff p{
            margin: 0 0 0 170px;
            padding: 10px 0 10px 0;
}
/* --------------News Letter------------- */

.news_letter{
            padding: 20px 0 10px 0;
            margin: 0 60px 0 20px;
            border-top-width: 1px;
            border-top-style: solid;
            border-top-color: #BBC6C2;        
}

.news_letter img{
            margin: 0 0 0 0;
            float: left;
}

.news_letter h3{
            margin: 0 0 0 170px;
            padding: 0;
}

.news_letter h4{
            color:#AADB2A;
            margin: 0 0 0 170px;
            padding: 0;
}

.news_letter p{
			text-align:justify;
			margin: 0 0 0 170px;
            padding: 10px 0 10px 0;
}


#twitter{
/*	height:120px; 
	background-image: url(../images/page/twitter-bg.gif);
	background-repeat: no-repeat;
	background-position: 20px 0;*/
}

#twitter span{
	color:#ffffff;
	margin-right:40px;
}

#twitter span a{
	color:#add732;
	margin-right:40px;
}

#twitter span a:hover{
	color:#FFFFFF;
	margin-right:40px;
}

#twitter ul{
	list-style-type: none;
	border: 0px solid #FFFFFF;
	margin: 10px 29px 10px 20px;
	padding:0;
	height: 100px;
	background-image: url(../images/page/twitter-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
	
}
#twitter ul li{
	color:#FFFFFF;
	border: 0px solid #000000;
	margin: 0;
	padding:12px;

}
#twitter ul li a{
	color:#add732;
	text-decoration:underline;
}
#twitter ul li a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
#social-links{ margin:20px 29px 0 0;}

#social-links p{
	color:#FFFFFF;
	font-size:12px;
	text-align:left;
	padding:0 0 20px 20px;
	float:left;
	
}

a.twitter-link {
	display: block;
	width: 31px;
	height: 31px;
	text-decoration: none;
	background-image: url(../images/page/twitter.gif);
	margin: 3px;
	float: right;
	position: relative;
	bottom: 10px;
}

a.twitter-link:hover {background-position: 0 -31px;}

a.facebook-link {
	display: block;
	width: 31px;
	height: 31px;
	text-decoration: none;
	background-image: url(../images/page/facebook.gif);
	margin: 3px;
	float: right;
	position: relative;
	bottom: 10px;
}

a.facebook-link:hover {background-position: 0 -31px;}

a.linkedin-link {
	display: block;
	width: 31px;
	height: 31px;
	text-decoration: none;
	background-image: url(../images/page/linkedin.gif);
	margin: 3px;
	float: right;
	position: relative;
	bottom: 10px;
}

a.linkedin-link:hover {background-position: 0 -31px;}

.displace {
	position: absolute;
	top: -9999px;
}

#clear{clear:both;}
