/* CSS for Rear Window, by Russell Martin 2007 */

/* general layout */

BODY {
	background-color: #93AC8F;
	padding: 0px;
	margin: 0px;
	font-family: Univers, "Univers 55 Roman", "Gill Sans", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

#wrapper {
	position: relative;
	margin: 0px auto;
	width: 843px;
}

#header {
	position: relative;
	width: 100%;
	text-align: right;
	height: 80px;
	vertical-align: top;
	top: 20px;
	font-size: 25px;
	border-bottom: 1px solid #FFFFFF;
}

#menu {
	position: relative;
	width: 100%;
	font-size: 12px;
	top: 20px;
	border-bottom: 1px solid #FFFFFF;
}

#content {
	position: relative;
	width: 400px;
	top: 20px;
	float: left;
	padding-bottom: 40px;
}

#pics {
	position: relative;
	top: 20px;
	float: right;
	width: 400px;
}

#big_pic {
	font-size: 12px;
}

#homepage {
	position: relative;
	top: 30px;
	float: right;
	width: 400px;
}



/* subheading for Rear Window header title */

#header .sub {
	font-size: 15px;
}


/* headers for content */

.head {
	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 12px;
	margin-bottom: 8px;
	top: 20px;
}

.subhead {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 25px;
}

.presssubhead {
	font-size: 18px;
	font-weight: bold;
	margin-top: 35px;
}


/* only for front page - email address */

A:link.exceptional {
	color: #FFFFFF;
	text-decoration: underline;
}

A:visited.exceptional {
	color: #FFFFFF;
	text-decoration: underline;
}

A:hover.exceptional {
	color: #FFFFFF;
	text-decoration: none;
}


/* all links, including menu */

A:link {
	color: #FFFFFF;
	text-decoration: none;
}

A:visited {
	color: #FFFFFF;
	text-decoration: none;
}

A:hover {
	color: #FFFFFF;
	text-decoration: underline;
}



/* selected menu option */

.thisone {
	text-decoration: underline;
}



/* spacing for thumbnails and main larger image */

.img_thumb_tlb {
	padding-right: 20px;
	border: 0px;
	padding-top: 20px;
}

.img_thumb_tcb {
	padding-left: 20px;
	padding-right: 30px;
	border: 0px;
	padding-top: 20px;
}

.img_thumb_trb {
	padding-left: 20px;
	border: 0px;
	padding-top: 20px;
}

.img_main {
	padding-top: 20px;
}

/*  for expandable DIVs in the care and control - outline stretch  */
.menutitle	{
	cursor: pointer;
}

