/*CSS Print styles - including anchor tags - for Gardiner*/

address {
	color:#fff;
	background-color:black;
	font-family:serif;
	font-style:normal;
	font-variant:small-caps;
	text-align:center;
	margin-top:10px;
	padding-bottom:10px;
	width:440px;
	clear:both;
}

body {
	margin:0;
	padding:0;
	color:white;
	font-family:verdana, arial, helvetica, sans-serif;
	background-color:black;
}

h3 {
	color:black;
	font-weight:bold;
}

h4 {
	color:black;
	font-weight:bold;
	border-bottom:1px solid #aecca8;
	margin-bottom:2px;
}

h5 {/*use to print names*/
	color:black;
	font-size:1em;
	margin-bottom:-4px;
	margin-top:-4px;
}

img {
	margin:0;
	border:0;
}

li {
	line-height:1.5em;
}

#content {
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:5px;
	line-height:1.3em;
	border-left:1px solid black;
	width:650px;
	background-image:url(../images/greenstripe.jpg);
	background-repeat:y-repeat;
	color:white;
	padding:5px 0px 0px 5px;
	
}

#content a:link, a:visited {
	color:white;
	background-color:transparent;
	text-decoration:none;
	
}

#content a:hover {
	color:#aecca8;
	background-color:transparent;
	text-decoration:underline;
	
}

#content img.text {
	border:2px solid black;
	margin-left:100px;
}

#content img.textb {
	border:2px solid black;
	margin-left:20px;
}

#lowernav {
	display:none;
	font-size:80%;
	font-weight:bold;
}

#nav {
	display:none;
	background-image:url("../images/guyintree-fade.jpg");
	background-repeat:no-repeat;
	color:#aecca8;
	width:130px;
	padding:0px 0px 0px 5px;
	font-size:11pt;
	line-height:1.5em;
	font-weight:bold;
	float:left;
	margin-top:0px;
	margin-bottom:0px;
}


#nav a:link, #nav a:visited {
	display:none;
	background-color:transparent;
	color:white;
	text-decoration:none;
}

#nav a:hover {
	display:none;
	color:black;
}

#nav a.newgroup {
	margin-top:15px;
}

#wrapper {
	position:relative;
	text-align:left;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
	padding:0px;
}

.bannerdisplay {
	font-size:1.5em;
	background-color:black;
}

.banner {
	display:none;
	margin-top:0px;
	margin-bottom:1px;
}

.bannersub {
	margin-top:0px;
	margin-bottom:0px;
}


.navtext {
	text-align:center;
	font-size:0.6em;
	font-style:italic;
	line-height:1.1em;
	color:black;
}

.nested {
	list-style-type:lower-alpha;
}

#nav p.questions {/*This class keeps the look of the navigation the same, even though 'questions' isn't a link*/
	margin-top:15px;
	margin-bottom:0px;
}

.small {
	display:none;
	font-size:0.8em;
}

.navsub { /* for the navigation at the bottom of the page*/
	display:none;
	color:#fff;
	background-color:transparent;
	font-family:sans-serif;
	font-size:75%;
	text-align:center;
	margin-top:4px;
	margin-bottom:10px;
	border:1px dotted white;
	padding:2px;
}

.topline {
	border-top:1px solid white;
}

.contentpara {
	border-top:1px solid white;
}

.title {
	font-size:0.65em;
}

.bottomMargin {
	margin-bottom:20px;
}
