body {
	behavior:url("css/csshover.htc");
	margin: 0 auto;
	font: 62.5% Tahoma, Verdana, Arial, sans-serif;
	text-align: center;
	color: #333;
	background: #FFF;
}

img {
	border: none;
}

h1, h2, h3, h4 { color: #8D1B8B; }

a {
	color: #1F2A78;
	text-decoration: none;
}

a:hover { color: #8D1B8B; }

a.noUrl:hover {color: #1F2A78;}

.alignleft {
	float: left;
	margin: 5px 10px 10px 0;
}

.alignright {
	float: right;
	margin: 5px 0 10px 10px;
}

.bottomnav {
	text-align: right;
}

.buttons {
	clear: both;
	text-align: right;
}

.required { color: #F00; }

#wrapper {
	position: relative;
	width: 770px;
	margin: 0 auto;
	padding: 0 0;
	text-align: left;
	background: url(../images/wrapper-bg.gif) repeat-y left top;
}

#wrapper:after { 
    content: "."; 
    display: block; 
    height: 0; 
    overflow:hidden;
    clear: both; 
    visibility:hidden; 
}

div.breadcrumbs {
   padding: 10px 15px 0; 
   clear:both;
}

/* Preview Edit Mode */
.editmode
{
	height:1%;
	width:auto;
	margin:0 1px 3px 0 !important;
	position:relative;
	background-color:white; 
	background-position: 0px 15px !important;
	border:solid 1px #76a0ca !important;
}

.editmode .label
{
	font-size:12px;
	font-weight:bold;
	padding:5px;
}

.editmode .panel
{
	width:100%;
	background-color:#76A0CA;
	color:#fff;
	border-bottom:solid 1px #76a0ca !important;
	
}

.editmode .link
{
	display:block;
	float:right;
	width: 47px;
    height: 14px;
    margin: 0;
    border: 0;
    cursor: pointer;
    overflow: hidden;
    text-indent: -9999em;
	background: url(../images/btn-edit.gif) no-repeat right top;
}

.editmode .body
{
	height:1%;
	padding:1px;
}

/* PageTitle */
.pagetitle
{
	font-size:  20px;
	font-weight: Bold;
	color: #8D1B8B;
	display:block;
	padding-top: 0;
	padding-bottom:10px;
}

/* Header */
#header {
	position: relative;
	height: 140px;
	background: url(../images/header-bg.jpg) no-repeat center top;
}

#header h1 {
	margin: 0;
	padding: 5px 15px;
}

#headernav {
	position: absolute;
	top: 0;
	right: 15px;
	margin: 0;
	padding: 0;
}

#headernav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#headernav li a {
	display: block;
	outline: none;
	height: 22px;
	text-indent: -9999px;
}

#headernav-home {
	width: 50px;
	height: 29px;
	background: url(../images/headernav-bg.gif) no-repeat left top;
}

#headernav-home:hover { background-position: left bottom; }

.headernav-search {
	width: 55px;
	height: 29px;
	background: url(../images/headernav-bg.gif) no-repeat -50px top;
}

.headernav-search:hover { background-position: -50px bottom; }

.headernav-sitemap {
	width: 62px;
	height: 29px;
	background: url(../images/headernav-bg.gif) no-repeat -105px top;
}

.headernav-sitemap:hover { background-position: -105px bottom; }

.headernav-login {
	width: 63px;
	height: 29px;
	background: url(../images/headernav-bg.gif) no-repeat -167px top;
}

.headernav-login:hover { background-position: -167px bottom; }

.headernav-logout {
	width: 70px;
	height: 29px;
	background: url(../images/headernav-logout.gif) no-repeat right top;
}

.headernav-logout:hover { background-position: right bottom; }

/* Primary Navigation */

#navigation, #navigation ul { /* all lists */
	width: 760px;
	margin: 0 5px; 
	padding: 0;
	list-style: none;
}

#navigation a {
	display: block;
	outline: none;
	text-indent: -9999em;
	font-size: 1.1em;
	text-decoration: none;
	color: #FFF;
}

#navigation ul li a {
	padding: 5px 10px;
	text-indent: 0;
	width: 180px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 160px;
}

#navigation ul li a:hover {
	background: #B546B2;
}

#navigation li { /* all list items */
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

#navigation li ul { /* second-level lists */
	left: -999em;  /*using left instead of display to hide menus because display: none isn't read by screen readers*/
	position: absolute;
	top: 29px;
	width: 180px;
	margin: 0;
	padding: 0;
	background: #A436A1;
	list-style: none;
	border: 1px solid #762073;
	z-index: 10000 !important;
	height: auto; 
}

#navigation ul li {
	position: relative;
	background: #A436A1;
	border-bottom: 1px solid #A953A7;
}

#navigation li ul ul { /* third-and-above-level lists */
	margin: -29px 0 0 0;
}

#navigation li:hover ul ul, #navigation li:hover ul ul ul, #navigation li.sfhover ul ul, #navigation li.sfhover ul ul ul {
	left: -999em;
}

#navigation li:hover ul, #navigation li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#navigation li li:hover ul, #navigation li li.sfhover ul, #navigation li li li:hover ul, #navigation li li li.sfhover ul { /* lists nested under hovered list items */
	left: 180px;
}

#navigation iframe {
	display: none;
}

.nav-1 {
	width: 108px;
	height: 29px;
	background: url(../images/nav-bg.gif) no-repeat left top;
}

.nav-1:hover { background-position: left bottom; }

.nav-2 {
	width: 134px;
	height: 29px;
	background: url(../images/nav-bg.gif) no-repeat -108px top;
}

.nav-2:hover { background-position: -108px bottom; }

.nav-3 {
	width: 134px;
	height: 29px;
	background: url(../images/nav-bg.gif) no-repeat -242px top;
}

.nav-3:hover { background-position: -242px bottom; }

.nav-4 {
	width: 78px;
	height: 29px;
	background: url(../images/nav-bg.gif) no-repeat -376px top;
}

.nav-4:hover { background-position: -376px bottom; }

.nav-5 {
	width: 85px;
	height: 29px;
	background: url(../images/nav-bg.gif) no-repeat -454px top;
}

.nav-5:hover { background-position: -454px bottom; }

.nav-6 {
	width: 108px;
	height: 29px;
	background: url(../images/nav-bg.gif) no-repeat -539px top;
}

.nav-6:hover { background-position: -539px bottom; }

.nav-7 {
	width: 113px;
	height: 29px;
	background: url(../images/nav-bg.gif) no-repeat -647px top;
}

.nav-7:hover { background-position: -647px bottom; }

/* Extranet Navigation */
#extranetnav {
	clear: both;
	margin: 0 5px; 
	padding: 0;
	list-style: none;
	background: #762073;
	width: 760px;
}

#extranetnav:after {
    content: "."; 
    display: block; 
    height: 0; 
    overflow:hidden;
    clear: both; 
    visibility:hidden; 
}

#extranetnav li a {
	display: block;
	font-size: 1.1em;
	text-indent: -9999em;
	text-decoration: none;
	color: #FFF;
	border-right: 1px solid #a953a6;
}

#extranetnav li {
	float: left;
	margin: 0;
	padding: 0;
}

#extranetnav ul {
	display: none;
	position: absolute;
	top: 189px;
	width: 180px;
	margin: 0;
	padding: 0;
	background: #762073;
	list-style: none;
	border: 1px solid #A953A7;
	z-index: 1000 !important;
}

#extranetnav ul#alinitymenu {
	left: 5px;
}

#extranetnav ul#feedbackmenu {
	left: 77px;
}
	
#extranetnav li:hover ul, #extranetnav li:hover ul li:hover ul {
	display: block;
}

#extranetnav iframe {
	display: none;
}

#extranetnav ul li {
	position: relative;
	border-bottom: 1px solid #A953A7;
}

#extranetnav ul li a {
	width: 160px;
	padding: 5px 10px;
	text-indent: 0 !important;
}

#extranetnav ul li a:hover {
	background: #A436A1;
}
	
#extranetnav ul ul, #extranetnav li:hover ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 180px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#extranetnav-home {
	width: 120px;
	height: 20px;
	background: url(../images/extranetnav-bg.gif) no-repeat left top;
}

#extranetnav-home:hover { background-position: left bottom; }

#extranetnav-info {
	width: 168px;
	height: 20px;
	background: url(../images/extranetnav-bg.gif) no-repeat -115px top;
}

#extranetnav-info:hover { background-position: -115px bottom; }

#extranetnav-docs {
	width: 165px;
	height: 20px;
	background: url(../images/extranetnav-bg.gif) no-repeat -280px top;
}

#extranetnav-docs:hover { background-position: -280px bottom; }

#extranetnav-surveys {
	width: 110px;
	height: 20px;
	background: url(../images/extranetnav-bg.gif) no-repeat -444px top;
}

#extranetnav-surveys:hover { background-position: -444px bottom; }

#extranetnav-arnet {
	width: 118px;
	height: 20px;
	background: url(../images/extranetnav-bg.gif) no-repeat -322px top;
}

#extranetnav-arnet:hover { background-position: -322px bottom; }

/* Content */
#content {
	clear: both;
	padding: 10px 15px;
	color: #222;
	font-size: 1.2em;
}

#content:after {
    content: "."; 
    display: block; 
    height: 0; 
    overflow:hidden;
    clear: both; 
    visibility:hidden; 
}

#content h2 {
	font-size: 1.4em;
}

#content h3 {
	clear: both;
	font-size: 1.2em;
}

#content h4 {
	clear: both;
	font-size: 1.0em;
}

#content p {
    margin-top: 0;
}

.main {
	float: left;
	width: 510px;
}

/* Left Half */
.lefthalf
{
	float: left;
	width: 365px;
	padding: 0;
}

/* Right Half */
.righthalf
{
	float: right;
	width: 365px;
	padding: 0;
}


/* Sidebar */
.sidebar {
	float: right;
	width: 200px;
}

.sidebarnav {
	background: #FAFAFA url(../images/sidebarnav-bg.gif) no-repeat left bottom !important;
	margin: 0 0 15px;
	padding: 0 0 5px;
}

.sidebarnav .areatitle{
	display:block;
	font-weight:bold;
	font-size:12px;
	color: #8D1B8B;
	padding: 10px 3px 0;
	background: url(../images/sidebarnav-h3.gif) no-repeat left top;
}

.sidebarnav h3 {
	margin: 0 0 5px;
	padding: 10px 3px 0;
	background: url(../images/sidebarnav-h3.gif) no-repeat left top;
}

.sidebarnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebarnav ul li {
	margin: 0 !important;
	padding: 0;
	border-top: 1px solid #DDD;
	font-size: 11px;
}

.sidebarnav ul li a {
	display: block;
	width: 170px;
	margin: 0;
	padding: 5px 15px;
}

.sidebarnav ul li a:hover {
	background: #F0F0F0;
}

#archives .date {
	display: block;
	color: #888;
	font-size: 0.9em;
	margin: 0 !important;
}

#archives ul {
	background: #FFF;
}

#archives ul li {
	border-top: 1px solid #EEE;
}

#archives ul li a {
	width: 150px;
	padding: 5px 25px;
}

#archives .expandable {
	padding-left: 15px;
}

#archives .expanded { background: url(../images/arrow-open.gif) no-repeat 5px center !important; }

#archives .collapsed { background: url(../images/arrow-closed.gif) no-repeat 5px center !important; }

.block {
	background: #FAFAFA;
	border-left: 1px solid #EEE;
	border-top: 2px solid #DDD;
	border-bottom: 2px solid #DDD;
	margin-bottom: 5px;
}

.block .subheading {
	font-size: 1.1em;
	font-weight: Bold;
	color: #8D1B8B;
	margin: 0 0 0 5px;
}

.block ul {
    list-style: none;
    margin: 10px 10px 0 20px;
}

.block li {
	margin: 0px 0px 7px 0px; 
	list-style-type: none;
}


/* Footer */
#footer {
	width: 760px;
	margin: 0 auto;
	padding: 10px 5px 0;
	clear: both;
	text-align: center;
	font-size: 1.1em;
	color: #888;
	background: url(../images/footer-bg.gif) no-repeat center top;
}

/* Lightbox CSS */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px 65px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;background: url(../images/prevlabel.gif) left 15% no-repeat;}
#nextLink { right: 0; float: right;background: url(../images/nextlabel.gif) right 15% no-repeat;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 100%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#bottomNavClose{ 
	right: 0;
	position: absolute;
	z-index: 20;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/* Home page elements 
**************************************************************************/

.leftside {
    float: left;
    width: 130px;
    padding: 0 9px 0 0;
}

.rightside {
    float: right;
    width: 195px;
    padding: 0 0 0 15px;
    border-left: 1px solid #dddddd;
}

.middle {
    float: left;
    width: 370px;
    padding: 0 10px 0 5px;
}

.middle .subheading, .rightside .subheading{
    font-weight:bold;
	font-size:14px;
	color:#8D1B8B;
	padding-bottom: 10px;
	display: block;
}

.bordertop {
     border-top: 1px solid #dddddd;
     padding-top: 5px;
}

.middle .contentcontrol p, .rightside .contentcontrol p {
	line-height: 1.2em;
	margin-bottom: 10px;
}

.leftside .linklistblock {
     background: #eeeeee url(../images/block-bottom.gif) no-repeat left bottom;
     padding: 0;
     margin-bottom: 10px;
}

.leftside .linklistblock .inner {
     background: url(../images/block-top.gif) no-repeat left top;
     padding: 8px 8px 1px; 
}

.leftside .linklistblock .subheading {
    font-weight: bold;
    padding: 0 8px 0;
}

.leftside .linklistblock ul
{
	list-style-type: none;
	list-style-position: outside;
	margin-left:0px !important;
	margin-top:5px !important;
	padding: 0 0 5px;
}

.leftside .linklistblock li
{
	padding: 5px 8px 5px;
	color: #666;
}

.leftsidebtm {
    float: left;
    width: 225px;
    padding: 0 10px;
    margin: 5px 0;
}

.rightsidebtm {
    float: right;
    width: 225px;
    padding: 0 10px;
    margin: 5px 0;
}

.middlebtm {
    float: left;
    width: 225px;
    padding: 0 10px;
    margin: 5px 0;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}


/* old home page stuff */

.news 
{
	float: left;
	width: 350px;
	padding: 0 0 0 0;
}

.news .subheading
{
	font-weight:bold;
	font-size:14px;
	color:#8D1B8B;
}

.news ul
{
	list-style-type: none;
	list-style-position: outside;
	margin-left:0px !important;
	margin-top:5px !important;
	padding: 0;
}

.news li
{
	padding: 5px 5px 5px 10px;
	color: #666;
	border-bottom: 1px solid #F5F5F5;
	text-decoration:none;
}

.events {
	float: right;
	width: 365px;
}

.events .subheading {
	font-weight:bold;
	font-size:14px;
	color:#8D1B8B;
}

.events #home_tabs {
	margin: 0;
	padding: 0 0 7px 160px;
	height: 20px;
	list-style: none;
	background: url(../images/home_tabs-bg.gif) no-repeat left bottom;
}

.events #home_tabs:after {
    content: "."; 
    display: block; 
    height: 0; 
    overflow:hidden;
    clear: both; 
    visibility:hidden; 
}

.events #home_tabs li {
	float: right;
	margin: 0 5px 0 0 !important;
	padding: 0;
}

.events #home_tabs li a {
	display: block;
	height: 20px;
	text-indent: -9999em;
	outline: none;
}

.events #home_tabs .tab_1 {
	width: 71px;
	background: url(../images/home_tabs.gif) no-repeat left bottom;
}

.events #home_tabs .active .tab_1 { background-position: left top; }

.events #home_tabs .tab_2 {
	width: 57px;
	background: url(../images/home_tabs.gif) no-repeat -71px bottom;
}

.events #home_tabs .active .tab_2 { background-position: -71px top; }

.events #home_tabs .tab_3 {
	width: 57px;
	background: url(../images/home_tabs.gif) no-repeat -128px bottom;
}

.events #home_tabs .active .tab_3 { background-position: -128px top; }

.events dl {
	margin: 0 0 10px 0;
	padding: 10px 0;
	background: url(../images/home_panel-bg.gif) no-repeat left bottom;
}

.events dt {
	padding: 0 15px;
}

.events dt.viewall {
	margin: -5px 0 0;
	text-align: right;
}

.events dd {
	margin: 0 0 10px;
	padding: 0 15px 10px;
	background: url(../images/panel_item-bg.gif) repeat-x left bottom;
	color: #666;
}

.secondary {
	clear: both;
	border-top: 1px solid #E2E2E2;
	background: #FCFCFC;
}

.secondary:after {
    content: "."; 
    display: block; 
    height: 0; 
    overflow:hidden;
    clear: both; 
    visibility:hidden; 
}

.memberlinks 
{
	border-top: 1px solid #E2E2E2;
	float: left;
	width: 365px;
	height: 148px;
	padding: 0;
	background: url(../images/memberlinks-bg.gif) no-repeat left top;
}

.memberlinks ul
{
	margin: 0 0 0 132px;
	list-style: none;
	padding: 0;
}

.memberlinks ul li
{
	margin-bottom: 0px !important;
	margin-top: 0px !important;
	padding: 10px 0 10px;
	font-size: 1.0em;
	background: url(../images/secondary-listitem-bg.gif) repeat-x left bottom;
}

.memberlinks .subheading
{
	font-size: 1.1em;
	font-weight:bold;
	font-size:12px;
	color:#8D1B8B;
	padding-left: 132px;
}

.quicklinks 
{
	border-top: 1px solid #E2E2E2;
	float: right;
	width: 365px;
	height: 148px;
	padding: 0;
	background: url(../images/quicklinks-bg.gif) no-repeat left top;
}

.quicklinks ul
{
	margin: 0 0 0 132px;
	list-style: none;
	padding: 0;
}

.quicklinks ul li
{
	margin-bottom: 0 !important;
	padding-bottom: 10px !important;
	padding-top: 10px !important;
	margin-top: 0px !important;
	font-size: 1.0em;
	background: url(../images/secondary-listitem-bg.gif) repeat-x left bottom;
}

.quicklinks .subheading
{
	font-size: 1.1em;
	font-weight:bold;
	font-size:12px;
	color:#8D1B8B;
	padding-left: 132px;
}

/* end old homepage stuff*/


/* Committees page elements */

.committees 
{
}

.committees td.head
{
	width:100%;
	text-align:left;
	padding: 5px 10px;
	font-size: 1.1em;	
	font-weight: bold;
	color: #8D1B8B !important;
	background: #F6F6F6;
	border: 1px solid #DDD;
	border-width: 0 1px 1px 0;
}

.committees td.head a
{
	padding: 5px 10px;
	font-size: 1.1em;	
	font-weight: bold;
	color: #8D1B8B !important;
}

.committees table
{
	width:100%;
	margin: 0 0 30px;
	font-size: 1.1em;
	border: 1px solid #DDD;
	border-width: 1px 0 1px 1px;
}

.committees td 
{
	text-align:left;
	width: 33%;
	padding: 5px 10px;
	border: 1px solid #DDD;
	border-width: 0 1px 0 0;
}

.committees tr.odd { background: #FEF9FE !important; }


/* Landing Pages */
.landing{
	padding-top: 15px;
}

.landing ul{
	margin: 0;
	padding: 0 10px;
	list-style: none;
	
}

.titledescriptionlink {
	list-style: none;
	border-bottom: 1px solid #EEE;
	font-size:11px !important;
}

.titledescriptionlink .readmore
{
	display: block;
	font-weight:normal;
	font-size:11px;
}

 .landing .subheading {
	font-weight:bold;
	font-size:14px;
	color:#8D1B8B;
}

.landing li {
	margin: 10px 0 0;
	padding: 0 0 10px;
	border-bottom: 1px solid #EEE;
}

.landing .name {
	font-size: 11px;
	font-weight: bold;
	display:block;
}

.landing .description {
	margin: 5px 0;
}

.landing .date {
	color: #888;
	font-size: 1.0em;
}

a.readmore {
    display: block;
    font-size: 11px; 
}
	
/* Photo Gallery */

.gallery
{
}

ul#photogallery {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#photogallery li {
	float: left;
	width: 140px;
	height: 173px;
	margin: 5px 6px 15px 6px;
	padding: 5px;
	background: #F9F9F9;
	border: 1px solid #DDD;
}

ul#photogallery li .gallerythumbnail {
	width: 100%;
	height: 140px;/**/
	margin: 0 0 5px;
}

ul#photogallery li .gallerythumbnail a {
	display: block;
	width: 100%;
	background: #FFF;
	border: 1px solid #DDD;
}

/* Profile Pages */
ul#profilepage {
	margin: 0;
	padding: 0 10px;
	list-style: none;
}

ul#profilepage li 
{
	clear: both;
	height: 1%;
	margin: 15px 0 0;
	padding: 0 0 20px;
	border-bottom: 1px solid #EEE;
}

ul#profilepage li:after {
    content: "."; 
    display: block; 
    height: 0; 
    overflow: hidden;
    clear: both; 
    visibility: hidden; 
}

ul#profilepage img {
	float: left;
	margin: 0 10px 0 0;
}

ul#profilepage .info {
	float: left;
	/*width: 625px;*/
}

ul#profilepage strong {
	font-size: 1.1em;
}

ul#profilepage .excerpt, ul#profilepage .full {
	display: block;
	margin: 5px 0;
}

/* Employment/Volunteer Post Pages */
.postdetails {
	height: 1%;
}

.postdetails:after {
    content: "."; 
    display: block; 
    height: 0; 
    overflow: hidden;
    clear: both; 
    visibility: hidden; 
}

.postdetails ul.left, .postdetails ul.right {
	width: 48%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.postdetails ul.left li, .postdetails ul.right li {
	margin-bottom: 12px;
}

.postdetails .left {
	float: left;
}

.postdetails .right {
	float: right;
}

/* News Article Page */
.newspagetitle {
	font-size:  20px;
	font-weight: Bold;
	color: #8D1B8B;
	display:block;
	padding-top: 5px;
	padding-bottom:2px;
}

.newsdate {
	font-size: 1.1em;
	display: block;
	padding-bottom: 15px;
	margin-left: 2px;
	color: #888;
}

/* Event Catalogue Page */
.filters {
	/*padding: 10px;*/
	background: #fafafa;
	border: 1px solid #eee;
}

.filters label {
	font-size: 1.0em;
}

.filters select {
	margin-right: 10px;
}

.filters select, .filters input {
	font-size: 1.0em;
	vertical-align: middle;
}

.filters .btn_filter {
    width: 44px;
    height: 20px;
    padding: 20px 0 0;
    border: 0;
    background: url(../images/btn-filter.gif) no-repeat left top;
    cursor: pointer;
}

.filters .btn_go {
    width: 30px;
    height: 20px;
    padding: 20px 0 0;
    border: 0;
    background: url(../images/btn-go.gif) no-repeat left top;
    cursor: pointer;
}

.item {
	clear: both;
	float: left;
	width: 100%;
	height: 1%;
	position: relative;
	margin: 15px 0 5px;
	padding: 0 0 15px;
	border-bottom: 1px solid #EEE;
}

.item:after {
    content: "."; 
    display: block; 
    height: 0; 
    overflow:hidden;
    clear: both; 
    visibility:hidden; 
}

.item dt {
	width: 630px;
	font-size: 1.1em;
	font-weight: bold;
}

.item dd {
	width: 630px;
	margin: 5px 0;
}

.item dd.eventdetails {
	color: #999999;
	font-size: 0.9em;
}

.item dd.itemprice {
	position: absolute;
	margin: 0;
	top: 10%;
	right: 0;
	width: 80px;
	font-size: 1.1em;
	font-weight: bold;
}

.item dd.add {
	position: absolute;
	top: 30%;
	right: 0;
	width: 80px;
}

input.btn_go {
    width: 30px;
    height: 20px;
    padding: 20px 0 0;
    border: 0;
    background: url(../images/btn-go.gif) no-repeat left top;
    cursor: pointer;
}

input.btn_view {
    width: 50px;
    height: 20px;
    padding: 20px 0 0;
    border: 0;
    background: url(../images/btn-view.gif) no-repeat left top;
    cursor: pointer;
}

a.btn_view {
    width: 50px;
    height: 20px;
    background: url(../images/btn-view.gif) no-repeat left top;
    display: block;
}

input.btn_register {
    width: 57px;
    height: 20px;
    padding: 20px 0 0;
    border: 0;
    background: url(../images/btn-register.gif) no-repeat left top;
    cursor: pointer;
}

.btn_print {
    width: 50px;
    height: 23px;
    padding: 23px 0 0;
    border: 0;
    background: url(../images/btn-print.gif) no-repeat left top;
    cursor: pointer;
	float: right;
}
#paging {
	clear: both;
	margin: 10px 0 5px;
	padding: 5px;
	font-size: 1.1em;
	text-align: right;
}

/* Event Page */
ul.pricing {
	margin: 0 25px 10px;
}

ul.pricing li.price {
	font-size: 1.2em;
	font-weight: bold;
}

ul.pricing li {
	margin: 5px 0 !important;
	border: none;
}

ul.pricing li input {
	font-size: 1.0em;
	vertical-align: middle;
}

ul.pricing .textinput {
	width: 20px;
}

ul.pricing .btn_register {
	margin-left: 5px;
}

/* Large Image Page */
.largeimage {
	text-align: center;
	margin: 5px 0;
	padding: 3px;
	border: 1px solid #EEE;
	background-color: #FAFAFA;
}

.largeimage img {
	border: 1px solid #EEE;
}

/* FAQ Page */
ul#faq {
	margin: 0;
	padding: 0 10px;
	list-style: none;
}

ul#faq li {
	margin: 5px 0 0;
	padding: 0 0 15px;
	border-bottom: 1px solid #EEE;
}

ul#faq dl {
	margin: 0;
}

ul#faq dt {
	font-weight: bold;
	margin: 0;
}

ul#faq dt a {
	display: block;
	padding: 3px 90px 3px 0;
	width: 410px;
}

ul#faq .view {
	background: url(../images/btn-viewanswer.gif) no-repeat right top;
}

ul#faq .close {
	background: url(../images/btn-closeanswer.gif) no-repeat right top;
}

ul#faq dd {
	margin: 5px 0 0;
}

/* recommend an Event Page */
dl.recommendevent {
	margin: 0;
}

dl.recommendevent dd {
	margin: 0;
}

dl.recommendevent .labeldisplay
{
	font-size: 1.0em;
	margin: 3px 0 10px;
}

dl.recommendevent dd input, dl.recommendevent dd select {
	font-size: 1.0em;
	margin: 3px 0 10px;
}

dl.recommendevent dd textarea {
	width: 98%;
	height: 40px;
	margin: 3px 0 10px;
}

/* Contact Page */
dl.contact {
	margin: 0;
}

dl.left {
	float: left;
	width: 45%;
}

dl.right {
	float: right;
	width: 45%;
}

dl.registrant {
	float: left;
	width: 95%;
	margin: 0 20px 10px 0;
	padding: 7px;
	background: #FAFAFA;
	border: 1px solid #DDD;
}

table.registrant {
	float: left;
	width: 95%;
	margin: 0 20px 10px 0;
	padding: 7px;
	background: #FAFAFA;
	border: 1px solid #DDD;
}

dl.registrant input {
	margin-right: 25px;
}

dl.left dd, dl.right dd {
	margin: 0;
}

dl.wide {
	clear: both;
}

dl.contact dd {
	margin: 0;
}

dl.contact .labeldisplay
{
	font-size: 1.0em;
	margin: 3px 0 10px;
}

dl.contact dd input.text, dl.contact dd select {
	font-size: 1.0em;
	width: 95%;
	margin: 3px 0 10px;
}

dl.wide dd select {
	width: 43.5%;
}

dl.contact dd textarea {
	width: 98%;
	height: 100px;
	margin: 3px 0 10px;
}

.btn_send {
    width: 99px;
    height: 23px;
    padding: 23px 0 0;
    border: 0;
    background: url(../images/btn-send.gif) no-repeat left top;
    cursor: pointer;
}

/* Directory Page */
.directorylinklist {
	float: right;
}

.directorylinklist .directorylink
{
	display: inline;
	border-right: 1px solid #1F2A78;
	margin: 0;
	padding-left: 5px;
	padding-right: 2px;
}

.directorylinklist .last
{
	border-right: none;
}

.directorylinklist ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.directorylinklist ul li
{
	display: inline;
}

.directory {
	height: 1%;
	margin: 0 0 15px;
	padding: 0 0 0px;
	border-bottom: 1px solid #eeeeee;
}

.directory:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    overflow: hidden;
    clear: both; 
    visibility: hidden; 
}

.directory dl {
	float: left;
}

.directory dt {
	font-weight: bold;
}

.directory dd {
	margin: 0;
}

.directory .subheading
{
	font-size: 15px;
	font-weight: Bold;
	color: #8D1B8B;
}

.directory table
{
	width:98%;
	float: right;
}

.directory table tr
{
	background-color:white !important;
}

.directory td 
{
	text-align:left;
	width: 25%;
	/*padding: 5px 0px;*/
	padding: 5px 5px 5px 0;
}

/* Site Map */
.sitemap {
	margin-left: 25px;
}

.sitemap li {
	font-size: 11px;
}

.sitemap ul ul {
	margin-top: 10px;
}

.btn_submit {
    width: 65px;
    height: 23px;
	margin-left: 10px;
    padding: 23px 0 0;
    border: 0;
    background: url(../images/btn-submit.gif) no-repeat left top;
    cursor: pointer;
}
.btn_cancel {
	width: 65px;
	height: 23px;
	padding: 23px 0 0;
	border: 0;
	background: url(../images/btn-cancel.gif) no-repeat left top;
	cursor: pointer;
}

/* Registrant Page */
h3.registration {
	padding-top: 10px;
	border-top: 1px solid #EEE;
}

.expirydate { width: auto !important; }

.btn_completereg {
	width: 152px;
	height: 23px;
	margin-left: 10px;
	padding: 23px 0 0;
	border: 0;
	background: url(../images/btn-completereg.gif) no-repeat left top;
	cursor: pointer;
}

.btn_next {
	width: 57px;
	height: 23px;
	margin-left: 10px;
	padding: 23px 0 0;
	border: 0;
	background: url(../images/btn-next.gif) no-repeat left top;
	cursor: pointer;
}

/* Extranet Home Page */
.sidebar .imagetextlink {
	height: 1%;	
	border-bottom: 1px solid #EEE;
	padding-bottom: 10px;
	margin: 5px 0 10px;
}

.sidebar .imagetextlink:after {
    content: "."; 
    display: block; 
    height: 0; 
    overflow: hidden;
    clear: both; 
    visibility: hidden; 
}

.sidebar .imagetextlink img {
	float: left;
	margin: 6px 10px 5px 0;
}

.sidebar .imagetextlink p.text {
	margin: 2px 0 0;
	padding: 0;
}

.sidebar .imagetextlink p.link {
	margin: 5px 0 0;
	padding: 0;
	text-align: right;
}

.main .imagetextlink {
	float: left;
	width: 43%;
	height: 1%;	
	padding: 5px;
	margin: 0 20px 0 0;
	background: #FAFAFA;
	border-top: 2px solid #DDD;
	border-bottom: 2px solid #DDD;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
}

.main .imagetextlink:after {
    content: "."; 
    display: block; 
    height: 0; 
    overflow: hidden;
    clear: both; 
    visibility: hidden; 
}

.main .imagetextlink img {
	float: left;
	margin: 0 10px 5px 0;
}

.main .imagetextlink p.text {
	margin: 0;
	padding: 0;
}

.main .imagetextlink p.link {
	margin: 5px 0 0;
	padding: 0;
	text-align: right;
}

/* Paging Control */

.nextprevious {
	
	width:100%;
	padding-bottom: 10px;
}

.nextprevious .pagelinks{ 
	margin:0 0 0 360px;
	/*font-size:1.1em;*/
	font-size:0.9em;
}

/* BackLink Control */
.backlink
{
	margin-top: 10px;
}	

/* Content Control */
 .contentcontrol
 {
 }
 
.contentcontrol p
{
	line-height: 1.4em;
	margin-top: 0;
}

.contentcontrol div
{
	line-height: 1.4em;
}

.contentcontrol span
{
	line-height: 1.4em;
}

.contentcontrol ol
{
	line-height: 1.4em;
}

.contentcontrol ol ol
{
	font-size: 1em;
	line-height: 1.4em;
}

.contentcontrol ul
{ 
	line-height: 1.4em;
}

.contentcontrol ul li
{ 
	margin-bottom: 0px !important;
}

.contentcontrol ul ul
{
	font-size: 1em !important;
	line-height: 1.4em !important;
}

.contentcontrol li div
{
	font-size: 1em;
}

.contentcontrol .subheading
{
	font-size: 15px;
	font-weight: Bold;
	color: #8D1B8B;
}

.contentcontrollink
{
	padding: 10px 0;
}

/*.contentcontrol a
{
	line-height: 300%;
	font-size: 1.1em;
}*/

/* Links/Resources Page */

.resourcelinks
{
}

.resourcelinks .subheading
{
	font-size: 1.3em;
	font-weight: Bold;
	color: #8D1B8B;
}

.resourcelinks ul
{
	margin: 0 0 15px 0;
	padding: 0 10px;
	list-style: none;
}

.resourcelinks ul li {
    margin: 10px 0 0;
	padding: 0 0 10px;
	border-bottom: 1px solid #EEE;
}

.resourcelinks ul li a
{
	font-weight: bold;
}
.resourcelinks ul li a.readmore
{
	font-weight: normal;
}

/* search page */

.btn_search {
    width: 62px;
    height: 23px;
    padding: 23px 0 0;
    border: 0;
    background: url(../images/btn-search.gif) no-repeat left top;
    cursor: pointer;
}

.search-label {
   font-size: 12px; 
    font-weight: bold; 
    padding: 10px;
}

.search-table {
    background-color: #fdfdfd;
    border: 1px solid #efeaef;
    width: 100%;
    margin: 3px 0 15px 0;
}

.search-table td {
    width: 150px;
}

.search-results-lbl {
    width: 100%; 
    height: 28px; 
    float: right; 
    background-color: #eeeeee; 
    text-align: right; 
    line-height: 28px; 
    border-top: 1px solid #e6e6e6;
}
