/* Landing Page Styles
----------------------------------------*/

/* Kill default styles */

#maincontentsubcell table,
#maincontentsubcell table td,
#maincontentsubcell img {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
}

/* All Columns
----------------------------------------*/

#maincontentsubcell h1,
#maincontentsubcell h1 a {
	color: #DC7B24;
	font: normal 16px Helvetica, Arial, sans-serif;
	text-decoration: none;
	margin: 2px 0;
	padding-bottom: 3px;
}

#maincontentsubcell h2,
#maincontentsubcell h2 a {
	color: #003F80;
	font: normal 14px Helvetica, Arial, sans-serif;
	margin: 5px 0;
	text-decoration: none;
}
#maincontentsubcell h2 a:hover { color: #DC7B24; }

#maincontentsubcell p { color: #555; margin: 5px 0; }

/* Left Column
----------------------------------------*/

#mainlandingtable td.left {
	width: 373px;
	padding: 9px;
}

/* Calendar table */

#calendar td { padding: 6px 2px; }

#calendar td.left { width: 52px; }
#calendar td.right { width: 312px; padding-left: 0; }

#calendar td.left em {
	color: #666;
	font: normal 11px/9px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
}

/* Gallery */

#mainlandingtable td.left ul {
	text-align: center;
}

#mainlandingtable td.left li {
	display: inline;
	text-align: center;
	padding: 0;
}

#mainlandingtable td.left img {
	background: #fff;
	padding: 4px;
	margin: 8px 10px;
	border: solid 1px #E1DED8;
}

#mainlandingtable td.left img:hover {
	border: solid 1px #DC7B24;
}

/* Mid Column
----------------------------------------*/

#mainlandingtable td.mid {
	width: 246px;
	padding: 9px;
	background: #EFEDDD;
	font: normal 12px/14px Helvetica, Arial, sans-serif;
}

#mainlandingtable td.mid a {
	text-decoration: none;
	color: #555;
}

#mainlandingtable td.mid a:hover { color: #DC7B24; }

#mainlandingtable td.mid a em {
	color: #777;
	font: normal 11px/14px Helvetica, Arial, sans-serif;
	text-transform: capitalize;
	margin-right: 3px;
}

#mainlandingtable td.mid ul { margin-bottom: 18px; }

#mainlandingtable td.mid li {
	padding: 2px 3px 1px 0;
	text-indent: 10px;
	background: transparent url(../../../../images/assnimg767/imgs/li_arrow_blue.png) no-repeat left 7px;
}

/* Right Column
----------------------------------------*/

#mainlandingtable td.right { padding: 0 0 0 11px; }

#mainlandingtable td.right img { margin: 0 0 5px 0; }
