/* Easter 07 screen styles */

body {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 75%;
}

/* Globally remove margin and padding and set normal font size for page */
* {
	padding: 0;
	margin: 0;
	font-size: 1em;
}

body {
  background-color: #FFFFFF;
	background-image: url(images/bg02bodygrad.jpg);
	background-repeat: repeat-x;
  color: #000;    
	text-align: center;
  margin: 0 0 0.8em 0;
}

img {
	border: 0;
}

.hidden {
	display: none;
}

a:link {
    color: #0033CC;
    text-decoration: none;
}
a {
    color: #0033CC;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:visited {
    color: #6600FF;
}

p {
    margin: 0;
    padding: 0;
}

/* Other type styles */

.centre {
	text-align: center;
}
.centreQuote {
	text-align: center;
	font-style: italic;
}
.redText {
	color: #0066CC;
}
.greenText {
	color: #006600;
}

/* Main holder Div */

div.flash {
	clear: both;
	text-align: center;
	padding: 4em 0 0 0em !important;
}

object#flash {
	margin-top: 2em;
	width: 60em; /* 700px */
	height: 45em; /* 400px */
}

div#main {
  position: relative;
	width: 784px;
	margin-left: auto;
	margin-right: auto;
  padding: 0;
  text-align: left;
	background-image: url(images/bg03page.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFDD;
}

/* Header */

h1 {
	font-size: 2em;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #336633;
}
h1 a {
	display: block;
	padding: 2em;
	height: 3.9em;
	background-image: url(images/bg04header.jpg);
	background-repeat: no-repeat;
}
h1 a, h1 a:link, h1 a:visited {
	color: #336633;
	text-decoration: none;
}


/* Columns */

div#sidebar {
	float: left;
	position: relative;
	left: 9px;
	width: 250px;
	padding-top: 1.7em;
}
div#sidebar img, div#mainColumn img {
	margin: 0.5em;
	border: 1px solid #ccc;
}
div#sidebar ul.articleNavigation {
	margin: 0.5em 6px;
	font-size: 1em;
	list-style-type: none;
}
div#sidebar ul.articleNavigation li {
	display: block;
	position: relative;
}
div#sidebar ul.articleNavigation li a, div#sidebar ul.articleNavigation li a:link {
	display: block;
	padding: 0.2em;
	padding-left: 30px;
	background-image: url(images/bg10bullet.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div#sidebar ul.articleNavigation ul {}
div#sidebar ul.articleNavigation ul li {
	padding-left: 30px;
}
div#sidebar ul.articleNavigation ul li a, div#sidebar ul.articleNavigation li.current ul li a {
	background-image: url(images/bg10bullet.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding:  0.1em 0.1em 0.2em 30px;
}
div#sidebar ul.articleNavigation li.current a, div#sidebar ul.articleNavigation li a:hover, div#sidebar ul.articleNavigation li.current ul li a:hover {
	background: none;
}

div#mainColumn {
	float: right;
	position: relative;
	right: 10px;
	width: 500px;
}
div#mainColumn div.current {
	display: block;
}
div#mainColumn div.inactive {
	display: none;
}
div#mainColumn div h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #336633;
  font-size: 1.2em;
}

/* Content div */

div#content {
	clear: both;
	position: relative;
	overflow: hidden;
	padding-bottom: 2em;
}
div#content p {
  line-height: 1.6em;
	margin: 0.3em 1em 0.9em 1em;
  padding: 0;
}
div#content > p {
	padding-left:  0.8em;
	padding-right: 0.8em;
}
div#content ul {}
div#content li {}

div#content img.imageWrapLeft {
	margin: 0.4em 0.5em 0.2em 10px;
	float: left;
}
div#content img.imageWrapRight {
	margin: 0.4em 10px 0.2em 0.5em;
	float: right;
}
div#content p img.imageWrapLeft {
	padding-top: 0.8em;
}
div#content p img.imageWrapRight {
	padding-top: 0.8em;
}

h2 {
	clear: left;
	padding: 0.5em 1em 0.5em 284px !important;
  margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.5em;
  line-height: 1.8em;
	color: #336633;
	background-image: url(images/bg09h2pagetop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#content h2 a:hover, h3 a:hover {
    color: #000;
}

#content h3 {
	color: #000066;
	margin: 0.2em 1em 0.6em 0.7em;
	padding: 0.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #336633;
  font-size: 1.2em;
  line-height: 1.5em;
	/*clear: left;*/
}
h3 a {
	text-decoration: none;
	color: #0066CC;
}
h3 a:hover {
	text-decoration: underline;
}
div#content h4 {
	color: #993333;
    margin: 0.1em 7.7em 0.3em 0.3em;
	padding: 0.4em 0.1em 0 0.6em;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.2em;
    line-height: 1.3em;
	/*clear: left;*/
}
div#content ul.bullets {
	list-style-type: disc;
	list-style-position: inside;
	line-height: 1.5em;
}
div#content ul.bullets ul.bullets {
	list-style-type: circle;
}
div#content blockquote {
	margin-bottom: 0.9em;
	padding-left: 3em;
	padding-right: 3em;
	color: #333300;
}
div#content blockquote.verse p {
	margin: 0.3em 1em 0.5em 1em;
	padding-left: 1em;
	text-indent: -1em;
}

div#content p#tree {
	margin: 10px 0;
	text-align: center;
}
div#content p#tree img {
	border: 1px solid #333;
}

div#content ul.birdlist {
	margin: 10px;
}
div#content ul.birdlist li {
	display: inline;
  line-height: 1.6em;
	margin: 0.3em 0.1em 0.9em 0.1em;
  padding: 0;	
}

/********************/
/*   Top Nav Menu   */
/********************/

ul#topnav  {
	/*float: right;*/
	margin: 0.5em 12px 0 6px !important;
	padding: 0 0 6px 10px !important;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	border-bottom: 1px solid #333;
	list-style-type: none;
	list-style: none;
}
ul#topnav li {
	display: inline;
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
}
ul#topnav li a {
	text-align: center;
	padding: 6px 0.5em;
	margin: 0 8px 0 0;
	color: #003399;
	background: none;
	text-decoration: none;
	border: 1px solid #333;
	border-bottom: none;
}

ul#topnav a:hover {}
	
ul#topnav li.current a {	
	border-bottom: 1px solid #EFEEDE;
	color: #000000;
}
ul#topnav li.current a:hover {
	color: #000000;	
}
ul#topnav li.inactive a {
	background-image: url(images/bg06tabs.jpg);
	border-bottom: 1px solid #333;
	color: #000000;
}
ul#topnav li.inactive a:hover {
	color: #0000CC;	
}



/*******************/
/* Page Footer Div */
/*******************/

div#pageFooter {
  position: relative;
	padding-top: 0.3em;
  /*width: 61.3em;*/
  height: 2.4em;
	clear: both;
	padding: 0.3em 2.2em 0 2.2em;
	background-color: #FFFFFF;
	background-image: url(images/bg08footer.jpg);
	background-repeat: no-repeat;
}

div#pageFooter p {
  font-size: 0.9em;
	margin: 0;
	padding: 1em 0em 0em 0em;
}    

div#pageFooter p.copyright {
	float: left;
	position: relative;
  text-align: left;
}

div#pageFooter p.toplink {
	float: right;
	position: relative;
  text-align: right;
}

p.logo {
	margin: 1em auto 2em auto;
	text-align: center;
	color: #000000;
}

p.logo a:link, p.logo a:visited {
	color: #0066FF;
}


