@charset "utf-8";
/* CSS Document */

container .sidebar1 li {
	list-style-type: disc;
}
body  {
	margin: 0px; /*  margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.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;
}
.container .sidebar1 h3 {
	color: #FF6600;
	text-transform:uppercase;
}

.bottomfooter {
	background-color:black;
}

#header {
	color: #FFFFFF;
	background-image: url(/gfx/bl-org.png);
  background-color:#F60;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 5px;
  padding-bottom: 10px;
	min-height:100px;
	margin: 0px;
}

.headmenu {
	clear:both;
	padding-bottom:0px;
} 

#header h1 {
line-height:15px;
font-size:20px;

}
sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	padding: 0px;
	margin: 0px;
}
.mainContent {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: left;

} 
.innerfooter {
	padding-top: 0;
	padding-bottom: 10px;
	background-image: url(/gfx/tl-org.png);
	background-color:#F60;
	background-repeat: no-repeat;
	background-position: left top;
} 

footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.container .sidebar1 h4 {

}
.container .sidebar1 h4 {
	font-size: small;
	font-weight: bold;
	color: #000000;
}
.container .sidebar1 li {
	color: #666666;
	font-size: small;
}

footer {
	color: #FFFFFF;
	background-color:#FF6600;
	background-image:url(/gfx/header_spotlight.png);
	background-position:top;
	background-repeat:no-repeat;
	font-size: small;

}
footer a {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
	background:none;
}

footer a:hover {
	color: #FFFFFF;
}

.headmenu a {
	padding-top:3px;
	padding-bottom:3px;
	padding-left:6px;
	padding-right:25px;
	margin-right:5px;
	margin-left:5px;
	font-size: medium;
	font-weight:bold;
}

#header a{
  color:#FFFFFF;
	text-decoration:none;
	background-repeat:no-repeat;
}

.headmenu a:hover {
	color:#FFcc99;
}

.sitetitle a {
  background-image: url(/gfx/br-red.png);
  background-color:#CC0000;
	padding:  15px 25px 10px 10px;
	background-position: right bottom;
	margin-left: 0px; 
	margin-top: 3px;
	float: left;
	font-weight:600;

}

#header .headright a {
  background-image: url(/gfx/tl-red.png);
	padding-left:5px;
	background-color:#CC0000;
	background-position: left top;
	text-align:right;
  padding-bottom:2px;
}

.headright a:hover {
	color:#FFcc99;
}

a {
	color:#FF0000;
	text-decoration:underline;
}

a:hover{
	color:#FF9900;
}

a.small-button {
	   color:#FFFFFF;
		 padding-left: 8px;
		 padding-right: 2px;
	   background-repeat:no-repeat;
	   text-decoration:none;
     background-image:url(/gfx/bl-red.png);
}

a.small-button:hover{
       color:#FFcc99;
}


a:hover{
       color:#FF9900;
}

h2{
	padding:5px;
	color:#FFFFFF;
	text-transform:uppercase;
	background-color: #FF6600;
	background-image: url(/gfx/br-org2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-right:-15px;

}

tr.highlight:hover{
	background-color:#eee;
}

.spectrum {
	overflow:hidden;
	margin-bottom:15px;
}

.spectrumcol {
	width:20%;
	float:left;

}

.spectrumcol a {
	padding:10px;
	text-align:left;
	display:block;
	color:#f00;	
	text-decoration:none;

}

.spectrumcol a:hover {
	color:#000;
}

.spectrumcol a span {

	height:4em;
	display:block;
	color:#000;

}

.spectrum .publicdomain a {
  background-color:#EECCFF;
}

.spectrum .publicdomain a:hover {
	background-color:#ddaaff;
}

.spectrum .freeimages a {
  background-color:#CCCCFF;
}

.spectrum .freeimages a:hover {
	background-color:#bbbbff;
}

.spectrum .creativecommons a {
  background-color:#CCFFCC;
}

.spectrum .creativecommons a:hover {
	background-color:#aaffaa;
}

.spectrum .microstock a {
  background-color:#ffffAA;
}

.spectrum .microstock a:hover {
	background-color:#ffff88;
}

.spectrum .macrostock a {
  background-color:#FFCCCC;
}

.spectrum .macrostock a:hover {
	background-color:#ffbbbb;
}
