/* ***** HOMEPAGE ***** */

/* feel free to add CSS here for the homepage only */

#homePage h2
{
	margin:0 0 0.6em 0;
	padding: 0.1em 0.2em;
	line-height : 1.6em;
	font-size:2em;
	color:#fff;
	background-color:#00adef;
	border:1px solid #00adef;
}

#homePageText
{
	padding : 20px;
}

#homePageText #catchphrase
{
	color : #bba87b;
	font-size : 2.7em;
	font-family : georgia,times, serif;
	line-height : 1em;
	text-align : center;
	padding-bottom : 20px;
	border-bottom : 1px dotted #837e85;
}
#homePageText #welcome
{
	padding : 20px 0;
	border-bottom : 1px dotted #837e85;
}

#homePageText #newsandevents th
{
	color : #bba87b;
	font-size : 2.0em;
	font-family : times;
	line-height : 1em;
	text-align : left;
	padding : 7px;
}
#homePageText #newsandevents th.first
{
	width : 34%;

}
#homePageText #newsandevents th.second
{
	width : 36%;
}

#homePageText #newsandevents td
{
	vertical-align : top;
	padding : 0 7px;
}
#homePageText #newsandevents td.bordered
{
	border-left : 1px dotted #837e85;
	border-right : 1px dotted #837e85;
	padding : 0 7px;
}

#homePage #cellardoorDiv
{
	padding: 20px;
}
#homePage #cellardoor
{
	background-color : #fff;
	width:100%;
}
#homePage #cellardoor td
{
	background-color : #e0e5e9;
	color : #425662;
	font-size : 0.85em;
}

#homePage #cellardoor #cellardoortext
{
	font-size : 2.8em;
	line-height:1.0em;
	font-family : times;

	padding-top : 7px;
}



#homePage #cellardoor #cellardooraddress
{	
	width:400px;
	float:right;
}

