

/*************************
   LAYOUT
 *************************/

#top {
  height: 170px;
}

#container {
  width: 1024px;	
  background-image: url(../typo3temp/GB/7f931dc36d.png); /*** This are our faux columns. ***/
}

#outer {
  padding-left: 171px;
}
* html #outer {
  padding-right: 0px;
}

#inner {
  width: 853px;
  padding-bottom: 0px;
}

#float-wrap {
  width: 1024px;
  margin-left: -171px; /*** Same length as #outer padding-left but with negative value. ***/
}

#center {
  width: 853px;
}

#left {
  width: 171px;
}

#right {
  width: 0px;
}
* html #right {
  margin-right: -0px; /*** IE gets this margin. ***/
}

#bottom {
  width: 1024px;
  height: 0px;
  margin-top: -0px;
}

#right, #bottom {
  display: none;
  overflow: hidden;
}

#bgLeft, #bgCenter, #bgRight {
  top: 170px;
}

#bgCenter {
  left: 171px;
}

#left {
  min-height: 600px;
}
* html #left {
  height: 600px;
}

#center {
  min-height: 600px;
}
* html #center {
  height: 600px;
}


/*************************
   STYLING
 *************************/

body {
  background-color: #ffffff;
  background-image: ;
  background-attachment: ;
  background-repeat: ;
}

#top {
  background-color: white;
  background-image: url(../uploads/tf/Header.jpg);
  background-attachment: scroll;
  background-repeat: no-repeat;
  color: #000000;
  font-family: sans-serif;
  font-size: 1em;
}

#resourceLogo {
  top: 0px;
  left: 0px;
}

#menu {
  margin-top: 90px;
  margin-left: 25px;
  margin-right: 5px;
  font-family: sans-serif;
  font-size: 1.05em;
  font-weight: 900;
  font-style: normal;
  text-align: left;
}

img { border: 0; }

#menu a, #menu a:link, #menu a:active #menu a:visited {  color: #1B313F; }
#menu a:hover {  color: navy; }

#menu .level1 li{
	margin-bottom: 30px
}
#menu .level2 li{
	margin-bottom: 0px
}


#content {
  margin-top: 30px;
  margin-right: 40px;
  margin-left: 30px;
  color: black;
  font-family: sans-serif;
  font-size: 1em;
}
#content a, #content a:link {  color: #5F758D; }
#content a:hover {  color: navy; }
#content a:active {  color: #5F758D; }
#content a:visited {  color: #5F758D; }

#content h1 {
  color: navy;
  text-decoration: none;
  text-transform: uppercase;
  font-family: sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
}

#configColFooter {
  margin-top: 20px;
  color: #000000;
  font-family: sans-serif;
  font-size: 1em;
}
#configColFooter a, #configColFooter a:link {  color: #000000; }
#configColFooter a:hover {  color: #000000; }
#configColFooter a:active {  color: #000000; }
#configColFooter a:visited {  color: #000000; }


#menu ul.level2 {
  margin-left: 0.5em;
}
#menu ul.level3 {
  margin-left: 1em;
}
