*{
	margin:0px;
	padding:0px;
	
}



img{
	border:0px;
}

.pics
{
	display: block;
	height:420px;
	width:670px;
	overflow:hidden;
}

div#socialNetworking
{
    float:right;
    display:block;
    width:400px;
    text-align:right;
    padding:10px;
    
}

div#shop
{
    height:50px;
    width:100%;
   
}

span#sheffLogo
{
    
   padding:10px;
}

.pics img
{
	display: block;
}

body  {
	
	/*font: 100% Verdana, Arial, Helvetica, sans-serif;*/
	font: 100% "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}
.thrColFixHdr #container { 
	width: 1010px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color:#ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	padding:10px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
 
} 
.thrColFixHdr #header { 
	background: #ffffff; 
	
	background-image:url(../images/footerbackground.jpg);
	padding: 50px 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin:0px 0px 0px 0px;
	
} 

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 245px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	border:solid 1px red;
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 245px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
    margin-bottom:10px;
	width:1010px;
	background-color:#000000;
	background-image:url(../images/HomeBg.gif);
	background-repeat:repeat-y;
	
} 
.thrColFixHdr #footer { 
	padding: 40px 20px 20px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width:970px;
	background-image:url(../images/footerbackground.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#006699;
	margin:0px 0px 0px 0px;
	border:0px;
	color:#ffffff;
	font-size:small;
} 
.thrColFixHdr #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 */
    color:#ffffff;
}

/* @group Footer */

ul.col {
	margin: 0;
	padding: 0px 0px 0px 0px;
	float:left;
	width:160px;
	line-height:1.8em;
}

ul.col label {
	display: block;
	line-height: 18px;
}

ul.col div {
	margin: 9px 0 0;
}

ul.col li {
	list-style: none;
	font-size:x-small;
	padding:0px 0px 0px 0px;
}

ul.col a, ul.col a:visited
{
	display:inline;
  	border:0px solid #ffffff;
  	color:#ffffff;
  	text-align:center; 
  	text-decoration:none; 
}

ul.col li.heading {
	padding:0px 0px 0px 0px;
	color: #ffffff;
	font-size:medium;
	font-weight:bold;
	margin: 0 !important;
}

/* @end */


div #topLinks
{
	color:#000000;
	background-color:#ffffff;
	opacity:0.5;
    filter:alpha(opacity=50); /* For IE8 and earlier */
	margin:10px;
	float: right;
}

div #topLinks ul
{
	padding:5px;
  	margin:0;
	font-size:small;
	font-weight:bold;
}


#topMenu li
{
	list-style-type:none;
	color:#000000;
  	display:inline;
	padding:0px 3px 0px 5px;
	border-left:1px solid #000000;
}

#topMenu .first 
{
	padding-left: 0;
	border-left: 0 none;
	
}

#topMenu a, #topMenu a:visited
{
	display:inline;
  	border:0px solid #000000;
  	color:#000000;
  	text-align:center; 
  	text-decoration:none; 
}

 
div #whiteLine
{
	height:10px;
	width:1010px;
	clear:both;
    font-size: 1px;
    line-height: 0px;
	color:#ffffff;
	background-color:#ffffff;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	
}

div #thinWhiteLine
{
	height:1px;
	width:970px;
	clear:both;
    font-size: 1px;
    line-height: 0px;
	color:#ffffff;
	background-color:#ffffff;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	
}


div #menu
{
	background-color:#0189c3;
	padding:0px 0px 0px 0px;
	height:35px;
}


.menuTextHidden
{
	
}
a#menuItemHome
{
	

}

a#menuItemAbout
{
	
}

a#menuItemLearn
{
	
}
a#menuItemFacilities
{
	
}
a#menuItemGroups
{
	
}
a#menuItemNews
{
	
}
a#menuItemGallery
{
	
}

 
ul.nestedMenuItem
{
	display:block;
	float:left;
}




.fltrt { 
	float: right;
	margin-left: 10px;
}
.fltlft {
	float: left;
	margin-right: 10px;
}

.featuredImg
{
	float: left;
	border:0px 0px 0px 0px;
	margin:0px 10px 0px 0px;
	padding:0px 0px 0px 0px;
	width:245px;
	
}

.gadgetShow
{
    padding:10px;
    
}
.gadgetShow a
{
    color:#ffffff;
}
.largeGadget
{
    font-size:20px;
    font-weight:bold;
}
.smallGadget
{
    font-size:12px;
}
.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;
}

h1
{
    font-size: 160%;
    font-weight: normal;
    color: #0099cc;
    padding:10px 0px 10px 0px;
}

h1.homepage
{
    font-size: 160%;
    font-weight: normal;
    color: #0099cc;
    font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;

    padding:20px 0px 40px 0px;
}



h2 
{
	font-size: 140%;
    font-weight: normal;
    color: #0099cc;
    padding:10px 0px 10px 0px;
}
	
h3 {
	font-size: 130%;
    font-weight: normal;
    color: #0099cc;
    padding:10px 0px 10px 0px;
	}
h4 {
	font-size: 120%;
    font-weight: normal;
    color: #0099cc;
	}
table {
	color: #FFFFFF
	}
td, th {
	
	font-size: 1em
	}
	
hr .WhiteLine
{
	color:#ffffff;
	height:10px;
	
}

.headerImgSml
{
    padding:10px 0px 10px 10px;
    border:0px;
    float:left;
    display:block
}

ul
{
    padding:20px;
    
}

 
