/* =============================================== */
/* CityGate.ie Stylesheet */
/* Global Base Elements */
/* Created by Digino/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 : Verdana, Arial, Helvetica, sans-serif;
	font-size : 70%;
	line-height : 150%;
	font-style : normal;
	color : #2F3841;
	margin : 0 0 1em 0;
	padding : 0;
}

strong {
	color : #2F3841;
	font-weight : bold;
	line-height : 150%;
}

h1, h2, h3, h4, h5, h6 {
	font-family : Arial, Helvetica, sans-serif;
	color : #FBC000;
}

img {
	/* :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 : #FF6600;
	text-decoration : none;
	font-weight : bold;
	line-height : 130%;
}

a:hover, a:active {
	color : #FBC000;
	text-decoration : underline;
}


/* =============================================== */
/* SECTION : LISTS */
/* =============================================== */

ul {
	margin : 0 0 0.75em 0;
	padding : 0;
	list-style : none outside;
}

li {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 70%;
	line-height : 150%;
	font-style : normal;
	color : #484848;
	padding : 0px 0px 0px 10px;
	margin : 0 0 0 0;
	background : transparent url(../../images/utility/bullets/bullet-disc.gif) no-repeat scroll 0 7px;
}

ul.num {
	list-style : decimal outside none;
}

ul.num li {
	background : none;
}


/* =============================================== */
/* SECTION : TABLES */
/* =============================================== */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =============================================== */
/* SECTION : FORMS */
/* =============================================== */

input, textarea {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	border : 1px solid #7F9DB9;
	margin : 0;
	padding : 2px 2px 1px 2px;
	color : #636363;
	background-color : #F8F8F8;
}

option {
	/* For the benefit of FF: */
	padding : 1px 4px 1px 2px;
}

input.btn {
	color : #2F3841;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 5px 5px 5px 5px;
	cursor : pointer;
	font-weight : bold;
	margin : 0 0 0 90px;
	background : #F9F9F9 url(../../images/utility/backgrounds/bg-submit.gif) repeat-x scroll top;
}


input.btn2 {
	color : #2F3841;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 5px 5px 5px 5px;
	cursor : pointer;
	font-weight : bold;
	margin : 0 0 0 260px;
	background : #F9F9F9 url(../../images/utility/backgrounds/bg-submit.gif) repeat-x scroll top;
}


input:focus, textarea:focus {
	border : 1px solid #2F3841;
}

label {
  float: left;
  width: 90px;
  padding : 5px 0 3px 0;
  font-weight : bold;
}

input.checkbox,
input.radio {
	border : 0;
	background-color : White;
}

select {
	width : 120px;
	background-color : #F8F8F8;
}