/* Global/Top level Tags */
* {margin:0;padding:0}
body {
  color: #464646;
  margin: 0px;
  padding: 0px;
	font-family: Georgia, serif;
  font-size: 14px;
  background-image: url('graphics/body_bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
  background-attachment: fixed;
  background-color: #2C4734;
	text-align: center;
	position: relative;
}
img {
  border: 0px;
}

img.imgright{
	float:right;
	margin-left:15px;
}

img.imgleft{
	float:left;
	margin-right:15px;
}

img.imgcenter {
  margin: 10px auto;
}

a, a:link, a:visited {
  text-decoration: underline;
	color:#8bb726;
}
a:hover, a:focus, a:active {
  text-decoration: none;
	color:#8bb726;
}
div#thead {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 15px;
  width: 100%;
  background-color: #000000;
  color: #FFFFFF;
  z-index: 100;
}
div#page {
	position: relative;
  top: 15px;
	width: 990px;
	text-align: left;
	margin: 0px auto;
}
div#spage {
	position: relative;
}

/* Header/Main Navigation */
div#logo {
	position: absolute;
	top: 17px;
	left: 10px;
}
div#myleaf {
  position: absolute;
  top: -13px;
  right: -170px;
  z-index: 10;
}

div#topnav {
	position: absolute;
  background-image: url('graphics/FFFFFF_030.png');
	top: -20px;
	right: 0px;
	height: 100px;
	overflow: hidden;
  z-index: 20;
}
div#topnav ul {
  margin-top: 25px;
  padding: 20px 30px;
  list-style: none;
}
div#topnav li {
  float:left;
  margin:0 4px;
  padding:0 6px;
}
div#topnav a {
  float:left;
  display:block;
  padding:4px 5px;
  font-weight: normal;
  font-size: 15px;
  text-decoration:none;
  color: #000000;
}
div#topnav li.current, div#topnav li.current a {
  background-color: #D79020;
  color: #FFFFFF;
}
div#topnav li:hover, div#topnav li:hover a {
  background-color: #D79020;
  color: #000000;
}

/* Content area */
div#content {
  position: relative;
	top: 140px;
  left: 20px;
	width: 940px;
  padding: 15px;
  background-image: url('graphics/000000_050.png');
}
div#content p {
	padding: 10px 0px;
	line-height: 180%;
}
div#content h1 {
	font-size: 50px;
	line-height:100%;
	font-weight: normal;
	color: #2f2921;
}

div#content h2 {
	font-size: 24px;
	font-weight: normal;
	color: #719792;
	padding: 15px 0px 5px 0px;
}

/* Specifically for the About page */
.about h3 {
    margin: 16px 0 12px 0;
}
/* Extra padding to help with widows  */
.copy p {
  margin-right: 20px;
}
.about ul {
  margin-bottom: 36px;
}

.services.copy h1 {
  margin-bottom: 24px;
} 

.callout {
  margin: 24px 0 24px 0;
}

#custom-app-samples {
  margin: 24px 0 36px 0;
}

div#content ul {
	line-height:150%;
	margin-left:40px;
}
div#content ul li {
	padding: 0px 0px;
}

/* Below Content area */
div#bcontent {
  position: relative;
	top: 140px;
  left: 20px;
	width: 970px;
  margin: 25px 0px;
}
div#bcontent p {
	padding: 10px 0px;
  	font-size: 15px;
  	color: #FFFFFF;
	line-height: 140%;
}
div#bcontent h3 {
	font-weight: normal;
  font-size: 25px;
  color: #FFFFFF;
}

div#bcontent  a, div#bcontent a:link, div#bcontent a:visited {
	color: #d9ef45;
	text-decoration: underline;
	padding:0px;
}

div#bcontent  a:focus, div#bcontent a:hover, div#bcontent a:active {
	color: #ffffff;
	text-decoration: none;
	padding:0px;
}

/* Footer and below */
div#footer {
  position: relative;
	top: 150px;
  margin-top: 35px;
	font-size: 13px;
	color: #b0b0b0;
  height: 225px;
  line-height:200%;
  border-top: 1px solid #000000;
  border-bottom: 15px solid #000000;
  background-image: url('graphics/000000_050.png');
  text-align: center;
}
div#footer a, div#footer a:link, div#footer a:visited {
  text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;
	margin-right:20px;
}
div#footer a:hover, div#footer a:focus, div#footer a:active, div#footer li.current a {
  color:#8FBB29;
}
div#footercontent {
  position: relative;
  margin: 0px auto;
  text-align: left;
  width: 990px;
}
div#fnav {
  position: absolute;
  top: 120px;
  left: 20px;
}
div#flinks {
  position: relative;
}
div#flinks ul {
  list-style: none;
}
div#flinks li {
  float:left;
}
div#floginbox {
  position: absolute;
  top: 20px;
  right: 0px;
  height: 150px;
  width: 274px;
  background-image: url('graphics/d9ef45_030.png');
  text-align: center;
}
div#floginbox h2 {
  color: #A8D8EF;
  font-size: 15px;
  text-align: left;
font-weight:normal;
  margin: 15px 0px 0px 35px;
}
div#floginbox input {
  color: #A5A7A8;
  margin: 5px;
  width: 200px;
}
div#floginbox input[type=submit] {
  border: 0;
  width: auto;
  background-color: #c08a28;
  color: #FFFFFF;
  padding:4px 10px;
  font-weight: normal;
  font-size: 14px;
}
div.finfobox {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 3px 35px;
  background-color: #94B630;
  font-size: 14px;
  color: #121D19;
}
div#footer .finfobox a, div#footer .finfobox a:link, div#footer .finfobox a:visited {
	color: #FFF;
  font-weight: bold;
	text-decoration: none;
	padding:0px;
}
div#footer .finfobox a:hover, div#footer .finfobox a:focus, div#footer .finfobox a:active {
  text-decoration: underline;
	color: #ffffff;
}

div.slide {
	position:relative;
	height:365px;
}
div.slide h3{
	position:absolute;
  width: 100%;
	top:125px;
	left:-15px;
	text-align:center;
	font-size:33px;
	color:#d9ef45;
	font-style:normal;
	font-weight:normal;
	line-height:150%;
}

/* Contact Form Styles */

.hidden {
  display: none;
}

/* Ask Bill about this before you change it  */
.alt_phone {
  display: none;
}
#contactForm label { 
  display: inline-block; 
  font-weight: normal; 
  color: #21330D;
}
#contactForm legend { 
  font-weight: bold; 
  margin: 10px 0; 
  padding: 0.5em; 
  width: 470px; 
  background-color: #558086; 
  color: #ffffff; 
  -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; 
  text-align: left;
}
#contactForm fieldset{ 
  margin: 0 0 10px 0;
  /*padding: 12px;*/
  /*background-color: #EFFDD4;*/
  border: solid 1px #ffffff; 
  -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; 
  width: 527px;
  text-align: left;
}
#contactForm fieldset fieldset label { display: block; }
#contactForm label.error {
  color: #CB4A19;
  margin-left: 10px;
  width: auto;
  display: inline;
}
#contactForm {
  background-color: #fff;
  font-size: 14px;
  /*margin: 24px 0 0 0;*/
  /*padding: 12px;*/
  width: 500px;
}
#contactForm .ui-dialog {
  padding: 12px;
  border: solid 15px #21330D;
  -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px;
}
#contactForm .ui-widget-overlay { background: #1B2B0B url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; /*opacity: .60;filter:Alpha(Opacity=60);*/ }
#contactForm ul{
  list-style:none;
  margin: 12px 0 12px 36px;
  padding: 0;
}
#contactForm li {
  margin: 12px 0;
}
#contactForm #submit_box p {
  margin: 40px 24px 12px 0;
  text-align: center;
}

#content, #topnav, #topnav li, #floginbox, input[type=submit], input[type=reset], .finfobox {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* Home Page Update - replacing the scary table */

.column {
  float: left;
}

.home-bottom {
  overflow: auto;
}

.home-bottom .column {
  width: 300px;
  margin: 0 0 0 15px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

/* Team Sidebar */

.team-sidebar {
 margin: 0;
 width: 250px;
}

#content .team-sidebar ul {
  display: block;
  list-style: none;
  width: 240px;
  overflow: auto;
  margin: 0;
  padding: 0;
}

.team-sidebar li {
  float: left;
  width: 100px;
  margin: 0 12px 12px 0;
  padding: 0;
}

.team-sidebar li a {
  text-decoration: none;
  width: 100px;
  height: 100px;
  display: block;
  position: relative;
  margin: 0;
}
.team-sidebar li a img {
  width: 100px;
  height: 100px;
  border: 1px solid rgb(153, 153, 153);
}

.team-sidebar li span {
  display: block;
  font-size: 11px;
  text-align: center;
  line-height: 1.4em;
}

.team-sidebar li a span {
  cursor: pointer;
  color: white;
  bottom: -1px;
  left: 1px;
  background: black;
  position: absolute;
  width: 100%;
  z-index: -15;
  opacity: 0; filter: alpha(opacity=0);
  font-weight: bold;
}
.team-sidebar li a:hover span {
  opacity: .7; filter: alpha(opacity=70);
  z-index: 15;
}

.team-page h3 {
  height: 30px;
}
.team-twitter-link {
  float: right;
}

.winner {
  color: #94b630;
  font-size: 30px;

}
