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

/* copy and links */

h1 {
	font-size:18px;
	font-weight:bold;
	line-height:22px;
	padding:5px 20px 5px 0;
	margin:0;
	color:#ef3e34;
}

#contactBox h2 {
	font-size:14px;
	font-weight:bold;
	line-height:22px;
	padding:5px 0px 5px 10px;
	margin:0;
	color:#ef3e34;
}


#content P {
	margin:0;
	padding:5px 20px 5px 0;
}

#contactBox p {
	margin:0;
	padding:5px 0px 5px 10px;
}

.highlight {
	color:#f68f74;
}


a, a:visited {
	font-weight:bold;
	color:#ef3e33;
	text-decoration:none;
}

a:hover {
	color:#f68f74;
}


#register ul{
	list-style-type:none; /* hides the list style */
	background-color:#fff; /* sets the list background color */
	padding:0px; /* space padding the outside of the list items which expands the ul's border */
	margin:0 0 0 0; /* space outside the ul that pads it from another item */
	width:280px;
	overflow:hidden;
	border-top:none; /* the top border of the whole list */
		
}
#register ul li{
	padding:0px 0;
	background-image:url(../images/register.png);
	background-repeat:no-repeat;
	font-size:10px;
	line-height:10px;
	text-indent:-99999px;
	overflow:hidden;

}
#register ul li a{
	padding:27px 0;
	color:#333; /*linked font color */
	text-decoration:none; /* text underline etc */
	display:block; /* displays as a whole block rather than just a text item */
	width:280px; /* size of the item if not specifed will be as wide as ul */
	overflow:hidden;
	background-position:0 0;
}
#register ul li a:hover {
	background-image:url(../images/register.png);
	background-position:0 -66px;
	background-repeat:no-repeat;
}

/* ie hack */
* html body #register a {
   width:280px;
}