/***********************************************/
/* master.css                                  */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html {
	height: 100%;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	font-size: 13px;
}

a:link, a:visited, a:hover {
	color: #006600;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #004600;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1 {
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
	font-size: 16px;
	color: #006600;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
	background-color: #F4F4F4;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

h3{
	font-size: 16px;
	color: #A3C265;
	font-weight: bold;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

h6{
	font-size: 10px;
	color: #006600;
	padding-left: 15px;
}

ul{
 list-style-type: square;
}
p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}


label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}


				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	padding: 0px;
	width: 781px;
	border: 2px solid #FFFFFF;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 

#content{
	margin-right: 15px;
	margin-top: 5px;
}
#content2{
	margin-top: 5px;
	width: 100%;
	background-image: url(../img/clay.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100%;
	min-height: 400px;
}
#head {
	background-color: #006600;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-transform: uppercase;
}


/********************** Navigation Styles **********************************************************/
#nav {
	width: 781px;
	background-image: url(../img/bg_nav.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 24px;
}
#nav2 {
	width: 205px;
	min-height: 280px;
}
.navtop {
	background-image: url(../img/title_left.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 205px;
}
#navlist {
	display: inline;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 10px;
	padding-top: 5px;
}
#navlist li {
	display: inline;
}

.solidblockmenu{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	background-image: url(../img/blockdefault.gif);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #006600;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
	float: left;
	text-decoration: none;
	border-right: 1px solid white;
	padding-top: 6px;
	padding-right: 11px;
	padding-bottom: 6px;
	padding-left: 11px;
}

.solidblockmenu li a:visited{
	color: #006600;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
	color: #FFFFFF;
	background: transparent url(../img/blockactive.gif) center center repeat-x;
}

.subnav h1 {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: -2px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	margin: 0px;
	line-height: 32px;
}
.subnav h2 {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.subnav h2 a, .subnav h2 a:active, .subnav h2 a:visited {
	display: block;
	text-decoration: none;
	background-color: #C5EA77;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 8px;
	margin: 0px;
}


.subnav h2 a:hover{
	color: #FFFFFF;
	background-color:#006600
}
.subnav h3 {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.subnav h3 a, .subnav h3 a:active, .subnav h3 a:visited {
	display: block;
	text-decoration: none;
	background-color: #E6E6E6;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 16px;
	margin: 0px;
	color: #666666;
}


.subnav h3 a:hover{
	color: #FFFFFF;
	background-color:#666666
}

/********************** **********************************************************/

#header {
	height: 45px;
	width: 573px;
	background-image: url(../img/bg_header.jpg);
	background-repeat: no-repeat;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#logo {
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	height: 163px;
	width: 781px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#foot {
	height: 34px;
	width: 781px;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	background-color: #006600;
}
.footxt {
	font-size: 14px;
	color: #FFFFFF;
	text-align: right;
	padding-top: 16px;
	padding-right: 5px;
	font-weight: bold;
}
.title {
	color: #006600;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	padding-right: 15px;
}
.title2 {
	color: #006600;
	font-size: 22px;
	font-weight: bold;
	text-align: right;
	padding-right: 15px;
	padding-top: 10px;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
#base {
	padding: 0px;
	width: 781px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#flowright {
	float: right;
	font-size: 12px;
	color: #006600;
	margin-top: 5px;
	text-align: right;
}
/************************** Form Styles *****************************************/ 
.support {
	float: right;
	margin-left: 10px;
}
.support input, .support select, .support textarea {
	border: 0px solid #FFFFFF;
	width: 200px;
	background-color: #FFFFFF;
	margin-top: 3px;
	font-size: 12px;
	color: #006600;
	padding: 2px;
	margin-bottom: 4px;
}

.contact input, .contact select, .contact textarea {
	border: 1px solid #E1F4BB;
	width: 250px;
	background-color: #FFFFFF;
	margin-top: 3px;
	font-size: 11px;
	color: #006600;
	padding: 2px;
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
}


/************************** Box Styles *****************************************/ 
.box {
	border: 1px solid #006600;
	padding: 4px;
}
.box2 {
	border: 1px solid #999999;
	padding: 4px;
	color: #666666;
	margin: 10px;
	min-height: 200px;
	background-image: url(../img/bg_boxgrad.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
}
.box3 {
	padding: 4px;
}
.box2title {
	color: #006600;
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
}
.box2content {
	padding: 3px;
}
/************************** Breadcrumb Styles *****************************************/ 
#breadcrumb {
	font-size: 10px;
	padding: 5px 0px 5px 10px;
	background: #F5F5F5;
}
#breadcrumb a {
	color: #00BF00;
	text-decoration: none;

}
#breadcrumb a:hover {
	color: #C5EA77;
	text-decoration: none;

}
#breadcrumb a:visited {
	color: #00BF00;

}

/************************** Misc Styles *****************************************/ 

.float {
	float: right;
	margin: 10px;
	background-color: #CCCCCC;
}
.green {
	color: #026C07;
}
/* div .box p, div .box div {

	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
 	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
	color:#000000;
} */
.pricing {
	background-color: #CCED89;
	margin: 0px;
	padding: 4px;
	clear: both;
	font-size: 16px;
	color: #006600;
}
.target {
	float: left;
	margin-right: 230px;
	color: #666666;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
}
.grafbut {
	float: left;
	width: 170px;
	margin-left: 15px;
	margin-bottom: 10px;
}
