/* Design */
body {
	margin: 0;
	padding: 2px 1px;
	background: #9faeb4;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.5em;
	text-align: center;
}

h1, h2, h3, h4, h5, h6, ul, ol, form, p, blockquote { margin: 0; padding: 0; display: block; }
input, textarea, select { font-family: 'Trebuchet MS', Helvetica, sans-serif; font-size: 1em; }
h1 {font-size: 14pt; line-height: 1.3em;}
h2 {font-size: 13pt; line-height: 1.3em;}
h3 {font-size: 12pt; line-height: 1.3em;}
h4 {font-size: 11pt; line-height: 1.3em;}
h5 {font-size: 10pt; line-height: 1.3em;}

#inner a {color: #666;}
#inner a:hover {color: #936;}
a img {border: 0px solid #9faeb4;}

#wrap {
	margin: 0 auto;
	padding-bottom: 5px;
	width: 953px;
	background: #bfced4;
	border: 1px solid #6f7e84;
	border-width: 2px 1px;
}

#head {
	width: 953px;
	background: #fff url(/images/homedesign/head.jpg) no-repeat 0 0;
	border-bottom: 2px solid #fff;
	text-align: left;
}

#logo {
	float: left;
}
#logo a {
	display: block;
	width: 200px;
	height: 98px;
	overflow: hidden;
	text-indent: -900em;
}

#nav-corner {
	position: relative;
	right: 13px;
	float: right;
	margin: 6px 0 0 0;
	padding: 0;
	width: 216px;
	height: 26px;
	background: transparent url(/images/homedesign/nav/nav-corner.gif) no-repeat 0 0;
	list-style-type: none;
}
#nav-corner li {
	float: left;
	width: 100px;
}
#nav-corner a {
	display: block;
	width: 90px;
	text-indent: -900em;
	background: transparent none no-repeat 0 0;
}
#nav-corner #cornernav-2 a {width: 116px;background-position: -100px 0;}
#nav-corner a:hover {background-image: url(/images/homedesign/nav/nav-corner-over.gif);}

#top-search {
	clear: right;
	float: right;
	width: 230px;
}
#top-search label {
	display: block;
	float: left;
	width: 52px;
	height: 26px;
	overflow: hidden;
	background: transparent url(/images/homedesign/content/search.gif) no-repeat 0 center;
	text-indent: -900em;
}
#top-search-input {
	float: left;
	margin: 0 5px 0 0;
	padding: 3px 2px;
	width: 130px;
	background: #fff;
	border: 2px solid #00394e;
	color: #00394e;
}
#top-search-submit {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 18px;
	height: 25px;
	overflow: hidden;
	background: transparent url(/images/homedesign/forms/go-button.gif) no-repeat center center;
	border: 0px solid #fff;
	text-indent: -900em;
	font-size: 1pt;
	cursor: pointer;
}
#top-search-submit:hover {background-image: url(/images/homedesign/forms/go-button-over.gif);}

#nav-top {
	clear: both;
	overflow: visible;
	width: 953px;
	height: 31px;
	background: transparent url(/images/homedesign/nav/nav-top.gif) no-repeat 0 0;
	font-size: 13pt;
	line-height: 1.5em;
	font-weight: bold;
	list-style-type: none;
}
#nav-top li {
	float: left;
	position: relative;
	z-index: 1000;
}
#nav-top li a.parent {
	display: block;
	width: 100%;
	height: 31px;
	background-color: transparent;
	background-repeat: no-repeat;
	text-indent: -900em;
}
#nav-top li#topnav-1 {
	width: 81px;
	background-position: 0px 0;
}
#nav-top li#topnav-1 a.parent {background-position: 0px 0;}
#nav-top li#topnav-2 {
	width: 127px;
	background-position: -81px 0;
}
#nav-top li#topnav-2 a.parent {background-position: -81px 0;}
#nav-top li#topnav-3 {
	width: 110px;
	background-position: -208px 0;
}
#nav-top li#topnav-3 a.parent {background-position: -208px 0;}
#nav-top li#topnav-4 {
	width: 127px;
	background-position: -318px 0;
}
#nav-top li#topnav-4 a.parent {background-position: -318px 0;}
#nav-top li#topnav-5 {
	width: 95px;
	background-position: -445px 0;
}
#nav-top li#topnav-5 a.parent {background-position: -445px 0;}
#nav-top li#topnav-6 {
	width: 157px;
	background-position: -540px 0;
}
#nav-top li#topnav-6 a.parent {background-position: -540px 0;}

#nav-top li a.parent:hover, #nav-top li a.parent.active { background-image: url(/images/homedesign/nav/nav-top-over.gif) }
#nav-top li:hover>ul {
	display: block;
}
#nav-top ul {
	display: none;
	position: absolute;
	top: 31px;
	left: 0;
	width: 200px;
	list-style-type: none;
	z-index: 9999;
	font-size: 10pt;
	line-height: 1.5em;
}
#nav-top ul li {
	float: none;
	width: 100%;
}
#nav-top ul a {
	display: block;
	padding: 2px 4px;
	background: #2f0034;
	border-bottom: 2px solid #3f1044;
	color: #fff;
	text-decoration: none;
	opacity: 1.00;
	filter:alpha(opacity=100);
}
#nav-top ul a:hover {
	background: #3f1044;
	border-bottom: 2px solid #6f4074;
	opacity: 1.00;
	filter:alpha(opacity=100);
}

#inner {
	position: relative;
	left: 5px;
	margin: 0 auto;
	width: 929px;
	text-align: left;
}

#col-left {
	float: left;
	width: 687px;
}
#col-right {
	position: relative;
	left: -9px;
	z-index: 999;
	padding-top: 1px;
	float: right;
	width: 232px;
	color: #004159;
	font-size: 9pt;
	line-height: 1.3em;
	text-align: center;
}
#col-right p {padding: 3px 0 0;}
#col-right div {text-align: left;}

.block-left {
	float: left;
	width: 329px;
}
.block-right {
	float: right;
	width: 346px;
}
.block-wide {
	clear: both;
	overflow: hidden;
	/* proper width: 687px; */
	padding: 0 10px 0 12px;
	width: 675px;
	background: #bfced4 url(/images/homedesign/fill.gif) repeat-y 0 0;
	border: 3px solid #bfced4;
	border-width: 3px 0 2px;
}
.block-wide p {padding: 10px 20px 0;}
.block-wide blockquote {padding: 10px 20px 0;}
.block-wide ul, .block-wide ol {padding: 10px 35px 0;}
.block-wide ul ul, .block-wide ol ul, .block-wide ul ol, .block-wide ol ol {padding: 0 0 0 20px;}
.title {
	padding: 14px 19px 0;
	background: transparent url(/images/homedesign/title-grey.png) repeat-y 2px 0;
	height: 25px;
	color: #616060;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: -1px;
}
.block-left .title, .block-right .title {
	background-image: url(/images/homedesign/title-purple.png);
	color: #71506e;
}

.switcher {position: relative;}
.switchwrap {
	position: relative;
	overflow: hidden;
}
.switchinner {
	position: relative;
	overflow: hidden;
	white-space: nowrap;
}
.switching {
	float: left;
	overflow: hidden;
	white-space: normal;
}
.switching > * {
}

p.right {text-align: right;}

#foot {
	clear: both;
	margin: 2px auto 0;
	padding: 13px 10px 0;
	width: 898px;
	height: 25px;
	background: #bfced4 url(/images/homedesign/foot.gif) no-repeat 0 0;
	color: #fff;
	font-size: 8pt;
	text-align: right;
}

#col-right .box {
	margin: 5px auto;
	width: 225px;
	font-size: 8pt;
	line-height: 1.3em;
	background: transparent url(/images/homedesign/boxes/right-fill.gif) repeat-y 0 0;
}
#col-right .box h4 {font-size: 11pt;}
#col-right .box p {padding: 4px 0 0;}
#col-right .box .outer {
	background: transparent url(/images/homedesign/boxes/right-top.gif) no-repeat 0 0;
}
#col-right .box .inner {
	padding: 5px 10px;
	background: transparent url(/images/homedesign/boxes/right-bot.gif) no-repeat 0 bottom;
}
#col-right label {
	display: block;
	padding-top: 5px;
	line-height: 1.1em;
}
#col-right input.text {
	border: 1px solid #7f9db9;
	background: #fff;
	color: #468;
}
#col-right input.submit {
	background: transparent url(/images/homedesign/forms/submit.gif) no-repeat center center;
	border: 0px solid #bfced4;
	color: #fff;
	font-size: 7.5pt;
	text-align: center;
	text-transform: lowercase;
	cursor: pointer;
}

.clear {clear: both;}
/* * * * */

/* Content */
.block-wide#home-heading {
	font-size: 12pt;
	line-height: 1.25em;
}
.block-wide#home-heading .inner {
	padding: 0 10px 0 171px;
	width: 500px;
	height: 246px;
	background: transparent url(/images/homedesign/content/home-heading.jpg) no-repeat 0 0;
}
.block-wide#home-heading ul {
	padding: 0 0 0 30px;
}
.block-wide#home-heading p {
	padding: 0 0 0 10px;
}
.greatest-challenge {
	padding: 15px 0;
	width: 498px;
	height: 29px;
	background: transparent url(/images/homedesign/content/what-is-your-greatest-challenge.gif) no-repeat 0 15px;
	text-indent: -900em;
}

.advamed-experts {
	padding: 15px 0;
	width: 498px;
	height: 29px;
	background: transparent url(/images/homedesign/content/experts.gif) no-repeat 0 15px;
	text-indent: -900em;
}

.inner li {
	color: #000;
	text-decoration:none;
}

.inner li a.gc, .inner li a.gc:visited  {
	color: #000 !important;
	text-decoration:underline;
}

.inner li a.gc:hover  {
	color: #936 !important;
	text-decoration:underline;
}

.we-can-help {
	padding: 15px 0;
	width: 180px;
	height: 28px;
	background: transparent url(/images/homedesign/content/we-can-help.gif) no-repeat 0 18px;
	text-indent: -900em;
}

#about-switcher {overflow: hidden;}
#about-switcher .switcher-nav {
	float: right;
	position: relative;
	top: -1px;
	left: -14px;
	padding: 2px 0 0 0;
	width: 193px;
	height: 198px;
	overflow: hidden;
}
#about-switcher .switcher-nav a {
	display: block;
	width: 100%;
	height: 40px;
	background: transparent url(/images/homedesign/content/about-switcher-nav.png) no-repeat 0 0;
	text-indent: -900em;
}
#about-switcher .switcher-nav a:hover {
	background-image: url(/images/homedesign/content/about-switcher-nav-over.png);
}
#about-switcher .switcher-nav a.active, #about-switcher .switcher-nav a:active {
	background-image: url(/images/homedesign/content/about-switcher-nav-over.png);
}
#about-switcher .switcher-nav a.switcher-nav-1 {background-position: 0 -2px;}
#about-switcher .switcher-nav a.switcher-nav-2 {background-position: 0 -42px;}
#about-switcher .switcher-nav a.switcher-nav-3 {background-position: 0 -82px;}
#about-switcher .switcher-nav a.switcher-nav-4 {background-position: 0 -122px;}
#about-switcher .switcher-nav a.switcher-nav-5 {
	height: 38px;
	background-position: 0 -162px;
}
#about-switcher .switchwrap {
	width: 472px;
}
#about-switcher .switchinner {
	width: 3435px;
}
#about-switcher .switching {
	/* proper width: 472px; */
	width: 687px;
}
#about-switcher .switching > * {
	padding-right: 215px;
}

#home-switcher {overflow: hidden;}
#home-switcher .switcher-nav {
	float: right;
	position: relative;
	top: -1px;
	left: -14px;
	padding: 2px 0 0 0;
	width: 193px;
	height: 169px;
	overflow: hidden;
}
#home-switcher .switcher-nav a {
	display: block;
	width: 100%;
	height: 42px;
	background: transparent url(/images/homedesign/content/info-switcher-nav.png) no-repeat 0 0;
	text-indent: -900em;
}
#home-switcher .switcher-nav a:hover {
	background-image: url(/images/homedesign/content/info-switcher-nav-over.png);
}
#home-switcher .switcher-nav a.active, #home-switcher .switcher-nav a:active {
	background-image: url(/images/homedesign/content/info-switcher-nav-click.png);
}
#home-switcher .switcher-nav a.switcher-nav-1 {background-position: 0 0;}
#home-switcher .switcher-nav a.switcher-nav-2 {background-position: 0 -42px;}
#home-switcher .switcher-nav a.switcher-nav-3 {background-position: 0 -84px;}
#home-switcher .switcher-nav a.switcher-nav-4 {background-position: 0 -126px;}
#home-switcher .switcher-nav a.switcher-nav-5 {
	height: 42px;
	background-position: 0 -168px;
}
#home-switcher .switchwrap {
	width: 472px;
	min-height: 132px;
}
#home-switcher .switchinner {
	width: 3435px;
}
#home-switcher .switching {
	/* proper width: 472px; */
	width: 687px;
}
#home-switcher .switching > * {
	padding-right: 255px;
}

.block-wide #home-events {
	overflow: hidden;
	padding-right: 2px;
	width: 329px;
	height: 194px;
	background: transparent url(/images/homedesign/content/events.jpg) no-repeat 2px 0;
	font-size: 9pt;
	line-height: 1.2em;
}
.block-wide #home-events ul {
	padding: 0 35px 0 35px;
}
.block-wide #home-events li {
	padding: 5px 0 5px;
}
.block-wide #home-events .title {background-image: none;}
.block-wide #home-news {
	overflow: hidden;
	width: 344px;
	height: 194px;
	font-size: 9pt;
	line-height: 1.1em;
}
.block-wide #home-news ul {
	padding: 0 40px 0 20px;
	list-style-type: none;
}
.block-wide #home-news li {
	padding: 5px 0 0px;
}
#home-news img {float: right;}
.block-wide #home-news h5 {
	color: #000;
	font-size: 9pt;
	font-weight: bold;
	line-height: 1em;
	margin-bottom:.5em;
}
.block-wide #home-news p {
	padding: 0 0 5px;
	color: #666;
}
.block-wide #home-news h5 a {
	color: #000;
	text-decoration: none;
}
.block-wide #home-news h5 a:hover {
	color: #603;
	text-decoration: underline;
}

#eventstuff {
	width: 329px;
	height: 156px;
	overflow: auto;
}
#news {
	height: 157px;
	overflow: auto;
}

#news li {
	margin-bottom:.7em;
}

div.loading {
	background-image: url(/images/homedesign/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#news.loading {
	background: #fff url(/images/homedesign/loading.gif) no-repeat center center;
}

/*.block-wide#home-cases {
}
.block-wide#home-cases blockquote, .block-wide#home-cases p {
	width: 400px;
}
#home-cases p.right {padding-top: 0;}
#home-cases .block-nav {
	position: relative;
	right: 36px;
	margin-top: -37px;
	float: right;
	padding: 0;
	width: 193px;
	height: 169px;
	background: transparent url(/images/homedesign/content/cases-nav.jpg) no-repeat 0 0;
	list-style-type: none;
}
#home-cases .block-nav a {
	display: block;
	height: 43px;
	text-indent: -900em;
	background: transparent none no-repeat 0 0;
}
#home-cases .block-nav a:hover {background-image: url(/images/homedesign/content/cases-nav-over.jpg);}
#home-cases .block-nav a.block-nav-1 {background-position: 0 0;}
#home-cases .block-nav a.block-nav-2 {background-position: 0 -43px;}
#home-cases .block-nav a.block-nav-3 {background-position: 0 -86px;}
#home-cases .block-nav a.block-nav-4 {background-position: 0 -129px;}
*/
/* * * * */
.adswap {visibility: hidden;}

#join-renew {
	display: block;
	position: relative;
	width: 228px;
	height: 79px;
	background: #fff url(/images/design/double/home.jpg);
}
#join-renew .join {
	position: absolute;
	top: 0;
	left: 0;
	width: 89px;
	height: 79px;
	overflow: hidden;
	text-indent: -900em;
}
#join-renew .join:hover {
	width: 110px;
	z-index: 2;
	background: transparent url(/images/design/double/home-join.jpg) 0 0;
}
#join-renew .renew {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 139px;
	height: 79px;
	overflow: hidden;
	text-indent: -900em;
}
#join-renew .renew:hover {
	width: 157px;
	z-index: 2;
	background: transparent url(/images/design/double/home-renew.jpg) bottom right;
}
