@charset "UTF-8";

/* Global CSS Attributes */

body {
	font-family: "Gill Sans", "Trebuchet MS", Arial, sans-serif;
}
html {
	background-color: #f8f8f8;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3c3c3c;
	font-size: 18px;
	padding-bottom: 15px;
	clear: both;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
	font-size: 13px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
	font-size: 13px;
	border-bottom: solid 1px #20201E;
}
p {
	color: #727272;
	font-size: 12px;
	padding-bottom: 10px;
	line-height: 15px;
}
a {
	color: #8CC63F;
}
a:hover {
	color: #191918;
}
.wrapper {
	width: 850px;
	padding-left: 50px;
}
.clear {
	clear: both;
}
.green {
	color: #8CC63F;
}
blockquote {
	padding-top: 15px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/blockquote.gif);
	padding-left: 15px;
}
.anem {
	padding-right: 20px;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(images/anem.gif);
}
strong {

	font-weight: bold;

}
/* CSS Document */

#toolbar {
	background-image: url(images/toolbar-background.jpg);
	background-repeat: repeat-x;
	height: 55px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8dc63f;
}
#header {
	height: 376px;
	background-image: url(images/header-background.gif);
	background-repeat: repeat-x;
}
#header .wrapper {
	background-image: url(images/header-wrapper-background.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 376px;
}
#logo  {
	width: 430px;
	height: 143px;
}
#logo a {
	background-position: 0 top;
	background-repeat: no-repeat;
	background-image: url(images/logo.gif);
	text-indent: -9999px;
	display: block;
	width: 430px;
	height: 143px;
}
#navigation  {
	width: 205px;
	height: 233px;
	background-color: #20201e;
	float: left;
	text-transform: uppercase;
	font-size: 11px;
}
#navigation ul {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#navigation li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3c3c3c;
	padding-bottom: 3px;
	padding-top: 3px;
	height: 17px;
	line-height: 17px;
}
#navigation a {
	color: #8CC63F;
	text-decoration: none;
	line-height: 17px;
	height: 17px;
	display: block;
}
#navigation a:hover {
	color: #FFFFFF;
}
#navigation .home a    {
	background-image: url(images/home-icon.png);
	background-repeat: no-repeat;
	background-color: #8CC63F;
	background-position: left;
}
#navigation .home a:hover {
	background-image: url(images/home-icon.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: left;
}
#navigation .current_page_item a, #navigation .current-cat a {
	color: #1196D4;
}
#navigation .current_page_item.home a  {
	background-color: #1196D4;
}
#flash  {
	float: left;
	width: 445px;
	height: 233px;
}
#flash #flash-image {
	height: 233px;
	width: 445px;
}
#top-right-panel {
	height: 213px;
	width: 180px;
	float: left;
	padding: 10px;
}
#top-right-panel h2 {
	color: #8CC63F;
	background-image: url(images/news-icon.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
}
#top-right-panel p {
	color: #727272;
	font-size: 12px;
	padding-bottom: 15px;
}
#top-right-panel a.more {
	background-color: #8CC63F;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	text-decoration: none;
}
#top-right-panel a.more:hover  {
	background-color: #666666;
}
#content {
	background-color: #eeeeee;
	background-image: url(images/content-background.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding: 0 0 20px 0;
}
#content .wrapper {
	margin: 0px;
	padding: 0 0 0 50px;
	width: 900px;
}
#content #left {
	background-repeat: no-repeat;
	width: 205px;
	background-image: url(images/content-left-background.jpg);
	float: left;
}
#content #left .box {
	clear: both;
	margin: 10px;
	background-color: #3f3f3f;
	padding: 7px;
	color: #FFFFFF;
}
#content #left .box.quotation a {
	display: block;
	background-color: #1196D4;
	color: #FFF;
	text-decoration: none;
	padding: 3px;
}
#content #left #leftrotator {
	height: 171px;
}
#content #left .box p {
	color: #FFFFFF;
}
#content #left .box.widget h2 {
	display: none;
}
#content #left .box h2 {
	color: #1196d4;
	background-image: url(images/quotation-icon.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
}
#content  #left  input {
	width: 170px;
	color: #999999;
	font-size: 11px;
	margin-bottom: 7px;
	border: 1px solid #EEEEEE;
	height: 20px;
	line-height: 20px;
}
#content  #left  select {
	width: 170px;
	font-size: 11px;
	margin-bottom: 10px;
}
#content #left #submit {
	background-color: #1196D4;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	text-decoration: none;
	border: none;
	width: 50px;
	height: 16px;
	line-height: 16px
}
#content #middle {
	float: left;
	padding: 10px;
	width: 425px;
}
#content #middle small {
	font-size: 12px;
	color: #bebebe;
	border-bottom: 1px solid #bebebe;
	display: block;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}
#content #middle p.tags {
	float: left;
	color: #bebebe;
}
#content #middle ul {
	padding: 0  0 15px 35px;
}
#content #middle ul li {
	font-size: 12px;
	color: #727272;
	list-style: disc;
}	
#content #middle #post {
	margin-bottom: 15px;
}
#content #middle ol {
	margin-top: 10px;
	color: #727272;
	font-size: 12px;
	padding-bottom: 10px;
}
#content #middle ol .avater {
	padding-right: 10px;
	float: left;
}
#content #middle ol p {
	margin-top: 10px;
}
#content #middle .testimonial {
	margin-bottom: 10px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(images/header-wrapper-background.jpg);
	padding-top: 40px;
	text-align: center;
	background-color: black;
	color: #FFF;
	height: 90px;
	width: 130px;
	float: left;
	display: block;
	margin-right: 10px;
}
#content #middle a .testimonial h1 {
	color: #999999;
	text-decoration: none;
}
#content #middle.demonostration {
	padding: 0 ;
	margin-top: -233px;
}
#content #right {
	width: 180px;
	float: left;
	padding: 10px;
}
#content #right h2 {
	background-image: url(images/contact-icon.gif);
	background-repeat: no-repeat;
	padding-left: 27px;
}
#content #right #text-4 h2 {
	background-image: url(images/special-offer-icon.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
#content #right.padded {
	padding-left: 30px;
}
#footer {
	background-color: #f8f8f8;
	padding: 20px 0 20px 0;
}
#footer .left {
	display: block;
	width: 500px;
	float: left;
}
#footer .right {
	display: block;
	width: 300px;
	float: right;
	text-align: right;
}
#footer a {
	text-decoration: none;
	color: #656565;
}

#footer p {
	color: #b6b6b6;
}

/**** Speech Bubble Icons *****/
.spch-bub-inside {
  position: relative;
  float: right;
}
a.spch-bub-inside {
  color: #b2b2b2;
  text-decoration: none;
}
.spch-bub-inside em {
  font-style: normal;
}
.spch-bub-inside em {
  background: #b2b2b2;
  color: white;
  padding: 0 0.4em;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  position: relative;
}
.spch-bub-inside .point {
  border-left-color: #b2b2b2;
  width: 0;
  height: 0;
  position: absolute;
  top: 1.1em;
  left: 0.4em;
  display: block;
  border-left: 0.45em solid; 
  border-bottom: 0.45em solid #FFF; /* IE fix */
  border-bottom: 0.45em solid rgba(0,0,0,0); 
  overflow: hidden; /* IE fix */
}
a.spch-bub-inside:hover {
  color: #78bb25;
}
a.spch-bub-inside:hover em {
  cursor: pointer;
  background: #78bb25;
  color: white;
}
a.spch-bub-inside:hover .point {
  border-left-color: #6da722;
  border-left: 0.5em solid; 
}
