* { padding: 0; margin: 0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-image:url(../layout/cms-page-bg.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
}

#wrapper { 
	margin-top: 0;
	margin-left:auto;
	Margin-right:auto;
	width: 760px;
	background:transparent;
}


h1 {
	font-size:1.1em;
}

h2 {
	font-size:1.1em;
}

h3 {
	font-size:1.1em;
}

p {
	padding: 5px;
}


/********************* General Anchor text  *******************/
#content a:link , #content a:visited {
	color:#FF5500;
	font-size: 1em;
}

#content a:hover ,  #content a:focus {
	color:rgb(105,123,112);
	font-size: 1em;
}
/********************* Header  *******************/
#header {
	color: #ffffff;
	width: 760px;
	float: left;
	height: 70px;
	padding:0px;
	margin-bottom:10px;
	background:transparent;
}

 /********************* Menu  *******************/
#menuContainer 	{
	position:relative; 
	top:0px;
	left:0px;
	width:760px;
	height:40px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:5px;
 	background-repeat:no-repeat;
 	background-image:url(../layout/cmsMenuBg.jpg);
 	background-position:100% 0;
	clear:both;
}

/********************* MainImage  *******************/
#mainImage {
	color: #ffffff;
	width: 760px;
	float: left;
	height: 244px;
	background:transparent;
	margin-bottom:10px;
}



 /********************* Content  *******************/
#main { 
	position:relative;
	float: left;
	padding:0px;
	color: #ffffff;
	font-size:.8em;
	background:transparent;
	width: 760px;
	clear:both;
}

* html #main {
	margin-top:-50px;
}

#container { 
	width:760px;
	min-height:200px;
	background:transparent;
}


#content {
	position:relative;
	width:760px;
	padding:10px 0px 0px 0px;
	font-size:.9em;
	color:rgb(115,115,115);
}

h1 {
	background-image:url(../layout/h2-cms-bg.jpg);
	background-repeat:no-repeat;
	color:#fff;
	padding:7px 0px 5px 5px;
	height:21px;
	width:760px;
	margin:10px 0px 0px 0px;
	clear:both;
}


h2 {
	background-image:url(../layout/h2-cms-bg.jpg);
	background-repeat:no-repeat;
	color:#fff;
	padding:7px 0px 5px 5px;
	height:21px;
	width:760px;
	margin:10px 0px 0px 0px;
	clear:both;
}

 /********************* Footer  *******************/
#footer { 
	width: 760px;
	height: 55px;
	clear: both;
	color:rgb(105,123,112);
	font-size:.8em;
	text-align:center;
	background:transparent;
	border-top:1px solid #c3c3c3;
}

#footer a:link , #footer a:visited {
	color:rgb(94,135,95);
	font-size: 1em;
}

#footer a:hover , #footer a:focus {
	color:rgb(105,123,112);
	font-size: 1em;
}

/********************* Feature Table Styles *******************/
.featuresTable {
	text-align:left;
	padding: 5px;
	margin: 0px 5px 5px 0px;
	border:1px solid rgb(105,123,112);
}

th {
	color:#fff;
	background-color:rgb(72,100,80);
	padding:5px;
}

td {

		padding:4px;
}

/********************* Font and Text Styles *******************/
span.lightGreen {
	 color:rgb(94,135,95);
}

.small {
	font-size:.9em;
}

/********************* Alignment Styles *******************/
.right {
	text-align:right;
}

.center {
	text-align:center;
}	

/********************* Margin and Padding Styles *******************/
.paddingTop10 {
	padding-top:10px;
}

.paddingTop15 {
	padding-top:15px;
}

.marginTop5 {
	margin-top:5px;
}

.marginBottom10 {
	margin-bottom:10px;
}
/********************* Fraction Styles *******************/
.onethird {
	position:relative;
	float: left;
	width: 31%;
	padding: 5px;
	margin: 0px 5px 5px 0px;
}

.clearBoth {
	clear:both;
}

.blank{
	display:none;
}