/*--------------- Reset styles ----------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #FFFFFF;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*------------- End of reset styles -------------*/


html,body {
	width:100%;
	height:100%;
   background:#FFFFF3;
}

body {
	margin:0px;
	padding:0px;
	color:#444444;
	font-family:"Trebuchet MS",Tahoma,Verdana,sans-serif;
   font-size:12px;
   font-size:expression('62.5%');
	font-weight:normal;
}

h2, h3, h4, h5 {
	margin:0.5em 0px 0.5em 0px;
	padding:0px;
   font-weight:bold;
}

h2 {
   margin-top:0em;
	font-size: 1.8em;
	color:#FF0000;
}

h3 {
	font-size: 1.5em;
	color:#88AABB;
}

h4 {
	font-size: 1.3em;
	font-style: italic;
	color:#999999;
}

div#PageBanner {
	margin: 0px;
	padding: 0px;
	height:150px;
}

a,
a:visited {
	color:#000000;
	/* text-decoration:none; */
	text-decoration:underline;
	font-weight:bold;
}

a:hover {
	color:#999999;
	text-decoration:underline;
}

li {
	margin:0.8em 0px;
}

ul {
   list-style-type:disc;
   list-style-position:inside;
}

dt {
	font-weight:bold;
	margin:0.8em 1.0em;
}

dd ol li {
	padding-left:1.0em;
   list-style-type:decimal;
   list-style-position:inside;
}

form {
	padding:1.0em 0em;
	margin:0px;
}

p {
	margin:0.8em 0em;
   text-align:justify;
   color:#666666;
}

em {
   font-weight:bold;
}

.FldBlurred,
textarea,
input {
   font-weight:normal;
   color:#333333;
   background:#E3E3E3;
   width:24em;
   font-size:1.2em;
	font-family:Arial,Helvetica,sans-serif;
}

textarea:focus,
input:focus {
   font-weight:bold;
   color:#000000;
   background:#EEEEEE;
}

textarea {
   height:10em;
}

.FldFocussed {
   font-weight:bold;
   color:#000000;
   background:#EEEEEE;
}

select,
button {
	cursor:pointer;
}

label {
	display:block;
	width:8.0em;
	float:left;
	font-weight:bold;
}

.Cleared {
	clear:both;
}

.BackToTop {
	font-size:0.9em;
	color:#AAAAAA;
}

.Disabled {
	color:#AAAAAA;
}

.Section {
	clear:both;	
}

.Section p {
   
}

.Section img {
   float:left;
   margin:0.5em 0.5em 0.5em 0em;
	border:solid #BCBCAA 1px;
}

ul.SectNav {
   margin-bottom:1.5em;
}

a.SectNavRtn {
   font-size:0.8em;
   margin-left:0.5em;
   padding-left:13px;
   background:transparent url(./resources/images/up.gif) no-repeat center left;
   float:right;
}

div.FmSect {
   padding-top:0.5em;
   margin-top:0.5em;
}

div.FldSet {
	clear:both;
}

div.FldErr {
	color:#FF5500;
	font-family:Verdana,Tahoma,sans-serif;
	background:transparent url(./resources/images/dotted.gif) repeat-x top left;
	margin-left:30%;
	margin-right:8%;
	padding-top:0.2em;
}

div.FldErr dt {
   padding-left:15px;
   background:transparent url(./resources/images/error.gif) no-repeat center left;
}

.Lbl {
	color:#FF8844;
	text-align:right;
	padding-right:1.0em;
	font-weight:bold;
	font-size:1.1em;
}

.OptLbl {
	color:#999999;
}

.CkBox {
	display:inline;
	margin-left:0.5em;
	vertical-align:middle;
	width:auto;
}

.CkBoxLbl {
	display:inline;
	float:none;
}

.FldSet input,
.FldSet textarea {
	display:block;
	margin:0.5em 0em 0.5em 8.5em;
   border:0;
}

div.FldSet textarea {
	height:10em;
}

input.FldCkBx {
	width:auto;
}

input.FldFile {
	width:auto;
}

.FormBtn {
   background:transparent url(./resources/images/form_btn.gif) no-repeat bottom right;
   color:#000033;
}

.BkBtn {
   background:transparent url(./resources/images/bk_btn.gif) no-repeat bottom left;
   color:#000033;
}

.FormBtnOver,
.FormBtn:hover,
.FormBtn {
   border:none;
   padding:0.1em 7px 0.1em 0.1em;
   padding-right:expression('9px'); /* Just for MSIE */
   font-weight:bold;
   text-align:right;
}

.BkBtnOver,
.BkBtn:hover,
.BkBtn {
   border:none;
   padding:0.1em 0.1em 0.1em 7px;
   font-weight:bold;
}

.FormBtnOver,
.FormBtn:hover {
   background:transparent url(./resources/images/form_btn.gif) no-repeat bottom right;
   color:#9999CC;
}

.BkBtnOver,
.BkBtn:hover {
   background:transparent url(./resources/images/bk_btn.gif) no-repeat bottom left;
   color:#9999CC;
}

div.Col1 {
   padding:0px;
   margin:0px;
   width:50%;
   float:left;
   clear:none;
}

div.Col2 {
   padding:0px;
   margin:0px 0px 0px 50%;
   /* width:50%; */
   clear:right;
   background:transparent url(./resources/images/dotted.gif) repeat-y top left;
}

img#Logo {
	float:left;
	margin:1.0em 2.0em 0em 1.0em;
}

#NavPane {
	padding:20px 0px 0px 0px;
   overflow:hidden;
}

#NavPane ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin:0px;
	padding:0px;
}

#NavPane li {
	margin:0px 0px 2px 0px;
   display:block;
   width:10em;
   padding:0px;
}

#NavPane li span {
	margin:0px 0px 0px 10px;
   display:block;
   padding:0px;
   background:#FFFFFF;
}

#NavPane li span a {
	text-decoration: none;
	font-weight: bold;
	margin:0px 0px 0px 10px;
   display:block;
   padding:2px 2px 2px 2px;
   background:#FFFFFF;
   border:solid #999999 1px;
}

h1.Home,
#NavPane li.Home {
   background:#EECCAA;
}

h1.About,
#NavPane li.About {
   background:#EEC2BB;
}

h1.Contact,
#NavPane li.Contact {
   background:#EEAABB;
}

h1#PageTitle {
   display:block;
   float:left;
   font-size:1.0em;
   color:#FFFFFF;
   width:1.0em;
   height:7.0em;
   margin:0em 0em 0em 20px;
   padding:1.0em 0.2em;
}

h1#PageTitle span {
   display:block;
   width:1.0em;
   height:1.0em;
   margin:0px;
   text-align:center;
}

div#Content {
   margin:0em 50px;
   background:#FFFFFF;
   
}

span.Copyright {
   font-size:0.9em;
   vertical-align:top;
}

.Alrt {
   background:#FF9911 url(./resources/images/alert_bg.jpg) repeat-y top center;
   padding:1.0em;
	font-weight:bold;
}

.HomePics {
   float:left;
   margin:5px;
}

#HomePic01 {
   margin:0px 5px 0px 0px;
}

#HomePic02 {
   clear:left;
   margin:0px 5px -15px 0px;
}

#HomePic03 {
   clear:left;
   margin:0px 5px 0px 100px;
}

#HomePic04 {
   clear:left;
   margin:-12px 5px 0px 0px;
}

#HomePic05 {
   clear:left;
   margin:-15px 5px 0px 20px;
}

p.NameValuePair span {
   color:#999999;
   font-weight:bold;
   width:4.5em;
   margin:0em 0.5em 0em 0em;
   vertical-align:top;
   display:block;
   float:left;
}
 
dl.NameValuePair {
   display:block;
   background:#EEEEFF;
   padding:0.3em;
}
 
dl.NameValuePair dt {
   color:#999999;
   font-weight:bold;
   width:9em;
   margin:0.5em 0.5em 0em 0em;
   padding:0.3em 0.1em;
   background:#FFFFFF;
}
 
dl.NameValuePair dd {
   margin:0.2em 0.5em 0em 0em;
   padding:0.3em 0.1em;
   width:25em;
   background:#EEEEFF;
}

div#EnquiryPane {
   margin-top:1.0em;
   border-top:solid #EEEEEE 2px;
}

div#PageFtr {
   clear:both;
   margin-top:0.5em;
   padding:1.0em 0em;
   color:#999999;
   background:#FEF0EE;
   font-size:0.8em;
   text-align:center;
}

div#PageFtr li {
   display:inline;
   margin:2.0em;
}

.SiteMap dd {
   margin-left:3.0em;
}




