html{
	margin: 0px;
	height: 100%;
}

a{
	color: Green;
}

a:hover{
	text-decoration: none;
	color: Black;
}

.Main_menu {
	border: 1px solid #FFFFD2;
	background-color: #FFFFD2;
	padding-left: 5px;
	line-height: 100%;
	width: 130;
	cursor: hand;
}
.Main_menu_over {
	border: 1px solid #FFFFD2;
	background-color: #FFFFD2;
	padding-left: 10px;
	line-height: 100%;
	width: 130;
	cursor: hand;
}
.Sub_menu {
	border: 0px solid #FFFFD2;
	background-color: #FFFFD2;
	padding-left: 15px;
	line-height: 80%;
	width: 130;
	cursor: hand;
}
.Sub_menu_over {
	border: 0px solid #FFFFD2;
	background-color: #FFFFD2;
	padding-left: 15px;
	line-height: 80%;
	width: 130;
	cursor: hand;
}
a.main_text 		{ font: 12px Verdana; color: #009900; text-decoration: none; font-weight: bold; font-style: none; }
a:visited.main_text { font: 12px Verdana; color: #33FF00; text-decoration: none; font-weight: bold; font-style: none; }
a:hover.main_text 	{ font: 12px Verdana; color: #003300; text-decoration: none; font-weight: bold; font-style: none; }
a.sub_text 			{ font: 12px Verdana; color: #009900; text-decoration: none; font-weight: bold; font-style: none; }
a:visited.sub_text 	{ font: 12px Verdana; color: #33FF00; text-decoration: none; font-weight: bold; font-style: none; }
a:hover.sub_text 	{ font: 12px Verdana; color: #003300; text-decoration: none; font-weight: bold; font-style: none; }

BODY{
	margin: 0px;
	height: 100%;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	background-color: #99CC00;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
}

img {
   behavior: url("includes/pngbehavior.htc");
	border: 0px;
}

#page{
	width: 700px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}

#shadow{
	height: 100%;
	width: 734px;
	position: absolute;
	z-index: 0;
	left: -17px;
	top: 0px;
}

#header{
	height: 208px;
	width: 734px;
	z-index: 1;
	position: absolute;
	left: -17px;
	top: 0px;
}

#navigationContainer{
	position: absolute;
	top: 169px;
	left: 10px;
	height: 33px;
	width: 850px;
	z-index: 2;
}

.tab{
	width: 125px;
	height: 33px;
	float: left;
	margin-right: 2px;
}

.tab2{
	width: 90px;
	height: 33px;
	float: left;
	margin-right: 2px;
}

.tab-home{
	width: 47px;
	height: 33px;
	float: left;
	margin-right: 2px;
}

#bodyArea{
	position: absolute;
	z-index: 0;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
}

#content{
  position: absolute;
  left: 0px;
  width: 75%;
  height: 100%;
  border-right: 1px dotted #999999;
  z-index: 1;
}

#sidebar{
  position: absolute;
  right: 0px;
  width: 25%;
  height: 100%;
}

#contentInner{
	margin-top: 208px;
}

#sidebarInner{
	margin-top: 208px;
}

#donateButton{
	top: 5px;
	left: 142px;
	position: relative;
}

/*
Page Specfic Styles Below
*/

#whatIsSection{
	height: 410px;
	padding: 20px 20px 0px 20px;
}

#latestNewsSection{
   padding: 20px 10px 10px 10px;
	height: 320px;
	border-bottom: 1px dotted #999999;
	background-color: #FFFFD2;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow: hidden;
	position: relative;
}

#blogSection{
   padding: 10px;
	border-bottom: 1px dotted #999999;
	background-color: #FFFFD2;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: hidden;
	color: #3d3d3d;
}

#browserSupportSection{
   padding: 25px 20px 25px 20px;
	height: 150px;
	border-bottom: 1px dotted #999999;
	background-color: #FFFFD2;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow: hidden;
}

#browserSupportSection IMG{
	margin-right: 10px;
}

#platformSupportSection{
   padding: 10px;
	height: 160px;
	border-bottom: 1px dotted #999999;
	background-color: #FFFFD2;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow: hidden;
}

#sidebarImageSection{
   padding: 10px;
	height: 260px;
	border-bottom: 1px dotted #999999;
	background-color: #FFFFD2;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow: hidden;
}

#sidebarImageSectionHoof{
   padding: 10px;
	height: 300px;
	border-bottom: 1px dotted #999999;
	background-color: #FFFFD2;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow: hidden;
}

#sideCoSection{
	height: 240px;
	border-bottom: 1px dotted #999999;
	background-color: #FFFFD2;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow: hidden;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

.sidebarHeading{
	background-image: url(../images/arrow.gif);
	padding-left: 30px;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-position: 0px 4px;
	margin-bottom: 15px;
}

.sidebarImage{
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 15px;
}

#platformSupportSection IMG{
	margin-right: 20px;
}

#useageSection{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 20px 20px 20px;
}

.generalSection{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom: 1px dotted #999999;
	padding: 15px 20px 15px 40px;
}

.generalSection2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 15px 20px 15px 40px;
}

#downloadsSection{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 20px 20px 20px;
}

.downloadTitle{
	padding-left: 24px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
}

.downloadText{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 24px;
 margin-bottom: 30px;
}

.downloadStat{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 24px;
	margin-bottom: 20px;
	color: Gray;
}

.exampleTitle{
	padding-left: 24px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
}

.exampleText{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 24px;
}

#successSection{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 20px 20px 20px;
}

h1{
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	font-size: 26px;
	color: #339900;
	font-weight: bold;
	padding: 20px 0px 0px 0px;
}

h2{
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	font-size: 18px;
	color: #339900;
	font-weight: bold;
}

h3{
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

.featureTitle{
	padding-left: 24px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
}

.featureTextMain{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;
	margin-bottom: 30px;
}

.featureText{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 25px;
	margin-bottom: 30px;
}

.featureTextEnd{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 25px;
	margin-bottom: 0px;
}

.newsLink{
   display: block;
	clear: both;
	color: Green;
}

.newsText{
	margin: 5px 0px 5px 0px;
}

#newsNav{
	height: 15px;
	width: 45px;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

#newsNav IMG{
	margin-left: 5px;
}

#loadingAni{
	top: 159px;
	left: 89px;
	width: 32px;
	height: 32px;
	position: absolute;
}

.codeSample{
	background-color: #FFFFE0;
	border: 1px solid #C2C2C2;
	padding: 10px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	margin: 25px 0px 5px 0px;
}

#ajaxNews{
    height: 270px;
    overflow: hidden;
}

#mailingList{
    background-color: #DCF9CA;
    padding: 7px;
    text-align: center;
}

#mailingList table{
     width: auto;
}

