body {
	margin: 0px;
	background-image:url(../images/vista_gradientBg.jpg);
	background-color:#F0F0F0;
	background-repeat: repeat-x;
}
a {
	text-decoration: none;
}
#mainTable {
	width: 772px;
	margin: 0 auto 0 auto;
}


/* ---------------------------------------- Side Shadows ---------------------------------------- */

#leftShadow {
	width: 11px;
	background-image:url(../images/vista_leftSideBg.jpg);
	background-repeat: repeat-y;
}

#rightShadow {
	width: 11px;
	background-image:url(../images/vista_rightSideBg.jpg);
	background-repeat: repeat-y;
}


/* ---------------------------------------- Cell Widths ---------------------------------------- */

#mainCell { /* 750 is the whole content area. The right column is 542 pixels wide. Left column, see below. */
	width: 750px;
}

#sideCell { /* 208 + 542 = 750 */
	width: 208px;
	padding: 12px 12px 16px 12px;
}

#sideCellBottom { /* 208 + 542 = 750 */
	width: 208px;
	padding: 0 12px 0 12px;
}

#projectCellimage { 
	width: 271px;
	padding-left: 2px;
	background-color:#FFFFFF;
}


/* ---------------------------------------- Left Column Styles ---------------------------------------- */
.sideSubMenu {
	padding-top: 8px;
	padding-left: 2px;
}
.sideSubMenuText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	line-height: 20px;
}
a.sideSubMenuText:link {
	color: #339900;
}
a.sideSubMenuText:visited {
	color: #339900;
}
a.sideSubMenuText:hover {
	color: #7BCB41;
}
a.sideSubMenuText:active {
	color: #7BCB41;
}
.sideSubMenuHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight:bold;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	line-height:20px;
}
.sideBorderTop { /* Create double line effect on the top rule. Apply to cell above block quote */
	height: 1px;
	border-bottom: 1px solid #DCDCDC;
} 
.sideQuote { /* Apply this to the cell the block quote is in to push the double line rule up and down */
	padding-top: 20px;
	border-top: 1px solid #FFFFFF;
	padding-bottom: 20px;
	border-bottom: 1px solid #DCDCDC;
}
.sideBorderBottom { /* Create double line effect on the bottom rule. Apply to cell below block quote */
	border-top: 1px solid #FFFFFF;
} 
.sideBlockQuote { /* Apply this to the cell the block quote is in to push the double line rule up and down */
	padding-top: 20px;
	border-top: 1px solid #FFFFFF;
}
#caseStudyBtn {
	padding-top: 20px;
	border-top: 1px solid #FFFFFF;
}
#galleryBtn {
	padding-top: 5px;
	padding-bottom: 20px;
}
/* ---------------------------------------- Footer Styles ---------------------------------------- */

#footerBg {
	background-image:url(../images/vista_footerBg.jpg);
	background-repeat: no-repeat;
	height: 44px;
}

/* ---------------------------------------- Body Text Styles ---------------------------------------- */
.bodyCell {
	padding: 20px;
	background-color:#FFFFFF;
	min-height: 900px;
}
.bodyCellHome {
	background-color:#FFFFFF;
}
.projectCell {
	padding-left: 8px;
	padding-bottom: 20px;
	background-color:#FFFFFF;
}

.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	line-height:15px;
}
.errText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	line-height:15px;
	color:#FF0000;
}
.bodyText ul{
	margin:0 0 0 25px;
	padding:0;	
	list-style-position:inside;
}

a.bodyText:link {
	color: #339900;
}

a.bodyText:visited {
	color: #339900;
}

a.bodyText:hover {
	color: #7BCB41;
}

a.bodyText:active {
	color: #7BCB41;
}

.bodyTextBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	line-height:15px;
}

a.bodyTextBold:link {
	color: #339900;
}

a.bodyTextBold:visited {
	color: #339900;
}

a.bodyTextBold:hover {
	color: #7BCB41;
}

a.bodyTextBold:active {
	color: #7BCB41;
}

.bodyTextHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #339900;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	line-height:16px;
	font-weight: bold;
}


/* ---------------------------------------- Footer Text Styles ---------------------------------------- */

#footerTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #DCDCDC;
	text-decoration:none;
}

#footerTable div.left {
	float:left;
	text-align:left;
	padding-left: 20px;
	margin-top:	10px;
}
	
#footerTable div.right {
	float:right;
	text-align:right;
	padding-right: 20px;
	margin-top:	10px;
	text-decoration: none;
}

#footerTable a:link {
	color: #DCDCDC;
	text-decoration:none;
}

#footerTable a:visited {
	color: #DCDCDC;
}

#footerTable a:hover {
	color: #999999;
}

#footerTable a:active {
	color: #999999;
}

/* ---------------------------------------- micro Text Styles ---------------------------------------- */

.microText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	line-height:15px;
}

a.microText:link {
	color: #339900;
}

a.microText:visited {
	color: #339900;
}

a.microText:hover {
	color: #7BCB41;
}

a.microText:active {
	color: #7BCB41;
}

.microTextHeader{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	line-height:15px;
}

/* ---------------------------------------- form field Styles ---------------------------------------- */

.formfield01{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #F3F3F3;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
.formfield02{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #F3F3F3;
	padding: 2px;
	border: 1px solid #CCCCCC;
	height: 70px
}