@import url("reset.css");

html {height:100%; overflow: hidden;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 100.01%;
	height: 100%;
	color : #333333;
	background: #FFF url(/BanTheBag/images/background_noFlash.jpg) center center no-repeat;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color : #336699;
	margin: 0 0 0.3em 0;
	padding: 0;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active { color : #336699; text-decoration: none; }
h1 a:hover { text-decoration: underline; }

h1 a img {vertical-align: top; margin: 3px 0 0 12px;}

h1 span {display: none;}

h2 {
	font-size: 17px;
	font-weight: bold;
	color : #336699;
	margin: 0 0 0.1em 0;
	padding: 0;
	letter-spacing: -1px;
}

h3 {
	font-size: 13px;
	color : #517B0B;
	font-weight: bold;
	margin: 0 0 0.2em 0;
	padding: 0;
}

h4 {
	font-size : 12px;	
	color : #000;
	font-weight: bold;
	margin: 0 0 0.2em 0;
	padding: 0;
}

h5 {
	font-size : 11px;	
	color : #A0A5AB;
	font-weight: bold;
	margin: 0 0 0.2em 0;
	padding: 0;
}

p {margin : 0 0 1em 0; line-height: 1.2em;}

ul { margin: 0;	padding: 0;}
ul li {	margin: 0;	padding: 0;}

a {text-decoration : underline;}
a:link{color : #336699;}
a:visited {color: #336699;}
a:hover {color: #336699; text-decoration: none;}
a:active {color : #336699;}

table.outer-table {
	height: 100%;
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

table.outer-table td { vertical-align: middle; text-align: center;}

#outer-wrapper {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	overflow: visible;
}
#inner-wrapper {
	width: 804px;
	margin-left: -402px;
	height: 460px;
	top: -301px;
	position: absolute;	
	left: 50%;
	font-size : 62.5%;
	text-align: left;
}

#top-nav-wrapper {
	margin: 0 auto;
	height: 59px;	
	width: 882px;
}

#top-nav{
	list-style-type: none;	
	width: 804px;	
	margin: 0;	
	padding: 0;
}

#top-nav li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0 ;
}

#top-nav li a {
	float: left;
	height: 59px;
	text-decoration: none;
	margin: 0;
	background: transparent url(/BanTheBag/images/navigation.jpg) 0 0 no-repeat;
}

#top-nav li a span {display: none;}

#top-nav li#nav-1 a {background-position: 0 0;	width: 212px;}
#top-nav li#nav-2 a {background-position: -212px 0;	width: 97px;}
#top-nav li#nav-3 a {background-position: -309px 0; width: 98px;}
#top-nav li#nav-4 a {background-position: -407px 0; width: 81px;}
#top-nav li#nav-5 a {background-position: -488px 0; width: 42px;}
#top-nav li#nav-6 a {background-position: -530px 0; width: 71px;}
#top-nav li#nav-7 a {background-position: -601px 0; width: 96px;}
#top-nav li#nav-8 a {background-position: -697px 0; width: 107px;}

/* main nav hover state */

#top-nav li#nav-1 a:hover {background-position: 0 -59px;}
#top-nav li#nav-2 a:hover {background-position: -212px -59px;}
#top-nav li#nav-3 a:hover {background-position: -309px -59px;}
#top-nav li#nav-4 a:hover {background-position: -407px -59px;}
#top-nav li#nav-5 a:hover {background-position: -488px -59px; }
#top-nav li#nav-6 a:hover {background-position: -530px -59px;}
#top-nav li#nav-7 a:hover {background-position: -601px -59px;}
#top-nav li#nav-8 a:hover {background-position: -697px -59px;}

/* second-level lists */

#top-nav li ul { 
	position : absolute;
	list-style-type: none;
	margin : 59px 0 0 0;
	padding : 0 9px 8px 0 ; 
	width : 148px;
	clear : both;
	font-size: 11px;
	z-index : 2;
	left: -999em;
	text-align: left;
	background: transparent url(../images/transparentBackground.png) 0 100% no-repeat;
	/* using left instead of display to hide menus because display: none isn't read by screen readers */}

/*reset margin top for IE6/7*/
* html #top-nav ul {
	margin: 0;
	padding: 0;
	background: transparent url(../images/transparentBackground.gif) 0 100% no-repeat;
} 
*:first-child+html #top-nav ul {margin: 0;}

#top-nav li ul li a:link,
#top-nav li ul li a:visited,
#top-nav li ul li a:hover,
#top-nav li ul li a:active {
	padding : 4px 6px 4px 6px;
	border-bottom: 1px solid #FFF;
	display:block; 	
	color:#333; 
	text-decoration:none; 
	background-image: none !important;
	width : 136px !important;
	height: auto;
	margin: 0;
}

#top-nav li ul li a:hover {
	color : #FFFFFF;
	background: transparent url(../images/highlight.png) 0 0 no-repeat !important;
	text-decoration : none;
}
* html #top-nav li ul li a:hover {background: transparent url(../images/highlight.gif) 0 0 no-repeat !important;}

*:first-child+html #top-nav li:hover, *:first-child+html #top-nav li.over { position: static;}

#top-nav li ul li {margin:0;}

#top-nav li:hover ul ul, 
#top-nav li:hover ul ul ul, 
#top-nav li.over ul ul, 
#top-nav li.over ul ul ul {
	left: -999em;
}

#top-nav li:hover ul, 
#top-nav li li:hover ul, 
#top-nav li li li:hover ul, 
#top-nav li.over ul, 
#top-nav li li.over ul, 
#top-nav li li li.over ul { /* lists nested under hovered list items */
	left: auto;
}

/***********************/

#content {
	height: 461px; 
	width: 952px;		
	font-size: 11px;
	padding: 0; 
	margin: 0 auto; 
}

#outerleftcol {
	float: left; 
	width: 574px;
	overflow: auto;
	height: 459px;
	display: inline;
	margin: 0;
	padding: 0;
	/*background: transparent url(../images/containerBackground.jpg) 0 0 no-repeat;*/
}
* html #outerleftcol {height: 459px;}

#outerleftcol.home {height: 461px !important; overflow: hidden;}

#outerleftcol .pad {padding: 25px 15px 0 25px;}

#hp-left-col {
	float: left;
	width: 292px;
	background: transparent url(../images/bg_didYouKnow.jpg) 0 0 no-repeat;
	margin: 0 ;
	padding: 0;	
	height: 143px;	
	position: relative;	
}
* html #hp-left-col {margin: 0;}

#hp-mid-col {
	float: left;
	width: 282px;	
	margin: 0;	
	padding: 0;	
	height: 143px;	
	background: transparent url(../images/bg_ourAim.jpg) 0 0 no-repeat;
}

#hp-left-col .pad, #hp-mid-col .pad {padding: 0 0 0 20px;}

#hp-left-col h3, #hp-mid-col h3 {padding-top: 8px !important;}

#outerleftcol .content-default-left {
	float: left;
	width: 123px;
	margin: 0 12px 0 0;
}

#social-media img {
	padding: 3px 3px 3px 3px;
}

#outerleftcol .content-default-right {
	float: left;
	width: 338px;
	margin: 0;
}

#outerleftcol ul {margin: 0; padding: 0 0 10px 10px;}

#outerleftcol ul li {
	background: transparent url(../images/img_bullet.gif) 0 4px no-repeat;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 15px;	
	display: block;
	line-height: 14px;
}

/* top-links section */

#top-links {
	list-style-type : none;
	margin : 8px 0 0 0 !important;
	padding : 0 !important;
	font-weight: bold;
	height: 2.5em;
}

#top-links li {
	list-style-type : none;
	float : left;
	padding : 0 6px 0 8px !important;
	background: none !important;
	margin: 0;
	border-left: 1px solid #333; 
	line-height: 1.1em;
}
#top-links li.first-item {padding-left :0 !important; border-left: none;}

#top-links a:link{color: #336699; text-decoration:none;}
#top-links a:visited{color: #336699;}
#top-links a:hover{color: #336699; text-decoration:underline;}
#top-links a:active{color: #336699;}

#outerleftcol ul {margin: 0; padding: 0 0 10px 10px;}

#outerleftcol ul li {
	background: transparent url(../images/img_bullet.gif) 0 4px no-repeat;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 15px;	
	display: block;
	line-height: 1.4em;
}

#outerleftcol .blog-left {float: left; width: 86px; margin: 0 12px 0 0;}
#outerleftcol .blog-right {float: left; width: 410px;}

#outerleftcol .blog-details-left {
	float: left;
	width: 125px;
	margin: 0 12px 0 0;
}

#outerleftcol .blog-details-right {
	float: left;
	width: 375px;
	margin: 0 ;
}

#outerleftcol .left-div {float: left; width: 30px; margin: 0 7px 0 0;}

#outerleftcol .right-div {float: left; width: 84px; margin: 0 ;}

#outerleftcol #video {
	float: left;
	height: 350px;
	width: 520px;
	background-color: #ccc;
	margin: 0 0 10px 0;
}

#outerleftcol .thumbnail {margin-bottom: 8px;}

#outerrightcol {
	float: left;
	width: 230px;
	margin:  0;
	padding: 0;	
	height: 461px;
	display: inline;	
}

#hp-mid-col p, #alliance-subscription p, #outerleftcol #quote p {margin-bottom: 0.4em;}

#hp-content-right {
	padding: 15px 10px 0 20px; 
	height: 301px;
	margin-left: 0;
	background: #FFF url(../images/rhs_bg.jpg) 0 0 no-repeat;
}

#hp-content-right div.hr {
	background-color: #B3B3B3 ;
	color: #B3B3B3;
	margin: 15px -9px 5px -19px;
	height: 1px;
	border: 0;
	padding: 0;
	clear:both;
}

#hp-content-right div.hr hr { display: none;}

#content-right {
	padding: 0 ; 
	height: 316px;
	margin-left: 0;
	background: transparent url(../images/pod_background.jpg) 0 100% repeat-x;
}

#content-right img {display: block;}

.info {padding: 10px 10px 0 20px;}

#alliance-subscription {
	width: 230px;
	margin: 0;	
	padding: 0;
	height: 143px;	
	position: relative;
	background: transparent url(../images/bg_join.jpg) 0 0 repeat-x;
}

#alliance-subscription #page1 {padding: 8px 5px 0 15px; display: block; width: 207px;}
#alliance-subscription #page2 {padding: 8px 5px 0 15px; display: none; width: 207px;}

#subscription-form label, #tellafriend-form label {
	float: left;
	width: 42px;
	vertical-align: middle;
	margin-top: 2px;	
}
#tellafriend-form label {width: 87px;}

#subscription-form input.text,#tellafriend-form input.text {
	width: 155px;
	border: 1px solid #868688;
	background-color: #FFF !important;
	margin: 0 0 4px 0;
	padding: 1px 2px 1px 3px;
	font-size: 11px;
}
* html #subscription-form input.text {margin: 0 0 2px 0;}
*:first-child+html #subscription-form input.text {margin: 0 0 2px 0;}

#tellafriend-form input.text {width: 110px; margin: 0 0 3px 0;}
* html #tellafriend-form input.text {margin: 0 0 1px 0;}
*:first-child+html #tellafriend-form input.text {margin: 0 0 1px 0;}

#subscription-form .join, #tellafriend-form .join {
	float: right;
	height: 26px;
	width: 74px;
	margin: 1px -1px 0 0;
	border: none;
}
* html #subscription-form .join {margin: 2px -4px 0 0;}

#tellafriend-form .join {margin: 0 -1px 0 0;}
* html #tellafriend-form .join {margin: 1px -4px 0 0;}
*:first-child+html #tellafriend-form .join {margin: 3px -1px 0 0;}

#alliance-subscription .vertical-button {position: absolute; right: -27px; top: 10px; height: 129px; width: 27px;}

/* Reusable Classes
************************************************************/

.clear-hidden {
	margin : 0;
	padding : 0;
	font-size : 1px;
	line-height: 1px;
	clear : both;
	height: 1px;
}

.clear {clear: both;}

.floatright {float: right; clear: right; margin: 0 0 10px 0;}

.floatleft {float: left; margin: 0 10px 0 0; display: block;}

div.hr {
	background: transparent url(../images/content_dottedHR.gif) 0 0 no-repeat;
	margin: 10px 0;
	height: 1px;
	border: 0;
	padding: 0;
	clear:both;
}

div.hr hr { display: none;}

.highlight-text {color: #000; font-weight: bold;}

.block-img {display: block;}

p.left {float: left; font-size: 1em; color: #999999; margin-bottom: 0.5em;}
