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


/*-------------------------------------------    
    General Selectors
-------------------------------------------*/
* {
	margin:0;
	padding:0;
	color:#361600;
}

body {
	background: #FF9;
	font-size: 62.5%;
	font-weight: normal;
}
h1 {
	margin: 0em 0em 1em;
	font-size: 2.2em;
	font-weight: normal;
	line-height: 1.25;
}
h2 {
	color: #558800;
	font-weight: normal;
	margin: 0em 0em 1em;
	font-size: 1.8em;
	line-height: 1.25em;
}
h3 {
	margin: 1.5em 0em 0.5em;
	font-weight: normal;
	font-size: 1.8em;
}

/*div > h3:first-child { margin-top: 0em; }*/

h4 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 0em;
}

a  {
	text-decoration: none;
	color: #558800;
}
a:hover  {
	text-decoration: underline;
}
p  {
	margin: 0em 0em 1.4em;
	padding: 0em;
	font-size: 14px;
	line-height: 1.5;
}

ul { font-size: 14px; }
img {
	border-style: none;
}

.note {
	color: #CC3300;
	font-size: 12px;
}

.note_brown {
	color: #361600;
	font-size: 12px;
}
.p_sub1 {
	line-height: 18px;
	margin: 0px;
}
.p_sub2 {
	font-style: italic;
	margin: 0px;
}

/*-------------------------------------------    
    Structure
-------------------------------------------*/
#container  { width: 900px; }
#col1   {
	width: 240px;
	float: left;
	margin: 0px 30px 0px 0px;
}

#col1_420 {
	width: 420px;
	float: left;
	margin: 0px 30px 0px 0px;
}
.col_240 {
	float: left;
	width: 220px;
	margin-right: 20px;
}
.col_360 {
	float: left;
	width: 340px;
	margin-right: 20px;
}
.col_480 {
	width: 460px;
	float: left;
}
.col_480-right {
	width: 460px;
	float: right;
	margin-right: 20px;
}
.clear { clear: both; }

/*-------------------------------------------    
    Header
-------------------------------------------*/
#header {
	height: 130px;
}
#header img {
	border-style: none;
}
#header #logo {
	height: 130px;
	width: 280px;
	float: left;
}
#header #navMain {
	float: left;
	margin-top: 60px;
}
#header   #navMain   ul {
	margin: 0px;
	padding: 0px;
}
#header #navMain li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#main {
	margin: 0px 0px 0px 130px;
	padding: 0px;
	width: 770px;
}
#photo {
	float: left;
	background: #FFFFCC;
	margin-right: 20px;
	font-size: 90%;
}

#sectiontitle {
	margin: 0px 0px 15px;
	border-bottom: 1px solid #361600;
	padding: 0px 0px 10px;
}
#photo.photo270 {
	width: 270px;
}

#photo.photo300 {
	width: 300px;
}
#photo.photo390   { width: 390px; }

#photo.photo480 { width: 480px; }
#photo.photo510 {
	width: 510px;
}
#photo_caption {
	padding: 15px;
	height: 90px;
}
#photo_caption270 { padding: 15px; }
#photo h2 {
	margin: 0;
	font-weight: bold;
}
#photo  h3 {
	margin: 0.5em 0px 0px;
	font-weight: bold;
}
#photo  p { margin: 0.5em 0px 0px; }
#navSub {
	border-bottom: 1px solid #558800;
	padding: 0px 0px 10px;
}
#navSub ul {
	margin: 0px;
	padding: 0px;
}
#navSub    li    {
	list-style: none;
	padding: 0em 0.5em;
	border-left: 1px solid #361600;
	display: inline;
	margin: 0px;
}
#navSub li:first-child  {
	border-left: none;
	padding-left: 0px;
}
#navSub  li.subnav_current { font-weight: bold; }
.text    a { color: #CC3300; }
.text          ul      {
	line-height: 1.5em;
	margin: 0.5em 0em;
}
.text       li {
	list-style: disc;
	margin-left: 15px;
}
#navGallery  {
	width: 200px;
	float: left;
}
#navGallery  ul  {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navGallery ul ul {
	padding-bottom: 5px;
	margin-top: 5px;
}
#navGallery  li  {
	margin: 0px 0px 5px;
	padding: 5px;
	border-top: 1px solid #558800;
}
#navGallery  li  li  {
	margin: 0px;
	padding: 5px 5px 0px 20px;
	border-style: none;
}
#navGallery li a        {
	text-decoration: none;
	color: #361600;
}
#navGallery li a:hover      {
	text-decoration: underline;
}
#footer { margin: 30px 0px; }
#footer  p {
	margin: 0px 0px 0px 135px;
	padding: 0px;
	font-size: 12px;
}
