/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color:#F4F4F4;
}

a:link, a:visited, a:hover {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 120%;
}

h2{
 font-size: 114%;
}

h3{
 font-size: 100%;
}

h4{
 font-size: 100%;
 font-weight: normal;
}

h5{
 font-size: 100%;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;

}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	width: 900px;
	height:135px;
	background-attachment: scroll;
	background-image: url(http://www.ulypmt.org/2008_testsite/images/home_topbkgrnd.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#masthead_interior{
	margin: 0;
	padding: 10px 0px 0px 0px;
	width: 900px;
	height:135px;
	background-attachment: scroll;
	background-image: url(http://www.ulypmt.org/2008_testsite/images/interior_topbkgrnd.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#navBar{
	margin-left:69%;
	padding-right: 3px;
	background-color: #FFFFFF;
}

#content{
 	float:left;
	width: 585px;
	margin-left: 0;
	padding-left: 0;
}

#container {
	margin: 0px;
	padding: 0px;
	width: 900px;
	height:900px;
	background-color:#FFFFFF;
}

#home_newsletter{
  float:right;
	width: 284px;
	height: 291px;
	background-image:url(http://www.ulypmt.org/2008_testsite/images/home_enewsletterbkgrnd.jpg);
	background-repeat: no-repeat;
	background-position:top right;
	padding-top: 45px;
	margin-left:15PX;
	/*padding-left: 35px;*/
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

/*************** #Event Box styles **************/
#eventBox {
/*width: 100%;*/
background-image:url(http://www.ulypmt.org/2008_testsite/images/home_eventbubble.jpg);
background-repeat: no-repeat;
background-attachment:scroll;
background-position:top left;
height: 50px;
padding-left:10px;
padding-right:3px;
padding-top: 10px;
padding-bottom:10px;
}

#dateBox {
float: left;
width:25%;
background-color:#cc0000;
padding: 0px 1px 1px 1px;
}
 
#eventText {
float: left;
width:48%;
padding-left: 5px;
font:Arial, Helvetica, sans-serif;
font-size:10px;
}

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
 float:left;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px;
	color:#000000; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************* .mainPic styles *************/
.mainPic{
	padding: 10px 25px 10px 10px;
	font-size: 80%;
}

.mainPic img{
	float: none;
	padding: 15px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.mainPicInterior{
	
}

.mainPicInterior img{
	float: left;
	padding-right: 10px;

}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 15px 20px;

}


.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
  padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/
#BottomLinks{
	margin: 0;
	width: 900px;
	padding-right:20;
}
#siteInfo{

	padding: 10px 0px;
	width: 900px;
	font-size: 75%;
	color: #cccccc;
	background-color: #111111;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/************* #hotlinks styles ***************/

#hotlink{
	 white-space: nowrap;
	 padding-top:10px;
	
	font-size: 90%;
}

/************* #search styles ***************/

#search{
	 white-space: nowrap;
	 padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{

 margin: 0px;
 padding: 0px;
}

#search label{
	
	margin: 0px;
	padding-right:5px;
	
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
.news_headlineSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}
.teaser_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: 959595;
}
.news_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

.news_link a{
color:#000000;
text-decoration:underline;
}

/************** Event styles for Homepage **************/
.eventDay {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: bold;
	
}
.eventMonth {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	line-height: 8pt;
	font-weight: bold;
}
.eventYear {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
	line-height: 12pt;
	padding-bottom:2px;
}	

/************** Text styles for Homepage **************/	
	
.header_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #cc0000;
}
.ptxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.NewsletterHeader_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
