/* @override 
	http://pem.dev/wp-content/themes/premium2/style.css
	http://pem.primalbeta.com/wp-content/themes/premium2/style.css
	http://www.premiumexploration.com/wp-content/themes/premium2/style.css
*/

/*
Theme Name: Premium Exploration
Theme URI: http://www.premiumexploration.com
Description: Custom theme built for Premium Exploration
Version: 2.0
Author: Primal Communications Ltd.
Author URI: http://www.primalcommunications.com
*/

/* @group YUI CSS Reset & Base
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
/* reset */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
/* base */
h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong,dt{font-weight:bold;}optgroup{font-weight:normal;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;}em{font-style:italic;}del{text-decoration:line-through;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{border:1px solid #000;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}sup{vertical-align:super;}sub{vertical-align:sub;}p,fieldset,table,pre{margin-bottom:1em;}button,input[type="checkbox"],input[type="radio"],input[type="reset"],input[type="submit"]{padding:1px;}
/* @end */

/* @group Defaults */

body {
	background: #FFF url(img/head-bg.jpg) no-repeat center top;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

.clear {
	clear: both;
	height: 0;
}

/* @end */

/* @group Logo and Nav */

.header {
	width: 960px;
	margin: 0 auto;
	position: relative;
	height: 154px;
	z-index: 1000;
}

#logo {
	position: absolute;
	top: 20px;
	left: 30px;
}

#logo a {
	display: block;
	background: transparent url(img/pem-logo.png) no-repeat left top;
	width: 115px;
	height: 109px;
	text-indent: -9999px;
}

.header > ul {
	margin: 0;
	display: block;
	position: absolute;
	top: 106px;
	right: 0px;
}

.header > ul > li {
	list-style: none;
	float: left;
	display: block;
	margin: 0 15px;
	position: relative;
}

.header > ul > li a {
	color: #666;
	text-transform: uppercase;
	font-size: 13pt;
	text-decoration: none;
}

.header > ul > li a:hover,
.header > ul > li a:active,
.header > ul > li.current_page_item a {
	color: #582900;
	border-bottom: 3px solid #AF7E2F;
}

.header > ul > li > a.hovermenu {
	background: #eee;
	display: block;
	padding: 10px 15px 20px 15px;
	margin: -10px -15px -20px -15px;
	color: #000;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-decoration: none;
	border: none;
}

#project-nav {
	position: absolute;
	top: 25px;
	left: -15px;
	width: 370px;
	z-index: 200 !important;
	background: #eee;
	padding: 0px 15px 15px 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 0 8px 5px #666;
	-mox-box-shadow: 0 8px 5px #666;
}

#project-nav strong {
	color: #885400;
	display: block;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #CCC;
	font: normal 11pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}

#project-nav ul {
	margin: 0;
	padding: 0;
}

#project-nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#project-nav ul li a {
	font-size: 10pt;
	font-weight: normal;
	padding: 6px 0px;
	display: block;
	color: #333;
	text-transform: uppercase;
	
}

#project-nav ul li a:hover {
	border: none;
	color: #000;
	background: #FFF;
	margin: 0 -15px;
	padding: 6px 15px;
}

#memorial {
	display: block;
	position: absolute;
	top: 70px;
	right: 15px;
}

#memorial a{
	text-transform: uppercase;
	color: #804114;
	font-size: 11pt;
	text-decoration: none;
}

#memorial a:hover,
#memorial a:active{
	text-decoration:underline;
}

/* @end */

/* @group Content */

/* @group Sidebar Newsletter/Stock Quote */

#newsletter {
	padding: 0 0 10px 0;
}

#newsletter h4 {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #80420D;
	margin-bottom: 0.5em;
}

#newsletter-fields {
	position: relative;
}

.widget-stock .i-text {
	background: #EEE;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	width: 230px;
	padding: 1px 2px;
	height: 19px;
	font-size: 10pt;
	line-height: 18px;
	color: #666;
}

.widget-stock .i-text:focus {
	background: #FFF;
	border: 1px solid #999;
	outline: none;
	-webkit-box-shadow: 0 0 5px #999;
	-moz-box-shadow: 0 0 5px #999;
	color: #000;
}

.widget-stock .i-submit {
	position: absolute;
	left: 238px;
	background: transparent url(img/email-submit.png) no-repeat left top;
	border: 0;
	text-indent: -9999px;
	width: 48px;
	height: 23px;
	cursor: pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


.widget-stock .i-submit:hover,
.widget-stock .i-submit:focus,
.widget-stock .i-submit:active,
.widget-stock .i-submit.active {
	outline: none;
	background-position: 0 -23px;
	-webkit-box-shadow: 0 0 5px #FF9802;
	-moz-box-shadow: 0 0 5px #FF9802;
}

#stock-quote.block {
	border-top: 1px solid #000;
	padding-top: 10px;
}

#stock-quote h3 {
	margin: 0;
	color: #80420D;
	text-transform: uppercase;
	font-size: 0.9em;
}

#stock-quote > div > a {
	font-size: 0.9em;
	color: #000;
	text-decoration: none;
}

#stock-quote .date {
	padding: 4px 0 0 0;
	display: block;
	font-size: 8pt;
	color: #999;
	clear: both;
}

.event-title {
	font: italic bold 0.8em/1.4em Helvetica, Arial, sans-serif;
	margin: 0 0 0.2em 0;
	color: #111;
}

.event-body {
	font: 0.8em/1.4em Helvetica, Arial, sans-serif;
	color: #333;
}

.col-single.news .entry p {
	font: 1em/1.3em Georgia, "Times New Roman", Times, serif;
}

.col-single.news .entry td {
	font: 1em/1.3em Georgia, "Times New Roman", Times, serif;
	padding: 2px;
}

/* @end */

.content-bg {
	background: #FFF url(img/sub-head-bg.png) repeat-x left top;
}

.content-wrap {
	width: 960px;
	margin: 0 auto;
	background: transparent url(img/content-bg.jpg) no-repeat right top;
	border-width: 0 1px;
	border-style: solid;
	border-color: #AAA;
}

#newslist {
	margin-top: 10px;
}

#newslist th, #newslist td{
	border: 0;
	font: 10pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 1em 0;
}

#newslist th {
	width: 140px;
	border-right: 1px solid #CCC;
	text-align: right;
	padding-right: 15px;
	color: #333;
}

#newslist td {
	padding-left: 15px;
}

#newslist td a {
	color: #804217;
	text-decoration: none;
}

#newslist td a:hover{
	color: #000;
	text-decoration: underline;
}

.years {
	font-size: 9pt;
	color: #666;
	margin-top: 7px;
	padding-left: 170px;
}

.years ul {
	margin: 0;
	display: inline;
}

.years li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

.years li a {
	color: #444;
	padding: 0 5px;
}

.wp-pagenavi {
	font: 9pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	color: #666;
	margin: 0.8em 0 0 172px;
}

/*.first .wp-pagenavi {
	margin: -0.8em 0 1.2em 0;
}*/

.wp-pagenavi span.pages {
	padding-right: 20px;
	text-align: right;
}

.wp-pagenavi span.current {
	padding: 2px 5px;
	margin: 0 2px;
	border: 1px solid #999;
}

.wp-pagenavi a.page,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.first,
.wp-pagenavi a.last {
	padding: 2px 5px;
	margin: 0 2px;
	color: #333;
	text-decoration: none;
}

/* @end */

/* @group Home */

/* @group Feature */

.home-feature-bg {
	background: #000;
	height: 152px;
	width: auto;
}

.home-feature {
	height: 152px;
	width: 960px;
	background: transparent url(img/feature0.jpg);
	margin: 0 auto;
	position: relative;
}

.home-feature p.stock-symbol,
.int-feature p.stock-symbol {
	color: #ffc54e;
	font: 16pt Garamond, "Times New Roman", Times, serif;
	position: absolute;
	right: 15px;
	top: 15px;
	text-shadow: 0 0 4px #000;
}

.int-feature p.stock-symbol {
	color: #fff;
	font-weight: bold;
}

.home-feature p.home-intro {
	color: #FFF;
	font: small-caps 18pt  'Times New Roman', serif;
	position: absolute;
	right: 15px;
	top: 75px;
	text-shadow: 0 0 4px #000;
}

.int-feature p.feature-intro {
	color: #FFF;
	font: small-caps 18pt  'Times New Roman', serif;
	position: absolute;
	right: 15px;
	top: 75px;
	text-shadow: 0 0 4px #000;
}

.home-feature span.line2,
.int-feature span.line2 {
	display: block;
	padding-left: 200px;
	font-size: 20pt;
}

#home-gfx-bars {
	position: absolute;
	top: -25px;
	left: -10px;
}

/* @end */

/* @group Main Column */

.home-col-main {
	float: left;
	width: 545px;
	padding: 56px 36px 28px 41px;
}

.home-col-main p,
.home-col-main li {
	font-size: 0.9em;
	line-height: 1.4em;
}

.home-col-main td {
	font-size: 0.9em;
	border: none;
}

#home-buttons {
	display: block;
	margin: 0 -20px;
	padding: 10px 0 0 0;
}

#home-buttons > li {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 140px;
	float: left;
}

#home-buttons > li > a {
	display: block;
	background-color: transparent;
	background-image: url(img/home-buttons.jpg);
	background-repeat: no-repeat;
	padding: 118px 20px 15px 20px;
	height: 30px;
	line-height: 12pt;
	
	color: #666;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

#home-buttons > li > a:hover {
	color: #000;
}

li#hb-google a {
	height: 18px;
	padding-top: 130px;
	background: transparent url(img/home-ceoclips.png) no-repeat 3px 3px !important;
}

li#hb-ppt a {
	height: 32px;
	padding-top: 116px;
	background: transparent url(img/home-ppt.png) no-repeat 3px 3px !important;
}

#hb-pres a {
	background-position: -285px 0;
}

li#hb-frio {


	display: block;
	background-color: transparent;
	background-image: url(img/home-buttons.jpg);
	background-repeat: no-repeat;
	padding: 15px 15px 15px 15px;
	height: 135px;
	width: 114px;
	line-height: 12pt;
	
	color: #666;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;

	background-position: -428px 0;
}

li#hb-frio a {

	background: #FFF;
	display: block;
	vertical-align: middle;
	padding: 0;
	width: 114px;
	height: 65px;
	line-height: 12pt;
	
	color: #666;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	

}

li#hb-frio a#pem-3d {
	background: #FFF url(img/3d_mod.png) no-repeat left top;
	padding: 50px 0 2px 0;
	height: 32px;
	line-height: 1.2em;
	border-bottom: 2px solid #999;
}

li#hb-frio a#pem-drill {
	height: 35px;
	padding: 8px 0;
}

.videobutton {
	background: #FFF;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding: 5px 10px;
	-webkit-box-shadow: 0 0 20px #666;
	-moz-box-shadow: 0 0 20px #666;
	margin-left: 20px;
	display: block;
	width: 115px;
	margin: 10px 0 0 0;
}

a#project-pem-3d {
	width: 110px;
	height: 20px;
	padding: 55px 0 0 0;
	background: #FFF url(img/3d_mod.png) no-repeat left top;
	color: #333;
	text-decoration: none;
	font-size: 0.9em;
	border: 1px solid #CCC;
	display: block;
	text-align: center;
}

a#project-pem-3d:hover {
	color: #000;
	font-weight: bold;
}

/* @end */

/* @group Sidebar */

.home-col-sidebar {
	width: 325px;
	float: left;
	padding: 25px 12px 28px 0;
}

#home-subscribe.widget-stock {
	background: transparent url(img/info-bottom.png) no-repeat 1px bottom;
	padding-bottom: 25px;
	margin: 0 -11px;;
}

#home-subscribe > form {
	display: block;
	background: transparent url(img/info-top.png);
	padding: 25px 30px 0 30px;
}

.home-col-sidebar #stock-quote div a span {
	padding: 0 15px 0 0;
	float: left;
}

.stockup {
	color: #1e6e00;
	font-weight: normal;
}
.stockdown {
	color: #5f0000;
	font-weight: normal;
}
.stocknc {
	color: #333;
	font-weight: normal;
}

#home-side-feature {
	margin: 0 -10px;
}

#home-side-media a {
	display: block;
	color: #88572d;
	text-decoration: underline;
	text-transform: uppercase;
	font: bold 11pt Arial, Helvetica;
	
	padding: 15px 0px;
}

.home-col-sidebar .posts h3 {
	color: #80420D;
	text-transform: uppercase;
	font-size: 0.9em;
	padding-bottom: 10px;
	border-bottom: 1px solid #8C7165;
}

.home-col-sidebar .post {
	font: 0.8em/1.4em Arial, Helvetica, Geneva, sans-serif;
}

.home-col-sidebar .post a {
	color: #333;
	text-decoration: none;
	display: block;
}

.home-col-sidebar .post a em {
	color: #764f12;
	font-weight: bold;
}

.home-col-sidebar .post a:hover em {
	text-decoration: underline;
}

#home-side-events {
	padding-top: 5px;
}

/* @end */



/* @end */

/* @group Interior */

/* @group Feature */

.int-feature-bg {
	background: #000;
	height: 151px;
	width: auto;
}

.int-feature {
	height: 151px;
	width: 960px;
	background: transparent url(img/feature1.jpg);
	margin: 0 auto;
	position: relative;
}

/* Corporate */
.parent-3 .int-feature, .pg-3 .int-feature {
	background-image: url(img/feature7.jpg);
}

/* Projects */
.parent-4 .int-feature, .pg-4 .int-feature, .parent-13 .int-feature, .parent-14 .int-feature {
	background-image: url(img/feature1.jpg);
}

/* News */
.parent-news .int-feature, .pg-news .int-feature {
	background-image: url(img/feature3.jpg);
}

/* Investors */
.parent-6 .int-feature, .pg-6 .int-feature {
	background-image: url(img/feature4.jpg);
}

/* Commodities */
.parent-7 .int-feature, .pg-7 .int-feature {
	background-image: url(img/feature2.jpg);
}

/* Contact */
.parent-8 .int-feature, .pg-8 .int-feature {
	background-image: url(img/feature6.jpg);
}

#feat-gfx-bars {
	position: absolute;
	top: -28px;
	left: -5px;
}

/* @end */

/* @group Left Column */

.col-nav-left {
	float: left;
	width: 117px;
	margin: 0;
	padding: 57px 36px;
}

.col-nav-left h3 {
	font-size: 1em;
	text-transform: uppercase;
	color: #999;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #999;
}

.col-nav-left h3 a {
	color: #999;
	text-decoration: none;
}

.col-nav-left h3 a:hover {
	color: #333;
	text-decoration: underline;
}

.col-nav-left ul {
	margin: 0;
	padding: 0;
}

.col-nav-left ul li {
	margin: 0.8em 0;
	padding: 0;
	list-style: none;
	display: block;
}

.col-nav-left ul li a {
	color: #555;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
}

.col-nav-left ul li.current_page_item {
	border-bottom: 3px solid #AF7E2F;
}

.col-nav-left ul li.current_page_item a {
	color: #604930;
}

/* @end */

/* @group Center Column */

.col-main-center {
	width: 465px;
	padding: 42px 40px;
	float: left;
}

.col-main-wide {
	width: 665px;
	padding: 42px 40px;
	float: left;
}

.col-main-center h2,
.col-main-wide h2 {
	color: #804217;
	font: normal normal 1.4em Georgia, "Times New Roman", Times, serif;
}

.col-main-center h3,
.col-main-wide h3 {
	color: #464646;
	font: bold 12pt/10pt Arial, Helvetica, sans-serif;
	margin: 2em 0 0.5em 0;
	border-bottom: 3px solid #BBB;
	text-transform: uppercase;
}

.entry a {
	color: #80410A;
}

.entry a:hover {
	color: #532401;
}

/* @end */

/* @group Single Post (L&C) */

.col-single {
	width: 665px;
	padding: 50px 40px;
	float: left;
}

.col-single h2 {
	color: #804217;
	font: normal normal 1.4em Georgia, "Times New Roman", Times, serif;
	margin: 0;
}

.col-single h3 {
	color: #000;
	font: bold 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 1em 0 0.2em 0;
}

h2.post-title {
	margin: 0;
	font-size: 1.5em;
	text-shadow: #FFF 0 0 20px;
	border-bottom: 2px solid #9D6740;
	padding-bottom: 5px;
}

.newsdate {
	font: 1em Georgia, "Times New Roman", Times, serif;
	margin: 5px 0 1.5em 0;
	color: #333;
}

.return {
	font: 0.9em Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px 3px;
	text-align: left;
}

.return a {
	color: #777;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}

.return a:hover,
.return a:active,
.return a:focus {
	color: #000;
	border-bottom: 1px solid #333;
}

.entry a {
	color: #80410A;
	border: none !important;
}

.entry a:hover {
	color: #532401;
}

.entry {
	font-size: 11pt !important;
}

.entry p, .entry td, .entry li, .entry blockquote {
	font: 10pt/16pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
}

.entry h4 {
	font-weight: bold;
	margin: 2em 0 0.5em 0;
}

.entry p span {
	font-size: inherit !important;
}

.entry.pg-6 ul {
	border-bottom: 1px solid #CCC;
	margin: 0px 0 0 10px;
	padding-bottom: 1em;
}

.entry.pg-6 li {
	margin: 0;
	padding: 0;
	font-size: 10pt;
}

.entry.pg-6 li {
	margin: 0;
	padding: 0 0 0.7em 10px;
	font-size: 10pt;
	color: #666;
	list-style: none;
}

.entry.pg-6 li a {
	font-size: 9pt;
	text-decoration: none;
	color: #333;
}

.entry.pg-6 li a strong {
	display: block;
	font-size: 1.1em;
	position: relative;
	left: -10px;
	color: #80410a;
	padding: 0 0 3px 0;
}

.entry.pg-6 li a:hover strong {
	text-decoration: underline;
}

.entry.pg-6 li a:hover {
	color: #000;
}

.model_nav {
	margin: 0 0 0 -10px;
	padding: 0;
}

.model_nav li {
	float: left;
	list-style: none;
	padding: 0 10px 10px 5px;
}


.entry ul.model_nav li a:hover {
	background-color: #BBB;
	border:1px solid #BBB !Important;
}

.entry ul.model_nav li a {
	display: block;
	width: 316px;
	text-align: center;
	background: #ddd url(img/png-grad/h40-c_w0-o80.png) repeat-x left top;
	
	border: 1px solid #DDD !important;
	
	padding: 3px 0;
	color: #000;
	text-decoration: none;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
}

.entry ul.model_nav li a.active {
	background-color: #b47627;
}


.models {
	clear: both;
	margin-left: -20px;
}

#project-map-wrap {
	float: left;
	width: 643px;
	height: 210px;
	overflow: auto;
	
	margin: -8px 0 30px 0;
	padding: 0 10px;
	
	background: #FFF url(img/png-grad/h40-c_g0-o10.png) repeat-x left top;
	
	border: 1px solid #CCC;
	border-top: 0;
}

#project-maps td {
	width: 106px;
	margin: 0;
	padding: 0 5px;
	height: 180px;
	overflow: hidden;
	border: 0;
	font: 9pt/1.3em Arial, sans-serif !Important;
	text-align: center;
}

#project-maps td img {
	margin: 10px 2px 0 2px;
}

#project-maps td a {
	text-decoration: none;
	color: #333;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	filter: Alpha(Opacity=80);
	
}

#project-maps li a:hover {
	color: #80410a;
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	filter: Alpha(Opacity=100);
	
}

/* @end */

/* @group Right Sidebar */

.col-sidebar-right {
	width: 190px;
	float: left;
	padding: 30px 0;
}

#int-subscribe.widget-stock {
	background: transparent url(img/side-info-bottom.png) no-repeat left bottom;
	padding-bottom: 23px;
	margin: 0 -10px;
}

#int-subscribe.widget-stock form {
	background: transparent url(img/side-info-top.png) no-repeat left top;
	padding: 25px 25px 0 25px;
}

#stock-quote span.label {
	display: block;
	padding: 4px 0;
	border-bottom: 1px dotted #AAA;
	height: 16px;
	line-height: 18px;
	font-size: 9pt;
	text-transform: uppercase;
}

#stock-quote span.value {
	padding: 4px 0;
	float: right;
	height: 16px;
	line-height: 16px;
}

.col-sidebar-right .widget-stock .i-text {
	width: 155px;
	font-size: 8pt;
	color: #666;
}

.col-sidebar-right .widget-stock .i-submit {
	position: relative;
	top: 0;
	left: 0;
	margin-top: 5px;
}

.col-sidebar-right #stock-quote.block {
	border-top: 4px solid #999;
}

#int-side-news h3{
	color: #80420D;
	text-transform: uppercase;
	font-size: 1em;
	padding-bottom: 10px;
	border-bottom: 1px solid #8C7165;
}

#int-side-news .post a {
	color: #333;
	text-decoration: none;
	font-size: 0.8em;
}

#int-side-news .post a em {
	color: #764f12;
	font-weight: bold;
}

#int-side-news .post a:hover em,
#int-side-news .post a:active em {
	text-decoration: underline;
}

/* @end */

/* @end */

/* @group Projects */

/* @group Nav Column */

.col-map-nav {
	float: left;
	width: 200px;
	margin: 0;
	padding: 30px 36px;
}

.col-nav-left .col-map-nav {
	margin-top: -24px;
	padding: 0;
	width: 160px;
}

.col-map-nav ul {
	margin: 0;
	padding: 0;
}

.col-map-nav > ul > li {
	margin: 2em 0 0.5em 0;
	padding: 0;
	list-style: none;
	display: block;
}

.col-map-nav > ul > li > a {
	color: #634932;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	border-bottom: 2px solid #AF7E2F;
	display: block;
}

.col-nav-left .col-map-nav > ul > li > a {
	color: #888;
	border-bottom: 2px solid #888;
}

.col-nav-left .col-map-nav > ul > li.current_page_parent > a {
	color: #604932;
	border-bottom: 2px solid #af7d2d;
}

.col-map-nav ul ul {
	margin: 0;
	padding: 0;
}

.col-map-nav ul ul > li {
	margin: 0.8em 0;
	padding: 0;
	list-style: none;
	display: block;
}

.col-map-nav ul ul > li > a {
	color: #604930;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: normal;
}

.col-nav-left .col-map-nav ul ul > li > a {
	color: #333;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: normal;
}

.col-nav-left .col-map-nav ul ul > li > a:hover {
	text-decoration: underline;
}

.col-nav-left .col-map-nav ul ul > li.current_page_item {
	border-bottom: none;
}

.col-nav-left .col-map-nav ul ul > li.current_page_item > a {
	color: #604930;
	font-weight: bold;
}

/* @end */

.col-map-flash {
	width: 630px;
	float: left;
	padding: 30px 0 30px 30px;
	background: transparent;
}

.col-map-flash object {
	-webkit-box-shadow: 0 0 15px #666;
	-moz-box-shadow: 0 0 15px #666;
	box-shadow: 0 0 15px #666;
}

/* @end */

/* @group CForms */

/* @group Main top-level elements */

.cform { 
	margin:10px 0 0 0; 
	width: 450px; 
}

.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 5px 0; 
	border:none;
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	margin:0;
	padding:0;
	font-size: 11pt;
	color: #333;
	letter-spacing: 1px;
}

ol.cf-ol { 
	margin:0!important; 
	padding:5px 0 0 0!important; 
	border-top:1px solid #ccc;
}
ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important; /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.1em;
}

/* @end */

/* @group Text-Only */

ol.cf-ol li.textonly {
	color:#888888;
	font-size:10pt;
	margin:12px 0pt !important;
	padding:0pt 0pt 0pt 100px;
}



/* @end */

/* @group Global field labels */

.cform label {
	width:200px; 
	margin:4px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:left;
	vertical-align:top;
	color: #333;
	font:0.9em Trebuchet MS,sans-serif;
}

#li--2items label,
#li--3items label {
	width: 400px;
}

#li--2items label span,
#li--3items label span {
	width: 400px;
	padding: 0 0 0 3px;
}

#li--5items label,
#li--5items label span {
	width: 50px;
	padding: 0;
}

#li--19 {
	padding-top: 15px;
	padding-left: 20px;
}

#li--19 span {
	padding: 0 0 0 10px;
	line-height: 16px;
}

#li--19 input {
	float: left;
}

.cform label span {
	width:250px !important; /* must be the same as above!*/
	display:block;
	padding-left: 20px;
}

label.cf-before {
	margin:4px 10px 0 0; 
}

label.cf-after 	{
	margin:4px 2px 0pt 6px;
	text-align:left;
	width:75px;
}

label.cf-after span {
	width:75px;
	display:block;
}

label.cf-group-after {
	margin:4px 0 0 2px;
	width:200px;
	text-align:left;
}
label.cf-group-after span {
	width:60px;
	display:block;
}

/* @end */

/* @group Fields, general formatting */

.cform input,
.cform textarea,
.cform select { 
	padding:3px;
	border:1px solid #aaa; 
	font:0.9em Trebuchet MS,sans-serif;
	color:#888;
	background:#ffffff;
	vertical-align:top;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	border: 1px solid #7a4900;
	background:#ffffff; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	color:#666;
	border: 1px solid #000;
	background: #FFF;
	outline: none;
}

.cform textarea,
.cform input {
	width:298px; 
}
.cform select {
	width:306px; /* attempt to have equal length */
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	overflow:auto;
	margin-left: 20px;
}

.cform input.single {
	margin-left: 20px;
}

fieldset.cf-fs3 ol {
	display: block;
	padding: 5px 0 0 20px !important;
}

fieldset.cf-fs3 ol.cf-ol li {
	padding: 10px 0 0 0 !Important;
}


fieldset.cf-fs3 ol.cf-ol li label
{
	margin: 0;
	width: 300px;
}

fieldset.cf-fs3 ol.cf-ol li span
{
	margin: 0;
	padding: 0;
}

fieldset.cf-fs3 ol.cf-ol li input
{
	margin: 0;
	width: 300px;
}

/* @end */

/* @group Req'd formatting */

span.reqtxt,
span.emailreqtxt { 
	margin:0px 5px 7px 20px;
	display: block; 
	vertical-align:top;
	color: #aaa;
	font-size:0.7em;
	line-height:1.2em;
}



/* @end */

/* @group Radio button title */

ol.cf-ol li.cf-box-title {
	color:#666;
	font-size:10pt;
	margin:12px 0pt 0 !important;
	padding:0pt 0pt 0pt 20px;
}



/* @end */

/* @group Checkboxes */

input.cf-box-a,
input.cf-box-b 	{ 
	margin:1px 0 0 0; 
	width:16px; 
	height:22px;
	border:none!important;
	background:none!important;
}

input.cf-box-a 	{ 
	margin-left:100px; /* check with label 'width' incl. */
}

/* @end */

/* @group Checkbox groups */

ol.cf-ol li.cf-box-group {
	padding: 0 0 5px 20px; 
}



/* @end */

/* @group Form Submit Button */

p.cf-sb {
	margin: 0;
	padding: 10px 25px 0 0 !important;
	text-align:right;
	border-top:  1px solid #999;
	width: 327px;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	width:auto;  
	padding:0.3em 2em; 
	margin: 0;
	font-size:1em;
	border: 1px solid #3c3c3c;
	border-color: #CCC #999 #666 #999;
	color: #fff;
	background: #807a6c;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 0px 1px 3px #CCC;
	cursor: pointer;
}

.cform input.backbutton:focus,
.cform input.resetbutton:focus,
.cform input.sendbutton:focus,
.cform input.backbutton:hover,
.cform input.resetbutton:hover,
.cform input.sendbutton:hover {
	background: #ffd265;
	-webkit-box-shadow: 0px 0 20px #FFB500 !important;
	color: #000;
}

.cform input.backbutton:active,
.cform input.resetbutton:active,
.cform input.sendbutton:active { 
	color: #FFF;
	border-color: #555 #999 #CCC #999;
	background: #764600;
	-webkit-box-shadow: 0px -2px 2px #666 !important;
}

.cform input.resetbutton {
	margin: 0 5px 0 0;
}
.cform input.backbutton {
	margin: 0 5px 0 0;
}

/* @end */

/* @group Error display */

ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px 0!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	margin:0 0 0 10px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/* @end */

/* @group Visitor Verification */

label.secq,
label.seccap {
	vertical-align:text-bottom;
	margin-bottom:4px;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:100px;
	padding: 4px 4px;
	margin: 0;
	vertical-align:text-bottom;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_white.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

img.imgcalendar {
	border:none;
}

/* @end */

/* @group Response Msgs */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:380px;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:red!important;
	text-decoration:underline!important;
}
div.success {
	background:#F9F9F9 none repeat scroll 0%;
	color:#AAAAAA;
	display:block;
}
div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}

p.cf_info 		{
	margin:10px 0;
	text-align:center;
}
p.success 	{
	color:green;
}
p.failure 	{
	color:red;
}

/* @end */

/* @group Invalid Input */

.cform .cf_error { 
	color:red; 
	border:1px solid #FF0000; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:red; 
}

/* @end */

/* @group Disabled Fields */

/* hidden in IE */
[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/* @end */

/* @group Upload box */

.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}



/* @end */

/* @group Other: linklove */

.linklove {
	display: none;
}

/* @end */

/* @group Browser hacks */

*+html ol.cf-ol,
*+html ol.cf-ol li	{
	display: inline-block;  /*for ie7*/
}
* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;
}
* html .cform legend { 
	position:absolute; 
	left: -8px; 
	top:0;
	margin-left:0;
}
*+html .cform legend { 
	position:absolute; 
	left: -8px;
	top:0;
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html img.captcha	{
	margin-bottom:1px!important;
}
*+html img.captcha	{
	margin-bottom:1px!important;
}

/* @end */

/* @end */





/* @group Footer */

#footer {
	clear: both;
	position: relative;
	padding: 10px 0 20px 0;
	margin: 0 15px;
	border-top: 1px solid #907469;
}

#footer > ul {
	position: absolute;
	top: 10px;
	right: 15px;
	display: block;
	margin: 0;
}

#footer > ul > li {
	display: inline;
}

#footer > ul > li > a {
	color: #333;
	font-size: 9pt;
	text-decoration: none;
	padding: 0 4px;
}

#footer > ul > li > a:hover,
#footer > ul > li > a:active,
#footer > ul > li.current_page_item > a {
	color: #582900;
}

#footer .credit {
	font-size: 8pt;
	color: #666;
}

#footer .credit a {
	color: #666;
	text-decoration: none;
}

#footer .credit a:hover {
	color: #333;
	text-decoration: underline;
}

/* @end */