@charset "utf-8";
/* CSS Document */

/* Global Styling */
*
{
	margin: 0;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

body
{
	font-family: Arial,sans-serif,Helvetica,Arial;
	color: #FFFFFF;
	font-size: 17px;
	background-color: #00522A;
	background-repeat: repeat-x;
}

a
{
text-decoration: none;
color: #FFFFFF;
}

a:hover
{
color:#FFFF00;
text-decoration: underline;
}

h2
{
font-size: 20px;
font-weight: bold;
}

h3
{
font-size: 16px;
font-weight: bold;
margin:8px 0 0 4px;
}

.heading-2
{
font-variant: small-caps;
font-size: 16px;
border-bottom: #FFFFFF solid 2px;
padding-bottom: 2px;
}

.heading-3
{
   font-family: arial,Verdana, Geneva, sans-serif;
   text-align: center;
   font-weight: bold;
   font-size: 24px;
   padding-bottom: 2px;
   position: relative;
}

.content-list
{
margin: 10px 0 0 24px;
}

#wrapper
{
width: 980px;
padding: 4px;
margin: 0 auto;
}

/* Header Styling */
#header
{
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#logo
{
	width: 210px;
	height: 65px;
	float: left;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

/* Navigation Menu Styling */
#navigation
{
	float: center;
	width: 1000px;
	font-size: 13px;
	z-index:99;
	margin:0px;
	/*background-image:url(images/menu_bg.png);*/
background:transparent url(images/menu_bg.png) no-repeat;
	height:0px;
}

#menu
{
	display:inline;
	float: left; /* change to center*/
	margin-left:20px;
	margin-right: 30px;
	height: 25px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;

}

#menu li
{
/*
padding: 4px 0 2px 20px;
margin:0 5px 0 0;
display:inline;
float:left;
text-transform:capitalize;*/
	display:inline;
	list-style:none;
	text-transform:capitalize;
	
}

#menu a
{
	display:block;
	color:#fff;
	height:20px;
	line-height:17px;
	text-decoration:none;
	font-size:20px;
	float:left;
	z-index:1;
	font-family:arial,Verdana, Geneva, sans-serif;
	font-weight:bold;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
/* original 
text-decoration: none;
color: #FFFFFF;
padding-bottom: 2px;
*/
}

#menu a:hover
{
color: #FFFF00;
border-bottom: #FFFF00 solid 2px !important;
}

.content
{
clear: both;
position: relative;
top: 20px;
padding: 10px;
overflow: hidden;
}

#landing-heading
{
font-weight: bold;
text-transform:uppercase;
font-size: 16px;
height: 30px;
margin:10px 0;
}

/* Work Showcase Container Styling */
.panel
{
position: relative;
top: 2px;
overflow: hidden;
}

.showcase
{
margin-top: 10px;
}

.showcase-img
{
margin: 10px;
margin-top: 20px;
width: 370px;
float: left;
clear: both;
}

.showcase-img img
{
border: #FFFFFF solid 5px;
}

.showcase-content
{
margin-top: 20px;
padding-right: 20px;
}

.links
{
margin-top: 10px;
}
/*
.separator
{
background: url(../images/separator.gif) center bottom no-repeat;
height: 44px;
margin-top: 20px;
}
*/
.separator2
{
background: url(../images/separator2.png) center bottom no-repeat;
height: 1px;
margin-top: 40px;
}
.to-top-img
{
	display:block;
	color:#FFFF00;
	height:20px;
	line-height:17px;
	text-decoration:none;
	font-size:15px;
	float:right;
	z-index:1;
	font-family:arial,Verdana, Geneva, sans-serif;
	font-weight:bold;
	background: url(../images/arrow.png) right no-repeat;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 19px;
	/* original
display:block;
color: #FFFF00;
font-size:15px;
float: right;
background: url(../images/arrow.png) right no-repeat;
padding-right: 26px;*/
}

.to-top-img:hover
{
text-decoration: none;
margin-bottom: 10px;
}

/* Contact Form Styling */
#contact-form
{
width: 600px;
float: left;
}

#contact-details
{
width: 300px;
float: right;
margin-top: -20px;
}

form
{
width: 600px;
}

label{
float: left;
width: 120px;
font-weight: bold;
color: #ffffff;
}

input[type=text], textarea{
width: 200px;
margin-bottom: 8px;
border: 1px solid #d77b7e;
background-color: #FFFFFF;
height: 20px;
padding-top: 4px;
font-family: "Lucida Sans Unicode", Tahoma, sans-serif;
font-size: 14px;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton
{
text-align: center;
background: url(../images/submit-btn.png) no-repeat center;
border: none;
color: #523232;
margin-top: 4px;
padding-top: 0px;
margin-left: 300px;
width: 82px;
height: 29px;
cursor: pointer;
}


/* Footer Styling */
#footer
{
margin: 10px 0;
}

#footer p
{
   float: none;
   text-align: center;
}
#footer a
{
float: none;
text-align: center;
}
#slider-wrapper {
    height: 400px;
	background: transparent;
	width: 960px;
}
#slider {
    background: url("../images/loading.gif") no-repeat scroll 50% 50% transparent;
    height: 400px;
    position: relative;
    width: 960px;
}
#slider img {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
}
#slider a {
    border: 0 none;
    display: block;
}

.nivoSlider {
    position: relative;
}
.nivoSlider img {
    left: 0;
    position: absolute;
    top: 0;
}
.nivoSlider a.nivo-imageLink {
    border: 0 none;
    display: none;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 6;
}
.nivo-slice {
    display: block;
    height: 100%;
    position: absolute;
    z-index: 5;
}
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
}
.nivo-caption {
    background: none repeat scroll 0 0 #000000;
    bottom: 0;
    color: #FFFFFF;
    font-family: arial;
    left: 0;
    opacity: 0.8;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
    z-index: 8;
}
.nivo-caption p {
    margin: 0;
    padding: 5px;
}
.nivo-caption a {
    color: red;
    display: inline !important;
    text-decoration: none;
}
.nivo-caption a:hover {
    color: blue;
    text-decoration: underline;
}
.nivo-html-caption {
    display: none;
}
.nivo-directionNav a {
    background: url("../images/arrows.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 30px;
    position: relative;
    text-indent: -9999px;
    top: 45%;
    width: 30px;
    z-index: 9;
}
a.nivo-prevNav {
    left: 15px;
}
a.nivo-nextNav {
    background-position: -30px 50%;
    right: 30px;
}
.nivo-controlNav {
    bottom: -30px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
}
.nivo-controlNav a {
    background: url("../images/bullets.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: left;
    height: 22px;
    margin-top: 350px;
    position: relative;
    text-indent: -9999px;
    width: 22px;
    z-index: 9;
}
.nivo-controlNav a.active {
    background-position: 0 -22px;
}

#testdiv {width:600px; margin:0px auto; border:1px solid #ccc; padding:20px 25px 12px; background:#fff}

.tbox {position:absolute; display:none; padding:14px 17px; z-index:900}
.tinner {padding:15px; -moz-border-radius:5px; border-radius:5px; background:#fff url(images/preload.gif) no-repeat 50% 50%; border-right:1px solid #333; border-bottom:1px solid #333}
.tmask {position:absolute; display:none; top:0px; left:0px; height:100%; width:100%; background:#000; z-index:800}
.tclose {position:absolute; top:0px; right:0px; width:30px; height:30px; cursor:pointer; background:url(images/close.png) no-repeat}
.tclose:hover {background-position:0 -30px}
