/**************************************************************
  Small Business Awards Stylesheet
 **************************************************************/
 
/**************************************************************
   All page content except for footer
 **************************************************************/

#content {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

/**************************************************************
   Top Navigation
 **************************************************************/

#topnav {
	clear: both;
	position: relative;
	margin: 0 auto;
	background: #000000;
        height: 5em; z-index: -1}

#topnav ul {
  margin: 3.5em 1em 0 0 !important;
  margin: 3.5em 0.5em 0 0;
  padding: 0;
  float: right;
}

#topnav ul li {
  display: inline;
  list-style: none;
}

#topnav ul li a {
  float: left;
  padding: 0 1em;

  font: 400 1.1em arial, sans-serif;
  letter-spacing: 0.1em;
  line-height: 0.8em !important;
  line-height: 1em;

  color: #8C8D94;
  border-right: 1px solid #4D5760;
}

#topnav ul li a.last {
  padding-right: 0;
  border-right: 0;
}

#topnav ul li a:hover {
  color: #Ffffff;
}



/**************************************************************
   Header Image
 **************************************************************/

#header {
	margin: 0 auto;
   width: 776px;
  height: 228px;
  background: #000 url(http://www.sbawards.com/assets/templates/sba/images/header_new.jpg) no-repeat top left;
}

/**************************************************************
   Sidebar
 **************************************************************/
#sidebar {
	display: block;
	position: absolute;
	top: 50px;
	right: 91px;
	z-index: 100;
}

/**************************************************************
   Logo
 **************************************************************/
#logo {
        display: block;
        position: absolute;
	top: 5px;
	z-index: 100;
}
/**************************************************************
slideshow
 **************************************************************/
#slideshow {
	border: 2px solid #cccccc;
padding: 2px 2px 2px 2px;
margin-right: 5px;
}
/******************************Navigational Menu************************/
/* navigation */
	#nav{margin: 0 auto;
         background: #ccc;
         border-bottom: 5px solid #e1e1e1; height: 25px;}
	 

#nav ul, #nav li
{
display: inline;
list-style-type: none;
margin: 0;
padding: 5px 10px 5px 10px;
		}
#nav a{color: #666; text-decoration: none;
		font-weight: bold;
		font-size: 100%;}
#nav a:hover{color: #000;}
/**************************************************************
   Page Content
 **************************************************************/

#page {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 6em;
  text-align: left;
}

#columns {
  margin: 0 auto;
}


/* Column widths */
.width {
  width: 776px;
}

.widthpadding {
  width: 756px;
}

.width25 {
  width: 24%;
}
.width30 {
  width: 29%;
}
.width50 {
  width: 48%;
}

.width73 {
  width: 73%;
padding-left: 15px;
}

.width74 {
  width: 70%;
padding-right: 15px;
}
.width75 {
  width: 75%;
padding-left: 15px;
}
.width95 {
  width: 95%;
padding-left: 15px;
}
.width100 {
  width: 100%;
padding-left: 15px;
}


/**************************************************************
   Footer
 **************************************************************/


#footer {
  clear: both;
  float: left;
  width: 100%;
  height: 5em;
  margin-top: -5em;
}

#footer #bg {
  position: relative;
  height: 5em;
margin: 0 auto;
  background: #000000;
}

#footer #bg ul {
  float: left;
  margin: 3em 1em 0 0 !important;
  margin: 3em 0.5em 0 0;
  padding: 0;
}

#footer #bg ul li {
  display: inline;
  list-style: none;
}

#footer #bg ul li a {
  float: right;
  padding: 0 1em;

  font: 400 1em arial, sans-serif;
  letter-spacing: 0.1em;
  line-height: 0.8em !important;
  line-height: 1em;

  color: #8C8D94;
  border-right: 1px solid #4D5760;
}

#footer #bg ul li a.last {
  padding-right: 0;
  border-right: 0;
}

#footer #bg ul li a:hover {
  color: #FFFFFF;
}

#footer #bg img {
  position: absolute;
  top: 15%;
  left: 10px;
}

/**************************************************************
   Winners
 **************************************************************/

.winner {
  float: left;
  width: 100% !important;
  width: 99%;
  position: relative;
  margin-bottom: 0.5em;
  border-bottom: 1px dotted #CCCCCC;
min-height: 100px;
}

.winner .bio {
  position: absolute;
  top: 0;
  left: 5px;
  width: 9.3em;
  text-align: right;
}

.winner .bio .pic {
  text-transform: uppercase;
  font: .9em arial, sans-serif;
  color: #888;
}

.winner .bio .name {
  display: block;
  margin-top: 4px;
  font: 700 1.0em arial, sans-serif;
  color: #5e5e5e;
}
.winner img{
border: #CCCCCC solid 1px;
}
.winner .title {
display: block;
  padding: 5px 0 5px 0;
  font-size: 1.2em;
  font-weight: bold;
  color: #4D4D4D;
}
.winner .right{
  position: absolute;
  left: 5px;
}
.winner h3 {
  margin: 0 0 0 11em;
  padding:  0 0 1em 1.2em;
}

.winner p {
  margin: 0 0 0 10em;
  padding:  0 0 1em 1.2em;
}


/**************************************************************
   Submenu Styles
 **************************************************************/

ul.submenua,
ul.submenub {
  margin: 0 0 20px 0;
  padding: 0;
}

ul.submenua li,
ul.submenub li{
  margin: 0;
  padding: 0 0 0 5px;
  list-style: none;
  list-style-image: url(foo.gif); /* because IE is tough */
}

ul.submenua li a,
ul.submenub li a {
  display: block;
  height: auto !important;

  /* Start hide from IE Mac \*/
  height: 1%;
  /* End hide from IE Mac */

  padding: 1px 5px 1px 20px;
}

ul.submenua li a {
  background: url(../images/bg/submenu1.gif) no-repeat 5px 50%;
  color: #000000;
}

ul.submenua a:hover {
  color: #fff;
  background: #aeaeae url(../images/bg/submenu1.gif) no-repeat 5px 50%;
}

ul.submenub li a {
  color: #000000;
  background: url(../images/bg/submenu2.gif) no-repeat 3px 50%;
}

ul.submenub a:hover {
  color: #fffffff;
  background: #aeaeae url(../images/bg/submenu2.gif) no-repeat 3px 50%;
}



/**************************************************************
   Generic Display 
 **************************************************************/


.block {
  display: block;
}

.clear {
  clear: both;
}

.marginRight {
  margin-right: 15px;
}

.paddingLeft {
  padding-left: 5px;
}

.paddingRight {
  padding-right: 5px;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignTop {
  vertical-align: top;
}

.alignMiddle {
  vertical-align: middle;
}

.alignBottom {
  vertical-align: bottom;
}
.spacetop{
margin-top: 25px;
}

.lightgray {
  background: #d6d6d6 url(http://www.sbawards.com/assets/templates/sba/images/sidebartop2.gif) no-repeat top;
border: #d1d1d1 solid 1px;
}
================================