#HomePageOuter {
	display : table;
	table-layout:fixed;
	margin-left : 20px;
	margin-right : 14px;

	/* Breaks in Opera -- use padding instead */
	/* margin-top : 16px; */ /* due to typography illusion 
	/* margin-bottom : 12px; /* /* 20px - 8px shadow in balloons */
	padding-top :16px;
	padding-bottom :12px;

/*	background-color : #555;*/
}

.homePageRow {
	display : table-row;
}

#HomePageOuter #TopRow {
	height : 360px;
}

.homePageCell {
}

.homePageTopColumn {
	padding-bottom : 7px;
}

.homePageBalloon {
	height : 188px;
}

.homePageCell {
	display : table-cell;
}

#HomePageOuter #LeftColumn {
/*	background-color : #777; */

}

#HomePageOuter #CenterColumn {
	/*background-color : #224422; */
/*	background-color : #bbb; */
}

#HomePageOuter #CenterColumn img {
	vertical-align : top;
}

#HomePageOuter #RightColumn {
/*	background-color : #ddd; */
}

#HomePageOuter .balloonInner {
	/* add horizontal padding here and not to the cell itself */
}

#HomePageOuter .columnInner {
	width : 300px;
}

#HomePageOuter #LeftColumnInner {
/*	background-color : #ccffcc; */
	

}

#HomePageOuter #CenterColumnInner {
/*	background-color : #ffcccc;  */
	text-align : center;
}

#HomePageOuter #RightColumnInner {
/*	background-color : #ccccff; */

}

#HomePageOuter #LeftBalloonInner {
	width : 306px;
	height : 188px;
	background :  transparent url(../images/footboxes.jpg) -1px -1px no-repeat;	
	padding-right : 14px; /* 20px - 6px shadow */

	position : relative; /* so we can position the art links absolutely */
}

#HomePageOuter #CenterBalloonInner {
	width : 306px;
	height : 188px;
	background :  transparent url(../images/footboxes.jpg) -321px -1px no-repeat;	
	
	padding-right : 14px; /* 20px - 6px shadow */
	
	position : relative; /* so we can position the art links absolutely */
}

#HomePageOuter #RightBalloonInner {
	width : 306px;
	height : 188px;
	background :  transparent  url(../images/footboxes.jpg) -641px -1px no-repeat;	
}

#HomePageOuter #Logo {
	width : 280px;
	height : 310px;
	background : transparent url(../images/evlogo.jpg) 0 0 no-repeat;
	margin : 0 auto;	
}

#HomePageOuter #Tagline {
	width : 281px;
	height : 51px;
	background : transparent url(../images/tagline.png) 0 0 no-repeat;
	margin : 0 auto;	
}


h1.columnTitle {
	color : #943363; 	/* purple - h1 in body */
	font-size : 1.3em;
	margin-bottom : 0;
}

.typography h2.columnByline {
	color : #5e7e39; 	/* green - h2 Byline */
	font-size : 1.05em;
	padding-top : 3px;
}

.typography #RightColumn h1.columnTitle,
.typography #RightColumn h2.columnByline {
	text-align : right;
}

.titleAndByline {
	margin-bottom : 13px;
}

.columnUnderscore {
	width : 100%;
	height : 2px;
 	background : #f69636 url(../images/title-uscore-1x2.jpg) 0 0 repeat-x; 
}

.balloonContent {
	position : relative;
	top : 25px;
	left : 0px;
	width : 280px;
	height : 140px;
	margin : 0 auto;
}

div.balloonContent#CenterBalloonContent {
	height : auto;
}

div.balloonContent#LeftBalloonContent {
	height : auto;
}


.typography .balloonContent p,
.typography .balloonContent a {

	font-weight : normal;
	color : #f5f4f3; /* white - left sidebar */
	font-size: 9pt; /* using absolute for menu */
	line-height : 12pt;
}

#home #AccentBar {
 	background : #5a7f4b url(../images/shamboo.png) 0 0 repeat-x; 
 	height : 5px;
 	width : 100%;
}

#home #CenterBalloon p#TopLinks {
	text-align : center;
}

#home #CenterBalloon a.linkInBGArt {
	display : block;
	position : absolute;
	z-index : 1;
	cursor : pointer;
}

#home #CenterBalloon a.linkInBGArt#FaceBook {
	left : 28px;
	top : 55px;
	width : 25px;
	height : 25px;
}

#home #CenterBalloon a.linkInBGArt#MySpace {
	left : 77px;
	top : 55px;
	width : 25px;
	height : 25px;
}

#home #CenterBalloon a.linkInBGArt#YouTube {
	left : 121px;
	top : 55px;
	width : 57px;
	height : 25px;
}

#home #CenterBalloon a.linkInBGArt#Flickr {
	left : 200px;
	top : 53px;
	width : 25px;
	height : 25px;
}

#home #CenterBalloon a.linkInBGArt#Twitter {
	left : 247px;
	top : 55px;
	width : 25px;
	height : 25px;
}

#home #CenterBalloon a.linkInBGArt#NFG {
	left : 27px;
	top : 148px;
	width : 245px;
	height : 24px;
}

#home #CenterBalloon form#PayPalForm {
	display : block;
	position : absolute;
	left : 96px;
	top : 89px;
	width : 108px;
	height : 47px;

	border : none;
}

#home #CenterBalloon form#PayPalForm input[type="submit"] {
	display : block;
	width : 100%;
	height : 100%;

	background : none;
	border : none;
	cursor : pointer;
}

#home #LeftBalloon form#NewsletterSignupForm_HomePage_ContactForm {
	position : absolute;
	left : 0px;
	bottom : 8px;
	width : 300px;
	height : 28px;
}

#home #LeftBalloon form#NewsletterSignupForm_HomePage_ContactForm #FormInner {
	display : block;
	width : 100%;
	height : 100%;
}


#home #LeftBalloon form#NewsletterSignupForm_HomePage_ContactForm #NewsletterSignupForm_HomePage_ContactForm_Email {
	position : absolute;
	display : block;
	left : 38px;
	width : 152px;
	border : none; 
	background-color : transparent;
	padding : 0px;
	line-height : 16px;

	font-size : 9pt;
	color : #777;
}


#NewsletterSignupForm_HomePage_ContactForm_action_SendContactForm {
	position : absolute;
	display : block;
	left : 210px;
	width : 80px;
	top : 0px;
	height : 20px;
	
	background : none;
	border : none;
	cursor : pointer;
} 


