/* =============================================== */
/* ILC Media Stylesheet */
/* Global Base Elements */
/* Created by Ben Wakeford 2007 */
/* =============================================== */


/* =============================================== */
/* SECTION : GLOBAL RESET */
/* =============================================== */

* {
	/* Global Reset */
	padding : 0;
	margin : 0;
	font-size : 100%;
	line-height : 100%;
	/* Uncomment next line for debugging: */
	/*border : 1px solid Red;*/
}


/* =============================================== */
/* SECTION : BASE ELEMENTS */
/* =============================================== */

p {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 70%;
	line-height : 130%;
	font-style : normal;
	color : White;
	margin : 0 0 1em 0;
	padding : 0;
}

strong {
	color : White;
	font-weight : bold;
	line-height : 130%;
}

em {
	color : White;
	line-height : 130%;
	font-style : italic;
}

h1, h2, h3, h4, h5, h6 {
	font-family : Arial, Helvetica, sans-serif;
	color : White;
}

img {
	margin : 0;
	padding : 0;
	/* :HACK: IE Hack to stop img having a bottom border: */
	display : block;
	border : 0;
	/* :End HACK: */
}

hr {
	color: #291E1F;
	height: 1px;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	border-top : 1px solid #52524A;
}


/* =============================================== */
/* SECTION : ANCHORS */
/* =============================================== */

a:link, a:visited {
	color : White;
	text-decoration : none;
	font-weight : bold;
	line-height : 130%;
}

a:hover, a:active {
	color : #7BBDEF;
	text-decoration : none;
}


/* =============================================== */
/* SECTION : LISTS */
/* =============================================== */

ul {
	margin : 0 0 0.75em 0;
	padding : 0;
	list-style : none outside;
}

li {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 75%;
	line-height : 130%;
	font-style : normal;
	color : White;
	padding : 0px 0px 0px 10px;
	margin : 0 0 0 0;
	background : url(../../images/common/blue-link-dot.gif) no-repeat fixed 0 9px;
}

ul.num {
	list-style : decimal outside none;
}

ul.num li {
	background : none;
}


/* =============================================== */
/* SECTION : LISTS */
/* =============================================== */

input, textarea {
	font-family : Arial, Helvetica, sans-serif;
	border : 0;
	margin : 0;
	padding : 3px 2px 0px 2px;
	color : #291E1F;
	background-color : White;
	font-size : 110%;
}

option {
	/* For the benefit of FF: */
	padding : 1px 4px 1px 2px;
}

input.btn {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	padding : 2px 2px 1px 2px;
	cursor : pointer;
	font-weight : bold;
	margin : 0 0 0 0px;
	background-color : #7BBDEF;
}

input:focus, textarea:focus {
	border : none;
	background-color : #FFD700;
}

label {
  float: left;
  width: 100px;
  padding : 5px 0 0 0;
  line-height : 120%;
  /*font-weight : bold;*/
}

input.checkbox,
input.radio {
	border : 0;
	background-color : White;
}