/* ===|Resets Default Browser Styles| CS 01.31============================================= */
html, body, * { 
	margin: 0; 
	padding: 0; 
	}
a {
	cursor: pointer;
	}
a img, iframe { 
	border: 0;
	}
a:active, a:focus {
	outline: none;
	}
h1, h2, h3, h4, h5, h6 { 
	font-size: 100%; 
	font-weight: normal;
	line-height: 1.3em;
	}
ul, ol, dl, li, dt, dd {
	list-style: none;
	}
form, fieldset {
	border: 0;
	}	
legend { 
	color: #000;
	}
input, select, button {
	font-size: 100%;
	}
select {
	margin: inherit;
	}
	
td, th, caption {
        vertical-align: top;	
	font-size:11px;
	}

/*
Magic Johnson Enterprises / Foundation
*/

/* Main / Common Styling
----------------------------------------------- */


#index2 .sidebar ul li a.current {background-color:#666342;}


#index2 .sidebar ul li a.currentlevel2 { text-decoration: underline; }


#index2 .sidebar ul li a.currentlevel3 { text-decoration: underline; }


#index2 .sidebar ul li a.currentlevel4 { text-decoration: underline; }


/* Foundation */

#foundation2 .sidebar ul li a.current {background-color:#EEC13E;}


#foundation2 .sidebar ul li a.currentlevel2 { color: #006CB2; text-decoration: underline; }


#foundation2 .sidebar ul li a.currentlevel3 { color: #006CB2; text-decoration: underline; }


#foundation2 .sidebar ul li a.currentlevel4 { color: #006CB2; text-decoration: underline; }


/* Enterprises */

#enterprise2 .sidebar ul li a.current {background-color:#81ABD5;}


#enterprise2 .sidebar ul li a.currentlevel2 { color: #006CB2; text-decoration: underline; }


#enterprise2 .sidebar ul li a.currentlevel3 { color: #006CB2; text-decoration: underline; }


#enterprise2 .sidebar ul li a.currentlevel4 { color: #006CB2; text-decoration: underline; }




body {
	background: #fff;
	color: #676241;
	font-size: 62.5%; /* Sets the page font to 10px */
	font-family: 'Lucida Grande', Verdana, Helvetica, Arial Sans-Serif;
	text-align: center;
	padding: 20px 0 60px;
	}
a {
	text-decoration: none;
	/*color: #003257;*/
	}
a:hover {
	text-decoration: underline;
	}
hr {display:none;}
#wrapper {
	width: 900px;
	margin: 0 auto;
	}
        
        #foundation1 #wrapper { background: url(images/bg-foundation1-magic.jpg) 0 -9px no-repeat; }

        #foundation2 #wrapper { background: url(images/bg-foundation2-magic.jpg) 100% -9px no-repeat; }

        #enterprise2 #wrapper { background: url(images/bg-enterprise2-magic.jpg) 100% -9px no-repeat; }

#header {
	position: relative;
	height: 90px;
	text-align: left;
	}
#content {
	color: #333;
	font-size: 1.1em;
	line-height: 1.45em;
	}
	#content p {
		margin-bottom: 18px !important;
		}
		#content p.leadin {
			font-size: 1.18em;
			line-height: 1.63em;
			color: #676241;
			}
			#enterprise1 #content p.leadin, #enterprise2 #content p.leadin, #foundation1 #content p.leadin, #foundation2 #content p.leadin {
				color: #006CB2;
			}

	#content h2 {
		font-size: 16px;
		font-weight: bold;
		}
	#content h3 {
		font-size: 12px;
		font-weight: bold;
		padding-top: 8px;
		}
	#content h4 {
		font-size: 11px;
		font-weight: bold;
		}

	#content hr {
		display: block;
		border: 0; 
		height: 1px; 
		background: #999999; 
			*color: #999999; 
		margin-bottom: 1.8em;
	}
	#content ul, #content ol {
		margin-bottom: 24px !important;
		}
		
		#content ul li {
			background: url(../images/bullet.png) 0 3px no-repeat;
			margin: 0 !important;
			padding: 0 0 8px 14px !important;
			}

			#content ul ul {
				margin: 0 0 18px 0 !important;
				padding: 0 0 0 0 !important;
				}
				
				#content ul ul li {
					background: url(../images/bullet-sub.png) 0 3px no-repeat;
					margin: 0 !important;
					padding: 0 0 8px 14px !important;
				}
		#content a {
			color: #676241;
		}

                img#bioPic { float: right; padding: 0 0 20px 20px; }

                   #foundation2 img#bioPic { margin-top: -4px;  }

#footer {
	padding-top: 25px;
	font: 1.1em Verdana;
	text-align: left;
	}
	#footer a {
		color: #676241 !important;
	}
#index1 #footer {
	text-align: center;
	}
/* Main Menu
----------------------------------------------- */
.main-nav {
	position: absolute;
	left: 140px;
	background: url(../images/bg-index1-mainnav.gif) top left no-repeat;
	width: 450px;
	}
.main-nav li {
	display: inline;
	padding: 0;
	text-indent: -9999px;
	}
.main-nav li a {
	float: right;
	display: block;
	height: 28px;
	width: 100px;
	background: #fff url(../images/bg-index1-mainnav.gif) top left no-repeat;
	}
.main-nav li.enterprises a{
	background-position: -250px 0;
	}
.main-nav li.enterprises a.selected {
	background-position: -250px -28px;
	}
.main-nav li.foundation a {
	background-position: -350px 0;
	}
.main-nav li.foundation a.selected {
	background-position: -350px -28px;
	}
/* Logo Areas
----------------------------------------------- */
.logo {
	padding: 33px 0 0 5px;
	}
.logo h1 {
	display: block;
	position: relative;
	overflow: hidden;
	font-size: 1px;
	}
.logo h1 a:hover {
	text-decoration: none;
	}
#index1 .logo h1 span, #index2 .logo h1 span {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/magic-johnson-enterprises.gif);
	}
#foundation1 .logo h1 span, #foundation2 .logo h1 span {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/mjf.gif) no-repeat;
	}
#enterprise1 .logo h1 span, #enterprise2 .logo h1 span {
	display: block;
	position: absolute;
	background: url(../images/mje.gif) no-repeat;
	width: 100%;
	height: 100%;
	}
#index1 .logo h1, #index2 .logo h1 {
	width: 524px;
	height: 61px;
	}
#foundation1 .logo h1, #foundation2 .logo h1, #enterprise1 .logo h1, #enterprise2 .logo h1 {
	top: -5px;
	width: 82px;
	height: 61px;
	z-index: 1000;
	}
/* Intro Areas
----------------------------------------------- */
#intro {
	_margin-top: -39px;
	position: relative;
	}
	.intro {
		font: 1.1em Verdana;
		}
		.intro-content {
			text-align: left;
			}
		.intro-content h2 {
			font: bold 1.5em Arial;
			letter-spacing: 0.8px;
			margin-bottom: 2px;
			}


		/* -- index intro -- */
		
		#index1 #intro {
			margin-top: -9px;
			_margin-top: -14px;
			background: url(../images/bg-index1-intro.gif) bottom left repeat-x;
			}
			#index1 .intro {
				background: url(../images/bg-index1-intro.jpg) bottom left no-repeat;
				height: 269px;
				}
				#index1 .intro-content {
					padding: 72px 100px 0 378px;
					}
		
		#index2 #intro {
			margin-top: -9px;
			_margin-top: -14px;
			}
			#index2 .intro {
				background: url(../images/bg-index2-intro.jpg) bottom left no-repeat;
				height: 169px;
				}
				#index2 .intro-content {
					padding: 100px 240px 0 280px;
					}
		
		
		/* -- foundation intro -- */
		
		#foundation1 #intro {
			padding-top: 18px;
			_padding-top: 48px;
			background: url(../images/bg-foundation1-intro.gif) bottom left repeat-x;
			}
			#foundation1 .intro {
				background: url(../images/bg-foundation1-magic.jpg) bottom left no-repeat;
				height: 320px;
				}
				#foundation1 .intro-content {
					padding: 85px 35px 0 370px;
					}
				#foundation1 .intro-content h2, #foundation2 .intro-content h2 {
					font: bold 1.5em Arial;
					letter-spacing: 0.8px;
					color: #006CB2;
					margin-bottom: 10px;
					}
				#foundation1 .intro-content p {
					margin-bottom: 10px;
					}
				#foundation1 .intro-content .contain {
					padding-top: 20px;
					}
		
		#foundation2 #intro {
			padding-top: 5px;
			_padding-top: 38px;
			background: url(../images/bg-foundation2-intro.gif) bottom left repeat-x;
			}
			#foundation2 .intro {
				background: url(../images/bg-foundation2-magic.jpg) bottom right no-repeat;
				height: 155px;
				}
				#foundation2 .intro-content {
					padding: 85px 35px 0 285px;
					}
		
		
		/* -- enterprises intro -- */
		
		#enterprise1 #intro {
			margin-top: -14px;
			_margin-top: -19px;
			background: url(../images/bg-enterprise1-intro.gif) bottom left repeat-x;
			}
			#enterprise1 .intro {
				background: url(../images/bg-enterprise1-intro.jpg) bottom left no-repeat;
				height: 341px;
				}
		
		#enterprise2 #intro {
			margin-top: -5px;
			_margin-top: -10px;
			background: url(../images/bg-enterprise2-intro.gif) bottom left repeat-x;
			}
			#enterprise2 .intro {
				background: url(../images/bg-enterprise2-magic.jpg) bottom right no-repeat;
				height: 165px;
				}
				#enterprise2 .intro-content {
					padding: 95px 35px 0 285px;
					}
		
div#sidebar {
    position: relative;
	/*height: auto;
	min-height: 300px;
		_height: 300px;*/
	padding-bottom: 118px;
	}
	div#sidebar .sidebar ul {
		margin-bottom: 0 !important;
		/*padding-bottom: 80px;*/
		height: auto;
		min-height: 225px;
			_height: 225px;
	}
	div#sidebar .ads {
		position: absolute;
		bottom: 0;
		/* bottom: 28px;*/
		}
		#index1 div#sidebar .ads {
			bottom: 36px;
		}

		#foundation2 div#sidebar .ads {
			bottom: 60px;
		}

	div#sidebar .sidebar ul li ul {
		/*padding-bottom: 90px;*/
		height: auto;
		min-height: 40px;
			_height: 40px;
		}
	

/* Index 1
----------------------------------------------- */
#index1 .main-nav {
	top: 18px;
	}
#index1 #main {
	background: #A4A079 url(../images/bg-contentarea.gif);
	padding: 8px 8px 0 8px;
	border-bottom: 8px solid #A4A079;
	text-align: left;
        height: auto;
        min-height: 400px;
               _height: 400px;
	}
#mainsingle {
	background: #fff;
	padding: 8px;
	text-align: left;
	}
#index1 #content {
	width: 636px;
	float: right;
	background: #fff;
	padding: 10px 0 15px;
	}
#index1 #content .left .feature-item {
	background: url(../images/bg-feature-item.gif) top right no-repeat;
	padding: 10px 20px 10px 30px;
	color: #676241;
	}
#index1 #content .right .feature-item {
	background: url(../images/bg-feature-item.gif) top left no-repeat;
	padding: 10px 30px 10px 20px;
	}
#index1 #content p {
	font-size: 1.1em;
	line-height: 1.24em;
	color: #676241;
	}
#index1 #content a {
	font-size: 1.1em;
	color: #676241;
	}
#index1 #sidebar {
	width: 240px;
	float: left;
	background: #fff;
	}
#index1 .sidebar {
	padding: 15px 11px;
	}
#index1 .sidebar h3 {
	font: bold 1.4em Arial;
	text-transform: uppercase;
	}
#index1 .sidebar .news-item .left {
	width: 40px;
	border: 1px solid #ccc;
	text-align: center;
	}
#index1 .sidebar .news-item .left span {
	display: block;
	padding: 5px 0;
	font: bold 1.3em Arial;
	}
#index1 .sidebar .news-item .left .date-month {
	padding: 2px 0;
	font-size: 1.1em;
	background: #F9F9F9;
	border-top: 1px solid #ccc;
	}
#index1 .sidebar .news-item .right {
	width: 160px;
	}
#index1 .sidebar .news-item .right a {
	color: #676241 !important;
	}
#index1 .sidebar h4 {
	font: 1.1em Arial;
	margin-bottom: 2px;
	}
#index1 .sidebar p {
	font-size: 1.2em;
	}
/* Index 2
----------------------------------------------- */
#index2 .main-nav {
	top: 18px;
	}
#index2 #main {
	background: #666241 url(../images/bg-contentarea.gif);
	padding: 8px 8px 0 8px;
	border-bottom: 8px solid #666241;
	text-align: left;
	}
#index2 #content {
	width: 636px;
	height: auto;
	min-height: 380px;
		_height: 380px;
	float: right;
	background: #fff;
	padding: 20px 0 30px;
	}
#index2 .content {
	padding: 0 30px;
	}
#index2 #content p {
/*	font-size: 1.3em;*/
	}
	

#index2 #content h2 {
/*	font: bold 1.8em Arial;
	margin-bottom: 15px;*/
	}
#index2 #sidebar {
	width: 240px;
	float: left;
	color: #fff;
	}
#index2 .sidebar {
	background: url(../images/bg-index2-sidebar.jpg) top center no-repeat;
	padding-top: 10px;
	}
#index2 .sidebar ul li a {
	font-weight: bold;
	font-size: 1.2em;
	color: #fff;
	display: block;
	padding: 5px 0 5px 20px;
	background: url(../images/list-arrow-1.gif) 5px 0.7em no-repeat;
	}
/* Foundation 1
----------------------------------------------- */
#foundation1 a, #foundation2 a, #enterprise1 a, #enterprise2 a {
	color: #006CB2;
	}
#index1 .top-menu a, #index2 .top-menu a, #foundation1 .top-menu a, #foundation2 .top-menu a, #enterprise1 .top-menu a, #enterprise2 .top-menu a {
	color: #676241 !important;
	}
#foundation1 .top-menu a.home, #foundation2 .top-menu a.home, #enterprise1 .top-menu a.home, #enterprise2 .top-menu a.home {
	background: url(../images/home-icon.gif) top left no-repeat;
	padding: 0 0 10px 28px;
	}
#foundation1 .main-nav {
	top: 14px;
		_top: 30px;
	}
#foundation1 #main {
	background: #EEC13E url(../images/bg-foundation1-main.gif) 12px 8px no-repeat;
	padding: 8px 8px 0 8px;
	border-bottom: 8px solid #EEC13E;
	text-align: left;
	}
#foundation1 .col1 {
	width: 206px;
	padding: 10px 10px 0 20px;
	float: left;
	}
#foundation1 .col2 {
	width: 260px;
	float: left;
	padding: 10px 35px 0 35px;
	}
#foundation1 .col3 {
	width: 315px;
	float: left;
	}
#foundation1 #main h3 {
	font: bold 1.4em Arial;
	color: #1D6199;
	margin-bottom: 10px;
	}
#foundation1 #main p {
	font-size: 1.2em;
	}
#foundation1 #main img {
	margin-bottom: 0;
	}
#foundation1 #main a.learn-more img {
	margin: 0 0 -8px 3px;
	}
#foundation1 .col1 .scroll-left {
	margin-right: 8px;
	}
#foundation1 .col1 .scroll-right {
	margin-left: 8px;
	}
/* Foundation 2
----------------------------------------------- */
#foundation2 .main-nav {
	top: 14px;
		_top: 30px;
	}
#foundation2 #main {
	background: #EEC13E url(../images/bg-contentarea.gif);
	padding: 8px 8px 0 8px;
	border-bottom: 8px solid #EEC13E;
	text-align: left;
	}
#foundation2 .side-links {
	position: absolute;
	height: 20px;
	right: 0;
	top: 173px;
		_top: 201px;
	background: url(../images/blue-fade.gif) bottom center no-repeat;
	padding-bottom: 4px;
	}
#foundation2 .side-links a {
	background: #EEC13E;
	color: #0054A8;
	}
#foundation2 .side-links a.donate {
	padding: 5px 5px 5px 10px;
text-decoration: none;
	}
#foundation2 .side-links a.subscribe {
	padding: 5px 15px 5px 5px;
text-decoration: none;
	}
#foundation2 #content {
	width: 636px;
	height: auto;
	min-height: 380px;
		_height: 380px;
	float: right;
	background: #fff;
	padding: 10px 0 15px;
	}
#foundation2 .content {
	padding: 35px 30px;
	}
#foundation2 #content h2 {
	color: #0054A8;
/*	font: bold 1.8em Arial;*/
	margin-bottom: 20px;
	}
#foundation2 #content p {
/*	font-size: 1.3em;*/
	}
#foundation2 .sub-menu {
	padding-bottom: 20px;
	font-size: 1.2em;
	}
#foundation2 .sub-menu a:hover, #foundation2 .sub-menu a.selected {
	color: #EEC13E;
	text-decoration: underline;
	}
#foundation2 #sidebar {
	width: 240px;
	float: left;
	background: url(../images/bg-foundation2-sidebar.jpg) top center no-repeat;
	}
#foundation2 #sidebar ul {
	padding: 12px 0 80px 0;
	}
        #foundation2 #sidebar ul ul {
	padding: 12px 0 18px 0;
	}
#foundation2 .sidebar ul li a {
	font-weight: bold;
	font-size: 1.2em;
	color: #0054A8;
	display: block;
	padding: 5px 0 5px 20px;
	background: url(../images/list-arrow-2.gif) 5px 0.7em no-repeat;
	}
#foundation2 .sidebar ul li a.selected {
	background: url(../images/list-arrow-3.gif) 5px 0.7em no-repeat;
	}
#foundation2 .sidebar ul li ul {
	font-size: 1em;
	margin: 0;
	padding: 0;
	}
#foundation2 .sidebar ul li ul li a {
	font-weight: normal;
	padding-left: 30px;
	background: url(../images/white-bullet.gif) 20px 0.9em no-repeat;
	}
#foundation2 .sidebar ul li ul li a.selected {
	color: #fff;
	background: url(../images/white-bullet.gif) 20px 0.9em no-repeat;
	}
/* Enterprise 1
----------------------------------------------- */
#enterprise1 .main-nav {
	top: 21px;
	}
#enterprise1 .intro-content {
	padding: 120px 35px 0 380px;
	text-align: left;
	}
#enterprise1 .intro-content h2, #enterprise2 .intro-content h2 {
	font: bold 1.5em Arial;
	letter-spacing: 0.8px;
	color: #006CB2;
	margin-bottom: 10px;
	}
#enterprise1 .intro-content p {
	color: #000;
	margin-bottom: 10px;
	}
#enterprise1 .intro-content .buttons {
	padding-top: 20px;
	}
#enterprise1 .intro-content .buttons img {
	padding-right: 5px;
	}
#enterprise1 #main {
	background: #82ACD5;
	padding: 8px;
	text-align: left;
	}
#enterprise1 #main .left {
	width: 240px;
	height: 124px;
	}
#enterprise1 #main .right {
	width: 630px;
	}
#enterprise1 #main h3 {
	font: bold 1.8em Arial;
	color: #0053A5;
	margin: 10px 0 0 30px;
	}
#enterprise1 #main p {
	font-size: 1.2em;
	}
#enterprise1 #main img {
	margin-bottom: 0;
	}
#enterprise1 #main a.learn-more img {
	margin: 0 0 -8px 3px;
	}
#enterprise1 .right a.scroll-left {
	margin: 0 8px 0 0;
	}
#enterprise1 .right a.scroll-right {
	margin: 0 0 0 8px;
	}
#enterprise1 #main .right a {
	padding: 0 15px;
	}
/* Enterprise 2
----------------------------------------------- */
#enterprise2 .main-nav {
	top: 17px;
	}
#enterprise2 #main {
	background: #81ABD5 url(../images/bg-contentarea.gif);
	padding: 8px 8px 0 8px;
	border-bottom: 8px solid #81ABD5;
	text-align: left;
	}
#enterprise2 #content {
	width: 636px;
	height: auto;
	min-height: 380px;
		_height: 380px;
	float: right;
	background: #fff;
	padding: 10px 0 15px;
	}
#enterprise2 .content {
	padding: 10px 30px 35px 30px;
	}
#enterprise2 #content h2 {
	color: #0054A8;
	/*font: bold 1.8em Arial;*/
	margin-bottom: 20px;
	}
#enterprise2 #content p {
/*	font-size: 1.3em;*/
	}
#enterprise2 #sidebar {
	width: 240px;
	float: left;
	background: url(../images/bg-enterprise2-sidebar.jpg) top center no-repeat;
	}
#enterprise2 .sidebar ul {
	padding: 12px 0 18px 0;
	}
#enterprise2 .sidebar ul li a {
	font-weight: bold;
	font-size: 1.2em;
	color: #fff;
	display: block;
	padding: 5px 0 5px 20px;
	background: url(../images/list-arrow-4.gif) 5px 0.7em no-repeat;
	}
#enterprise2 .sidebar ul li a.selected {
	background: url(../images/list-arrow-5.gif) 5px 0.7em no-repeat;
	}
#enterprise2 .sidebar ul li ul {
	font-size: 1em;
	margin: 0;
	padding: 0;
	}
#enterprise2 .sidebar ul li ul li a {
	font-weight: normal;
	padding-left: 30px;
	background: url(../images/white-bullet.gif) 20px 0.9em no-repeat;
	}
#enterprise2 .sidebar ul li ul li a.selected {
	color: #0054A8;
	background: url(../images/white-bullet.gif) 20px 0.9em no-repeat;
	}
/* Common Styling
----------------------------------------------- */
a.learn-more {
	font: bold 1.2em Arial;
	}
a.learn-more img {
	display: inline;
	margin: 0 0 -10px 3px;
	}
.search {
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	text-align: right;
	}
.top-menu {
	position: absolute;
	top: 5px;
	right: 220px;
	width: 500px;
	text-align: right;
	font: 1.2em Verdana;
	letter-spacing: -0.1px;
	}
.searchform-input {
	width: 150px;
	padding: 2px 5px;
	border: 1px solid #C3C3C3;
	font-size: 1.3em;
	margin: 0 5px 10px 0;
	}
ol.image-list, ol.image-list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
ol.image-list li {
	font-size: 1.1em;
	padding: 5px 0 5px 20px;
	}
ol.image-list li {
	background: url(../images/item-1.gif) 0 0.7em no-repeat;
	}
ol.image-list li.item-2 {
	background-image: url(../images/item-2.gif);
	}
ol.image-list li.item-3 {
	background-image: url(../images/item-3.gif);
	}
ol.image-list li.item-4 {
	background-image: url(../images/item-4.gif);
	}
ol.image-list li.item-5 {
	background-image: url(../images/item-5.gif);
	}
ol.image-list li.item-6 {
	background-image: url(../images/item-6.gif);
	}
ol.image-list li.item-7 {
	background-image: url(../images/item-7.gif);
	}
ol.image-list li.item-8 {
	background-image: url(../images/item-8.gif);
	}
.ads {
	text-align: center;
	height: 80px;
	}
.ad200x125-1 {
	background: url(../images/bg-ad-200x125-1.gif) top center no-repeat;
	color: #676241;
	}
.ad200x125-1 a:link, .ad200x125-1 a:visited {color:#676241;} 
.ad200x125-2 {
	background: url(../images/bg-ad-200x125-2.gif) top center no-repeat;
	color: #fff;
	}
.ad200x125-2 a:link, .ad200x125-2 a:visited {
	color: #fff;
	} 
.ad200x125-3 {
	background: url(../images/bg-ad-200x125-3.gif) top center no-repeat;
	color: #fff;
	}
.ad200x125-3 a:link, .ad200x125-3 a:visited {
	color: #fff;
	}
h1 {
	font-size: 2.6em;
	}
h2 {
	font-size: 2.0em;
	}
h3 {
	font-size: 1.4em;
	font-weight: bold;
	}
h4 {
	font-size: 1.1em;
	font-weight: bold;
	}
/*p, ul, ol, blockquote {
	font: 1.2em/1.6em 'Trebuchet MS';
	}*/
h1, h2, h3, h4, p, img, blockquote, ul, ol {
	margin-bottom: 1.5em;
	}

ul li {
	padding: 0 0 0 10px;
	}
	
#enterprise2 #content ul li, #foundation2 #content ul li, #index2 #content ul li {
	padding: 0 0 0 10px;
	/*background: url(../images/bullet.png) 0 0.7em no-repeat;*/
	}
	
ol {
	margin: 0 0 18px 18px;
	}

	ol li {
		padding: 0 0 0 10px;
		list-style-type: decimal;
		}
.hide {
	position: absolute;
	top: -9999px;
	left: -9999px;
	}
.contain:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.contain {
	display: inline-block;
	}
/* Hides from IE-mac \*/
* html .contain {
	height: 1%;
	}
.contain {
	display: block;
	}
.narrow90 {
	width: 90%;
	}
.narrow80 {
	width: 80%;
	}
.narrow70 {
	width: 70%;
	}
.left {
	width: 49%;
	float: left;
	}
.right {
	width: 49%;
	float: right;
	}
/* End hide from IE-mac */
.center {
	text-align: center;
	}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.alignleft {
	float: left;
	}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 15px 8px 0px;
	}
.alignright {
	float: right;
	}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 8px 15px;
	}

.validation-advice {
color: red;
background: #fff url(../images/alert.png) no-repeat left center;
padding:10px 0px 10px 22px;
} 


#requestInfo {
	text-align: center;
	}
	
	#requestInfo label {
		float: left;
		width: 42%;
		text-align: right;
		padding: 2px 12px 0 0;
	}

	#requestInfo input, #requestInfo select, #requestInfo textarea {
		float: left;
		text-align: left;
		width: 150px !important;
		padding: 2px;
	}
        #requestInfo input.submit {
                float: none !important;
                width: 60px !important;
                margin-left: -10px;
                padding: 2px 8px 2px 8px;
                border: 1px solid #666141;
                background: #666141;
                font-weight: bold;
                color: #fff;
        }  #foundation2 #requestInfo input.submit { background: #0054A8; }

/* Scroller
----------------------------------------------- */

			#scroller {
				position: absolute;
				margin-left: 48px;
				width: 542px;
				height: 117px;
				background: url(images/bg-logo-scroll.gif) no-repeat;
				}	
				
				div a#prevBtn span, div a#nextBtn span {
					display: none;
					}
					
					div a#prevBtn {
						position: absolute;
						top: 32px;
						left: -44px;
						display: block;
						width: 40px;
						height: 40px;
						background: url(images/arrow-l.png) bottom left no-repeat;
						}
						div a#prevBtn:hover, div a#prevBtn:active { background: url(images/arrow-l.png) top left no-repeat; }
			
					div a#nextBtn {
						position: absolute;
						top: 32px;
						right: -74px;
						display: block;
						width: 40px;
						height: 40px;
						background: url(images/arrow-r.png) bottom left no-repeat;
						}
						div a#nextBtn:hover, div a#nextBtn:active { background: url(images/arrow-r.png) top left no-repeat; }
	
				#scrollThumbs {
					position: absolute;
					overflow: hidden;
					width: 540px; /* this is the width for Scrollthumbs as specified in the JS below */
					margin: 1px 1px 1px 1px;
					}
					
					#scrollThumbs ul {
						list-style: none;
						padding: 0;
						width: 2000000px;
						}
						
						#scrollThumbs ul li {
							margin: 0 45px 0 45px;
							padding: 0;
							float: left;
							width: 180px;
							height: 115px;
							}
	
							#scrollThumbs ul li a {
								float: left;
								width: 180px; margin: 0 !important; padding: 0 !important;
							}
							
							#scrollThumbs ul li a img {
								float: left;
								width: 180px; margin: 0 !important; padding: 0 !important;
							}
							