charset "UTF-8";
body {
	background-color: #92CD64;
	word-wrap: break-word;
	font-size: 74%;
}
a:link {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	font-weight: bold;
	font-size: 0.9em;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #89BF22;
}
a:active {
	text-decoration: none;
}
.clear {
	clear: both;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 1.2em;
	color: #000000;
	background-image: url(images/h1.png);
	text-indent: 20px;
	background-repeat: no-repeat;
	text-align: center;
	margin-top: -25px;
	margin-bottom: 20px;
	
}
h2 {
	font-size: 1.1em;
	color: #000000;
	text-align: center;
}
h3 {
	font-size: 1em;
	color: #000000;
}
/************************
*** Thumbnail viewer ***/

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	visibility: hidden;
	z-index: 10;
	cursor: pointer;
	background-color: #7A9805;
	border: 1px solid #FFF;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	background-color: white;
	border: 1px solid #A9D352;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
/*****************************
*** Thumbnail viewer ends ***/
.wrapper {
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #000;
	font-size: 0.75em;
	text-indent: 5px;
	border: 1px solid #82B74C;
	background-image: url(images/background.png);
	margin: 0px;
	min-width: 950px;
	width: 99%;
	text-align: justify;
	position: relative;
	background-color: #F7FBF4;
}

.wrapper p {
	text-decoration: none;
	margin-right: 15px;
	margin-left: 15px;
}
.wrapper .header {
	width: 100%;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}
.wrapper .header #logo {
}
/************************************************
*	Navbar      								*
************************************************/

.wrapper #navbar {
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.wrapper #navbarleft {
	width: 100%;
	min-width: 1100px;
	float: right;
	margin: 0px;
	padding: 0px;
}
.wrapper #nav {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style: none;
}
.wrapper #nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.wrapper #nav a {
	color: #FFF;
	display: block;
	font-size: 0.9em;
	font-weight: normal;
	background-color: #86B820;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	width: 110px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #FFF;
	text-decoration: none;
	background-image: url(images/buttons-hover.png);
	background-repeat: repeat-x;
	margin-right: 10px;
}
.wrapper #nav a:hover {
	display: block;
	text-decoration: none;
	padding: 5px;
	background-color: #9BCC3A;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #374402;
	background-image: url(images/buttons.png);
	background-repeat: repeat-x;
}
.wrapper #nav li {
	float: left;
	margin: 0px;
	padding: 0px;
}
.wrapper #nav li li {
	float: left;
	padding: 0px;
	width: 140px;
	margin-bottom: 1px;
}
.wrapper #nav li li a, #nav li li a:link, #nav li li a:visited {
	width: 140px;
	float: none;
	margin: 0px;
	padding: 5px;
	color: #FFF;
	text-decoration: none;
}
.wrapper #nav li li a:hover, #nav li li a:active {
	display: block;
	text-decoration: none;
	padding: 5px;
	background-color: #9BCC3A;
	width: 140px;
	margin-left: 0px;
}
.wrapper #nav li ul {
	position: absolute;
	width: 140px;
	left: -999em;
}
.wrapper #nav li:hover ul {
	left: auto;
	display: block;
}
.wrapper #nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
/************************************************
*	Navbar 		Ends							*
************************************************/

.wrapper .content {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #E9F3E0;
	width: 55%;
	margin-left: 15px;
	margin-top: 15px;
	text-indent: 5px;
	list-style-image: url(images/bullet-content.png);
	list-style-position: inside;
	float: left;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 8px;
	font-size: 0.9em;
	position: relative;
}
.wrapper .content img {

}
.wrapper   .content .portfolio  {
	margin-top: 20px;
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 8px;
	padding-left: 2px;
	margin-bottom: 5px;
	border: 1px solid #7A9805;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #E8F3DE;
	text-align: left;
	text-indent: 0px;
}
.wrapper  .content  .portfolio  img {
	border: 1px solid #FFFFFF;
}
.wrapper   .content .packets  {
	margin-top: 20px;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	margin-bottom: 5px;
	border: 1px solid #7A9805;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #E8F3DE;
	text-align: left;
	text-indent: 0px;
	list-style-position: outside;
	list-style-image: url(images/checkmark.png);
	height: 275px;
}
.wrapper .content .packets img {
}
.wrapper   .content .promo  {
	margin-top: 20px;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	margin-bottom: 5px;
	border: 1px solid #7A9805;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #E8F3DE;
	text-align: left;
	text-indent: 0px;
	list-style-position: outside;
	list-style-image: url(images/checkmark.png);
	height: auto;
}
.wrapper .content form {
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 10px;
	margin-left: 20px;
	background-color: #AAD356;
	border: 1px solid #7A9805;
	float: right;
	display: inline;
}
.wrapper .content input {
	margin: 5px;
	background-color: #F5FAF1;
	color: #006600;
}
.wrapper .content textarea {
	background-color: #F5FAF1;
}
.wrapper .content .contact {
	margin-top: 85px;
	text-align: left;
	text-indent: 0px;
}






.wrapper .right-part {
	float: right;
	width: 38%;
	background-color: #F1F7EB;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 2px;
	background-image: url(images/right-part.png);
	background-repeat: repeat-x;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-right: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-top: 3px;
	color: #000;
	border: 1px solid #EAF4E1;
	font-size: 0.9em;
}
.wrapper .right-part a {
	color: #FFFFFF;
	font-size: 1em;
	text-decoration: none;
}
.wrapper .right-part a:hover {
	color: #003300;
}
.wrapper .right-part #rssBox {
	background-color: #A9D352;
	width: 95%;
	border: 1px solid #7CAF14;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 4px;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 0.9em;
	color: #000000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
wrapper .glidecontent {
	text-decoration: none;
	background-color: #BAFEF5;
	position: absolute; /* Do not change this value */
	padding: 10px;
	visibility: hidden;
	width: 315px;
}
.wrapper .right-part h2 {
	font-size: 1.1em;
	color: #FFF;
	text-align: center;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.wrapper .right-part h3 {
	font-size: 1.1em;
	color: #FFF;
	text-align: center;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.wrapper .right-part .left-box {
	background-image: url(images/left-box.png);
	background-repeat: repeat-x;
	background-color: #80B218;
	color: #FFF;
	width: 40%;
	float: left;
	border: 1px solid #7A9805;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline;
	padding-bottom: 10px;
}
.wrapper .right-part .right-box {
	background-image: url(images/left-box.png);
	background-repeat: repeat-x;
	background-color: #7A9805;
	color: #FFF;
	width: 56%;
	float: right;
	border: 1px solid #80B218;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding-bottom: 4px;
	text-align: center;
	font-size: 0.9em;
}
.wrapper .right-part .right-box p {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-bottom: 5px;
}

.wrapper  .right-part   .right-box img {
	border: 0px;
	padding: 7px;
}

.wrapper .foot {
	padding-top: 25px;
	padding-bottom: 7px;
	background-color: #82B74C;
	font-size: 0.8em;
	height: 175px;
	text-indent: 3%;
	line-height: 18px;
	padding-right: 2%;
	padding-left: 2%;
}
.wrapper .foot ul {
	list-style-type: none;
}


.wrapper .foot .box1 {
	width: 29%;
	float: left;
	background-image: url(images/box1.png);
	background-repeat: repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 6px;
	background-color: #E3B54B;
	padding-top: 3%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D28422;
	border-right-color: #D28422;
	border-bottom-color: #D28422;
	border-left-color: #D28422;
	display: inline;
	margin-right: 1%;
}
.wrapper .foot .box1 .box-bottom {
	height: 10px;
	background-color: #CD821C;
}
.wrapper .foot .box2 {
	width: 29%;
	float: left;
	background-image: url(images/box2.png);
	background-repeat: repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 6px;
	background-color: #C0D0A3;
	padding-top: 3%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7B9449;
	border-right-color: #7B9449;
	border-bottom-color: #7B9449;
	border-left-color: #7B9449;
	margin-right: 1%;
}
.wrapper .foot .box2 .box-bottom {
	height: 10px;
	background-color: #7B9449;
}
.wrapper .foot .box3 {
	width: 21%;
	float: left;
	background-image: url(images/box3.png);
	background-repeat: repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 6px;
	background-color: #E3766A;
	padding-top: 3%;
	margin-right: 2%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CB372D;
	border-right-color: #CB372D;
	border-bottom-color: #CB372D;
	border-left-color: #CB372D;
}
.wrapper .foot .box3 .box-bottom {
	height: 10px;
	background-color: #CB372D;
}
.wrapper .foot .box4 {
	width: 29%;
	float: left;
	background-image: url(images/box4.png);
	background-repeat: repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 6px;
	background-color: #978CB3;
	padding-top: 3%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #544276;
	border-right-color: #544276;
	border-bottom-color: #544276;
	border-left-color: #544276;
	font-size: 0.9em;
	text-align: left;
}
.wrapper .foot .box4 .box-bottom {
	height: 10px;
	background-color: #544276;
}
.wrapper .design {
	text-align: center;
	display: block;
	clear: left;
	background-color: #A9D352;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.wrapper .design a {
	color: #000000;
	text-decoration: none;
	font-size: 0.9em;
	margin-right: 5px;
	margin-left: 5px;
}
.wrapper .design a:hover {
	color: #FFFFFF;
}
