body {
	width: 100%;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #006736 url(images/background.gif) repeat-y;
	background-position:center;
	color: #636363;
}
a:link,
a:hover, 
a:active, 
a:visited { 
	color:#00ae42;
}
img {
	border: 0px;
}
.containerFix {
	clear: both;
	height: 1px;
}
h4 {
	font-weight: bold;
	margin-bottom: -10px;
}
h3 {
	margin-bottom: -10px;
}
#canvas {
	width: 999px;
	margin-left: auto;
	margin-right: auto;
}
#leftColumn {
	float: left;
	width: 228px;
	min-height:600px;
	background: url(images/top_left.gif) no-repeat;
}
#rightColumn {
	float: right;
	width: 771px;
}
#rightColumnOverlay {
	position: absolute;
	z-index: 100;
	width: 88px;
	height: 50px; 
	margin-left: 228px;
}
	#leftColumn .logo {
		padding: 20px 0px 0px 20px;
	}
	#leftColumn .mainNav {
		padding-top: 30px;
		padding-bottom: 40px;
	}
	#leftColumn .leftColumnFeature {
		width: 196px;
		margin-left: 32px;
		color: #636363;
		margin-bottom: 60px;
		line-height: 18px;
	}
		#leftColumn .leftColumnFeature h3 {
			margin-bottom: -10px;
		}
	#leftColumn .readMore {
		width: 186px;
		text-align: right;
		margin-top: -10px;
	}
	a.readMore:link,
	a.readMore:hover, 
	a.readMore:active, 
	a.readMore:visited { 
		color:#00ae42;
	}
	#rightColumn .breadcrumbArea {
		padding: 7px 30px;
		width: 711px;
		margin-top: 1px;
		margin-left: 1px;
		height: 13px;
		background-color: #999999;
		font-size: 10px;
		color: #fff;
	}
		a.breadCrumb:link,
		a.breadCrumb:hover, 
		a.breadCrumb:active, 
		a.breadCrumb:visited { 
			color:#fff;
	}
	#rightColumn .rightColumnContent {
		padding: 30px;
		min-height: 500px;
		background: url(images/column_background.gif) no-repeat;
		background-position: bottom right;
		line-height: 18px;
		/*border: 1px #990000 solid;*/
	}
		#rightColumn .rightColumnContent .column1 {
			float: left;
			padding-left: 30px;
			width: 350px;
		}
		#rightColumn .rightColumnContent .column2 {
			float: left;
			padding-left: 30px;
			width: 301px;
		}
		#rightColumn .rightColumnContent .rightColumnFeature {
			padding-bottom: 40px;
		}
	
		/* For the Device pages */
		#rightColumn .rightColumnContent .deviceColumnLeft {
			float: left;
			width: 501px;
			padding-right: 30px;
		}
			#rightColumn .rightColumnContent .deviceColumnLeft .threeColumnFloat {
				float: left;
				width: 157px;
				padding: 0px 5px;
				position: relative;
				left: -5px;
			}
		#rightColumn .rightColumnContent .deviceColumnRight {
			float: right;
			width: 180px;
		}
			#rightColumn .rightColumnContent .deviceColumnRight .rightColumnItem {
				width: 180px;
				font-size:12px;
				color: #636363;
				margin-bottom: 40px;
			}
				#rightColumn .rightColumnContent .deviceColumnRight .rightColumnItem ul {
					padding: 0px 20px;
					margin: 0px;
				}
					#rightColumn .rightColumnContent .deviceColumnRight .rightColumnItem ul li {
						padding-top: 6px;
						line-height: 14px;
					}
	
.mediaCover {
	float: left;
	margin-top: 18px;
	margin-right: 14px;
	width: 85px;
	text-align: center;
}
.mediaLabel {
	float: left;
	margin-top: 10px;
	margin-right: 14px;
	width: 85px;
	text-align: center;
	font-size:12px;
	color: #414141;
}

/* List page */
.gridViewHeaderStyle {
	background-color: #e5e5e5;
	color: #231f20;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	vertical-align:top;
	border-top: 1px #b7b7b7 solid;
	border-bottom: 1px #b7b7b7 solid;
}
.gridViewHeaderText {
	padding: 10px 5px;
}
.gridViewPagerStyle {
	text-align: center;
}

/* Forms */
input {
	border: 1px #e2e2e2 solid;
	width: 178px;
	height: 20px;
	padding: 4px 10px 4px 10px;
	font-size: 12px;
	color: #636363;
}
select {
	border: 1px #e2e2e2 solid;
	width: 198px;
	height: 30px;
	padding: 4px 4px 4px 4px;
	font-size: 12px;
	color: #636363;
	outline:none;
}
textarea {
	border: 1px #e2e2e2 solid;
	width: 208px;
	height: 200px;
	padding: 4px 10px 4px 10px;
	font-size: 12px;
	color: #636363;
	outline:none;
}
span.checkboxStyle input {
	height: 5px;
	width: 20px;
	position: relative;
	top: 2px;
}
input.submitButton {
	width: 80px;
	height: 21px;
}

.success {
	font-size: 14px;
	color: #00ae42;
	font-weight:bold;
}
.error {
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}


/*  Footer */
#footer {
	clear: both;
	width: 939px;
	min-height: 500px;
	padding: 0px 30px;
	background: url(images/footer_background.gif) no-repeat;
	background-position: top right;
}
	#footer .footerGrayLine {
		margin: 0px 0px 30px;
		padding: 0px;
		height: 1px;
		width: 100%;
		background-color: #cccccc;
	}
	#footer .footerNav {
		float: left;
		width: 198px;
		text-align: right;
		font-size: 10px;
		line-height: 14px;
	}
		#footer .footerNav a:link,
		#footer .footerNav a:hover,
		#footer .footerNav a:active,
		#footer .footerNav a:visited {
			color: #636363;
			text-decoration: none;
		}
		#footer .footerNav .navArrow {
			position: relative;
			top: 2px;
		}
	#footer .footerStuff {
		float: left;
		width: 300px;
		margin-left: 50px;
		margin-top: -10px;
		font-size: 10px;
		line-height: 14px;
	}
		#footer .footerStuff p.narrowP {
			width: 280px;
		}
	
/*
 * 	CSS Code Added for Main Menu Flyouts
 */ 	
 
div.mainMenu {
	width: 229px;
	line-height: 1;
}
div.mainNav {
	font-size: 12px;
	position: relative;
}
div.mainMenu a {
	display: block;
	text-decoration: none;
	outline: none;
}
div.subMenu {
	position: absolute;
	z-index: 100;
	display: none;
	width: 160px;
	background-color: #414141;
	border: 1px solid #717171;
}
div.subMenu a {
	display: block;
	text-decoration: none;
	outline: none;
}
div.subMenuDivider {
	border-top: 1px solid #717171;
	height: 0px;
}