/* =============================================== */
/* ConsciousCreation.ie Stylesheet */
/* Global Base Elements */
/* Created by Ben Wakeford 2006 ( www.benwakeford.com ) */
/* =============================================== */


/* =============================================== */
/* 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 {
	/*overflow : auto;*/
	background : #FEF9DF;
	/* :HACK: IE5 hack to center divs: */
	text-align:center;
	/* :END HACK: */
}


/* =============================================== */
/* SECTION : BASE ELEMENTS */
/* =============================================== */

p {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 75%;
	line-height : 160%;
	font-style : normal;
	color : #616161;
	margin : 0 0 0.75em 0;
	padding : 0px 0px 0px 0px;
}

strong {
	color : #616161;
	font-weight : bold;
	line-height : 160%;
}

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 : #BD141A;
	padding : 0;
	margin : 0;
	line-height : 100%;
	text-decoration : none;
}

a:visited {
	color : #BD141A;
}

a:hover {
	color : Red;
	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 : Georgia, "Times New Roman", Times, serif;
	font-size : 75%;
	line-height : 160%;
	font-style : normal;
	color : #636363;
	padding : 0px 0px 10px 15px;
	margin : 0 0 0 0px;
	background : transparent url(../images/bullet-disc.gif) no-repeat scroll 0 7px;
}


/* =============================================== */
/* SECTION : LISTS */
/* =============================================== */

input, textarea {
	font-family : Georgia, "Times New Roman", Times, serif;
	border : 1px solid #A5A5A5;
	margin : 0;
	padding : 2px 2px 0 2px;
	color : #666666;
	background : #F8F8F8;
	font-size : 95%;
}

input.btn {
	color : #666666;
	font-family : Georgia, "Times New Roman", Times, serif;
	padding : 3px 4px 3px 4px;
	cursor : pointer;
	background : #F8F8F8 url(../images/bg-submit.gif) repeat-x scroll top;
	font-weight : bold;
}

input:focus, textarea:focus {
	border : 1px solid #636363;
}

input.checkbox {
	border : 0;
	background-color : transparent;
}

