/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #f9d587;
	background-image:url(HomeImages/background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	
}

#top {
	background-image: url(HomeImages/top-bg.jpg);
	background-repeat: no-repeat;
	margin-top: 50px;
	width: 750px;
	height: 42px;
}

#addressbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	float: left;
	padding-top: 5px;
	padding-left: 5px;
	color: #fefefe;
	margin-top: 10px;
	margin-left: 10px;
}
#search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	float: right;
	padding: 0px;
	margin-top: 15px;
	margin-right: 10px;
	color:#fefefe;
	width: 166px;
}

#search input {
	font-size: 10px;
}
#logo {
	background-image: url(HomeImages/logoT.jpg);
	background-repeat: no-repeat;
	width: 750px;
	height: 188px;
	text-align: left;
}
#menu-bg {
	text-align: center;
	background-image:url(HomeImages/menu-bg.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 750px;
	margin: 0px;
	padding: 0px;
}

#content-bg {
	background-image:url(HomeImages/bg.jpg);
	background-repeat:repeat-y;
	width: 750px;
}
#content {
	background-image:url(HomeImages/content-bg.jpg);
	background-repeat: no-repeat;
	width: 750px;
}
#left {
	width: 390px;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	text-align: left;	
}
#newsfeed {
	width: 360px;
	float: right;
	padding-right: 15px;
	color: #003366;
	font-size: 11px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#newsfeed p {
	padding-left: 10px;
	color: #003366;
	font-size: 11px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#newsfeed h1, #newsfeed h2, #newsfeed h3 {
	color: #003366;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-indent: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	margin-top: 15px;
	margin-bottom: -5px;
}
#newsfeed a:link, #newsfeed a:visited {
	text-decoration: none;
	color: #003366;
}
#newsfeed a:active, #newsfeed a:hover {
	text-decoration: underline;
	color: #003366;
}

#right {
	width: 330px;
	float: right;
	padding: 0px;
	text-align: left;
	margin-top: 20px;
	margin-right: 10px;

}

/** Front Page FCE Teasers **/
.fpfce-teaser {
	background-image:url(HomeImages/fce-bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 320px;
	height: 145px;
	float: right;

}
.fpfce-teaser p {
	color: #466073;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	float: left;
	text-align: right;
	margin: 20px 0px 0px 10px;
	padding-top: 5px;
	display: block;
}
.fpfce-teaser img {
	width: 136px;
	height: 93px;
	border: none;
	padding-top: 20px;
	margin-right: 20px;
	float: right;
}
.fpfce-teaser A:link {
	color: #466073;
	text-decoration: none;
}
.fpfce-teaser A:visited {
	color: #466073;
	text-decoration: none;
}
.fpfce-teaser A:hover {
	color: #597a93;
	text-decoration: none;
}
.fpfce-teaser a:active {
	color: #597a93;
	text-decoration: none;
}


/********************* Bottom Navigation Begin ***************/
#bottom-nav {
	list-style-position: inside;
	list-style-type: none;
	height: 15px;
	color: #cc3333;
	padding-top: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	width: 700px;
	padding-bottom: 10px;
}
#bottom-nav a:link, #bottom-nav a:visited {
	color: #cc3333;
	text-decoration: none;
	padding-left: 10px;
}	
#bottom-nav a:active, #bottom-nav a:hover {
	color: #cc3333;
	text-decoration: underline;
}

#footer {
	width: 750px;
	background-image: url(HomeImages/footer-bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 20px;
	text-align: center;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footer a:link, #footer a:visited {
	color: #466073;
}

#footer a:hover, #footer a:active{
	color: #cc3333;
}
.clear {
	clear: both;
	height: 0px;
}




/*****************Extensions ************************/


.tx-macinasearchbox-pi1 TABLE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	float: right;
	color:#FFFFFF;
	width: 170px;
	vertical-align:  middle;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-left: 0px !important;
	margin-left: 10px;
}
.tx-macinasearchbox-pi1 INPUT.searchbox  {
	height: 12px;
	width: 100px;
	font-size: 11px;
	vertical-align:  middle;
}
.tx-macinasearchbox-pi1 INPUT.searchbtn {
	vertical-align:  middle;
}


.news-list-item {
	display: block;
	height: 113px;
	overflow: hidden;
	border-bottom: 1px #dddddd solid;
}
