@import "reset.css";

/* The "height" above is a hack for IE5+/Win.  Below we adjust it using the child selector to hide from IE5+/Win */
html, body, #div_Contents {
	min-height: 100%;
	height: 100%;
}

/* Without this, Moz1.0 adds a vertical scrollbar */
html>body, html>body #div_Contents {
	height: auto;
}

/***** TAGS *****/

BODY
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: url(../images/mainback.jpg) top center repeat-x #42ccdc;
	font-family: verdana;
	font-size: 12px;
	color: #333333;
	line-height: 1.4em;
}
FORM
{
	margin: 0;
	padding: 0;
}
INPUT, SELECT, TEXTAREA
{
	font-size: 12px;
	font-family: verdana;
	border: 1px inset;
	border: 1px solid #cccccc;
	background: #ffffff;
	color: #000000;
	vertical-align: middle;
}
INPUT, TEXTAREA
{
	padding: 2px;
}
A, A:visited
{
	color: #1d6bb3;
}
A:hover{
	color: #b41c1c;
}
P {
	margin: 10px 0;
}
IMG {
	white-space: pre;
}
FORM {
	padding: 0;
}
H1 {
	height: 40px;
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	line-height: 40px;
	color: #de0475;
}

/***** END TAGS *****/



#div_Container
{
	position: static;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 0 0 0;
	margin: 0;
	text-align:center;
	margin: 0 auto 0 auto;
}

#div_MainOuter
{
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	text-align: left;
	width: 960px;
	background: url(../images/contentback.gif) 0 0 repeat-y;
	overflow: hidden;
}
#div_Main
{
	margin: 0;
	padding: 40px 0 0 0;
	text-align: left;
	overflow: hidden;
	background: url(../images/contenttop.gif) 0 0 no-repeat;
}

#div_Header {
	display: block;
	height: 115px;
	margin: 0 15px 5px 15px;
	padding: 0 0 0 0;
	color: #555555;
	font-weight: normal;
}
#div_Header A {
	Border: 0;
	display: block;
	height: 115px;
}
#div_Header IMG {
	Border: 0;
	display: block;
	padding: 5px 0 0 0;
}

#div_MainBanner {
	display: block;
	height: 176px;
	margin: 0 0 5px 0;
	background: url(../images/banners/sitepalbackground.jpg) top center no-repeat;
}
#div_SitePal {
	position: absolute;
	top: 160px;
	margin: 0 0 0 100px;
}
.a_StickyNote {
	position: absolute;
	top: 155px;
	margin: 0 0 0 769px;
	background: yellow;
}

#div_Menu
{
	display: block;
	position: absolute;
	top: 65px;
	height: 90px;
	text-align: right;
	color: #F1C512;
	padding: 0;
	margin: 0 0 0 309px;
	width: 636px;
	overflow: hidden;
	background: #eef7fe;
}
#div_Menu A
{
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
	width: 90px;
	display: block;
	background: #3491c1;
	text-align: center;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 11px;
	padding: 0 0 0 0;
}
#div_Menu A.a_Right {
	margin: 0;
}
#div_Menu A IMG {
	border: 0;
	display: block;
}
#div_Menu A:hover {
	background: #b41c1c;
}


#div_Menu2
{
	display: block;
	position: absolute;
	top: 40px;
	height: 20px;
	line-height: 20px;
	text-align: right;
	padding: 0;
	margin: 0 0 0 309px;
	width: 636px;
	overflow: hidden;
	background: #fff;
	border-top: 0px solid #b34848;
	border-bottom: 0px solid #b34848;
	color: #aaa;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial;
}
#div_Menu2 DIV {
	float: left;
	font-family: Arial;
	color: #2791dd;
	margin: 0 0 0 0;
	font-weight: bold;
}
#div_Menu2 A {
	font-family: Arial;
	margin: 0 10px 0 0;
}
#div_Menu2 A:hover {
	color: #333;
	text-decoration: underline;
}

#div_MainContent
{
	padding: 0 0 0 0;
	margin: 0 15px;
	overflow: visible;
	width: 930px;
}

#div_Container #div_Main H1 A {
	color: #009bdb;
	margin: 0 10px;
	text-decoration: none;
	display: block;
	line-height: 40px;
}

#div_ColCentre
{
	text-align: left;
	padding: 0px;
	margin: 0 0 0 0;
	display: block;
	overflow: visible;
}

#div_ColCentre #div_Content {
	padding: 0 10px;
}

#div_ColCentre H2 {
	font-size: 16px;
	color: #2791dd;
	margin: 20px 0 0 0;
	font-weight: normal;
	font-family: Arial;
}

#div_BottomOptions {
	clear: both;
	background: #fff;
	color: #aaa;
	line-height: 30px;
	margin: 5px 0 5px 0;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial;
	text-transform: uppercase;
	border-top: 1px solid #b34848;
	border-bottom: 1px solid #b34848;
}
#div_BottomOptions A {
	color: #555;
	padding: 0 18px;
	text-decoration: none;
}
#div_BottomOptions A.noTr {
	text-transform: none;
}
#div_BottomOptions A:hover {
	color: #333;
	text-decoration: underline;
}

#div_Footer {
	margin: 0;
	padding: 0 15px 28px 15px;
	background: url(../images/footerback.jpg) center bottom no-repeat;
	font-size: 11px;
	font-family: Arial;
}
#div_Footer P {
	margin: 0;
	line-height: 1.7em;
}
#div_Footer .div_Logos {
	float: right;
}
#div_Footer .div_Logos A {
	display: block;
}


/* TABLES */

.tbl_Register {
	border-collapse: collapse;
	margin-left: 100px;
}
.errARt {
	text-align: center;
}
.tbl_Register TR {
	line-height: 1.5em;
}
.tbl_Register TR TH {
	text-align: right;
	width: 250px;
	padding: 0 10px 10px 0;
}
.tbl_Register TR TH DIV {
	font-weight: normal;
	color: #888;
	line-height: 1.3em;
}
.tbl_Register TR TH SPAN {
	font-weight: normal;
}
.tbl_Register TR TD {
}

.tbl_Prices {
	border-collapse: collapse;
	margin: 10px 0;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.tbl_Prices TR {
	line-height: 1.5em;
}
.tbl_Prices TR TH {
	width: 250px;
	background: #eee;
	padding: 10px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.tbl_Prices TR TH.th_Empty {
	background: #fff;
	border: 0;
}
.tbl_Prices TR TD {
	padding: 10px;
	background: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.tbl_Prices TR .td_Price {
	text-align: center;
}



/* MISC */

.div_Clear {
	clear: both;
}

#img_BigImage {
	position: absolute;
	padding: 10px;
	border: 1px solid #888888;
	background: #ffffff;
	z-index: 10;
}
#div_Shadow {
	position: absolute;
	background: #000000;
	z-index: 9;
	opacity: 0.1;
	filter: alpha(opacity=10);
}
.notify {
	color: #900;
	font-size: 12px;
	font-style: italic;
	margin-left: 10px;
}
.ipt_Button {
	background: #acf;
	cursor: pointer;
	padding: 5px;
	border: 1px solid #8eb8f7;
}
B.green {
	color: #09943a;
	font-size: 14px;
}

.tbl_Login {
	width: 600px;
	border-collapse: collapse;
	margin: 10px 0;
}
.tbl_Login TR {
	height: 30px;
}
.tbl_Login TH {
	width: 200px;
	text-align:right;
}
.tbl_Login TH LABEL{
	padding-right: 10px;
}

.bigRed {
	font-family:Times New Roman, Serif;
	font-size: 18px;
	font-weight: bold;
	color: #c00;
}