/* =============================================== */
/* Rooneys.ieStylesheet */
/* Global Base Elements */
/* Created by Digino / Ben Wakeford 2006 */
/* =============================================== */


/* =============================================== */
/* SECTION : GLOBAL RESET */
/* =============================================== */

* {
	/* Global Reset */
	padding : 0;
	margin : 0;
	font-size : 100%;
	line-height : 100%;
	/* Uncomment next line for debugging: */
	/*border : 1px solid Red;*/
}

body {
	background : #F4F4F4;
	/* :HACK: IE5 hack to center divs: */
	text-align:center;
	/* :END HACK: */
}


/* =============================================== */
/* SECTION : BASE ELEMENTS */
/* =============================================== */

p {
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size : 75%;
	line-height : 150%;
	font-style : normal;
	color : #636363;
	margin : 0 0 0.75em 0;
	padding : 0;
}

strong {
	color : #616161;
	font-weight : bold;
	line-height : 150%;
}

h1, h2, h3, h4, h5, h6 {
	font-family : Arial, Helvetica, Verdana, sans-serif;
	color : #666666;
}

img {
	margin : 0;
	padding : 0;
	/* :HACK: IE Hack to stop img having a bottom border: */
	display : block;
	border : 0;
	/* :End HACK: */
}

hr {
	color: #666666;
	height: 1px;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	border-top : 1px solid #E0E1E3;
}

/* =============================================== */
/* SECTION : ANCHORS */
/* =============================================== */

a {
	color : #EE154C;
	padding : 0;
	margin : 0;
	line-height : 100%;
	text-decoration : none;
}

a:visited {
	color : #EE154C;
}

a:hover {
	color : #004584;
	text-decoration : none;
}


/* =============================================== */
/* SECTION : LISTS */
/* =============================================== */

ul {
	margin : 0 0 0.75em 0;
	padding : 0;
	list-style : none outside;
}

ul.num {
	margin : 0px 0px 30px 0px;
	padding : 0px 0px 0px 0px;
	list-style : decimal outside none;
}

li {
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size : 75%;
	line-height : 150%;
	font-style : normal;
	color : #636363;
	padding : 0px 0px 5px 15px;
	margin : 0 0 0 0px;
	background : transparent url(../images/bullet-disc.gif) no-repeat scroll 0 9px;
}


/* =============================================== */
/* SECTION : LISTS */
/* =============================================== */

input, textarea {
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border : 1px solid #7F9DB9;
	margin : 0;
	padding : 2px 2px 1px 2px;
	color : #636363;
	background-color : White;
}

option {
	/* For the benefit of FF: */
	padding : 1px 4px 1px 2px;
}

input.btn {
	color : #636363;
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding : 4px 12px 4px 12px;
	cursor : pointer;
	font-weight : bold;
	margin : 0 0 0 73px;
	background :  url(../images/bg-submit.gif) repeat-x scroll top;
}

input:focus, textarea:focus {
	border : 1px solid #636363;
}

label span {
  float: left;
  width: 70px;
  padding : 2px 0 0 0;
}

input.checkbox,
input.radio {
	border : 0;
	background-color : #EFF4F7;
}