/* Reset
------------------------------------------------ */
* {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-weight: normal;
    text-decoration: none;
    list-style: none;
    border: none;
    outline: none;
    }
html {
	scrollbar-base-color: #000000;
	scrollbar-face-color: #939A4D;
	scrollbar-track-color: #A6C0E4;
	scrollbar-arrow-color: #FDFD34;
	scrollbar-highlight-color: #939A4D;
	scrollbar-3dlight-color: #939A4D;
	scrollbar-shadow-color: #939A4D;
	scrollbar-darkshadow-color: #939A4D;
}
hr {
	color: #666;
	background-color: #666;
	height: 2px;
	margin-top: 8px;
	margin-bottom: 8px;
}
tr.d0 td {
	background-color: #E9EAEC;
}
tr.d1 td {
	background-color: ##F0F0F0;
}

/* Main
------------------------------------------------ */
body {
    background: #fff;
    font: 13px/1.6em Calibri, "Helvetica Neue", Arial, Helvetica, sans-serif;
    color: #333;
    }
blockquote {
	margin: 1em 3em;
	color: #999;
	border-left: 2px solid #999;
	padding-left: 1em; 
	}	
.bodyText12 {
    font: 12px/1.6em Calibri, "Helvetica Neue", Arial, Helvetica, sans-serif;
    color: #333;
    }
.bodyText12Bold {
	color: #333;
	font-family: Calibri, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.9em;
	font-weight: bold;
    }
.bodyText14 {
    font: 14px/1.6em Calibri, "Helvetica Neue", Arial, Helvetica, sans-serif;
    color: #333;
    }
.bodyText14Grey {
	color: #CCC;
	font-family: Calibri, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
}

.bodyText14Bold {
	color: #333;
	font-family: Calibri, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.9em;
	font-weight: bold;
    }

.bodyText14BoldGrey {
	color: #CCC;
	font-family: Calibri, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.9em;
	font-weight: bold;
}

.bodyText14BoldRed {
	color: #D62027;
	font-family: Calibri, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.7em;
	font-weight: bold;
    }		
.bodyText16Bold {
	color: #333;
	font-family: Calibri, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 2em;
	font-weight: bold;
    }
.bodyText16Blue {
	color: #001F64;
	font-family: Calibri, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 2em;
	font-weight: bold;
    }	
.bodyText16BoldRed {
	color: #D62027;
	font-family: Calibri, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 2em;
	font-weight: bold;
    }	
.bodyText18Bold {
	color: #001F64;
	font-family: Calibri, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 2em;
	font-weight: bold;
    }
.bodyText18BoldRed  {
	color: #D62027;
	font-family: Calibri, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 2em;
	font-weight: bold;
    }
.bodyText18BoldItalic {
	color: #001F64;
	font-family: Calibri, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 2em;
	font-weight: bold;
	font-style: italic;
    }				
.topicWhite {
	color: #fff;
	font-family: Calibri, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.9em;
	font-weight: bold;
    }
.whiteNote {
	color: #fff;
	font-family: Calibri, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.headingWhite {
	color: #fff;
	font-family: Calibri, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.9em;
	font-weight: bold;
    }	
#wrapper {
	width: 1000px;
	margin: 10px auto 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #939A4D;
    }
a:link {
	color: #939A4D;	
	}
a:hover {
	color: #13599F;
	}
a:visited {
	color:  #939A4D;
	}
a:active {
	color: #13599F;
	}	
/* Header
------------------------------------------------ */
#header {
    background: url(../img/wave.png) left bottom no-repeat;
    height: 115px;
    overflow: auto;
    }
#header h1 {
    background: url(../img/logo-tia.png) no-repeat;
    height: 91px; width: 171px;
    margin-left: 25px;
    text-indent: -9999px;
    float: left;
    }
#tagline {
	border-left: 1px solid #559dcd;
	color: #0E559B;
	font-size: 18px;
	margin-top: 20px;
	margin-left: 23px;
	padding-left: 15px;
	width: 384px;
	float: left;
	/*	text-shadow: 1px 1px 1px #8E9FB9;*/
/*	text-shadow: 0px -1px 0px #374683;	*/
	text-shadow: 0px 1px 0px #e5e5ee;
	/*	filter: glow(color=#8E9FB9,strength=3);
	filter: Shadow(Color=#666666, 	
			Direction=135, 
			Strength=5);*/ /* IE */
	
    }
ul#social {
    margin-top: 3px;
    margin-right: 8px;
    float: right;
    }
ul#social li {
    margin-left: 6px;
    float: left;
    }	
#alertButton{
	display: block;
	width: 66px;
	height: 66px;
	background: url(../graphics/RacquetAlertButton.png) no-repeat 0 0;
	float: right;
}
#alertButton:hover{ 
  background-position: 0 -66px;
}
#alertButton span{
  display: none;
}

#listButton{
	display: block;
	width: 206px;
	height: 37px;
	background: url(../graphics/ListBusinessDouble.png) no-repeat 0 0;
	float: right;
	padding-right: 44px;
	margin-right: 12px;
}
#listButton:hover{ 
  background-position: 0 -37px;
}
#listButton span{
  display: none;
}	

/* Navigation
------------------------------------------------ */

ul#nav {
    background: url(../img/nav-gradient.png) repeat-x;
    clear: both;
    font-size: 16px;
    height: 57px;
    text-shadow: 1px 1px 0 rgba(0,0,0,.1);
    overflow: hidden;
    }
ul#nav li {
    float: left;
    margin: 1px 0;
    }
ul#nav li:first-child {
    margin-left: 1px;
    }
ul#nav li#members-login {
    float: right;
    margin-right: 1px;
    }
ul#nav li a {
    border-right: 1px solid #015696;
    color: #fff;
    padding: 18px 25px;
/*    text-shadow: 1px 1px 1px #000;*/
	text-shadow: 0px -1px 1px #374683;
    display:block;
    }
ul#nav li#members-login a {
    border-right: none;
    border-left: 1px solid #015696;
    }
ul#nav a:hover {
	background: url(../img/nav-gradient.png) 0 100% repeat-x;
	color: #fff;
    }
#members-login #login-panel {
	font-variant: small-caps;	
}
ul#nav li a#current {
	border-right: 1px solid #015696;
	color: #FFCB07;
	padding: 18px 25px;
	/*    text-shadow: 1px 1px 1px #000;*/
	text-shadow: 0px -1px 1px #374683;
	display:block;
	font-weight: bold;
	font-variant: small-caps;
    }	


/* Middle
------------------------------------------------ */

#middle {
    clear: both;
    border-top: 2px solid #74a04d;
    }
#side {
    background: #939a4d;
    color: #ffff99;
    font-size: 14px;
    line-height: 1.2em;
    padding: 18px 25px;
    width: 218px;
	height: 260px;
    float: left;
    }
#feed {
    background: #939a4d;
    color: #ffff99;
}
#side h2 {
    color: #fff;
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 15px;
	text-shadow: 1px 1px 1px #000
	
    }
#side h2 a {
    color: #fff;
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 15px;
	text-shadow: 1px 1px 1px #000
    }
#side h2 a:hover {
    color: #ffff99;
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 15px;
	text-shadow: 1px 1px 1px #000
    }
#leftNav a:hover	{
	color: #fff;
    }
#side li {
    margin-bottom: 10px;
    }
#side p a {
	background: url(../img/button-newsletter.png) no-repeat;
	display: block;
	height: 57px;
	width: 217px;
	margin-top: 12px;
	text-indent: -9999px;
    }
#side p a:active {
    background-position: 0 -57px;
    }
#side a {
    color: #ffff99;
    }
#side a:hover {
    color: #fff;
    }
#side a span {
	color: #333;
/*	font-weight: bold;*/
    }
#sideSub {
	background: #939a4d;
	color: #ffff99;
	font-size: 14px;
	line-height: 1.2em;
	width: 195px;
	height: 180px;
	float: left;
	padding-top: 18px;
	padding-right: 25px;
	padding-bottom: 18px;
	padding-left: 25px;
    }
	#sideSub h2 {
    color: #fff;
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 15px;
	text-shadow: 1px 1px 1px #000
    }
#sideSub h2 a {
    color: #fff;
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 15px;
	text-shadow: 1px 1px 1px #000
    }
#sideSub h2 a:hover {
    color: #ffff99;
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 15px;
	text-shadow: 1px 1px 1px #000
    }
#sideSubRetail {
	color: #FFF;
	font-size: 14px;
	line-height: 1.2em;
	width: 220px;
	height: 385px;
	float: left;
	padding-top: 18px;
	padding-left: 25px;
	padding-bottom: 18px;
	background-color: #fff;
	background-image: url(../graphics/RetailSubTopBar.png);
	background-repeat: no-repeat;
    }		
#sideSubRetail h2 {
    color: #fff;
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 15px;
	text-shadow: 1px 1px 1px #000
    }
#sideSubRetail h2 a {
    color: #fff;
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 15px;
	text-shadow: 1px 1px 1px #000
    }
#sideSubRetail h2 a:hover {
    color: #ffff99;
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 15px;
	text-shadow: 1px 1px 1px #000
    }
#sideSubRetail a {
	color: #0D549B;
	font-weight: bold;
    }
#sideSubRetail a:hover {
    color: #D62128;
    }
#sideSub li {
    margin-bottom: 10px;
    }
#sideSub a {
    color: #ffff99;
    }
#sideSub a:hover {
    color: #fff;
    }
#sideSub a span {
	color: #333;
/*	font-weight: bold;*/
    }
#sideSubLower {
	color: #ffff99;
	font-size: 14px;
	line-height: 1.2em;
	width: 195px;
	height: 180px;
	float: left;
	padding-top: 18px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	background-color: #A6C0E4;
    }		
#sideSubLowerPhoto {
	color: #ffff99;
	font-size: 14px;
	line-height: 1.2em;
	width: 245px;
	height: 202px;
	float: left;
	background-color: #fff; /*#A6C0E4;*/
    }
#sideSubGTGPhoto {
	color: #ffff99;
	font-size: 14px;
	line-height: 1.2em;
	width: 245px;
	height: 284px;
	float: left;
	background-color: #fff; /*#A6C0E4;*/
    }	
#sideSubRetailMid {
	color: #ffff99;
	font-size: 14px;
	line-height: 1.2em;
	width: 210px;

	float: left;
	background-color: #fff; /*#A6C0E4;*/
	clear: left;
    }	
#sideSubLowerPlayTennis {
	color: #ffff99;
	font-size: 14px;
	line-height: 1.2em;
	width: 245px;
	height: 172px;
	float: left;
	background-color: #fff; /*#A6C0E4;*/
    }
#sideSubLowerAlert {
	color: #ffff99;
	font-size: 14px;
	line-height: 1.2em;
	width: 245px;
	height: 339px;
	float: left;
	background-color: #fff; /*#A6C0E4;*/
    }	
#sideSubLower h2 {
    color: #fff;
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 15px;
	text-shadow: 1px 1px 1px #000
    }
#sideSubLower h2 a {
    color: #fff;
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 15px;
	text-shadow: 1px 1px 1px #000
    }
#sideSubLower h2 a:hover {
    color: #ffff99;
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 15px;
	text-shadow: 1px 1px 1px #000
    }
#sideSubLower li {
    margin-bottom: 10px;
    }
#sideSubLower a {
    color: #ffff99;
    }
#sideSubLower a:hover {
    color: #fff;
    }
#sideSubLower a span {
	color: #333;
/*	font-weight: bold;*/
    }	
#sideSubLowerContact {
	color: #ffff99;
	font-size: 14px;
	line-height: 1.2em;
	width: 195px;
	height: 195px;
	float: left;
	padding-top: 18px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	background-color: #A6C0E4;
    }		
#sideSubResearch {
	background: #939a4d;
	color: #ffff99;
	font-size: 14px;
	line-height: 1.2em;
	width: 202px;
	height: 180px;
	float: left;
	padding-top: 18px;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 25px;
    }
#sideSubResearch h2 {
    color: #fff;
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 15px;
	text-shadow: 1px 1px 1px #000
    }
#sideSubResearch a {
    color: #ffff99;
	text-shadow: 1px 1px 1px #8E9FB9	
    }
#sideSubInvolved {
	background: #939a4d;
	color: #ffff99;
	font-size: 14px;
	line-height: 1.2em;
	width: 195px;
	height: 195px;
	float: left;
	padding-top: 18px;
	padding-right: 25px;
	padding-bottom: 18px;
	padding-left: 25px;
    }
#sideSubInvolved h2 {
    color: #fff;
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 15px;
	text-shadow: 1px 1px 1px #000
    }
#sideSubInvolved a {
    color: #ffff99;
	text-shadow: 1px 1px 1px #8E9FB9	
    }	
#sideSubAlert {
	background: #fff;
	color: #ffff99;
	font-size: 14px;
	line-height: 1.2em;
	width: 245px;
	height: 278px;
	float: left;
    }	
#middle .photo {
    line-height: 0;
    }
.rss a {
	background: url(../img/rss.png) no-repeat;
    height: 25px;
	width: 25px;
    }
.rss a:hover {
    background-position: 0 -25px;
    }


/* Boxes
------------------------------------------------ */
#scrollingBox {
	background: url(../img/boxes-bg.png) repeat-x;
	width: 1000px;
	background-color: #FFF;
	}
#scroller {
	Width: 100%;
}
#leftArrow {
	
	width: 14px;
	height: 110px;
	float: left;
	padding-top: 40px;
	}
#rightArrow {
	
	width: 10px;
	height: 110px;
	padding-top: 40px;
	position: relative;
	clear:left;
	float:right;
	width:13px;
	overflow:hidden;
	}	
#boxes {
	width: 940px;
	height: 150px;
	clear: both;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	float: left;
	background: url(../img/boxes-bg.png) repeat-x;
    }
.box {
	float: left;
	margin-top: 10px;
	margin-right: 8px;
/*	margin-right: 38px;
*/	width: 290px;
	margin-left: 10px;
    }
.box:last-child {
    margin-right: 23px;
    }
.box h2 {
	color: #036 !important;
	font-size: 26px;
	margin: 8px 0 10px;
	text-shadow: 1px 1px 1px #fff;
	line-height: 18px;
    }
.box h3 {
	color: #036 !important;
	font-size: 24px;
	text-shadow: 1px 1px 1px #fff;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
    }	
.box img {
	float: left;
	margin-right: 13px;
	margin-bottom: 23px;	
	border: 2px solid #939A4D;
    }
.box a {
    color: #003875;
    line-height: 1.2em;
    }
.box a:hover h2 {
    color: #939A4D !important;
	text-shadow: 1px 1px 1px #000
    }
#ec {
	height: 250px;
	padding: 0 0 0 20px;
	clear: both;
	background-color: #A6C0E4;
	background-repeat: repeat-x;
    }

/* Bottom
------------------------------------------------ */
#bottom {
    background: url(../img/bottom-bg.png) repeat-x;
    height: 106px;
    padding: 0 25px;
    clear: both;
    }
#programs li {
    display: inline;
    float: left;
    }
#programs li a {
    display: inline;
    float: left;
    text-indent: -9999px;
    margin-right: 10px;
    }
.careers a {
    background: url(../img/program-careers.png) no-repeat;
    height: 49px; width: 82px;
    margin-top: 28px;
    }
.careers a:hover {
    background-position: 0 -49px;
    }
.connect a {
    background: url(../img/program-connect.png) no-repeat;
    height: 41px; width: 98px;
    margin-top: 35px;
    }
.connect a:hover {
    background-position: 0 -41px;
    }
.fame a {
    background: url(../img/program-fame.png) no-repeat;
    height: 51px; width: 86px;
    margin-top: 25px;
    }
.fame a:hover {
    background-position: 0 -51px;
    }
.industry a {
    background: url(../img/program-industry.png) no-repeat;
    height: 50px; width: 127px;
    margin-top: 30px;
    margin-right: -1px !important;
    }
.industry a:hover {
    background-position: 0 -50px;
    }
.forum a {
    background: url(../img/program-forum.png) no-repeat;
    height: 70px; width: 100px;
    margin-top: 20px;
    margin-right: -6px !important;
    }
.forum a:hover {
    background-position: 0 -70px;
    }
.play a {
	background: url(../img/program-play.png) no-repeat;
	height: 72px;
	width: 77px;
	margin-top: 18px;
	margin-left: 16px;
    }
.play a:hover {
    background-position: 0 -76px;
    }
.growing a {
    background: url(../img/program-growing.png) no-repeat;
    height: 46px; width: 90px;
    margin-top: 30px;
    }
.growing a:hover {
    background-position: 0 -46px;
    }
#bottom p a {
    background: url(../img/button-member.png) no-repeat;
    display: block;
    height: 59px; width: 219px;
    margin-top: 24px;
    text-indent: -9999px;
    float: right;
    }
#bottom p a:active {
    background-position: 0 -59px;
    }

/* Footer
------------------------------------------------ */
#footer {
    font-size: 11px;
    }
#footer .left {
    float: left;
    }
#footer .right {
    float: right;
    }
#footer li {
    float: left;
    }
#footer li:after {
    content: '\A0\A0|\A0\A0';
    }
#footer li:last-child:after {
    content: '';
    }
#footer a {
    color: #333;
    }
#footer a:hover {
    color: #3986bb;
    }
	
/* Rotator
________________________________*/
#rotator
{
	overflow: hidden;
	width: 732px;
	height: 296px;
	position:relative;
	background-color: #10579D;
}
#rotator img
{
	width: 732px;
	height: 296px;
}

#error
{
	overflow: hidden;
	width: 732px;
	height: 296px;
	position:relative;
	background-color: #fff;
}
	
/* About
----------------------*/

#divAboutUpper {
	width: 740px;
	height: 192px;
	overflow: auto;
	line-height: 1.5em;
	float: left;
	background-color: #fff;
	margin-right: 5px;
	margin-left: 10px;
	text-align: left;
	clear: right;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	}

#divResources {
	width: 740px;
	height: 395px;
	overflow: auto;
	line-height: 1.5em;
	float: right;
	background-color: #fff;
	margin-right: 5px;	
	margin-left: 10px;
	text-align: left;
	clear: right;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#divResources img {
	float: right;
	margin-right: 13px;
	margin-bottom: 2px;
	margin-top: 12px;
	margin-left: 12px;
    }
#divResources a:link {
	font-weight: bold;	
	}	
#divResources a:hover {
	font-weight: bold;	
	}	
#divResources a:visited {
	font-weight: bold;	
	}		
#divAlert {
	width: 727px;
	height: 595px;
	overflow: auto;
	line-height: 1.5em;
	float: right;
	background-color: #fff;
	margin-right: 5px;	
	margin-left: 21px;
	text-align: left;
	clear: right;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#divPlayTennis {
	width: 727px;
	height: 434px;
	overflow: auto;
	line-height: 1.5em;
	float: right;
	background-color: #fff;
	margin-right: 5px;	
	margin-left: 21px;
	text-align: left;
	clear: right;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}	
#divVerified {
	width: 727px;
	height: 595px;
	overflow: auto;
	line-height: 1.5em;
	float: right;
	background-color: #fff;
	margin-right: 5px;	
	margin-left: 21px;
	text-align: left;
	clear: right;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}	
#divIndustry {
	width: 740px;
	height: 402px;
	overflow: auto;
	line-height: 1.5em;
	float: right;
	background-color: #fff;
	margin-right: 5px;	
	margin-left: 10px;
	clear: right;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}	
#divGTG {
	width: 740px;
	height: 495px;
	overflow: auto;
	line-height: 1.5em;
	float: right;
	background-color: #fff;
	margin-right: 5px;	
	margin-left: 10px;
	clear: right;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}		
#divResearch {
	width: 740px;
	height: 402px;
	overflow: auto;
	line-height: 1.5em;
	float: right;
	background-color: #fff;
	margin-right: 5px;	
	margin-left: 10px;
	text-align: left;
	clear: right;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}		
#divResearch img {
	border: 2px solid #939A4D;
	margin-bottom: 6px;
	margin-left: 16px;	
    }
#divReports {
	width: 1000px;
	height: 800px;
	overflow: auto;
	line-height: 1.5em;
	float: right;
	background-color: #fff;
	margin-right: 0px;	
	margin-left: 10px;
	text-align: left;
	clear: right;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}	
#divReports img {
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    }	
#divSearch {
	width: 1000px;
	line-height: 1.5em;
	float: left;
	background-color: #fff;
	text-align: left;
	}		
#divFacility {
	width: 740px;
	height: 402px;
	overflow: auto;
	line-height: 1.5em;
	float: right;
	background-color: #fff;
	margin-right: 5px;	
	margin-left: 10px;
	text-align: left;
	clear: right;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}		
#divForum {
	width: 740px;
	height: 494px;
	overflow: auto;
	line-height: 1.5em;
	float: right;
	background-color: #fff;
	margin-right: 5px;	
	margin-left: 10px;
	clear: right;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#divHOF {
	width: 740px;
	height: 510px;
	overflow: auto;
	line-height: 1.5em;
	float: right;
	background-color: #fff;
	margin-right: 5px;	
	margin-left: 10px;
	clear: right;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#divHOFsub {
	width: 740px;
	height: 194px;
	overflow: auto;
	line-height: 1.5em;
	float: right;
	background-color: #fff;
	margin-right: 5px;	
	margin-left: 10px;
	text-align: left;
	clear: right;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}		
#divBoard {
	width: 740px;
	height: 838px;
	overflow: auto;
	line-height: 1.5em;
	float: right;
	background-color: #fff;
	margin-right: 5px;	
	margin-left: 10px;
	text-align: left;
	clear: right;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#divCalendar {
	width: 740px;
	height: 838px;
	overflow: auto;
	line-height: 1.5em;
	float: right;
	background-color: #fff;
	margin-right: 5px;
	margin-left: 1px;
	text-align: left;
	clear: right;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#divIndCon {
	width: 740px;
	height: 403px;
	overflow: auto;
	line-height: 1.5em;
	float: right;
	background-color: #fff;
	margin-right: 5px;	
	margin-left: 10px;
	text-align: left;
	clear: right;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#divRetail {
	width: 740px;
	height: 712px;
	overflow: auto;
	line-height: 1.5em;
	float: right;
	background-color: #fff;
	margin-right: 5px;	
	margin-left: 10px;
	text-align: left;
	clear: right;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#divPromo {
	width: 740px;
	height: 595px;
	overflow: auto;
	line-height: 1.5em;
	float: right;
	background-color: #fff;
	margin-right: 5px;	
	margin-left: 10px;
	text-align: left;
	clear: right;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}	
#divRetail10U {
	width: 740px;
	height: 715px;
	overflow: auto;
	line-height: 1.5em;
	float: right;
	background-color: #fff;
	margin-right: 5px;	
	margin-left: 10px;
	text-align: left;
	clear: right;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}		
.imgPad {
	border:2px solid #939A4D;
	margin-bottom: 6px;
	margin-left: 16px;
	margin-right: 16px;
    }	
.imgSpacing {
	margin-bottom: 6px;
	margin-left: 16px;
	margin-right: 16px;
    }			
#divInvolved {
	width: 740px;
	height: 402px;
	overflow: auto;
	line-height: 1.5em;
	float: right;
	background-color: #fff;
	margin-right: 5px;	
	margin-left: 10px;
	text-align: left;
	clear: right;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	}	
#divMembership {
	width: 740px;
	height: 402px;
	overflow: auto;
	line-height: 1.5em;
	float: right;
	background-color: #fff;
	margin-right: 5px;	
	margin-left: 10px;
	text-align: left;
	clear: right;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}	
#divMembership img {
	margin-bottom: 6px;
	margin-left: 16px;
	margin-right: 16px;
    }	
#divInvolvedMain {
	width: 740px;
	height: 402px;
	overflow: auto;
	line-height: 1.5em;
	float: right;
	background-color: #fff;
	margin-right: 5px;	
	margin-left: 10px;
	text-align: left;
	clear: right;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}			
#divInvolvedMain img {
	margin-bottom: 6px;
	margin-left: 16px;
	margin-right: 16px;
    }
#divReport img {
	border: 5px solid #939A4D;
	margin-bottom: 6px;
	margin-left: 16px;	
    }
#divReport a:link {
	font-weight: bold;	
	}
#divReport a:hover {
	font-weight: bold;	
	}
#divReport a:visited {
	font-weight: bold;	
	}	
#divSearches {
	width: 740px;
	height: 402px;
	overflow: auto;
	line-height: 1.5em;
	float: right;
	background-color: #fff;
	margin-right: 0px;	
	margin-left: 0px;
	text-align: left;
	clear: right;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	}			
#board {
	clear: left;
}
#divContact {
	width: 680px;
	height: 395px;
	overflow: auto;
	line-height: 1.5em;
	float: right;
	background-color: #fff;
	margin-right: 5px;	
	margin-left: 50px;
	text-align: left;
	clear: right;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	}

/* RSS Ticker
------------------------*/

.rssFeed
{
	width: 230px;
	margin-bottom: 0px;
}
.rssFeed a
{
	color: #444;
	text-decoration: none;
	font-weight: bold;
}
.rssFeed a:hover
{
	text-decoration: underline;
}
/*
.rssHeader {
	padding: 0.1em 0;
	font-weight: bold;
}
*/
/*.rssBody { border: 4px solid #666; }*/

{
	margin: 0;
	padding: 0.5em;
}

/*#ticker1 .odd { background-color: #e8e8fc; }
#ticker1 .even { background-color: #d4d4e8; }*/

#ticker2 {
	width: 400px;
	margin: 1px;
	border: medium solid #939A4D;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 6px;
	vertical-align: top;
}
#ticker2 .odd {
	background-color: #e8fce8;
	border: thick solid #e8fce8;
	padding-right: 6px;
	padding-bottom: 12px;
	padding-left: 6px;
	margin-bottom: 12px;
}
#ticker2 .even {
	background-color: #d4e8d4;
	border: thick solid #d4e8d4;
	padding-right: 6px;
	padding-bottom: 12px;
	padding-left: 6px;
	margin-bottom: 12px;	
}
.rssFeed2 {
	margin-bottom: 0px;
}
.rssBody2 {
	border: 4px solid #666;
}
.rssFeed2 a{
	color: #444;
	text-decoration: none;
	font-weight: bold;
}
.rssFeed2 a:hover
{
	text-decoration: underline;
}
.rssRow2 h4, .rssRow2 p, .rssRow2 div{
	margin: 0;
	padding: 0.5em;
}

/* Form 
------------------------------------------*/

.searchTextBox {
	color: #003875;
	background: #FFFFFF;
	font: 12px/1.9em Calibri, "Helvetica Neue", Arial, Helvetica, sans-serif;
	height: 18px;
	border: thin solid #3B81BE;
}
.searchTextField {
	color: #003875;
	font: 12px/1.9em Calibri, "Helvetica Neue", Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	border: thin solid #3B81BE;	
}
input.btn {
	color:#FFF;
	background-color:#0E559B;
	font-size: 88%;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A6C0E4;
	border-right-color: #3B81BE;
	border-bottom-color: #3B81BE;
	border-left-color: #A6C0E4;
	height: 23px;
}
input.btn2 {
	color:#FFF;
	background-color:#939A4D;
	font-size: 88%;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A6C0E4;
	border-right-color: #3B81BE;
	border-bottom-color: #3B81BE;
	border-left-color: #A6C0E4;
	height: 23px;
}
/*Members Log-in
----------------------------------*/

#login-link{
    position: relative;
    /*top: 0px;
    right: 0px;
    display: block;
    background: #2a2a2a;
    padding: 5px 15px 5px 15px;
    color: #FFF;*/
}
#login-panel{
	position: relative;
	position: absolute;
	top: 0px;	
	width: 147px;
	/*padding: 10px 15px 5px 15px;*/
    background: #135A9F;
	font-size: 9pt;
	font-weight: bold;
	color: #fff;
	display: none;
	float: right;
	padding-left: 5px;
	padding-right: 5px;	
	padding-bottom: 20px;	
}
label{
    line-height: 1.8em;
}

#anchors a:link {
	color: #fff;	
	}
#anchors a:hover {
	color: #FFD44F;
	}
#anchors a:visited {
	color:  #fff;
	}
#anchors a:active {
	color: #13599F;
	}	
#attention {
	float: right;
	width: 262px;	
	}
#attention a:link{
	color: #E4002F;	
	}
#attention a:hover {
	color: #13599F;
	}	
fieldset {
	border: thin outset #2A3A75;
	padding-right: 6px;
	padding-left: 12px;
	margin-right: 6px;
}	
#divVerified blockquote{
	font: 15px/1.6em Calibri, "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #333;
	margin-top: 0px;
	padding-top: 0px;
	}
#picture	{
	border: solid 1px #F9D814; 
	box-shadow: 2px 2px 6px #333; 
	-webkit-box-shadow: 2px 2px 6px #333; 
	-khtml-box-shadow: 2px 2px 6px #333; 
	-moz-box-shadow: 2px 2px 6px #333;
}
table
{ 
margin-left: auto;
margin-right: auto;
}



#example1 li{ /*CSS specific to demo 1*/
margin-bottom: 4px;
}

.weather {
	float:right;
	width:345px;
	margin-right: 15px;
	font-size: 16px;
	font-variant: small-caps;
	word-spacing: .6em;
	font-weight: bold;
}
