@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-size: 1em;
	background-color: #DFEEEE;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	}
#container {
	width: 848px;
	margin: 0 auto 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	border-left: solid #000000 1px;
	border-right: solid #000000 1px;
	}

#container p {
	margin-left: 10px;
	margin-right: 10px;
	padding-right: 10px;
	font-size: .9em;
	line-height: 1.5em;
	color: #333333;
	}
#container ul li {
	list-style-image: url(../images/slices/bullet.gif);
	font-size: .9em;
	line-height: 1.5em;
	color: #333333;}
	
#container a:link {
	color: #264848;
	font-weight: bold;
	text-decoration: none;}
#container a:visited {
	color: #264848;
	font-weight: bold;
	text-decoration: none;}
#container a:hover {
	color: #81BCBC;
	font-weight: bold;
	text-decoration: none;}
#container a:active {
	color: #DFEEEE;
	font-weight: bold;
	text-decoration: none;}

#header {
	width: 848px;	
	height: 110px;
	margin: 0;
	padding: 0;
	background-image: url(../images/slices/header.jpg);
	background-repeat: no-repeat;
	border-top: solid #000000 1px;
	border-bottom: solid #000000 1px;
	}
	
	
	/*header ul ADDED BY RYAN FISH AND CARRIE 3/4/2008 */
	#header ul {padding:0;
	margin:0;
	float:right;}

#header ul li {
	/*MODIFIED BY RYAN FISH AND CARRIE 3/4/2008 */
	font-size: .8em;
	font-weight: bolder;
	display: inline; 
	}
#header ul li a:link, a:visited {
	color: #000000;
	text-decoration: none;
	padding-right: 15px;
}

#header ul li a:hover, a:active {
	color: #666666;
	}

#greybar {
	width: 848px;
	height: 8px;
	border-bottom: solid #000000 1px;
	border-right: solid #000000 1px;
	margin: 0;
	padding: 0;
	background-color: #333333;
	}
#titlbar {
	width: 849px;
	height: 38px;
	margin: 0;
	padding: 0;
	background-image: url(../images/slices/title.jpg);
	background-repeat: no-repeat;
	position: relative;
	left: 233px;
	top: -267px;
}
#midsection {
	width: 848px;
	height: 266px;
	margin: 0;
	padding: 0;
	background-color: #396566;
	border-right: solid #000000 1px;
	border-bottom: solid #000000 1px;
	}

#quote {
	background-image: url(../images/slices/quotebg.gif);
	background-repeat: no-repeat;
	width: 615px;
	height: 215px;
	position: relative;
	top: -270px;
	left: 233px;
	}

#quote p {
	color: #FFFFFF;
	margin-left: 20px;
	text-align: center;
	font-size: 1.0em;
	}

#askdick {
}
#events {
	width: 212px;
	background-color: #404040;
	background-image: url(../images/slices/upcomingevents.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
	border-left:  solid #000000 1px;
	border-bottom: solid #000000 1px;
	}

#events h2 {
	color: #87BABB;
	font-weight: bold;
	font-size: .9em;
	margin-top: 1.5em;
	margin-bottom: 0;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 10px;	
	border-top: dotted #FFFFFF thin;
	}
	
#events h3 {
	color: #FFFFFF;
	margin-left: 15px;	
	font-size: .75em;
	padding: 0;	
	margin-top: .3em;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 15px;
}
#events h4 {
	color: #FFFFFF;
	font-weight: lighter;
	font-size: .67em;
	line-height: 135%;
	margin-top: .3em;
	margin-bottom: .5em;
	margin-right: 0;
	margin-left: 15px;
	padding: 0;	
	}
#links {
	float: left;
	width: 100%;
	height: 106px;
	background-color: #264848;
	}
#linkshome {
	float: left;
	width: 635px;
	height: 106px;
	background-color: #264848;
	}
	
#footer {
	width: 848px;
	background: url(../images/slices/footerbg.gif);
	height: 119px;
	font-size: .8em;
	color: #000000;
	text-align: center;
	border-bottom: solid #000000 1px;
	padding: 0;	
		 }

#footer p {
	padding-top: 60px;
	margin: 0;}


.hidden {
	display: none;
	}
.dickphoto {
	border-bottom: solid #000000 1px;
	border-right: solid #000000 1px;
	}
.titles {
	margin-left: 5px;
	margin-top: 10px}

.hr {
	width: 90%;
	border-bottom: dotted #666666 thin;}

.floatleft {
	float: left;
	padding-right: 5px;
	border: none;
	}
.floatright {
	float: right;
	padding-left: 5px;
	border: none;
	}

.askdickpostingtitle {
	font-weight: bold;
	color: #396566;
	font-size: 1.5em;}

.askdickdate {
	color: #999999;
	font-weight: bold;
	font-size: .8em;
}

.askdickperson {
	color:#999999;
	font-size: .8em;
}

.doubleborder {
	border: thin double #CCCCCC; 
	background-color: #F8F8F8;
	font-size: 1.3em;
	font-style: italic;}

.noborder {
	border: none;}
	
h1 {
	color: #264848;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: dotted 4px #999999; 
	width: 55%;
	margin-left: 10px;}