@charset "UTF-8";
/* CSS Document */

/**** structure ****/

body {
	position: static;
	background-color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	color: #000;
	border: 0;
	padding: 0;
	margin: 0;
}

#page {
	position:relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	display:block;
	width: 1024px;
	text-align: left;
}

#content{
	width: 58%;
	display:block;
	line-height:1.3em;
	border-right: solid 1px #666;
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 15pc;
	padding-left: 50px;
}

/**** right-column ****/

#right-column {
	float: right;
	display:block;
	width: 30%;
	border: 0;
	padding-top: 50px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#right-column, #right-column ul,
#content ul {
	list-style:none;
	padding:0;
}

#right-column > li {margin-top:20px; font-size: 14px;}
#right-column > li > h2 {font-size: 18px;}
#right-column ul li {
	margin-bottom: 25px;
}

#content ul li {
	margin-bottom: 10px;
}

#flashContent { 
	background-image:url(slideshows/index-image1.jpg);
	background-position: top;
	background-repeat: no-repeat;
    width: 250px; 
    height: 200px;
	padding-bottom: 70px;
	display: block;
	}

/**** Header and HREF header settings ****/

#header {
	background-color: #d1dda5; /* abb57a;*/
	padding: 50px 0px 10px 54px;
}

#header a:link,
#header a:visited,
#header a:hover,
#header a:active {
	color: #687628;
	font-size: 60px;
	font-weight: bold;
	text-decoration:none;
	border:0;
}

/**** MENU BAR ****/

#menu {
	min-height: 140px;
	padding-left: 50px;
	border-bottom: solid 1px #666;
}

#menu table{
	border:0;
	margin-top:25px;
}

#menu table td {
	text-align: center;
	vertical-align:top;
	line-height:1.3em;
	padding-top: 5px;
}

/**** Composition page ****/



.morelabel {
	color: #00c;
	font-size:x-small;
}

.more{
	display:none;
	color:#000;
	font-size:small;
	border: solid 1px #000;
	padding: 5px;
	margin-top:0;
	margin-left: 15px;
	-moz-box-shadow:    2px 2px 3px 1px #999;
    -webkit-box-shadow: 2px 2px 3px 1px #999;
    box-shadow:         2px 2px 3px 1px #999;
}

.morelabel:hover .more, .more:hover {
	display: inline-block;
}


/**** General HREF settings ****/

a:link,
a:visited {
	text-decoration:none;
	color: #000;
	border:0;
}

a:hover,
a:active {
	text-decoration:underline;
	color: #000;
	border:0;
}

/**** formatting ****/

h1 {
	color: #687628;
	font-size: 60px;
	font-weight:bold;
	margin: 0px;
} /* header */

h2 {
	color: #333;
	font-size:24px;
	font-weight:normal;
	margin:0;
	padding:0;
	margin-bottom: 20px;
} /* header's subtitle and page titles */

h3 {
	color:#687628;
	font-size:medium;
	padding: 0;
	margin-bottom: 15px;
} /* page sections */

h4 {
	color:#000;
	font-size: small;
	margin:0;
	padding-top:0;
	padding-bottom: 10px;
} /* audio file titles on right column */

h5{
	color:#000;
	font-size: small;
	display:inline;
	margin:0;
	padding: 0;
}/* list item labels */

.shadow {
	-moz-box-shadow: 3px 3px 3px 2px #ddd;
    -webkit-box-shadow: 3px 3px 3px 2px #ddd;
    box-shadow: 3px 3px 3px 2px #ddd;
}

.left {
	float:left;
	padding-right: 10px;
	padding-bottom:10px;
}

.contactdetails {
	display:inline-block;
	font-weight:bold;
	width:100px;
}

.linkdetails {
	display:inline-block;
	font-weight:bold;
	width:200px;
}

.green {
	color:#687628;
}

.quote {
	font-family:"Times New Roman", Times, serif;
	font-size:1.1em;
	line-height:1.3em;
}