/* Riley Center CSS Document */

body {
	margin-top:0;
	background-image:url(../imgs/bg_site.jpg);
	background-repeat:repeat-x;
	color:#666666;
	font-family: "Trebuchet MS","Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; 
	}

/* Overwrite Headings --------*/
h1,h2,h3,h4,h5,h6 { 
  font-family: "Trebuchet MS","Helvetica Neue", Helvetica, Arial, sans-serif; 
}

/* Main nav --------*/
.nav {
	font-size:16px;
	font-weight:bold;
	margin-top: 70px;
	text-align:right;
	}
.nav a {
	color:#333333;
	margin: 0 5px;
	text-decoration:none;
	}

.nav a:hover {
	color:#005fae;
	margin: 0 5px;
	text-decoration:underline;
	}
	
/* Sub nav --------*/
.subNavTitle {
	display:block;
	width:350px;
	height:25px;
	color:#005fae;
	border-bottom: 1px solid #005fae;
	font-weight:bold;
	font-size:14px;
	margin-left:20px;
	}

a.subNav, a.subNav:link, a.subNav:visited {
	display:block;
	width:350px;
	height:25px;
	border-bottom: 1px dashed #CCC;
	margin-top:8px;
	margin-left:20px;
	text-decoration:none; 
	font-size:12px; 
	color:#000; 
	line-height:25px;
	overflow:hidden;
	}
	
a.subNav:hover {
	font-weight:bold;
	}


/* Masthead on the index page --------*/
.masthead {
	background-image:url(../imgs/bg_mast_head.gif);
	background-repeat:no-repeat;
	}

.mastheadTextBlock {
	padding:40px 0 0 30px;
	}
	
h2.mastTitle {
	color:#005fae;
	font-weight:bold;
	line-height:normal;
	}
	
.mastSubTitle {
	color:#333333;
	font-weight:bold;
	}
	
img.mastImg {
	margin:0;
	}
	
.donorRow {
	margin-top: 10px;
	}
	
/* Index Layout Styles --------*/	
.indexColBorder {
	padding-right: 24px;
	margin-right: 25px;
	border-right: 1px dashed #CCCCCC;
}

.indexRow {
	padding: 10px 0;
	border-top: 1px dashed #CCCCCC;
	}
	
	
/* Type Layout --------*/
.title {
	color:#333333;
	font-weight:bold;
	font-size:1.2em;
	}
	
a {
	color:#0066ff;
	}
	
.icn {
	float:none;
	margin:0;
	padding:0;
	}
	
.pageHeader {
	color:#005fae;
	font-size: 2em;
	font-weight:bold;
	padding: 10px 0;
	border-top: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	}
	
.eventRow {
	border-bottom: 1px dashed #CCCCCC;
	}
	
.friendTable {
	margin-left: 20px;
	}
	
/* Type Layout --------*/
#footer {
	border-top: 1px dashed #CCCCCC;
	padding: 10px 0;
	text-align:center;
	}