/*--------------------------------------------------------------

Common screen styles that are used in all static pages

--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, 
small, strike, strong, sub, sup,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	}
* {
	margin:0;
	padding:0;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	background:#593525 url(/img/bg.gif) repeat-x;
	color:black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:95%;
	text-align:center;
  line-height: 1.5; /* Unitless for proper inheritance */
	}
/* This is where you set your desired font size. The line-height 
   and vertical margins are automatically calculated from this. 
   
   You have to add an extra calculation here because of IE, so that 
   all users may resize text manually in their browsers.
   
   The top one is for IE: The percentage is of 16px (default IE text size)
   10px is 62.5%, 12px is 75%, 13px is 81.25%, and so forth).
   The second value is what all other browsers see (the wanted font size).

	 percentage / 8.3333333 = font size in px
*/
   
body          { font-size: 75%; }   /* IE */
html > body   { font-size: 12px; }  /* Other browsers */
/*--------------------------------------------------------------
 Main Link Styles 
--------------------------------------------------------------*/
a {text-decoration:none; color: #fd880b; outline:none;}
a:hover {text-decoration:underline;}
a img {border:0;}
a.more {
	color: #fff;
	text-decoration: none;
	font-size: 90%;
	display: block;
	width: 94px;
	height: 22px;
	line-height: 21px;
	padding-left: 29px;
	background: url(/img/more.gif) no-repeat;
	}
a.more:hover { background-position: 0 -22px; }
/*--------------------------------------------------------------
 Common element styles 
--------------------------------------------------------------*/
p           { margin: 0 0 1em 0; text-align:left; font-size: 90%; line-height: 1.8; }
p.date			{ color: #999; }
p small			{ font-size: 90%; color: #999; }
#feat-box p { color: #fff; }
#post-box p { line-height: 1.4; }
#feat-box ul { color: #fff; }
ul, ol      { margin: 0 0 1.5em 1.5em; font-size: 90%; line-height: 2; }
ol          { list-style-type: decimal; }
dl          { margin: 1.5em 0; }
dl dt       { font-weight: bold; }

strong      { font-weight: bold; }
em        	{ font-style: italic; }

acronym, dfn, abbr {
	text-decoration:none;
	padding-bottom:2px;
	cursor:help;
	}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:separate;
	border-spacing:0;
	}
caption, th, td {
	text-align:left;
	font-weight:normal;
	}
/*----------------------------------------------------------------
 Heading Styles 
-----------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 { 
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
h1 { font-size: 2.6em; color: #fd880b; border-bottom: 1px dashed #fe911b; font-weight: normal; margin-bottom: 15px; }
h2 { color: #fff; background: url(/img/h2-bg.jpg) repeat-x; font-size: 133%; padding: 6px 14px 0 14px; }
h3 { font-size: 116%; color: #fe911b; margin-bottom: 0.2em; font-weight: bold; }
h3 small { font-size: 80%; font-weight: normal; }
h4 { font-size: 1.2em; line-height:1.25; font-weight:bold; }
h5 { font-size: 1em; font-weight:bold; }
h6 { font-size: 1em; }
/*--------------------------------------------------------------
 Table Styles 
--------------------------------------------------------------*/
table   { margin-bottom: 1.4em; border-top:0.1em solid #ddd; border-left:0.1em solid #ddd; }
th,td   { height: 1em; padding:0.2em 0.4em; border-bottom:0.1em solid #ddd; border-right:0.1em solid #ddd; }
th      { font-weight:bold; }
/*--------------------------------------------------------------
 Layout element styles 
-------------------------------------------------------------*/
#fixed-width-wrapper {
	position:relative;
	margin:0 auto 0 auto;
	width:942px;
	text-align:left;
	background:transparent;
	line-height:1.1;
	}
#header {
	height: 99px;
	position: relative;
	}
#banner {
	border: 0;
	margin: 0 0 20px 0;
	}
#content {
	width: 910px;
	padding: 16px 15px;
	border: 1px solid #371e12;
	background: #fff;
	}
#content img {
	border: 1px solid #e6e6e6;
	margin-bottom: 20px;
	}
.col {
	width: 285px;
	float: left;
	margin-right: 20px;
	}
.col.feat {
	width: 300px;
	}
.col.large {
	width: 605px;
	}
.col.super {
	width: 100%;
	margin-right: 0;
	}
.col.last {
	margin-right: 0;
	}
.padFix {
	padding: 10px 14px;
	}
#feat-box {
	border: 1px solid #e6e6e6;
	background: #4d4d4d;
	}
#post-box {
	border: 1px solid #e6e6e6;
	}
.post {
	border-bottom: 1px dashed #fe911b;
	margin-bottom: 8px;
	}
.news {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 15px;
	padding-bottom: 5px;
	}
#map {
	width: 279px;
	border: 1px solid #e6e6e6;
	padding: 1px;
	height: 330px;
	margin-bottom: 20px;
	}
#logocontrol + div {
	display: none;
}
/*--------------------------------------------------------------
 Header styles 
-------------------------------------------------------------*/
#logo {
	position: absolute;
	top: 14px;
	left: 1px;
	}
/*--------------------------------------------------------------
 Footer specific styles 
--------------------------------------------------------------*/
#footer {
	margin: 15px 0;
	padding: 15px;
	border: 1px solid #371e12;
	background: #fff;
	}
#footer-top {
	border-bottom: 1px solid #a8a8a8;
	padding-bottom: 10px;
	}
#footer p, #footer ul, #footer a {
	color: #313131;
	list-style: none;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	line-height: 1.6;
	font-size: 100%;
	}
#footer ul li {
	display: inline;
	background: url(/img/footer-div.gif) no-repeat 100% 50%;
	padding: 0 15px 0 8px;
	}
#footer ul li.last {
	background: 0;
	padding-right: 0;
	}
#footer .left {
	float: left;
	}
#footer .right {
	float: right;
	}
#footer .left-small {
	float: left;
	font-size: 90%;
	font-weight: normal;
	padding-top: 10px;
	margin: 0;
	line-height: 1.5;
	}
#footer .right-small {
	float: right;
	width: 50%;
	text-align: right;
	font-size: 90%;
	font-weight: normal;
	padding-top: 10px;
	margin: 0;
	line-height: 1.5;
	}
#footer .float-right {
	padding-bottom: 0;
	}
/*--------------------------------------------------------------
 Top Nav styles 
--------------------------------------------------------------*/
ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	right: 0;
	}
#nav li {
	float: left;
	}
#nav li a {
	display: block;
	height: 99px;
	}
#nav li a:hover {
	background-position: 0 -99px;
	}
#header #nav li a.current {
	background-position: 0 -198px;
	}
#nav li a span {
	display: none;
	}
#home a {
	width: 76px;
	background: url(/img/nav/home.gif) no-repeat;
	}
#our-services a {
	width: 115px;
	background: url(/img/nav/our-services.gif) no-repeat;
	}
#issues-and-views a {
	width: 129px;
	background: url(/img/nav/issues-and-views.gif) no-repeat;
	}
#workshops-and-seminars a {
	width: 178px;
	background: url(/img/nav/workshops-and-seminars.gif) no-repeat;
	}
#about-us a {
	width: 99px;
	background: url(/img/nav/about-us.gif) no-repeat;
	}
#frequently-asked-questions a {
	width: 76px;
	background: url(/img/nav/frequently-asked-questions.gif) no-repeat;
	}
#contact a {
	width: 89px;
	background: url(/img/nav/contact.gif) no-repeat;
	}
/*--------------------------------------------------------------
 Form Validation styles 
--------------------------------------------------------------*/
form.std-form fieldset input.validation-failed, form.std-form fieldset textarea.validation-failed {
	border: 1px solid #f00;
}
form.std-form fieldset input.validation-passed, form.std-form fieldset textarea.validation-passed {
	border: 1px solid green;
}
.validation-advice {
	margin: 2px;
	padding: 2px;
	color:#f00;
	font-size: 80%;
}
.warning {
	border: 1px solid #c66;
}
.warning-advice {
	margin: 2px;
	padding: 2px;
	color:#fff;
	background-color:#bbb;
}

/*-----------------------------------------
	Form Styles
-----------------------------------------*/
form.std-form,  form.std-form fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}
fieldset p { margin: 0; }
form.std-form fieldset {
	padding-bottom: 20px;
	display: block;
	}
.std-form label {
	display: block;
	margin: 0;
	font-size: 116%;
	font-weight: bold;
	margin-bottom: 0.6em;
	color: #fe911b;
	}
.std-form .input_text {
	width: 250px;
	padding: 5px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 1px solid #ccc;
	}
.std-form textarea.input_text {
	width: 350px;
	}
.ie_hover, ie_focus {
	background: #FDFDE2;
	}
/*--------------------------------------------------------------
 styles 
-------------------------------------------------------------*/
#sitescene {
	float:right;
	width: 35px;
	margin-bottom: 15px;
	}
#sitescene p {
	margin: 0;
	}
#sitescene a {
	display: block;
	height: 32px;
	background: url(/img/sitescene-logo.gif) no-repeat;
	}
#sitescene a:hover {
	background-position: 0 -32px;
	}
#sitescene a span {
	display: none;
	}
a.pdf {
	display: block;
	background: url(/img/pdf-icon.gif) no-repeat;
	padding-left: 40px;
	min-height:31px;
  height:auto !important;
  height:31px;
	float: left;
	margin: 0 20px 20px 0;
	}
a.pdf:hover {
	color: #000;
	}
a.pdf span {
	display: block;
	color: #ccc;
	font-size: 90%;
	}
a.pdf span.title {
	font-size: 110%;
	font-weight: bold;
	color: #FD880B;
	}
a.pdf:hover span.title {
	text-decoration: underline;
	}
a.pdf:hover {
	text-decoration: none;
	}
/*--------------------------------------------------------------
 Miscellaneous styles 
--------------------------------------------------------------*/
.text-align-right {text-align:right;}
.text-align-left{text-align:left;}
.center {text-align:center;}
.float-right {float:right;margin:0 0 14px 14px;}
.float-left {float:left;margin:0 14px 14px 0;}
div.float-fix {overflow:hidden;clear:both;height:0; font-size:0;}
br.float-fix {clear:both;}
.bold {font-weight:bold;}
.hide {display:none;}
/*--------------------------------------------------------------
 sIFR Replacements
--------------------------------------------------------------*/
.sIFR-active h1,
.sIFR-active h2 {
	visibility:hidden;
	font-family:Verdana;
	line-height:1em;
	font-size:32px;
	}
.sIFR-active h2 {
	font-size:16px;
	}