@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color: #edc3da;
	margin-top: 0px;
	background-image:url(../images/mainBackground.gif);
	background-repeat: repeat-x;
}

a:link {
	color:#0066cc;
	text-decoration:underline;
}
a:visited {
	color:#652d86;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a:active {
	color:#d71f85;
	text-decoration:none;
}
	
.mainWrapper {
	width: 980px;
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
}

.cb {
	clear:both;
}

/* BEGIN headerAreaStyles */

#GNI_Logo {
	position:absolute;
	left:24px;
	top:-19px;
	z-index:12;
}

#mainHeaderImage {
	position:absolute;
	left:248px;
	top:-19px;
}

#BtnHostAnEvent {
	position:absolute;
	left:480px;
	top:-40px;
	z-index:11;
}

#BtnDonate {
	position:absolute;
	left:620px;
	top:-40px;
	z-index:11;
}


#loginBox {
 width:154px;
 height:100px;
 background-image:url(../images/loginBoxBG.gif);
 background-repeat:no-repeat;
 position:relative;
 left:756px;
 top:-37px;
 color:#FFFFFF;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 padding-top: 35px;
 padding-right: 18px;
 padding-bottom: 18px;
 padding-left: 18px;
 z-index:11;
}

#loginBox .inputBox {
 width:152px;
 height:16px;
 border: 1px solid #d7408d;
 margin-bottom:4px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
}

.loggedInText {
 font-size:10px;
 line-height:12px;
}


.loginLinks {
	position:absolute;
	/*margin-top:3px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color:#d71f85;
	margin-left:74px;
	margin-top:-38px;
}

.loginLinks a {
	color:#d71f85;
	text-decoration:none;
}
.loginLinks a:visited {
	color:#d71f85;
	text-decoration:none;
}
.loginLinks a:hover {
	text-decoration:underline;
}

/* END headerAreaStyles */


/* BEGIN mainMenu Styles */

#mainMenu {
	position:absolute;
	width:944px;
	height:42px;
	margin-top:-37px;
}
#mainMenuShadow{
	position:absolute;
	width:944px;
	height:1px;
	top:159px;
}

/* END mainMenu Styles */

/* BEGIN tertiaryLinks */
 
#tertiaryLinks {
	text-align: left;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#d71f85;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}
 
#tertiaryLinks a {
	color: #d71f85;
	text-decoration: underline;
}
#tertiaryLinks a:hover {
	text-decoration: none;
}
 
#tertiaryLinks ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 8px;
}
 
#tertiaryLinks ul li {
	display: inline;
	padding: 0 8px 0 10px;
	border-left: 1px solid #e58abd;
	background: none;
}
 
#tertiaryLinks ul li.first {
	border-left: none;
}
 
#tertiaryLinks a.mailButton,
#tertiaryLinks a.mailButton:visited {
	padding: 1px 0 4px 22px;
	background: transparent url(../images/icon_mail_16x16.gif) no-repeat top left;
}
 
/* END tertiaryLinks */

/* START feature ROW */

#featureButtonRow {
	 width:969px;
	 height:85px;
	 background-image:url(../images/featureButtonRow_BG.gif);
	 background-repeat:no-repeat;
	 margin-left:-17px;
	 margin-top:10px;
	 padding-left:9px;
	 padding-top:5px;
}

#featureButtonRow a {
	display:block;
	width:186px;
	height:80px;
	float:left;
	margin-left:5px;
}
#featureButtonRow a:hover {
	 background-position: 0px -80px;
	 margin-top:1px;
}

/* END Feature Row */

.standardBtn a {
	display:block;
	width:160px;
	height:24px;
	background:url(../images/Btn_StandardSize.png) 0 0 no-repeat;
	text-decoration:none;
	color:#d71f85;
	padding-left:28px;
	padding-top:7px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	margin-left:-5px;
	margin-top:2px;
}
.standardBtn a:hover {
	background-position: 0px -31px;
	text-decoration:none;
}

.smallerBtn a {
	display:block;
	width:106px;
	height:24px;
	background:url(../images/Btn_SmallerSize.png) 0 0 no-repeat;
	text-decoration:none;
	color:#d71f85;
	padding-left:28px;
	padding-top:7px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	margin-left:-5px;
	margin-top:2px;
}
.smallerBtn a:hover {
	background-position: 0px -31px;
	text-decoration:none;
}

.miniBtn a {
	display:block;
	width:53px;
	height:24px;
	background:url(../images/Btn_MiniSize.png) 0 0 no-repeat;
	text-decoration:none;
	color:#d71f85;
	padding-left:23px;
	padding-top:7px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	margin-left:-5px;
	margin-top:2px;
}
.miniBtn a:hover {
	background-position: 0px -31px;
	text-decoration:none;
}



/* BEGIN numbered list stypes */

#numberedList ul {
	list-style: none;
	margin-left: 0;
	padding-left: 32px;
	text-indent: -32px;	
	margin-bottom:0px;
}

#numberedList ul li {
	margin-bottom:10px;
	text-indent:0px;
}

#numberedList ul .number {
	width:16px;
	height:20px;
	text-indent:0px;
	background:url(../images/NumberBG.gif);
	background-repeat:no-repeat;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	color:#FFFFFF;
	margin-left:-32px;
	padding-left:8px;
	padding-top:4px;

}


/* END numbered list stypes */


/* BEGIN Sponsor area */

#sponsorAreaHolder{
 width:944px;
 height:72px;
 position:relative;
}

#connectArea {
 position:absolute;
 width:174px;
 left:0px;
 top:10px;
 vertical-align:top;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 color:#c2c2c2;
 font-size:11px;
 border-right-width: 1px;
 border-right-style: solid;
 border-right-color: #dadada;
}
#connectArea img {
 margin-right:0px;
 margin-top:6px;
}

#sponsorArea {
 position:absolute;
 width:445px;
 left:190px;
 top:10px;
 vertical-align:top;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 color:#c2c2c2;
 font-size:11px;
 border-right-width: 1px;
 border-right-style: solid;
 border-right-color: #dadada;
}
#sponsorArea img {
 margin-right:6px;
}
#CCSLogoBox{
 position:absolute;
 top:20px;
 left:564px;
 width:376px;
 height:50px;
 vertical-align:middle;
 text-align:right;
 color:#CCCCCC;
 font-size:11px;
}
#CCSLogoBox img{
 margin-left:18px;
 vertical-align:middle;
}

/*END Sponsor Area */

/* BEGIN mainRoundedBox */
#mainRoundedBox {
	width:980px;
	margin:0px auto;
	background:#FFFFFF url(../images/mainBoxRoundedLeft.gif) repeat-y left top;
}
#mainRoundedBox .roundedTop {
	width:100%;
	height:20px;
	background:url(../images/mainBoxRoundedTop.gif) no-repeat left top;
}
#mainRoundedBox .roundedTop span {
	display:block;
	position:relative;
	height:20px;
	background:url(../images/mainBoxRoundedTopRight.gif) no-repeat right top;
}
#mainRoundedBox .roundedMiddleContent {
	position:relative;
	background:url(../images/mainBoxRoundedRight.gif) repeat-y right top;
	margin: 0px;
	padding-top: 1px;
	padding-right: 18px;
	padding-bottom: 1px;
	padding-left: 18px;
}
#mainRoundedBox .roundedBottom {
	width:100%;
	height:20px;
	background:url(../images/mainBoxRoundedBottom.gif) no-repeat left bottom;
}
#mainRoundedBox .roundedBottom span {
	display:block;
	position:relative;
	height:20px;
	background:url(../images/mainBoxRoundedBottomRight.gif) no-repeat right top;
}
/* END mainRoundedBox */




/* BEGIN footer Box */

.footerMenuColumn {
	width:120px;
	height:190px;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color:#666666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #edc3da;
	padding-left: 8px;
	padding-right:6px;
}
.footerMenuColumnFirst {
	padding-left: 0px;
	border-left-width: 1px;
	border-left-style:none;
}

#footerRoundedBox a {
  text-decoration: none;
  color:#666666;
}
#footerRoundedBox a:hover {
  text-decoration: underline;
}

#footerRoundedBox ul {
	list-style: none;
	margin: 0;
	padding:0px;
}
 
#footerRoundedBox ul li {
	margin-bottom:4px;
}
 
#footerRoundedBox ul li.first {
	font-weight: bold;
}


#footerRoundedBox {
	width:980px;
	background:#fff0f0 url(../images/footerRoundedLeft.gif) repeat-y left top;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footerRoundedBox .roundedTop {
	width:100%;
	height:10px;
	background:url(../images/footerRoundedTop.gif) no-repeat left top;
}
#footerRoundedBox .roundedTop span {
	display:block;
	position:relative;
	height:10px;
	background:url(../images/footerRoundedTopRight.gif) no-repeat right top;
}
#footerRoundedBox .roundedMiddleContent {
	position:relative;
	background:url(../images/footerRoundedRight.gif) repeat-y right top;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: -40px;
	margin-left: 0;
	padding-top: 1px;
	padding-right: 18px;
	padding-bottom: 1px;
	padding-left: 18px;
	z-index:140;
}
#footerRoundedBox .roundedBottom {
	width:100%;
	height:60px;
	background:url(../images/footerRoundedBottom.gif) no-repeat left bottom;
}
#footerRoundedBox .roundedBottom span {
	display:block;
	position:relative;
	height:60px;
	background:url(../images/footerRoundedBottomRight.gif) no-repeat right top;
}

/* BEGIN Sponsor area */

#sponsorAreaHolder{
 width:944px;
 height:72px;
 position:relative;
}

#connectArea {
 position:absolute;
 width:174px;
 left:0px;
 top:10px;
 vertical-align:top;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 color:#c2c2c2;
 font-size:11px;
 border-right-width: 1px;
 border-right-style: solid;
 border-right-color: #dadada;
}
#connectArea img {
 margin-right:0px;
 margin-top:6px;
}

#sponsorArea {
 position:absolute;
 width:445px;
 left:190px;
 top:10px;
 vertical-align:top;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 color:#c2c2c2;
 font-size:11px;
 border-right-width: 1px;
 border-right-style: solid;
 border-right-color: #dadada;
}
#sponsorArea img {
 margin-right:6px;
}
#CCSLogoBox{
 position:absolute;
 top:20px;
 left:564px;
 width:376px;
 height:50px;
 vertical-align:middle;
 text-align:right;
 color:#CCCCCC;
 font-size:11px;
}
#CCSLogoBox img{
 margin-left:18px;
 vertical-align:middle;
}

/*END Sponsor Area */

/* END footer Box */



/* START Sidebar Menu Styles */

.sidebarHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	padding-left: 0;
	margin-left: 0;
	text-transform: uppercase;
	font-weight: bold;
	text-align:left;
	display:block;
	color:#652d86;
	text-decoration: none;
	width:222px;
	height:30px;
	padding-top:10px;
	padding-left:16px;
	margin-bottom:0px;
	text-decoration:none;
	background-image:url(../images/sidebar_Nav_Header.gif);
	background-repeat:no-repeat;
}

.sidebarMenu ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	padding-left: 0;
	margin-left: 0;
	margin-top:0px;
	font-weight: bold;
	text-align:left;
}

.sidebarMenu ul li{
	list-style: none;
}

.sidebarMenu ul li a{
	display:block;
	color:#999999;
	text-decoration: none;
	border: 1px solid #cccccc;
	width:220px;
	height:24px;
	background-color:#FFFFFF;
	padding-top:10px;
	padding-left:16px;
	margin-top:-1px;
	text-decoration:none;
}

.sidebarMenu ul li a:visited{
	color:#999999;
	text-decoration: none;
}

.sidebarMenu ul li a:hover{
	background-color: #ffffcc;

}

.sidebarMenu ul li a:active{ 
	color:#FFFFFF;
	background-color: #d71f85;
}

/* END Sidebar Menu Styles */


/* BEGIN Main Column Styles */

#mainContentArea {
	width:944px;
	background-image:url(../images/mainContent_BG.gif);
	background-repeat:repeat-y;
	padding-top:16px;
}

#ConvioPlaceHolder {
	width:738px;
	padding-bottom:8px;
	font-size:13px;
	color:#d71f85;
	font-style: italic;
}

#leftColumn{
	float:left;
	width:238px;
	margin-right:18px;
}

#mainColumn{
	float:left;
	width:482px;
	margin-right:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 20px;	
	color:#666666;
}

#rightColumn{
	float:left;
	width:152px;
	padding-left:18px;
	padding-right:18px;
	padding-top:39px;
}


/* END Main Column Styles */


/* START Typography Styles */



h1,h2,h3,h4,h5,h6 { font-family: Verdana, Arial, Helvetica, sans-serif;
					font-weight: bold;
					color: #d71f85;
					margin-top:8px;}

h1 { font-size: 22px; line-height: 22px; margin-bottom: 9px;}
h2 { font-size: 16px;line-height: 16px;margin-top: 28px;margin-bottom: 9px;}
h3 { font-size: 16px;line-height: 16px;margin-bottom: 9px; color:#666666}
h4 { font-size: 12px;line-height: 12px;margin-bottom: 6px; color:#652d86; text-transform:uppercase;}
h5 { font-size: 12px;line-height: 12px;margin-bottom: 9px; color:#666666}
h6 { font-size: 9px;line-height: 9px;margin-bottom: 9px;}

/* END Typography Styles */


/* BEGIN rightColumnRoundBox */
#rightColumnRoundBox {
	width:152px;
	margin:0px auto;
	background:#FFFFFF url(../images/rightColumnRoundBoxLeft.gif) repeat-y left top;
	font-size:12px;
	line-height:15px;
	color:#666666;
}
#rightColumnRoundBox .roundedTop {
	width:100%;
	height:6px;
	background:url(../images/rightColumnRoundBoxTop.gif) no-repeat left top;
}
#rightColumnRoundBox .roundedTop span {
	display:block;
	position:relative;
	height:6px;
	background:url(../images/rightColumnRoundBoxTopRight.gif) no-repeat right top;
}
#rightColumnRoundBox .roundedMiddleContent {
	position:relative;
	background:url(../images/rightColumnRoundBoxRight.gif) repeat-y right top;
	margin: 0px;
	padding-top: 1px;
	padding-right: 18px;
	padding-bottom: 1px;
	padding-left: 18px;
}
#rightColumnRoundBox .roundedBottom {
	width:100%;
	height:10px;
	background:url(../images/rightColumnRoundBoxBottom.gif) no-repeat left bottom;
}
#rightColumnRoundBox .roundedBottom span {
	display:block;
	position:relative;
	height:10px;
	background:url(../images/rightColumnRoundBoxBottomRight.gif) no-repeat right top;
}
/* END mainRoundedBox */

