#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 1280px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#outerWrapper #header {
  background-color: #ffffff;
  background-repeat:no-repeat;
  height: 165px;
  font-size: 18px;
  font-weight: bold;
  line-height: 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#outerWrapper #header #navigation {
height: 40px;
padding-top: 7px;
/*right: 10%;*/
}

#outerWrapper #contentWrapper #leftside{
float: left;
width: 200px;
font-size:15px;
}

#outerWrapper #contentWrapper #leftside #menu{
float: left;
height:22px;
width: 175px;
color:#FFFFFF;
font-size:16px;
font-weight:bolder;
background-image:url(graphics/sidebannerblock.jpg);
background-repeat:no-repeat;
padding-bottom:0px;
}

#outerWrapper #contentWrapper #leftside #seperator{
float: left;
padding-top: 10px;
/*background:url(graphics/bgblockseperator.png);
background-repeat:no-repeat;*/
height:30px;
width: 175px;
}

#outerWrapper #contentWrapper #leftside #seperator a{
/*background:url(graphics/bgblockseperator1.png);*/
}

#outerWrapper #contentWrapper #leftside #seperator a:hover{

/*background-position: 0, -30px;*/
}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #contentContainers{
float: left;
width: 860px;
height:inherit;
}

#outerWrapper #contentWrapper #contentContainers #content {
  float: inherit;
  background-color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-image:url(graphics/bannerblockbottom4.jpg);
  background-position:bottom;
  background-repeat:no-repeat;
  padding-bottom:40px;
  text-align:justify;
  font-size:10px;
  width: 860px;
  height: 180px;
   /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#outerWrapper #contentWrapper #contentContainers #featuredcontent {
  float: inherit;
  background-color: #ffffff;
  text-align:center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-image:url(graphics/bannerblockbottom4.jpg);
  background-position:bottom;
  background-repeat:no-repeat;
  padding-bottom:40px;
  text-align:justify;
  font-size:10px;
  width: 860px;
   /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#outerWrapper #contentWrapper #contentContainers #content #object{
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #E97D25;
  text-align: center;
  font-size:13px;
  height: 150px;
  width: 175px;
  line-height: 5px;
   /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#outerWrapper #contentWrapper #rightside{
float: right;
width: 200px;
}

#outerWrapper #contentWrapper #content #imgtxt{
font-weight:bold;
text-align:center;
}
#outerWrapper #contentWrapper #content #imgtxtb{
margin-right: 0px;
width: 200px;
}
#outerWrapper #footer {
bottom: 0px;
  background-image:url(bottomgroup2.jpg);
  background-position:center;
  background-repeat:no-repeat;
  width: 1280px;
height: 260px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
   /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#outerWrapper #footer #content{
	width: 1280px;
 	height: 260px;
	padding-top: 75px;
	text-align:center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	}

/* Sets the style for unvisited links. */
a,  a:link {
  color: #262743;
  font-weight: bold;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  text-decoration:none;
}
/* Sets the style for visited links. */
a:visited {
  color: #262743;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #E97D25;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #E97D25;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #E97D25;
}

p.menu{
margin-top:2px;
margin-bottom:0px;
padding-left:15px;
}

p.seperator{
margin-top:0px;
margin-bottom:0px;
padding-left:10px;
}

/*p.seperator a:hover{
background-image:url(graphics/bgblockseperator.jpg);
background-repeat:no-repeat;
}*/

p.object {
  margin-top: 2px;
  margin-bottom: 13px;
}

p.featured{
margin-bottom:0px;
}

.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.7;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

/*.menuseperator a{
background:url(graphics/bgblockseperator.png) 0 0, no-repeat;
display:block;
}

.menuseperator a:hover{
background-position: 0, -30px;
}*/