/*
-----------------------------------------------
Author:   Anthony Shafto
Version:  2 November 2005
License:  This style sheet and all imported style sheets are licensed
under a Creative Commons Attribution-ShareAlike 2.5 License.

http://creativecommons.org/licenses/by-sa/2.5/

You may copy, distribute, display and/or use the work provided it is not
for commercial purposes. Should you wish to use the work for commercial
purposes please get the licensor's permission.

Licensor contact: spamshield@positiva2.net
----------------------------------------------- */
@import url("sIFR-screen.css");

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	width: 100%;
}

body {
	background: #fafafa;
	font: normal normal 71% "Arial", "Helvetica", "Verdana", sans-serif;
	color: #2d2c2e;
	min-width: 760px;
	width:expression( documentElement.clientWidth < 760 ? (documentElement.clientWidth == 0 ? (body.clientWidth < 760 ? "760" : "auto") : "760px") : "auto" );
}
#wrapper {
	position: relative;
	min-height: 100%;
}
* html #wrapper { height: 100%; }

#header {
	background: #000; 
	padding: 1em 0 0 2em;
	height: 76px;

}

#header_bottom { 
	height: 37px;
	vertical-align: bottom;	
	clear: both;
}

/* Content - Layout controls
----------------------------------------------- */
#content {
	padding: 0 0 0 2em;
	clear: both;
}
/* Establish 2-col layout
----------------------------------------------- */
#content #contentPrimary {
	width: 56%;
	float: left;
	display: inline; /* IEwin doubled margin bug fix */
	padding-bottom: 4em;
}
#content #contentSecondary {
	width: 180px;
	float: right;
	display: inline; /* IEwin doubled margin bug fix */
	margin-right: 10%;
	padding-top: 4em;
}

/* Typography
----------------------------------------------- */
p, address, blockquote {
	font-size: 1.1em;
	line-height: 1.5em;
	letter-spacing: 0;
	font-style: normal;
	padding: .5em 0 .5em 0;
}
/* Headers
----------------------------------------------- */
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: .5em 0 0 0;
	font-weight: normal;
	line-height: 1.3em;
	color: #ec7225;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1em;
	font-weight: bold;
}
h3, h4, h5 {
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
}
h4 {
	font-size: 1.1em;
	text-transform: none;
}
h5 {
	font-size: .8em;
}
/* Lists
----------------------------------------------- */
ul, ol, dl {
	margin: .5em 0 .5em 0;
	line-height: 1.5em;
	font-size: 1.1em;
}
ul {
	list-style-type: disc;
}
ul ul {
	list-style-type: circle;
}
ul ul ul {
	list-style-type: square;
}
ol ol {
	list-style-type: lower-latin;
}
ol ol ol {
	list-style-type: lower-roman;
}
ul#nav {
	list-style-type: none;
	white-space: nowrap;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
	color: #ec7225;
}
a:hover, a:active {
	text-decoration: none;
}
a:visited {
	color: #2d2c2e;
}
ul#nav a:link, ul#nav a:visited, ul#nav a:hover, ul#nav a:active {
	text-decoration: none;
	color: #ec7225;
}
ul#nav a:hover, ul#nav a:active {
	color: #2d2c2e;
}
ul#navli#current a:link, ul#navli#current a:visited, ul#navli#current a:hover, ul#navli#current a:active {
	color: #2d2c2e;
}
/* General
----------------------------------------------- */
abbr:hover {
	cursor: help;
}
#pageTop, #skipLinks {
	width: 1px;
	position: absolute;
	top: -999em;
	left: -999em;
}
img {
	border: 0;
}

.selcted {
	color: #2d2c2e;
}

.clearFloat {
	clear: both;
	height: 0;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */