body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(images/headerBG.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #495F35;
	font-size: 23px;
	font-weight: normal;
	text-transform: capitalize;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
}

h2 {
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 1.4em;
	font-size: 1em;
}
.middleBG {
	background-attachment: scroll;
	background-image: url(images/centreBG.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #EBE9DE;
	height: 90px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.footer a:link{
	color: #333333;
	text-decoration:none;
}
.footer a:visited{
	color: #333333;
	text-decoration:none;
}
.footer a:hover{
	color: #333333;
	text-decoration:underline;
}
p {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 1.4em;
}
p a:link{
	color: #495F35;
	text-decoration:none;
}
p a:visited{
	color: #495F35;
	text-decoration:none;
}
p a:hover{
	color: #495F35;
	text-decoration:underline;
}
.form_copy {
	padding: 0px 10px;
	margin: 0px;
}
.form_copy a:link {
	color: #000000;
	text-decoration:none;
}
.form_copy a:visited {
	color: #000000;
	text-decoration:none;
}
.form_copy a:hover {
	color: #000000;
	text-decoration:underline;
}
.larger {font-size: 1.2em; font-weight: bold;}
.middlelongBG {
	background-attachment: scroll;
	background-image: url(images/centre-longBG.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.centered {
	text-align: center;

}
.deal {color: #CC0000; Font-weight: bold; font-family:Arial, Helvetica, sans-serif; font-size:12px; }
/* Make sure the icons are not cut */ 
a[href$=".pdf"] {
  padding:2px 0px 2px 22px;
  margin:-2px 0;
  background-repeat: no-repeat;
  background-position: left center;
}


/* Files */
a[href$=".pdf"]   { background-image: url(images/pdf.png); } .moviepadding {
	margin: 5px;
}

/* Form styles */
label { font-weight:bold; }
fieldset { padding:1.4em; margin:0 0 1.5em 0; border:1px solid #ccc; }
legend { font-weight:bold; font-size:1.2em; }
input[type=text], input[type=password],input.text, input.title, textarea, select { background-color:#fff; border:1px solid #bbb; font-family:Arial, Helvetica, sans-serif; font-size: 13px; padding:5px;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus { border-color:#666;  }
input[type=text], input[type=password],input.text, input.title,textarea, select { margin:0.5em 0;}
input.text, input.title { width:300px; padding:3px; }
input.title { font-size:1.5em; }
textarea { height:100px;
width:211px;  }
input[type=checkbox], input[type=radio], input.checkbox, input.radio { position:relative; top:.25em; }form.inline { line-height:3; }
form.inline p { margin-bottom:0; }

/* Awesome Buttons */
.awesome, .awesome:visited {
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	background-color: #222;
	background-image: url(images/alert-overlay.png);
	background-repeat: repeat-x;
	border: 0;
	text-align: center;
}

	.awesome:hover							{ background-color: #111; color: #fff; }
	.awesome:active							{ top: 1px; }
	.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding: ; }
	.awesome, .awesome:visited,
	.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); width: 292px; }
	.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }
	
	.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
	.green.awesome:hover						{ background-color: #749a02; }
	.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
	.blue.awesome:hover							{ background-color: #007d9a; }
	.red.awesome, .red.awesome:visited			{ background-color: #CC0000; }
	.red.awesome:hover							{ background-color: #950000; }
	.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
	.magenta.awesome:hover							{ background-color: #630030; }
	.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
	.orange.awesome:hover							{ background-color: #d45500; }
	.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
	.yellow.awesome:hover							{ background-color: #fc9200; }

