/* -------------------------------------------------------------------------- */
/* HACKS AND OVERRIDES ------------------------------------------------------ */
/* -------------------------------------------------------------------------- */

body, p, h3 {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
	display: block;
}

a {
	outline: none;
	text-decoration: none;
}

body {
	background-color: #FFFFFF;
	color: #808080;
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
}

/* -------------------------------------------------------------------------- */
/* LAYOUT ELEMENTS ---------------------------------------------------------- */
/* -------------------------------------------------------------------------- */

#wrapper {
	width: 100%;
	padding: 52px 0px 20px 0px;
	background: #FFFFFF url('../images/home-bg.gif') repeat-x;
}

#page {
	width: 912px;
	margin: 0px auto;
}

/* -------------------------------------------------------------------------- */
/* TOP ---------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */

#top {
	padding-top: 47px;
	background: #FFFFFF url('../images/home-top-bg.png') no-repeat;
}

#top #logo {
	padding-left: 38px;
}

#top #header {
	margin-top: 35px;
}

#top p {
	padding: 32px 38px 0px 0px;
	float: right;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-align: right;
}

/* -------------------------------------------------------------------------- */
/* BOTTOM ------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */

#bottom { height: 574px; }

/* LEFT COLUMN -------------------------------------------------------------- */

#left-column {
	width: 521px;
	height: 574px;
	float: left;
	display: block;
	background: #FFFFFF url('../images/home-b-left-bg.png') no-repeat;
}

#left-column p.dashed {
	margin: 9px 6px 7px 21px;
	padding: 8px 10px;
	border: 1px dashed #BFBB8C;
	border-width: 1px 0px;
	line-height: 15px;
	text-align: justify;
}

#left-column p.dashed-2 {
	margin: 9px 0px 7px 0px;
	padding: 2px 0px;
	border: 1px dashed #BFBB8C;
	border-width: 1px 0px;
	line-height: 15px;
	text-align: justify;
}

div.left {
	width: 222px;
	margin: 0px 30px 0px 14px;
}

div.right {
	width: 255px;
	float: right;
}

div.events {
	width: 186px;
	height: 288px;
	padding: 8px 15px;
	padding-right: 21px;
	background: #FFFFFF url('../images/home-events-bg.png') no-repeat;
	text-align: justify;
}

div.events img {
	margin: 8px auto;
}

div.events a				{ color: #009FAE; }
div.events a:hover	{ text-decoration: underline; }

/* CONTACT BLOCK ------------------------------------------------------------ */
#contact {
	width: 255px;
	margin-top: 10px;
	color: #009FAE;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 0.08em;
}

#contact h3 {
	padding-left: 19px;
	font-size: 16px;
	margin: 5px 0px;
}

#contact a { color: #009FAE; }

#contact img {
	margin-right: 7px;
	float: left;
}

#branding {
	padding: 15px 5px 0px 0px;
}

p.dashed-2					{ width: 249px; margin-right: 6px; }
p.dashed-2 a				{ color: #B00000; }
p.dashed-2 a:hover	{ text-decoration: underline; }

/* END CONTACT BLOCK -------------------------------------------------------- */

/* END LEFT COLUMN ---------------------------------------------------------- */

/* RIGHT COLUMN ------------------------------------------------------------- */

#right-column {
	width: 391px;
	height: 574px;
	float: right;
	display: block;
	background: #FFFFFF url('../images/home-b-right-bg.png') no-repeat;
}

div.pics-l,
div.pics-r { margin-top: 9px; }
div.pics-l { margin-right: 3px; float: left; }
#right-column > div.pics-l { margin-right: 6px; float: left; }

div.pics-l a {
	position: relative;
	top:203px;
	left:27px;
	color: #B00000;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}

div.pics-l img.first {
	margin-top: -18px
}

#footer {
	color: #BFBB8C;
	margin: 5px 0px;
	text-align: center;
}

/* END RIGHT COLUMN --------------------------------------------------------- */