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

html {}

body {
	margin:0;
	padding:0;
	background-image:url(../images/bg-x.png);
	background-repeat:repeat-x;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}

#wrapper {
	width:562px;
	margin:20px auto;
	background-image:url(../images/body-y.png);
	background-repeat:repeat-y;
}

#top {
	width:562px;
	margin:0;
	padding:0;
	line-height:0;
	height:3px;
	background-image:url(../images/top.png);
	background-repeat:no-repeat;
	background-position:top;
}

#bottom {
	width:562px;
	margin:0;
	padding:0;
	line-height:0;
	height:3px;
	background-image:url(../images/bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

#logo img {
	margin:10px;
}


p {
	margin:0;
	padding:5px 10px;
	line-height:18px;
}

h1 {
	color:#84a5c5;
	margin:0;
	padding:10px;
	font-size:18px;
	font-weight:normal;
}

h2 {
	color:#84a5c5;
	margin:0;
	padding:10px;
	font-size:14px;
	font-weight:normal;
}

#contact {
	width:542px;
	margin:10px auto;
}

#contactBox {
	width:427px;
	height:103px;
	background-image:url(../images/contact-box.png);
	background-position:0 0;
	background-repeat:no-repeat;
}

#contactButton {
	width:103px;
	height:103px;
}

#contactButton img {
	border:none;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.clearBoth {
	clear:both;
	line-height:0;
}

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

a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:underline;
}

#content ul {
	list-style-type:none;
	margin:0;
	padding:10px;
}

#content ul li {
	margin:0;
	padding: 5px 0 5px 20px;
	background-image:url(../images/bullet.png);
	background-position:0 50%;
	background-repeat:no-repeat;
}
#developedBy {
	padding:10px 0;
	line-height:0px;
	text-align:center;
}

#developedBy img {
	margin:0px auto;
	border:0px none;
}

#contactButton 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:103px;
	
	border-top:none; /* the top border of the whole list */
		
}
#contactButton ul li{
	padding:0;
	background-image:url(../images/register.png);
	background-repeat:no-repeat;
	font-size:10px;
	line-height:10px;
	text-indent:-99999px;

}
#contactButton ul li a{
	padding:46px 0 47px 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:103px; /* size of the item if not specifed will be as wide as ul */
	
	background-position:0 0;
}
#contactButton ul li a:hover {
	background-image:url(../images/register.png);
	background-position:0 -117px;
	background-repeat:no-repeat;
}

/* ie hack */
* html body #contactButton a {
   width:103px;
}
