body { 
	margin: 0px; 
	padding: 0px; 
	background-color: #ffffff; 
    font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
}

div.padder { 
	padding: 5px; 
}

div.spacer {
	clear: both;
	height: 15px;
}

#banner {

	position: relative;
	border-bottom: 3px solid #000066;
}



/*********************/

/* MAIN NAV */

/*********************/



#navWrapper {
	margin: 0em;
	width: 100%;
	}

#nav {
	position: relative;
	top: 0px;
	left: 5px;
}

#nav li {
	list-style-type: none;
	padding: 0px;
	margin: 0;
	float: right;
}

#nav a {
	display: block;
	font-size: 9px;
	color: #000066;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 2px 2px 2px 3px;
	width: 8em;
	margin-left: 2px;
	font-weight: bold;
	margin-bottom: 2px;
	text-align: center;
}

#nav a:hover {
	background: #73AFB7;
	border-right: 1px solid #14556B;
	color: #FBEF99;
}



/*highlight "you are here" buttons*/

#home #nav a#homeLink,
#feature #nav a#featureLink {
	background: #73AFB7;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FBEF99;
}

#wrapperLeft {
	background-image: url(cbimages/bg_column1.gif);
	background-position: top left;
	background-repeat: repeat-y;
	overflow: auto;
}

#wrapperRightThin {
	background-image: url(cbimages/bg_column2.gif);
	background-position: top right;
	background-repeat: repeat-y;
	overflow: auto;
}


#wrapperRightFat {
	background-image: url(cbimages/bg_column2.gif);
	background-position: top right;
	background-repeat: repeat-y;
	overflow: auto;
}


#logo {
	height: 80px;
	padding-top: 8px;
}

#header { 
	position: relative; 
	width: 100%; 
	background-color: #FFFFFF;
	text-align: left; 
	margin: 0px; 
	white-space: nowrap;
}

#leftSection { 
	position: absolute; 
	top: 99px; 
	left: 0px; 
	height: auto; 
	width: 160px; 
	background-color: #000066; 
}
#centerSection {
	position: relative; 
	height: 100%; 
	margin: 0px 180px 0px 180px;
	line-height: 130%;
	font-size: 13px;
	border: 1px;
	padding-right: 5px;
	min-height: 800px;
}
#centerSection3col {
	position: relative; 
	height: 100%; 
	margin: 0px 200px 0px 180px;
	line-height: 130%;
	font-size: 13px;
	border: 1px;
	min-height: 800px;
}
#centerSection3colStore {
	position: relative; 
	height: 100%; 
	margin: 0px 200px 0px 180px;
	line-height: 130%;
	font-size: 13px;
	border: 1px;
}
#centerSection3col img {
	margin-left: 0;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 15px;
}
#centerSection3col li {
	padding-bottom: 6px;
}
#centerSection3colStore img {
	margin-left: 0;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 15px;
}
#centerSection3colStore h2 {
	font-size: 30px;
	line-height: normal;
}
#centerLeftSection { 
	position: relative; 
	height: auto; 
	width: 49%;
	float: left;
}
#centerRightSection { 
	position: relative; 
	height: auto; 
	width: 49%;
	float: left;
	clear: right;
	padding-left: 3px;
}
#centerSpacerSection {
	position: relative; 
	height: auto; 
	float: left;
}
	
#rightSection { 
	position: absolute; 
	top: 95px; right: 0px; 
	height: auto; 
	width: 180px; 
	background-color: #F8F7D9; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 5px;
}

#rightSection3col { 
	position: absolute; 
	top: 95px; right: 0px; 
	height: auto; 
	width: 180px; 
	background-color: #F8F7D9; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 140%;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 5px;
}

#rightSection h2, #rightSection3col h2 {
	font-size: 14px;
}

#footer { 
	position: relative; 
	height: 40px; 
	margin: 4px 195px 0px 195px; 
	padding-top: 4px; 
	border-top: 1px solid #EADDC5;
	font-size: 11px; 
}

#navcontainer { 
	line-height: 120%;
	color: #FFFFFF;
	background-color: #000066;
	font-weight: bold;
}

#navcontainer ul
{
list-style-type: none;
font-family: verdana, arial, sans-serif;
font-size: 14px;
margin-left: 10px;
margin-top: 2px;
padding-left: 0;
}

#navcontainer li {
margin-left:0;
padding-left: 0;
}

#navcontainer a
{
	display: block;
	color: #FFFFFF;
	background-color: #000066;
	width: 130px;
	text-decoration: none;
	font-size: 10px;
}

#navcontainer a:hover
{
	color: #FBEF99;
	background: #73AFB7;
}

#navcontainer ul ul
{
margin-left: 0;
padding-left: 2em;
list-style-type: none;
font-size: 10px;
}

#navcontainer li li a
{
display: block;
background-color: transparent;
margin-left:0;
padding-left: 0;
text-decoration: none;
}
