html, body, ul, ol, p, h1, h2, form, fieldset 
{
	border: 0;
	margin: 0;
	padding:0;
}

html 
{ 
 min-height: 101%;
}

body,td,th, {
	font-size: 10pt;
	color: #000000;
}

body {
	padding : 0;
	margin : 0;
	font : 0.74em Arial, sans-serif;
	line-height : 1.5em;
	background-color: #F0F0F0;
}

a:link {
	color: #003366;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	color: #003366;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #006699;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #006699;
	font-weight: bold;	
}

p {
	margin-bottom: 10px;
	font-size: 10pt;
	color: #000000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color:  #ff6600;
	margin: 2px 0 12px 0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #ff6600;
	margin: 10px 0 10px 0;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	margin: 10px 0 10px 0;
}

#container {
	width:980px;
	margin:0 auto;
	position: relative;
}

#header {
	background: #FFF url(reflectionTop.jpg) no-repeat; 
	color: #a0a0a0; 
	height: 105px;
	clear: both; 
	padding: 0px; 
	margin: 0 auto;
}

#header #logo {
	margin-left : 30px;
	width:225px;
	height:90px;
	border : 0;
}

#header #logo img{
	margin:0;
	padding:0;
	border : 0;
}

#header #enquiries { 
	display: none;  
}

#header #quickLinks {
	text-align:right;
	position:absolute;
	left:600px;
	font-size: 9pt;
	margin: 30px 0 0 0;
	clear:both;	
}

#header #quickLinks li
{
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0 9px 0 0;
	text-align: center;
	white-space: nowrap;
	display: inline;

}
#header #quickLinks li a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	white-space: nowrap;
	text-decoration:none;
	font-weight:normal;
	color:#666666;
}

#header #quickLinks li a:hover
{
	color:#006699;
	text-decoration:underline;	
}

#page {
	background:#FFF url(reflectionBgrd.jpg) repeat-y;
	margin:0;
 	padding-bottom: 30px;	
	width:980px;
}

/*-- START MENU NAVIGATION -- */
#menubar {
	width:950px;
	height:70px;	
	margin: 0 auto;
	background:  url(FirstLevelBgrd.gif) repeat-x; 	
}
#FirstLevelList {
	margin: 0 0 0 15px;
	padding: 0;
	height:40px;
}
#FirstLevelList li
{
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 5px 10px 0 5px;
	height:40px;
	text-align: center;
	white-space: nowrap;
	display: inline;

}
#FirstLevelList li a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration:none;
	color:#000000;
	white-space: nowrap;	
}
#FirstLevelList li a:hover
{
	color:#FFFFFF;
}
#FirstLevelList li#current
{
	background: url(tabCorner.gif) no-repeat right;
	text-decoration:none;
	margin:0;
	padding: 5px 10px 0 5px;
	white-space: nowrap;
	color:#FF6600;
}
#FirstLevelList li#current a
{
	font-size: 11pt;
	color:#FF6600;
}
#SecondLevelList
{
	margin:5px 16px 0 16px; 
	padding:0; 
	color:#999999; 
	background:#FFFFFF url(HR_dot.gif) repeat-x bottom; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.95em; 
	font-weight: normal; 
	text-decoration:none; 
	height:30px;
	clear:both;	
}
#SecondLevelList li
{
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	height:30px;
	text-align: center;
	white-space: nowrap;
	display: inline;
}
#SecondLevelList li a
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 10px 0 10px;
	font-size: 0.95em;
	text-decoration:none;
	color:#ff6600;
	white-space: nowrap;
}
#SecondLevelList li a:hover
{
	color:#ff6600;
	text-decoration: underline; 
	white-space: nowrap;
}
/*-- END MENU NAVIGATION -- */

#content{
	position: relative;
	width:920px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	clear: left;
}

#content ul
{
	margin-left:40px;
	margin-top: 0px;
	padding: 0px; 
	padding-bottom:10px; /*YL added*/    
}

#content ul li
{
	padding: 2px 0px 0px 1px; 
	margin-bottom: 2px;	
}

#content ol
{
	margin-left:40px;
	margin-top: 0px;
	padding: 0px; 
	padding-bottom:10px; /*YL added*/    
}

#content ol li
{
	padding: 2px 0px 0px 1px; 
	margin-bottom: 2px;	
}


/*Four column formats*/

#content #fourCols {
	margin:0 0 15px 0;
	padding:0;
	height:210px;
	width:920px;
	clear:both;
}

#content #fourCols img{
	margin:0;
	padding:0;
	width:226px;
	height:180px;
	border:none;
	vertical-align:bottom;
}

#content #fourCols .colText {
	color:#ffffff;
	font-size:10pt;
	padding:10px 5px 0 5px;
}

#content #fourCols a {
	color:#ffffff;
	display:block;
	cursor:pointer;
	cursor:hand;
	text-decoration:none;	
}

#content #fourCols a:hover {
	color:#ffffff;
	text-decoration:none;	
}

#content #fourCols .col1 {
	left: 0;
	position: absolute;
	margin:0 5px 0 0;
	padding:0;
	width:226px;
	float:left;
	background-color:#332D71;
}

#content #fourCols .col2 {
	left: 231px;
	position: absolute;
	margin:0 5px 0 0;
	padding:0;
	width:226px;
	float:left;
	background:#669900;	
}

#content #fourCols .col3 {
	left: 462px;
	position: absolute;
	margin:0 6px 0 0;
	padding:0;
	width:226px;
	float:left;
	background:#0066ff;		
}

#content #fourCols .col4 {
	left: 693px;
	position: absolute;
	margin:0;
	padding:0;
	width:226px;
	float:left;
	background:#ff9900;		
}
/*end four column*/


#locationForm {
	margin-bottom:8px;
}

#footer {
	position: relative;
	background: #FFF url(reflection.jpg) no-repeat; 
	height: 150px;
	clear: both; 
	padding: 0 30px 0 30px; 
	margin: 0;
}

#footer #notices {
	position: absolute;
	clear:left;
	float : left;
	margin : 98px 0 0 0;
	padding : 0;
	width:350px;
	font-size:8pt;
	color:#999999;	
}

#footer #icons {
	float : right;
	margin : 40px 1px 0 0;
	padding : 0;
}
#footer #icons img {
	padding-left : 1px;
	border : 0;
}

/* Commonly Used Classes */

.nonjsAlert {margin:1em; border:1px solid #f00; padding:.5em; color:#f00; text-align:center;}

div.hr1 {
    height: 10px;
    color: transparent;	
    background: url(HR_dot.gif) repeat-x scroll center;
}

div.hr1 hr {
      display: none;
	  }


