@charset "utf-8";
body  {
	font: 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #bf6a00 url(../interface/tiling_desk_bg.jpg) 0 0;
	margin: 0;
	padding: 0;
	color: #1a1a1a;
}

img {border:0;}

#container a:link, #container a {
	border-bottom: 1px dotted #900;
	color: #900;
	text-decoration:none;
}
#container a:visited {
	color: #300;
	border-bottom: 1px dotted #300;
}
#container a:hover, #container a:active {
	border-bottom: 1px solid #900;
}

h1 {
	color: #900;
}
h2 {
	color: #000;
}
h3 {
	color: #000;
}
h4 {
	color: #000;
}

/*//////// CUSTOM CLASSES /////////////////////////////////////////////////////*/

p.breadcrumbs {
	margin-top: 0;
	text-transform: uppercase;
	color: #1a1a1a;
	font-size: 12px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.subtitle {
	font-size: 11px;
	color: #3c3c3c;
	font-weight: bold;
}

.cutline {
	font-size: 10px;
	color: #3c3c3c;
	font-weight: normal;
}

.top {
	font-size: 13px;
	color: #000;
	font-weight: normal;
	text-align: center;
}


/*//////// IDs /////////////////////////////////////////////////////////*/

.twoColFixLtHdr #container { 
	width: 903px;
	margin: 0;
	text-align: left;
}

.twoColFixLtHdr #header {
	background: #bf6a00 url(../interface/header.jpg) no-repeat 0 0;
	height: 242px; 
	
} 
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 275px;
	height: 512px;
	background: url(../interface/sidebar.jpg) no-repeat 0 0;
}
.twoColFixLtHdr #navigation {
	margin: 5em 1em 2em 8em;
	padding: 0;
	list-style: none;
}
.twoColFixLtHdr #navigation li {
	padding-bottom: 1.2em;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
}
.twoColFixLtHdr #navigation li a:link, .twoColFixLtHdr #navigation li a:visited {
	color: #990000;
	text-decoration: underline;
}
.twoColFixLtHdr #navigation li a:hover, .twoColFixLtHdr #navigation li a:active {
	color: #000;
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent {
	position: relative;
	margin: 0 0 0 275px;
	width: 628px;
    min-height: 512px;
	background: url(../interface/content-bg.gif) repeat-y 0 0; /*vertical repeating content bg image*/
}
.twoColFixLtHdr div.spacing {
	padding: 2em 3em 6em 2em;
	background: url(../interface/content-area.jpg) no-repeat 0 0; /*content area bg image */
}
.twoColFixLtHdr #mainFooter { 
	position: relative;
	margin: 0 0 0 275px;
	width: 628px;
	height: 38px;
	background: url(../interface/content-bot.gif) no-repeat 0 0;
}
.twoColFixLtHdr #extra1 {
	position: absolute;
	bottom: 0px;
	right: 35px;
	width: 105px;
	height: 69px;
	background-image:url(../interface/gfh-footer.gif);
}  
.twoColFixLtHdr #footer { 
	position: relative;
	margin: 0 0 0 275px;
	width: 628px;
	text-align: center;
	color: #fff;
	font: 11px Arial, Helvetica, sans-serif;
} 
.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 10px 0;
}
.twoColFixLtHdr #footer a:link, .twoColFixLtHdr #footer a:visited {
	color: #000;
	border-bottom: 1px dotted #000;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
