/* CSS Reset
----------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	list-style:none;
}

/* CSS Begin
----------------------------------------------------------------------------------------------------*/
body{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
 	color: #FFF;
 	line-height: 1em;
 	min-width: 1000px;
 	text-align: center;
	width: 100%;
	text-align: center;
	background: #FFF url(../images/portal/bodybg_portal.gif) repeat-x scroll left top;
	
}

#wrap {
	display:table;
	width:100%;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

a {
	color: #FFF;
	text-decoration: underline;
}

a:hover {
	color: #FF9900;
	text-decoration: none;
}

a:hover, a:active, a:focus, a:active {
	outline: none;
	-moz-outline-style: none;
}


/* Header
----------------------------------------------------------------------------------------------------*/
#headerwrap {
	width: 1000px;
	margin: 0 auto;
}

#header {
	width: 960px;
	margin: 0 auto;
	height: 223px;
	text-align: left;
}

#header img {
	float: left;
	display: inline;
}

#slideshow {
	float: right;
	display: inline;
	width: 648px;
	height: 169px;
	margin-top: 52px;
	overflow: hidden;
}

/* Main
----------------------------------------------------------------------------------------------------*/
#main {
	width: 940px;
	margin: 20px auto 0 auto;
	padding-bottom: 20px;
}

.block_first, .block {
	float: left;
	display: inline;
	height: 250px;
	border-bottom: 1px solid #02452a;
	line-height: 130%;
	font-size: 0.8em;
	color: #bae0b1;
}

.block_first {
	width: 460px;
	background: url(../images/portal/block_firstbg.gif) top left repeat-y;
}

.block {
	width: 220px;
	background: url(../images/portal/blockbg.gif) top left repeat-y;
	margin-left: 20px;
}

.block table{
	width: 200px;
	margin: 9px 0 0 10px;
}

.block_first p, .block p{
	margin: 10px 0;
}

.block_first p strong, .block p strong, .block_first h2 {
	color: #FFF;
}

.mapit {
	background: url(../images/portal/map.gif) 0 7px no-repeat;
	padding: 5px 0 8px 20px;
	line-height: 150%;
}

#reg, #cater {
	display: inline;
	width: 50%;
	float:left;
}

.block_first h2 {
	margin-bottom: 5px;
}

#reg a, #cater a{
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

a.regularbtn {
	background: url(../images/nav.gif) no-repeat -456px -103px;
	width: 123px;
	height: 38px;
	margin: 0 auto;
}

a.regularbtn:hover {
	background-position: -456px -141px;
}

a.caterbtn {
	background: url(../images/nav.gif) no-repeat -456px -180px;
	width: 221px;
	height: 38px;
}

a.caterbtn:hover {
	background-position: -456px -218px;
}

#contact {
	background: #2d793b url(../images/portal/contactbg.jpg) bottom right no-repeat;
}

#hours {
	background: #2d793b url(../images/portal/hoursbg.jpg) bottom right no-repeat;
}
/* Footer
----------------------------------------------------------------------------------------------------*/
#footerwrap {
	background: #FFF url(../images/footerwrapbg.gif) top left repeat-x;
	width: 100%;
}

#footer {
	width: 960px;
	margin: 0 auto;
	height: 70px;
	text-align: left;
	font-size: 0.9em;
}

#copyright {
	float: left;
	margin: 10px 0 0 20px;
	font-size: 0.9em;
	height: 20px;
	color: #222;
}

#credit {
	float: left;
	margin: 10px 0 0 500px;
}
