/* ---------------- start home page styles -------------- */

#homeWelcome {
	display: block; 
	margin-left: 175px; 
	margin-right: 175px;
	height: 300px;
	font-size: 1em;
	top: 0;
	left: 0;
	background: #FFFFFF url(welcome15.png) no-repeat;
	border-left: 1px solid #fff;
}



/*****************************************************************
NOTE: refer to mods.css for IE hack used to position the 
margins.
*****************************************************************/

/*#homeLinks {
	font-size: 11px;
	position: relative;
	float: right;
	width: 192px;
	height: 0;
	margin-right: 4px;
	top: -198px;
}

#homeLinks li {
	list-style: none;
	background: url(arrow_right.gif) no-repeat;
	background-position: center left;
	margin-bottom: 9px;
	margin-left: 2px;
	width: 192px;
	height: 54px;
	border: 1px solid #A9A890;
}

#homeLinks li div {
	height: 52px;
	margin-left: 1.8em;
	padding: 3px 3px 0 6px;
	background-color: #A9A890;
	color: inherit;
}

#homeLinks li div a {
	text-decoration: none;
	background-color: inherit;
	color: #fff;
	line-height: 1.5;
	font-weight: 700;
	padding: 5px 0 0 0 ;
}

#homeLinks li div img {
	border: 0;
	float: right;
	margin-top: -14px;
	margin-right: 10px;
}*/

/* refer to mods.css for IE changes */

/*#frontPageAnnouncements {
	list-style-type: none;
	padding: 10px;
	border-left: 1px solid #A9A890;
	width: 172px;
	margin-top: 10px;
	float: right;
}

#frontPageAnnouncements li h2 {
	margin: 5px;
	padding-top: 0;
	background-color: inherit;
	color: #485178;
	font-weight: 700;
	font-size: .95em;
	font-style: normal;
}

#frontPageAnnouncements li h2 a {
	background-color: inherit;
	color: #485178;
	font-weight: 700;
	font-size: .95em;
}

#frontPageAnnouncements li p {
	line-height: 1.5;
}

#frontPageAnnouncements li p img {
	float: left;
	padding-right: 5px;
	border: 1px solid #666666;
}

#frontPageAnnouncements div.image {
	float: left;
	border: 1px solid #ccc;
	margin: 0.7em 1.5em 0.7em 0;
	padding: 0.3em;
}*/

#NewsBriefs {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	top: 0;
}

#NewsBriefs li {
	border-bottom: 1px solid #A9A890;
	width: 100%;
	padding:  0 0 10px 0 ;
	float: left;
	clear: left;
}

#NewsBriefs li h1 {
	font-size: 1.3em;
	color: #485178;
	font-weight: 700;
	margin: 0;
	font-style: normal;
}

#NewsBriefs li h2 {
	font-size: .95em;
	font-weight: 700;
	margin: 0;
	font-style: normal;
}

#NewsBriefs li h2 span {
	padding-right: 25px;
	background-image: url(arrow_link.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	color: #ad9156;
}

#NewsBriefs li h2 a {
	color: #126bc5;
	text-decoration: none;
}

#NewsBriefs li h2 a:hover {
	color: #126bc5;
	text-decoration: underline;
}


#NewsBriefs p {
	margin-top: 5px;
}

/* ---------------- end home page styles  --------------- */

/* ---------------- start News in Brief Page  ----------- */

#NewsBriefs2 {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	top: 0;
}

#NewsBriefs2 li {
	border-bottom: 1px solid #A9A890;
	width: 100%;
	padding:  0 0 10px 0 ;
	float: left;
	clear: left;
}

#NewsBriefs2 li.NewsBriefIntro {
	padding: 15px 0 10px;
	margin: 0;
}

#NewsBriefs2 li h2 {
	font-size: .95em;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 0;
}

#NewsBriefs2 li h2 span {
	padding-right: 25px;
	background-image: url(arrow_link.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	color:#ad9156;
}

#NewsBriefs2 li h2 a {
	color: #126BC5;
	text-decoration: none;
}

#NewsBriefs2 li h2 a:hover {
	text-decoration: underline;
}

#NewsBriefs2 p {
	margin-top: 5px;
}

#NewsBriefs2 li img, 
#NewsBriefs li img {
	float: left;
	padding: 2px;
	margin: 2px 5px 0 0;
	border: 0;
}


/* *--------------- end News in Brief Page  ------------- */
