@charset "UTF-8";
/* CSS Document */

/**************************/
/*                        */
/*       NEWS PAGE        */
/*                        */
/**************************/
#newsandevents{
	position: relative;
	padding: 0px;
}

#news{
	padding: 80px 380px 40px 100px;
}




h2 {
	font-size:18px;
	font-weight:normal;
	color:#7b0 !important;
	margin-top:0px;
	margin-bottom:0px;
}


h4 {
	font-weight: bold;
	margin-top:0px;
	margin-bottom:0px;
}


#links{
	font-size:14px;
	margin-bottom:25px;
	position:absolute;
	top:10px;
	left:100px;
	
}
#links a{
	padding-right:30px;
}


div.hr{
	background-image:url('../images/scribble-small.png');
	width:234px;
	height:18px;
	margin: 20px 0px;
}




#mailing_list{
	position:absolute;
	top: 70px;
	right:30px;
		background-image:url('../images/signup-box.png');
	background-repeat:no-repeat;
	background-position:top left;

}

#mailing_list input#signup{
	border: none;
	background:none;
	margin: 4px 9px 23px 3px;
	padding: 3px 3px 3px 3px;
	width: 159px;
}
#mailing_list button{
	border:0px none;
	padding: 0px;
	margin:0px;
	height:22px;
	width:17px;
	text-indent:-99999px;
	cursor:pointer;
	background-image:url('../images/signup-submit.png');
}


#events{
	font-size:14px;
	/*text-align:justify;*/
	width:255px;
	float:right;
	display:inline;
	margin-right:20px;
	margin-top:140px;
	background-image:url('../images/EventsHead.png');
	background-repeat:no-repeat;
	background-position:top right;
	padding: 175px 35px 35px;
}

#news #right_arrow {
	position:absolute;
	bottom:30px;
	right:310px;
	background-image:url('../images/arrow-right.png');
	background-repeat:no-repeat;
	background-position:top left;

	width:55px;
	height:105px;
}

#news #left_arrow {
	position:absolute;
	bottom:30px;
	left:25px;
	background-image:url('../images/arrow-left.png');
	background-repeat:no-repeat;
	background-position:top left;

	width:55px;
	height:105px;
}

