/*
 * #01 - Columns
 * #02 - Sections
 * #03 - Lists
 * #04 - Forms
 * #05 - Tables
 * #06 - Other
 */

/* #01 - COLUMNS **************************************************************/

.section {
	margin-bottom: 24px;
	overflow: hidden; /* contain floats */
	padding-bottom: 1px; /* allow room for link underlines (in all browsers) */
}

.col-ae { float: left; width: 540px; margin-left: 36px; }
.col-ag { float: left; width: 756px; margin-left: 36px; }

.col-fg { float: right; width: 224px; }

/* #02 - SECTIONS *************************************************************/

/* header */

#tall-flash { height: 439px; }
#short-flash { height: 293px; }
#gallery-flash { height: 488px; } /* room for navigation */

/* sidebar */

#sideform {
	padding: 20px 0 10px 14px;
	background: #fff url('../images/sideform_bg.gif') 0 0 no-repeat;
	overflow: hidden;
}

#sideform-bottom {
	width: 224px;
	height: 10px;
	background: #fff url('../images/sideform-bottom.gif') 0 0 no-repeat;
}

#sidebar {
	margin-top: 8px;
	width: 224px;
	overflow: hidden; /* contain floats */
}
#sidebar .col-l {
	float: left;
	width: 157px;
}
#sidebar .col-r {
	float: right;
	width: 56px;
	margin-right: 8px;
}

#btn-enviro {
	display: block;
	width: 210px;
	height: 68px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 12px 0 0 6px;
	background: white url('../images/btn_enviro.gif') 0 0 no-repeat;
}
#btn-enviro:hover { background-position: 0 -68px; }
body#enviro #btn-enviro,
body#privacy #btn-enviro,
body#sitemap #btn-enviro,
body#error404 #btn-enviro { display: none; }

/* Contact Us */

#map-outer { border: 2px solid #000; }
#map-inner { border: 1px solid #000; margin: 2px; }
#address { float: left; width: 296px; }
#phonenum { float: right; width: 206px; }

/* Blog */

.rss-subscribe { margin-top: 20px; }
.rss-subscribe a { /* rss subscribe */
	float: right;
	margin: 0 8px 4px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 150px;
	height: 32px;
	background: #fff url('../images/btn_rss-subscribe.gif') 0 0 no-repeat;
}
.rss-subscribe a:hover { background-position: 0 -32px; }

.blog-item-outer { border: 2px solid #000; margin-bottom: 12px; }
.blog-item-inner {
	border: 1px solid #000;
	margin: 2px;
	padding: 22px 22px 22px;
	overflow: hidden;
}
.blog-item-inner img { max-width: 486px; }

/* #03 - LISTS ****************************************************************/

#inner-wrapper ul { margin: 0 0 12px 16px; }
#inner-wrapper ul.spaced li { margin-bottom: 12px; }
#inner-wrapper ul ul { margin-top: 4px; }
#inner-wrapper ul ul li { margin-bottom: 6px; }

body#blog ul ul { margin: 0 0 0 16px; }
body#blog ul ul li { margin-bottom: 0; }
body#blog ul ul.spaced { margin-top: 12px; }

body#sitemap #inner-wrapper ul { margin-bottom: 36px; }

/* #04 - FORMS ****************************************************************/

/* Main Conctact Form / General Rules */

label { display: block; }
input.input-text {
	width: 194px;
	padding: 0 3px;
	height: 21px;
	border: 1px solid #000; 
}
textarea {
	width: 194px;
	height: 100px;
	border: 1px solid #000;
	padding: 3px;
}
input.form-image { float: right; margin-right: 8px; }

input.input-text, textarea {
	background: #fff url('../images/input_bg.gif') 0 0 repeat-x;
	font: small verdana, helvetica, arial, sans-serif;
}

.errorbox {
	width: 200px;
	margin-bottom: 12px;
	font-weight: bold;
	color: #b3200c;
}
input.invalid-field, textarea.invalid-field { background: #d6a49d; }

.form-success {
	width: 200px;
	font-weight: bold;
}
.news-success { color: #b9be92; font-weight: bold; }

/* Newsletter Form */

#news-form { overflow: hidden; }
#news-form label { display: inline; float: left; width: 110px; margin-top: 6px; }
#news-form input.input-text { float: left; width: 310px; margin-top: 4px; }
#news-form input.form-image { float: right; }

.news-errorbox {
	margin-left: 110px;
	color: red;
}

/* #05 - TABLES ***************************************************************/

/* #06 - OTHER ****************************************************************/

.clear { clear: both; }
.float-r { float: right; }

.nudge-top { margin-top: 12px; }

.inline-img-l { float: left; margin: 0 12px 6px 0; }
.inline-img-r { float: right; margin: 0 0 6px 12px; }

/* because TinyMCE editor doesn't support elements belonging to multiple
classes, like .inline-img-r and .nudge-top */ 
.nudged-inline-img-l { float: left; margin: 12px 12px 6px 0; }
.nudged-inline-img-r { float: right; margin: 12px 0 6px 12px; }