@charset "iso-8859-1";
/* =BODY & TEXT
----------------------------------------------- */

body, html {
	margin: 0px;
	padding: 0px;
	color: #5E5336;
	background-color: #dedfdf;
}
body {
	text-align:center;
}
body,td,th {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	line-height: 1.7em;
	margin: 0px 0 15px;
	padding: 0;
}
.showinfo {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height: 1.4em;
	margin-top: 10px;
}
.newsdate {
	font-size: 11px;
	text-transform: uppercase;
	color: #666666;
	font-weight: bold;
	margin-top: -20px;
	margin-bottom: 10px;
}
.gray {
	color: #666666;
}

/* =STRUCTURE
----------------------------------------------- */

#container {
	margin:0 auto;
	width:600px;
	text-align:left;
	background-image: url(images/structure/backgroundshadow.gif);
	background-repeat: repeat-y;
}
#header {
	height: 100px;
}
#narrowleftcolumn {
	float:left;
	width:260px;
	padding: 0 20px 20px 40px;
	border-right: 1px solid #5E5336;
}
#widerightcolumn {
	float:right;
	width:420px;
	padding: 0 40px 20px 0;
}
#wideleftcolumn {
	float:left;
	width:390px;
	padding: 0 0 0px 0px;
}
#narrowrightcolumn {
	float:right;
	width:175px;
	padding: 0 0px 10px 10px;
	border-left: 1px solid #C8171D;
}
#footer {
	font-size:11px;
	background:url(images/structure/footershadow.gif) no-repeat;
	clear:both;
	height: 56px;
	line-height: 40px;
	text-align: center;
	color: #5E5336;
	font-family: Arial, Helvetica, sans-serif;
}

/* =HEADINGS
----------------------------------------------- */

h1, h2, h3, h4 {
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 218%;
	color:#6275c9;
	margin-bottom: 15px;
}
h2 {
	font-size: 164%;
	color: #6275c9;
	margin-bottom: 20px;
}
h3 {
	font-size: 120%;
	font-weight: bold;
	color: #532A01;
	margin-top: 20px;
	margin-bottom: 10px;
}
h4 {
	font-size: 100%;
	text-transform:uppercase;
	letter-spacing: 0.25em;
	font-weight: bold;
	color: #663300;
	margin-bottom: 0;
}

/* =LINKS
----------------------------------------------- */

a:link {
	color: #6275c9;
}
a:visited {
	color: #98AB60;
}
a:hover {
	color: #FF4000;
}
a:active {
	color: #FF6600;
}
#footernavigation {
	text-align: center;
	padding-bottom: 30px;
	font-size: 11px;
}
#footernavigation a:link, #footernavigation a:visited, #footernavigation a:hover, #footernavigation a:active {
	text-decoration: none;
}


/* =LISTS
----------------------------------------------- */

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul li {
	background-image: url(images/icons/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 0.3em;
	padding: 0 0 8px 16px;
}
#footernavigation ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#footernavigation li{
	display: inline;
	margin: 0;
	padding: 0 20px 0 0;
	background-image: none;
}

/* =IMAGES
----------------------------------------------- */

#logo {
	padding-left: 40px;
	padding-bottom: 10px;
	background-image: url(images/structure/logobackground.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 10px;
}
.gallerypreviewimgage {
	padding: 2px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	border: 1px solid #71502A;
}
.miniicon {
	margin-bottom: -4px;
}
.imageright {
	border: 1px solid #71502A;
	text-align: right;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: right;
	float: right;
	padding: 2px;
}

.imagerightnoborder {
	border: 1px solid #ffffff;
	text-align: right;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: right;
	float: right;
	padding: 2px;
}

.imageleft {
	border: 1px solid #71502A;
	text-align: left;
	margin-bottom: 10px;
	margin-right: 10px;
	clear: left;
	float: left;
	padding: 2px;
}

.imageleftnoborder {
	border: 1px solid #ffffff;
	text-align: left;
	margin-bottom: 10px;
	margin-right: 10px;
	clear: left;
	float: left;
	padding: 2px;
}


/* =FORMS
----------------------------------------------- */

#mailingform{
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

/* =MISC
----------------------------------------------- */

#gallerypreview {
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 18px;
}
