body,td,th {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #d3d3af;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/mainBG.jpg);
	background-repeat: repeat;
	margin: 0 0 0 0;
}
a {
	font-size: 13px;
	color: #1d3161;
}
a:visited {
	color: #1d3161;
}
a:hover {
	color: #1d3161;
}
a:active {
	color: #1d3161;
}

#headerBg {
	background-image: url(images/headerBG.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 115px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 114px;
	width: 950px;
	margin: 0 auto 0 auto;
	padding: 1px 0 0 0;
}
.horizontalcssmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 2;
}

/*Top level list items*/
.horizontalcssmenu ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
	display: block;
	text-decoration: none;
	color: #333734;
	font-family: "Trebuchet MS", Arial;
	font-size: 15px;
	font-weight: bold;
	padding-top: 12px;
	text-align: left;
	line-height: 13px;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0px;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
	display: inline;
	float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
	width: 140px;
	background-color: #bfc392;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
	padding: 2px 0 2px 5px;
	text-align: left;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	height: 18px;
}

.horizontalcssmenu ul li a:hover{
	color: #333734;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
.horizontalcssmenu ul li ul li a:hover{
	color: #6c6c6c;
	background-color: #d9d9b6;
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
}	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%;}
.navLittle {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #757575;
	text-decoration: none;
}
.navLittle a:link {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #757575;
	text-decoration: none;
}
.navLittle a:visited {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #757575;
	text-decoration: none;
}
.navLittle a:hover {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #757575;
	text-decoration: none;
}
.navLittle a:active {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #757575;
	text-decoration: none;
}

/* End */

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 950px;
}
#outerWrapper #contentWrapper #leftContent {
	float: left; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 245px;
	height: auto;
	margin-bottom: 100px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #rightContent {
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 50px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 0;
}

#rightContent {float: left; width: 685px;}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
h1 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333734;
	margin: 0px;
	padding: 0px;
}
.subHeader {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333734;
	margin: 0px;
	padding: 0px;
}

.submenuLinks {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	width: 175px;
	margin-left: 9px;
	padding: 5px 0 5px 0;
}

.submenuLinks a:link {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	width: 175px;
	padding: 5px 0 5px 0;
}
.submenuLinks a:visited {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	width: 175px;
	padding: 5px 0 5px 0;
}
.submenuLinks a:hover {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333734;
	text-decoration: none;
	width: 175px;
	padding: 5px 0 5px 0;
}
.submenuLinks a:active {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	width: 175px;
	padding: 5px 0 5px 0;
}

#banner_search{
	width: 250px;
	font-weight: bold;
	height: 22px;
	background-image: url(images/newsletterSignupBG.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}
#input_search{
	color:#999999;
	border:none;
	background:none;
	vertical-align:middle;
	font-size: 11px;
}
#button_search{
	width:50px;
	height:22px;
	background:none;
	border:none;
	vertical-align:middle;
	cursor:default;
}
.subTitle {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}


.btnBorder {
	border: 1px solid #b6b6b6;
}
.btnNew {
	background-image: url(images/btn_newBW.jpg);
	background-repeat: no-repeat;	
}
.btnNewOver {
	background-image: url(images/btn_new.jpg);
	background-repeat: no-repeat;	
}
.btnConnect {
	background-image: url(images/btn_connectBW.jpg);
	background-repeat: no-repeat;	
}
.btnConnectOver {
	background-image: url(images/btn_connect.jpg);
	background-repeat: no-repeat;	
}
.btnYouth {
	background-image: url(images/btn_youthBW.jpg);
	background-repeat: no-repeat;	
}
.btnYouthOver {
	background-image: url(images/btn_youth.jpg);
	background-repeat: no-repeat;	
}
.btnPodcast {
	background-image: url(images/btn_podcastBW.jpg);
	background-repeat: no-repeat;	
}
.btnPodcastOver {
	background-image: url(images/btn_podcast.jpg);
	background-repeat: no-repeat;	
}
.btnCalendar {
	background-image: url(images/btn_calendarBW.jpg);
	background-repeat: no-repeat;	
}
.btnCalendarOver {
	background-image: url(images/btn_calendar.jpg);
	background-repeat: no-repeat;	
}
#footerButtonsBg {
	background-image: url(images/footerButtonsBG.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 140px;
	width: 100%;
	margin: 0 auto 0 auto;
}
.formText {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #d3d3af;
	padding-right: 5px;
}
.formInput {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333734;
	border: 1px solid #d3d3af;
	padding: 2px;
}
.audioTitles {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333734;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333734;
	padding-left: 7px;
}
#footerButtons {
	height: 140px;
	width: 950px;
	margin: 0 auto 0 auto;
}
#footer {
	height: 50px;
	width: 950px;
	margin: 5px auto 0 auto;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.footer {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:link {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:visited {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:active {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
p {
	margin: 0px;
	padding: 0px;
}
img.pod {
	max-height:130px;
	max-width:195px;
}

