﻿body {
	background-image: url(imgs/bg.gif);
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Tahoma, Calibri;
	font-size: .7em;
}
/*************************** Page Layout ************************/
#pageContainer {
	background-image: url(imgs/top_bg.jpg);
	background-repeat: repeat-x;
	min-height: 742px;
}
#header,
#content_box {
	position: relative;
	width: 1003px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	top: 0px;
	height: 120px;
}
#logo {
	position: absolute;
	top: 3px;
	left: 3px;
	background-image: url(imgs/hdr/logo.png);
	background-repeat: no-repeat;
	width: 218px;
	height: 116px;
	text-indent: -999999px;
	z-index: 1;
}
#topleft {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 113px;
	height: 138px;
	background-image: url(imgs/page/left-top.png);
}
#top {
	position: absolute;
	top: 0px;
	left: 113px;
	width: 779px;
	height: 138px;
	background-image: url(imgs/page/top.gif);
	background-repeat: repeat-x;
}
#topright {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 111px;
	height: 138px;
	background-image: url(imgs/page/right-top.png);
}
#middle {
	position: relative;
	top: 138px;
	padding-bottom: 0px;
}
#right {
	position: relative;
	background-image: url(imgs/page/right.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 1003px;
}
#left{
	position: relative;
	background-image: url(imgs/page/left.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 892px;
}
#content {
	position: relative;
	left: 113px;
	min-height: 400px;
	width:779px;
	background-color: #EBEBEB;
}
#bottomleft {
	position: absolute;
	bottom: -233px;
	left: 0px;
	width: 113px;
	height: 95px;
	background-image: url(imgs/page/left-bttom.png);
}	
#bottom {
	position: absolute;
	bottom: -233px;
	left: 113px;
	width: 779px;
	height: 95px;
	background-image: url(imgs/page/bottom.gif);
	background-repeat: repeat-x;
}
#bottomright {
	position: absolute;
	bottom: -233px;
	right: 0px;
	width: 111px;
	height: 95px;
	background-image: url(imgs/page/right-bottom.png);
}
#footer {
	position: relative;
	top: 45px;
	padding: 3px;
	height: 44px;
	width: 773px;
	line-height: 22px;
	text-align: center;
	font-size: 0.8em;
}
/******************** menu ***********************/
.mainmenu,
.secondmenu {
	float: left;
	width: 100%;
	position: relative;
}
.secondmenu {
	top: 18px;
}
.AspNet-Menu-Horizontal {
	float: left;
	width: 100%;
}
.AspNet-Menu {
	float: left;
	left: 50%
}
.MainMenu .AspNet-Menu-Leaf,
.SubMenu .AspNet-Menu-Leaf {
	font-family:Arial, sans-serif;
	font-weight: bold;
	right: 50%;
}
.MainMenu .AspNet-Menu-Leaf {
	text-transform: uppercase;
	line-height: 49px;
}
.SubMenu .AspNet-Menu-Leaf {
	line-height: 28px;
}
.MainMenu .AspNet-Menu-Leaf a,
.SubMenu .AspNet-Menu-Leaf a {
	color: #FC7300;
	padding-left: 12px;
	padding-right: 12px;
	text-decoration: none;
}
.SubMenu .AspNet-Menu-Leaf a {
	padding-left: 8px;
	padding-right: 8px;
}
.MainMenu .AspNet-Menu-Selected,
.MainMenu .AspNet-Menu-Leaf:hover,
.MainMenu .AspNet-Menu-Selected a:visited,
.MainMenu .AspNet-Menu-Leaf a:hover,
.SubMenu .AspNet-Menu-Selected,
.SubMenu .AspNet-Menu-Leaf:hover,
.SubMenu .AspNet-Menu-Selected a:visited,
.SubMenu .AspNet-Menu-Leaf a:hover {
	text-decoration: underline;
} 
/********************* headers ********************/
h1 {
	background-image: url("imgs/page/icon.gif");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	font-weight: bold;
	font-size: 1.5em;
	font-family: Arial, sans-serif;
	color: #716969;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
}
h2 {
	font-weight: bold;
	font-size: 1.5em;
	font-family: Arial, sans-serif;
	color: #716969;
}
/********************* divs ************************/
.coursesContainer {
	width: 402px;
	margin-left: auto;
	margin-right: auto;
}
.courseheader,
.coursecontent,
.coursedesc,
.coursevenue,
.coursedatetime {
	width: 100%;
	padding: 3px;
	/*margin-left: auto;
	margin-right: auto;*/
	border: solid 1px black;
}
.courseheader {
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	font-family: Arial, sans-serif;
}
.coursecontent,
.coursedatetime {
	border-top: none;
	margin-bottom: 10px;
}
.coursedesc {
	border-top: none;
}
.coursevenue,
.coursedatetime {
	padding: 0px;
	border-top: none;
	clear: both;
	width: 408px;
}
.divLbl {
	float: left;
	width: 99px;
	padding: 3px;
}
.divDesc {
	float: left;
	width: 296px;
	padding: 3px;
	border-left: solid 1px black;
}
.centreContent {
	margin-left: auto;
	margin-right: auto;
}
.newsTitle {
	font-weight: bold;
	font-size: 1.5em;
	font-family: Arial, sans-serif;
}
.newsContent {
	margin: 10px 0px 20px 20px;
}
/********************* text ************************/
.bold {
	font-weight: bold;
}
a,
a:visited {
	color:Blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.red {
	color: Red;
}
.green {
	color: Green;
}
/********************* forms ***********************/
.formLbl {
	clear: left;
	float: left;
	width: 120px;
	margin-top: 4px;
	text-align: left;
}
.formContent {
	float: left; margin-top: 2px;
}
.formTxtBox {
	width: 270px;
}
.formDDL {
	width: 276px;
}
.formBtns {
	clear: left;
	margin-left: 120px;
	padding-top: 5px;
}
.MsgTxtBox {
	overflow: hidden;
	width: 270px;
}
/****************** Buttons ************************/
.btnSmall {
	line-height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.btnSmallLeft {
	float:left;
	background-image: url(imgs/btns/btnleft.png);
	background-repeat: no-repeat;
	height: 15px;
	padding-left: 5px;
	text-decoration: none;
	margin-left: 3px;
}
.btnSmallRight {
	float:left;
	background-image: url(imgs/btns/btnright.png);
	background-repeat: no-repeat;
	height: 15px;
	padding-right: 7px;
	text-decoration: none;
}
a.btnSmall  {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-image: url(imgs/btns/btnmid.png);
	background-repeat: repeat-x;
	float: left;
	line-height: 15px;
	padding-left: 8px;
	padding-right: 8px;
}
a.btnSmall:hover {
	color: #ffff33;
}
