/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	PixelGreen
   TEMPLATE CODE: 	S-0010
   VERSION:          1.2   
	LAST MODIFIED:    June-05-2007       	
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }
body {
	margin: 0; 	padding: 0;
	font: normal 73%/1.5em 'Trebuchet MS', Tahoma, sans-serif;
	color: #555;
	text-align: center;		
}

/* links */
a { background: inherit; color: #69B280; text-decoration: none; }
a:hover { background: inherit; color: #2eecff; text-decoration: underline; }

/* headers */
h1, h2, h3 { font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; }
h1 { font-size: 2.2em; color: #65944A; }
h2 { font-size: 1.2em; text-transform: uppercase; }
h3 { font-size: 1.4em; }

/* images */
img {
	border: 1px solid #DADADA;
	padding: 5px;
	background: #FAFAFA;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 3px solid #72A545;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px; 	padding: 0 0 0 20px;  	
  	background-color: #FAFAFA; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #72A545;  
	font: bold 1.2em/1.5em "Trebuchet MS", Tahoma, sans-serif; 
	color: #666666;	
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px 15px;	
}
th strong {
	color: #fff;
}
th {
	background: #74A846;
	height: 29px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
th.center {
	background: #74A846;
	height: 29px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: center;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	/* border-left: 1px solid #FFE1C3; */
        height: 100%;
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}
td.first,th.first {
	border-left: 0px;
}
tr.total{
  font-weight: bolder;
  font-size: 19px;
  background:   #CCFF99;
}
td.last {
  font-weight: bolder;
  font-size: 18px;
  background:   #F0F8FF;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */
.wrap{
  -moz-box-shadow: darkgray 10px 5px 5px, -10px 5px 5px darkgray;
  -webkit-box-shadow: darkgray 10px 5px 5px, -10px 5px 5px darkgray;
   box-shadow: darkgray 10px 5px 5px, -10px 5px 5px darkgray;
   width:955px;
	background: #fff;
	margin:0 auto;
	padding: 0;
   text-align: left;
}
.outer-texture{
   width:100%;
	height: 100%;
	position: relative;
	background: #fff;
}
.linkstable{
  background: #EEEEEE;
    border:2px solid #CCCCCC;

}
.linkstable td{
	padding-left: 11px;
	padding-right: 11px;
	/* border-left: 1px solid #FFE1C3; */
        height: 100%;
	border-left: none;
	border-bottom: none;
}
.linkstable tr{
}
/* form elements */
form {
	margin:10px 15px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	background: #FFF url(images/gradientbg.jpg) repeat-x; 
	padding: 2px 3px; 
	color: #333;	
	border: 1px solid #DADADA;	
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	margin: 0; padding: 0;	
}
.searchform p { margin: 10px; padding: 0; }
.searchform input.textbox { 
	width: 130px;
	color: #333; 
	height: 20px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	color: #333;	
	width: 60px;
	height: 26px;
	border: 1px solid #DADADA;
	padding: 3px 5px;	
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/

#header-content, #content, #footer-content {
	width: 760px;
}

/* header */
#header {
	background: #FFF url(images/bg.jpg) repeat-x; 
	height: 120px;
	text-align: left;	
	margin-top: 20px;
}
#header-content {	
	margin: 10px 0px 0px 0px; 
   padding: 0px;
	position: absolute;
   width: 100%;
}
#header-content h1#logo {
	font: bold 49px 'Trebuchet MS', Sans-serif;
	letter-spacing: -2px; 
	color: #e5e8ee;
	width: 100%;	
	margin-top: 20px;
	margin-left: 15px;
}
#header-content h1#logo a {
	text-decoration: none;
   left: 0px;
/*	color: #e5e8ee;*/
   color: #FFF;
}
#header img{
   position: relative;
	padding: 10px 20px;
	border: none;
	background: none;
	float: right;
}
#header-content #slogan {
	position: absolute;	
	font: bolder 24px Verdana;
	word-spacing: 4px;
	font-style: normal;
	text-transform: none;
	color: white;	
	left: 735px;
	line-height: 34px;
	text-align:center;
	top: -6px;
}
#vr{
   background-color: #FFF;
	border: 2px solid;
	margin-left: 23px;
	display: inline;
	height: 130px;
}
#header-content #slogan hr{
	border 1px #2eecff solid;
	background-color: #2eecff;
	color: #2eecff;
	height: 1px;
}
#und{
  position: absolute;
  top: 77px;
  left:10px;
  float: left;
}
/* header menu */
#header-content ul {
	position: absolute;
	list-style-image: none;
	list-style-position: outside;
	top: 56px;
	font: bolder 1.3em 'Trebuchet MS', sans-serif;
	color: #FFF;
	list-style-type: none;
   width: 100%;
}
#header-content li {
	display: inline;
}
#header-content li a:hover {
	/*background: #65944A;*/
	color: #00FF33;
}
#header_links{
   background: #fefefe;
   padding: 10px 15px 10px 0px; 
	display: block;
	list-style: none;
}
#header_links li{
   display: inline;
	font-size: 15px;
	padding: 10px 15px 10px 15px;
}
#header_links li a{
   color: #52605c;
	font-size: 17px;
	font-family: 'Verdana';
	font-weight: bolder;
}
#header_links li a:hover{
	color: #3052B3;
	color: #2eecff;
	text-decoration: none;
}
#header_links li#current{
  background: #69B280; 
}
#header_links li#current a{ color: #FFF; } 
#header_links li#current a:hover{ color: #2eecff; text-decoration: none;}

/* header photo */
.rightpane{
  float: right;
  position: absolute;
  top: 100px;
  text-align: center;
  left: 1015px;
  width: auto;
}
.headerphoto {
	width: 100%;
	padding-top: 10px; 
	padding-bottom: 10px; 
	background: #fff;	
	text-align: center;
	margin-left: 37px;
	overflow: hidden;
	display:inline;
}
.headerphoto img {
   border: 6px solid #69b280;
	background: #f3f3f3;
	background: #fff;
	padding: 9px;
   vertical-align: middle;
	margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 15px;
  -moz-box-shadow: darkgray 10px 5px 5px;
  -webkit-box-shadow: darkgray 10px 5px 5px;
   box-shadow: darkgray 10px 5px 5px;

}
#header_logo {
  position: relative;
  top: 20px;
  left: 10px;
  float: left;
}
#header_logo img{
   border: none;
	background: none;
}
/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
}
#content-wrap p {
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  background: #EFEFEF;
  padding: 10px 10px 10px 10px;
  -moz-border-radius: 15px; -webkit-border-radius: 15px;
  border:2px solid #CCCCCC
}
#link_img{
   background: none;
	border: none;
	padding: none;
	margin-bottom: none;
	margin-top: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
   box-shadow: darkgray none;
}
#content-wrap ul {
  margin-left: 60px; 
}
#content-wrap li {
  padding: 10px 0px 10px 35px;
  font-size: 16px;
  width: 80%;
  font-weight: bold;
  vertical-align: middle;
}
#content {
  text-align: left;	
  padding: 0;
  margin: 0 0 0 250px; 
  float: none;
}

.about-images{
  top: 19px;
  text-align: center; 
  width: 95%;
  margin-left: 14px;
  margin-top: 12px;
}
#links a{
  color: #333333;
  font-size: 1.1em; 
  margin-left: 30px;
/*  text-decoration: underline; */
}
#links img{
  margin-left: 14px;
}
#links h2{
  padding: 0px 0px 0px 2px;
  color: #65944A;
  text-transform: none;
  font-weight: bold;
  font-size: 1.4em;
}
/* main */
#main {
	float: left;
	width: 68%;	
	margin: 0 0 10px 0; padding: 0;	
}
#main h1 {
	padding: 10px 0px 0px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #f2f2f2; 	
	font: normal 1.5em 'Trebuchet MS', Tahoma, Sans-serif;
}
#services {
   margin-left: 47px;
	line-height: 35px;
	font-weight: bold;
	font-size: 19px;
	font-family: 'Verdana';
}
#services li{
   list-style-image: url('images/bullet.gif')
}
/* footer */
#bottom-menu-outer{
  word-spacing: 35px;
  position: relative;
  font-size: 18px;
  font-family: 'Verdana';
  display: table;
  vertical-align: middle;
  float: left;
  background: #3052b3;
  height: 45px;
  width: 100%;
}
#bottom-menu-outer[id] {display: table; position: static;}
#bottom-menu-middle{
  text-align: center;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
#bottom-menu-middle[id] {display: table-cell; vertical-align: middle; position: static;}
#bottom-menu-inner{
}
#bottom-menu-outer a {
   color: #FFF;
}
#bottom-menu-outer a:hover {
  color: #b6dcff; text-decoration: none;

}
#bottom_logo {
  width: 100%;
  display: inline-block;
  height: 50px;
  text-align: center;
}
#bottom_logo img {
	border: none;
	background: #fff;
}
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }
.lightgray  { 
	width: 62%; 
	top: 15px;
	margin-left: 308px; 
	text-align: left;
/*	padding: 8px 8px 12px 12px; -moz-border-radius: 15px; -webkit-border-radius: 15px;border:2px solid #36A23E;
  -moz-box-shadow: darkgray 10px 5px 5px;
  -webkit-box-shadow: darkgray 10px 5px 5px;
   box-shadow: darkgray 10px 5px 5px; */
}
.lightgray p{
	font-size: 18px;
	font-family: 'Helvetica';
	line-height: 1.55em;
	margin-top: 5px;
	margin-bottom: 15px;

}
.lightgray strong{
	font-size: 22px;
	color: #3052B3;
}
.contact_info{
	height: 150px;
	width: 60%;
	margin-left: 315px;
	text-align: center;
}
#phone{ 
	background: #FFF; 
	float: left;
	width: 245px;
	padding: 8px 8px 4px 12px; 
	-moz-border-radius: 15px; -webkit-border-radius: 15px;
	border:1px solid  #69B280;
  -moz-box-shadow: darkgray 10px 5px 5px;
  -webkit-box-shadow: darkgray 10px 5px 5px;
   box-shadow: darkgray 10px 5px 5px;
}
#address{ 
	width: 245px;
	float: right;
	background: #FFF; 
	padding: 8px 8px 4px 12px; -moz-border-radius: 15px; -webkit-border-radius: 15px;
	border:1px solid #69B280;
  -moz-box-shadow: darkgray 10px 5px 5px;
  -webkit-box-shadow: darkgray 10px 5px 5px;
   box-shadow: darkgray 10px 5px 5px;
}
#phone p{
	font-size: 22px;
	font-family: 'Verdana';
	font-weight: bold;
	line-height: 1.55em;

}
#address p{
	font-size: 22px;
	font-family: 'Verdana';
	font-weight: bold;
	line-height: 1.55em;

}
.lightblue  { color: #FFF; margin-top: 80px;}
.highlightblue { color: #c5f2ff; }



