@charset "utf-8";
/* CSS Document 
----------------------------------------
Author: Christer
Email: christer@inbusiness.no
----------------------------------------*/
body {
	margin: 0px;
	background:#F1F1F1;
}

/* #container
---------------------------------------- */
#container {
	width:990px;
	margin:54px auto 0 auto;
	background:#FFF;
	position:relative;
}

/* #login
---------------------------------------- */
#login {
	background: url(../gfx/loginbutton.gif) no-repeat;
	width:52px;
	height:14px;
	position:absolute;
	top:-14px;
	right:0;
	overflow:hidden;
}
#loginBox {
	width:250px;
	height:107px;
	background:#535353;
	overflow:hidden;
	position:absolute;
	top:0;
	right:0;
	display:none;
	color:#FFF;
}

/* #header
---------------------------------------- */
#header {
	width:990px;
	height:154px;
	overflow:hidden;
}
/* #header .top_pic
---------------------------------------- */
#header .topPic {
	width:990px;
	height:107px;
	background: url(../gfx/toppic.jpg) no-repeat;
	overflow:hidden;
}
/* #header .topMenu
---------------------------------------- */
#header .topMenu {
	width:990px;
	height:41px;
	background: url(../gfx/topmenubg.jpg) no-repeat;
	overflow:hidden;
	border-bottom:6px solid #DBDBDB;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:1.33em;
	text-transform:uppercase;
	font-weight:bold;
}
#header .topMenu ul {
	list-style:none;
	margin:0;
	padding:0;
}
#header .topMenu ul li {
	float:left;
	padding:6px;
	background:none;
}
#header .topMenu ul li a,
#header .topMenu ul li a:link,
#header .topMenu ul li a:visited {
	display:block;
	color:#FFF;
	text-decoration:none;
	padding:5px 2px;
}
#header .topMenu ul li a:hover,
#header .topMenu ul li a:active {
	color:#E0B0E6;
}
#header .topMenu ul li.selected a,
#header .topMenu ul li.selected a:link,
#header .topMenu ul li.selected a:visited,
#header .topMenu ul li.selected a:hover,
#header .topMenu ul li.selected a:active {
	background:#FFF;
	color:#7B2C83;
	padding:5px;
}

/* #mainContent
---------------------------------------- */
#mainContent {
	width:990px;
	background:#FFF;
}
#mainContent .mainPadding {
	padding:15px;
	position:relative;
}
/* #footer
---------------------------------------- */
#footer {
	width:960px;
	min-height:67px;
	height:auto!important;
	height:67px;
	padding:14px 15px 0 15px;
	background:#DBDBDB;
	clear:left;
	overflow:hidden;
	font-size:0.92em;
	color:#535353;
}
/* Sponsors
---------------------------------------- */
#footer .sponsors {
	width:720px;
	float:left;
	overflow:hidden;
}
#footer .sponsors a,
#footer .sponsors a:link,
#footer .sponsors a:visited,
#footer .sponsors a:hover,
#footer .sponsors a:active {
	color:#535353;
	font-weight:bold;
}
/* Address
---------------------------------------- */
#footer .address {
	width:240px;
	float:left;
	padding:10px 0 0 0;
	text-align:right;
	overflow:hidden;
}
#footer .address p {
	margin:0;
	padding:0;
}
#footer .address a,
#footer .address a:link,
#footer .address a:visited,
#footer .address a:hover,
#footer .address a:active {
	color:#535353;
	font-weight:bold;
}
/* Credits
---------------------------------------- */
#footer .credits {
	text-align:right;
}
#footer .credits a,
#footer .credits a:link,
#footer .credits a:visited,
#footer .credits a:hover,
#footer .credits a:active {
	color:#535353;
	font-weight:bold;
}

/* Article Image
---------------------------------------- */
.article_image_wrap {
	float:right;
	padding:0 5px 0 10px;
}
.article_image {
	background:#EEE;
	width:164px;
}
.article_image img {
	border:2px solid #EEE;
	width:160px;
}
.article_image_txt {
	background:#EEE;
	width:250px;
	min-height:24px;
	height:auto !important;
	height:24px;
	padding:0px 10px 3px 10px;
	overflow:hidden;
}

/* Buttons
---------------------------------------- */
.backButton {
	height:23px;
	display:block;
	background:url(../gfx/back.png) no-repeat 5px 8px #DBDBDB;
	position:absolute;
	bottom:0;
	left:6px;
	text-transform:uppercase;
}
.backButton a,
.backButton a:link,
.backButton a:visited {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#535353;
	line-height:23px;
	text-decoration:none;
	display:inline-block;
	height:23px;
	padding:0 10px 0 18px;
}
.backButton a:hover,
.backButton a:active {
	color:#FFF;
}
.printButton {
	height:23px;
	display:block;
	background:url(../gfx/print.png) no-repeat 5px 8px #DBDBDB;
	position:absolute;
	bottom:0;
	right:6px;
	text-transform:uppercase;
}
.printButton a,
.printButton a:link,
.printButton a:visited {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#535353;
	line-height:23px;
	text-decoration:none;
	display:inline-block;
	height:23px;
	padding:0 10px 0 18px;
}
.printButton a:hover,
.printButton a:active {
	color:#FFF;
}
.hoverPurple {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#535353;
	font-weight:bold;
	line-height:170%;
}

/* Used in showAllMembers.cfm */
.hoverPurple a,
.hoverPurple a:link,
.hoverPurple a:visited {
	color:#535353;
	text-decoration:none;
}
.hoverPurple a:hover,
.hoverPurple a:active {
	color:#7B2C83;
}

/* Purple button used all over
---------------------------------------- */
.purpleButton {
	width:83px;
	height:23px;
	display:block;
	background:url(../gfx/whitearrow.png) no-repeat 5px 8px #7B2C83;
	margin-top:5px;
}
.purpleButton a,
.purpleButton a:link,
.purpleButton a:visited,
.purpleButton a:hover,
.purpleButton a:active {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:1.0em;
	font-weight:bold;
	color:#fff;
	line-height:23px;
	text-decoration:none;
	display:inline-block;
	width:62px;
	height:23px;
	padding:0 0 0 21px;
	text-transform:uppercase;
}
/* Purple submit button
---------------------------------------- */
.purplesubmit {
	border:1px solid #7B2C83;
	background:url(../gfx/whitearrow.png) no-repeat 5px 8px #7B2C83;
	height:23px;
	vertical-align:middle;
	outline: none;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:1.0em;
	font-weight:bold;
	color:#fff;
	padding:0 0 0 21px;
}
.newsArchiveImg img {
	border:5px solid #DBDBDB;
}

/* Credits
----------------------------------------*/
#credits {
	text-align:center;
	margin:30px 0 0 0;
}
#credits a{
	color:#535353;
}
