@charset "utf-8";
/* CSS Document */
/*fix transparency in IE issues*/
#Header, #Acer, #Matilda, #Element, #Scorpion, #G2bot
{
	cursor:pointer;
}
#Header
{
	display:block;
	background:url(../images/header.png) no-repeat; 
	height:62px;
	width:722;
}
#Acer {
	background:url(../images/ACER1.png) no-repeat; width:230px; height:145px; 
}
#Matilda
{
	background:url(../images/matilda.png) no-repeat; width:135px; height:85px; 
}
#Element
{
	background:url(../images/element.png) no-repeat; width:135px; height:71px; 
}
#Scorpion
{
	background:url(../images/scorpion.png) no-repeat; width:135px; height:70px; 
}
#G2bot
{
	background:url(../images/g2bot.png) no-repeat; width:100px; height:85px; 
}

/*End transparency hacks*/
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#8c7d68;
	margin: 0; 
	padding: 0;
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	text-align: center; 
	color: #000000;
}

#container { 
	width: 800px;  
	/* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: -683px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*	border: 1px solid #000000;
	border-top:none;
*/	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0;
} 

#sidebar1 {
	float: left; 
	width: 200px; /* since this element is floated, a width must be given */
	padding:0; /* top and bottom padding create visual space within this div */
	color:#ffffff;
	font-weight:bold;
}
#sidebar1 a { color:#FFFFFF;}
#sidebar1 a:visited { color:#CCCCCC; }
#navigation
{
	margin:15px 0 15px 0;
	padding:0 0 0 1px;
	background:url(../images/navigation.jpg) repeat-x #FFFFFF;
	text-align:center;
}
#navigation a
{
	text-decoration:none;
	color:#000000;
	display:block;
	font-weight:bold;
	font-size:18px;
}
#navigation a:hover
{
	background:url(../images/navigationHover.jpg) right no-repeat;
}
#Focus, #Focus a:hover
{
	background:url(../images/navigationFocus.jpg) right no-repeat;
}
#Focus a
{
	color:#FFFFFF;
}

a img {
border:0;
}
#indexFooter
{
	color:#FFFFFF;
	text-align:center;
	padding-top:15px;
}

#slideshow{}

.mainText {
	padding:7px 5px;
	width:651px;
	margin:0 auto;
	font-weight:bold;
}
.mainText p {margin-top:0;}

#ContentTitle, #ContentTitle2
{
	color:#FFFFFF;
	text-align:center;
}
#ContentTitle2, #ContentWhite
{
	font-size:22px;
}
#mainContent {
	margin: 0 13em 0 1.5em; /* the left margin can be given in ems or pixels. It creates the space down the left side of the page. */
	text-align:center;
	height:325px;
}  

#IndexContent
{
	margin:100px 0 0 0;
	
}

#IndexContent a, #ContentWhite a
{
	color:#FFFFFF;
}
#ContentWhite
#AboutContent
{
	background-color:#FFF;
	margin:20px 0 0 0;
	padding:5px 10px;
}
#column1
{
	float:left;
	padding-left:50px;
	width:275px;
}
#loneColumn
{
	margin:0 auto;
	width:325px;
}




/**************************************************************************************************
/* Miscellaneous classes for reuse */
.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;
}
#News { 
	margin:0 10px;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.footer
{
	padding: 2px 10px;
}

#flag {
margin:30px auto 6px auto;
width:1000px;
height:654px;
background-image:url(../images/flagbckgrnd.jpg);
background-repeat:no-repeat;
background-position:center;
}
