

/*------------home.css----------*/

/* alternate layouts
-------------------------------------*/
.layout-home #main {
	padding-bottom:0px;
}
.layout-home #main h2 {
	display:none;
}
.layout-home #side .pad {
	padding:0 1px 100px 0;
}
.layout-home #spotlight h3 {
	display:none;
}
.layout-home h2.title {
		display:none;
}

/* mission
-------------------------------------*/
#mission {
	margin:0;
	padding:80px 0 0 0;
}
#mission p.text {
	margin:0;
	padding:0;
	width:601px;
	height:128px;
	background:url(/images/missionstatement.jpg) transparent 0 0 no-repeat;
	text-indent:-9999px;
}
#mission p.link {
	padding:0 19px;
	background:url(/images/heart_bullet.jpg) transparent 4px 3px no-repeat;
}
#mission p.link a {
	color:#0053a0;
	text-decoration:underline;
}
#mission p.link a:hover {
	color:#f8991d; 
	text-decoration:underline;
}
#mission p.link a:visited {
	color:#6890b5; 
	text-decoration:underline;
}
#callout-video {
	margin:0;
	padding:0 0 0 180px;
}

/* where-we-are
-------------------------------------*/
#where-we-are {
	padding:0 0 10px 0;
}
#where-we-are .map {
	float:left;
	width:420px;
	padding:25px 0 0 0;
}
#where-we-are .list {
	float:right;
	width:181px;
}
#where-we-are .list h3 {
	width:116px;
	height:50px;
	margin:0;
	padding:0;
	background:url(/images/whereweare.jpg) transparent 0 0 no-repeat;
	text-indent:-9999px;
}
#where-we-are .list ul {
	list-style:none;
	margin:6px 0 0 0;
	padding:0;
}
#where-we-are .list ul li {
	margin:0;
	padding:2px 0 1px 35px;
}
#where-we-are .list ul li a {
	color:#959595;
	text-decoration:none;
}
#where-we-are .list ul li a:hover,
#where-we-are .list ul li a.on  {
	color:#5f5f5f;
	border-bottom:solid 1px #f8991e;
}

/* upcoming-events
-------------------------------------*/
#upcoming-events {
	margin:20px 0;
}
#upcoming-events h3 {
	float:left;
	width:189px;
	height:54px;
	background:url(/images/upcomingevents.jpg) transparent 0 0 no-repeat;
	text-indent:-9999px;
	margin-top:14px;
}
#upcoming-events .list {
	float:left;
	width:412px;
	margin:20px 0 0 0;
}
#upcoming-events ul {
	float:left;
	list-style:none;
	width:412px;
	margin:0 0 5px 0;
	padding:12px 0 0 0;
	background-color:#f2f0f1;
	background-image:url(/images/corner_top_hm.gif);
	background-repeat:no-repeat;
}
#upcoming-events ul li {
	float:left;
	padding:8px 0;
}
#upcoming-events ul li.row0 {
	background-image:url(/images/corner_bg_hm.gif);
	background-color:#f2f0f1;
	background-repeat:repeat-y;
	width:100%;
}
#upcoming-events ul li.row1 {
	background-image:url(/images/corner_bg_hm.gif);
	background-color:#fff;
	background-repeat:repeat-y;
	width:100%;
}
#upcoming-events ul li.first {
	padding-top:0;
}
#upcoming-events ul li.last {
	background-image:url(/images/corner_bottom_hm.gif);
	background-position:0 100%;
	background-repeat:no-repeat;
}
#upcoming-events ul li span {
	float:left;
}
#upcoming-events ul li span a {
	float:left;
	color:#4880af;
	line-height:16px;
	text-decoration:none;
}
#upcoming-events ul li span a:hover {
	color:#00366A;
}
#upcoming-events ul li span.city {
	width:95px;
	padding:0 0 0 15px;
}
#upcoming-events ul li span.name { 
	width:180px;
	padding:0px;
}
#upcoming-events ul li span.date {
	width:90px;
	padding:0 15px 0 15px;
}
#all-events {
	float:right;
	font-size:10px;
}