/* 
WEBSITE: PACKERFORBES.COM
---------------------
AUTHOR: Mark Scholey
---------------------
DATE CREATED: 02/10/07
-----------------------
Stylesheet for homepage
-----------------------

Content layout for home page
*/
#branded		{ margin:0px 16px;  clear:both;}
#sideColumn		{ float:left; width:170px;  margin: 0px -7px 0px -13px; }
#mainColumn 	{ float:right; width: 564px; background-color:#fff; margin: 0px 12px 0px 0px;}
/*#sideBlue 		{ clear:left; background-color:#E5ECF2; width:218px; margin: 0px 0px 0px 14px; font-size:70%}

/*MAIN NAVIGATION
menu taken from here http://www.cssplay.co.uk/menus/centered.html*/

#mainNavWrap	{ width: 770px;  text-align: center; margin: 0px 0px -1px 0px; font-size:95%;}

#menu2 {
  display:table; padding:0; margin:0 auto; list-style-type:none; white-space:nowrap;}
#menu2 li {
  display:table-cell;
  }
* html #menu2 li {
  float:left;
  }
#menu2 a {
  width:auto; display:block; padding:4px 5px; margin: 0px 1px; color:#00559F;  background:#CCE9F6;  border:1px solid #fff; text-decoration:none;
  }
  #menu2 li.chosen a {
  width:auto; display:block; padding:4px 5px; margin: 0px 1px; color:#FFF;  background:#00559F;  border:1px solid #fff; text-decoration:none;
  }
* html #menu2 a {
  float:left;
  }
#menu2 a:hover {
  color:#000; background:#d4d4d4;
  }

.container {clear:both; text-decoration:none;}
* html .container {display:inline-block;}

.tagText		{ text-align:right; font-size: 70%; color:#666666;}
.smallText		{ font-size:70%; color:#666666;}
.homeButton		{ float:left; margin:0px 0px 10px 0px;}

#pageFooter 		{ clear:both; text-align: center; width: 774px; margin: 0px 0px 0px 0px; background-image: url(../images/pageFoot.jpg); background-repeat:no-repeat;}










