/*default
h1, h2, h3, h4, h5 {  
	margin: 0;
	font-size:100%;
	padding:0;
}*/
img {
	border:0;
	padding:0;
	margin:0;
}

.hidden {
	position: absolute;
	top: -1000px;
	left: 0px;
	overflow: hidden;
	width: 0;
	height: 0;
}

/*headings*/
h1 {
	font-size:180%;	
	font-weight:normal;
	margin:0 0 12px 13px;
}
h1.homepagetitle {
	font-size:110%;
	margin:0 0 12px 0;
	background:url("../images/siteobjects/b_heading1.gif") no-repeat bottom left;
	padding-bottom:6px;
}
h2 {
	font-size:110%;
	font-weight:normal;
	margin:0 0 7px 0;
}
h2.wide {
	margin:0 0 12px 0;
	background:url("../images/siteobjects/b_heading2_wider.gif") no-repeat bottom left;
	padding-bottom:6px;
	color:#ffffff;
}
.sidecol h2 {
	color:#fdfcfc;
	background:url("../images/siteobjects/b_heading2.gif") no-repeat bottom left;
	padding-bottom:6px;
	margin:0 0 14px 0;
}
.homecontent .sidecol h2 {
	color:#fff;
	background:url("../images/siteobjects/b_heading2_wide.gif") no-repeat bottom left;
}
#contactpage .sidecol h2 {
	background:url("../images/siteobjects/b_heading2_contactus.gif") no-repeat bottom left;
}

.event_details h2 {
	font-size:150%;	
}
.joinus h2 {
	font-size:220%;	
}
.profiledetails h3 {
	font-size:100%;
	color:#666;
	background:url("../images/siteobjects/b_heading3.gif") no-repeat bottom left;
	padding-bottom:5px;
	margin:0 0 13px 0;
}

h2.subtitle {
	font-size:150%;	
	font-weight:normal;
	margin:0 0 10px 0;
	padding-right:100px;
	line-height:1.2em;
}

/*paras*/
p {
	font-size:75%;
	margin:0 0 18px 0;
	line-height:1.5em;
}
p.halfspace {
	margin:0 0 9px 0;
}
p.introtext {
	font-size:110%;	
	margin:0 0 24px 0;
	line-height:1.3em;
}
p.largetext {
	font-size:85%;
}
p.title {
	font-size:95%;
	font-weight:bold;
	margin:0;
	line-height:1.2em;
}
p.hr {
	background:url("../images/siteobjects/b_heading2.gif") no-repeat top left;
	padding-top:4px;
}
.narrowcol p {
	margin:0 0 14px 0;
}

.profiledetails p {
	margin:0;	
}
.event_details p {
	line-height:1.2em;
	font-size:95%;
}
.eventsponsor p {
	font-size:70%;
	color:#999;
	margin:0 0 5px 0;
}
.widecol_text .padding .eventsponsor p {
	font-size:70%;
}
p.viewmap {
	margin:10px 0 0 0;	
}

.red {
	color:#F00;
}
/*horizontal rules*/
div.hr hr {
	display: none;
}
div.hr {
	height: 1px;
	background:url("../images/siteobjects/b_hr.gif") no-repeat left top;
	margin:0 0 25px 0;
	float:left;
	clear:both;
	width:100%;
}

/*links*/
a {
	color:#ffffff;
	text-decoration:underline;
}
a:hover, a:active, a:focus {
	text-decoration:none;
}

.sidecol a, a.arrowlink {
	color:#ccccff;
	width:246px;
	background:url("../images/siteobjects/b_arrow.gif") no-repeat left 50%;
	padding-left:11px;
	font-weight:bold;
	text-decoration:none;
}
.sidecol a:hover, .sidecol a:active, .sidecol a:focus, a.arrowlink:hover, a.arrowlink:active, a.arrowlink:focus {
	text-decoration:underline;
}

.profiledetails a {
	color:#623772;	
}
a.buttonlink {
	background:#720095 url("../images/siteobjects/b_buttonlink.gif") repeat-x top left;	
	padding:4px 30px 5px 30px;
	border:1px solid #a0a0a1;
	font-size:150%;
	text-decoration:none;
}
a.buttonlink:hover, a.buttonlink:active, a.buttonlink:focus {
		
	text-decoration:underline;
}
/*top menu links*/
.menu ul {
	font-size:90%;
	list-style:none;
	background:#fff;
	margin:0;
}
.menu li {
	display:inline;
	float:left;
	margin:0;
	padding:0;
}
.menu a {
	float:left;
	text-decoration:none;
	padding:10px 7px 7px 7px;
	margin:0;
	color:#fff;
}
.menu a:hover, .menu a:focus, .menu a:active, .menu a.lit {
	background:#884c9e;
}



/*form*/
form {
	font-size:95%;
}
fieldset {
	border:none;
	padding:0;
}
label {
	float:left;
	clear:both;
	color:#fff;
	margin:3px 0 4px 0;
	font-weight:bold;
}

input {
	width:374px;
	border:1px solid #333;
	background:#fff;
	margin-bottom:19px;
	padding:3px 1px 2px 1px;
}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #333;
	font-size:100%;
	padding:2px;
	width:372px;
	height:260px;
}
input.button {
	width:82px;
	height:35px;
	float:right;
	margin:17px 0 19px 0;
	padding:0;
	font-size:115%;
	font-weight:bold;
	cursor:pointer;
	border:none;
	background:url(../images/siteobjects/btn_submit.gif) no-repeat top left;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}
input.button:hover {
	text-decoration:underline;	
}
.widecol_text p {
	font-size:85%;
}

.widecol_text p.introtext {
	font-size:110%;
}
.profiledetails p {
	font-size:75%;
}