/* -------------------------------------------------------------- 

	 CSS Framework Screen Styles
   * Version:   	0.0
   * Last Updated: 	09/26/2007
   * Created by: 	dab - Conbrio.com
      
   This is the main CSS-file for the framework.
   
-------------------------------------------------------------- */

html {	margin: 0; }

body {
  margin: 0;
  line-height: 1.5;
  font-family: "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;   
  color:#000;
  background: none;
  font-size: 10pt;
}

.container {
  background: none;
}

h1,h2,h3,h4,h5,h6 { font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif; margin-bottom: .3em; line-height: normal; }

h1 {	font-weight: bold; font-style:italic; color: #E21836; font-size: 16pt; }
h2 {	font-weight: bold; font-style:italic; color: #FAAF33; font-size: 12pt; }
h3 {	font-weight: bold; font-style:italic; color: #000; font-size: 12pt; }
h4 {	font-weight: bold; font-style:italic; color: #E21836; font-size: 12pt; }

code { font:.9em "Courier New", Monaco, Courier, monospace; } 

img { margin: .5em 0 .25em 0; }
a {	text-decoration: none; font-weight: bold; color: #E21836;}
a img { border:none; }
p img.top { margin-top: 0; }

p {
	display: inherit;
	margin: .2em 0 .8em 0;
	padding: 0;
}

hr { 
  background:#ccc; 
  color:#ccc;
  width:100%;
  height:2px;
  margin:2em 0;
  padding:0;
  border:none;
}

blockquote {
  margin:1.5em;
  padding:1em;
  font-style:italic;
  font-size:.9em;
}

.small  { font-size: .9em; }
.large  { font-size: 1.1em; }
.quiet  { color: #999; }

#main table {
	width: 100%;	
}

#main table td p, 
#main table tr td p {
	display: block;
	width: 100%;	
}

#leftSide {
	width: 30%;
	overflow: hidden;
	float: left; 	
	padding-bottom: 5.75em;
	padding-right: .4em;
	margin-right: .4em;
	border-right: 1pt solid #FAAF33;
}

#rightSide {	
	width: 34%;
	overflow: hidden;
	float: right;
	padding-left: .8em;
	padding-bottom: 3em;
	margin-left: .8em;
	border-left: 1pt solid #FAAF33;
}

form {
	width: 60%;
}

img.left {
	float: left;
	display: inline;
	margin-right: .75em;
}

.right {
	float: right; clear: right;
	padding-left: .75em;
}

#banner {
	padding-bottom: 1.1em;
}

textarea, button {
	display: none;
}

/* Hide from print
-------------------------------------------------------------- */

.noPrint,
#logo, 
#nav, #navSub
{	display: none; }

#footer p#copyright {
	clear: both;
	padding-top: 2em;
	text-align: center;
}

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}