div#header-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/background.gif) no-repeat center top;
}

div#header {
	height: 116px;
	width: 910px;
	margin-left: auto;
	margin-right: auto;
}

div#header img.logo {
}

div#nav-container {
	width: 100%;
	height: 38px;
	margin-left: auto;
	margin-right: auto;
}

/* ------ PRIMARY NAVIGATION ---------------------------------------------------------------------------------------- */
.__SectionButtons________________ {}

#section-btns {
	margin: 0px auto;
	padding: 0px 10px;
	height: 38px;
	list-style: none;
	overflow: hidden;
	width: 890px;
}

#section-btns ul {
	margin: 0;
	padding: 0;
}

#section-btns li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#section-btns a {
	float: left;
	padding: 38px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:38px; /* for IE5/Win only */
}

#section-btns a:hover
 { background-position: 0 -38px; }

#section-btns a:active, #section-btns a.selected { background-position: 0 -76px; }

#section-btn-home a {
	width: 69px;
	background: url(../images/btn-home.gif) top left no-repeat;
}

#section-btn-fi a {
	width: 172px;
	background: url(../images/btn-fi.gif) top left no-repeat;
}

#section-btn-ta a {
	width: 196px;
	background: url(../images/btn-ta.gif) top left no-repeat;
}

#section-btn-hcm a {
	width: 211px;
	background: url(../images/btn-hcm.gif) top left no-repeat;
}

#section-btn-cc a {
	width: 154px;
	background: url(../images/btn-cc.gif) top left no-repeat;
}

#section-btn-contact a {
	width: 88px;
	background: url(../images/btn-contact.gif) top left no-repeat;
}

/* ------ CONTENT CONTAINER -------------------------------------------- */

div#content-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/background.gif) repeat-y center -179px;
}


div#body {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 20px;
	padding-left: 20px;
}


div#content {
	float: left;
	width: 500px;
	vertical-align: top;
	border-right: 1px solid #cdcdcd;
	margin: 40px 0px 30px;
	padding: 0px 40px 30px 20px;
}

.clear {
	clear: both;
}


/* ------ CONTENT - FORMS -------------------------------------------- */
.__FORMS________________ {
}
#content form div {
	padding-top: 5px;
	padding-bottom: 5px;
}
legend {
	padding: 5px;
	background: #FFFFFF;
	font: bold 116.67% "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #006699;
}
label {
	cursor: pointer;
	width: 13em;
	float: left;
	text-align: right;
	clear: both;
	margin-right: 1em;
	padding-top: 3px;
}
fieldset {
	border: 1px solid #e0e0e0;
	margin-bottom: 25px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
textarea, input[type='text'], input[type='password'], select {
	border: 1px solid #CCCCCC;
	background: #F6F6F6;
	padding: 0.2em;
}
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover {
	border-color: #999999;
}
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus {
	outline: 2px solid #ffffaa;
	border-color: #666666;
}
input, select {
	cursor: pointer;
}
input[type='text'], input[type='password'] {
	cursor: text;
}
code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea, select {
	font-family: "Lucida Console", Courier New, Courier, monospace;
	font-size: 100%;
}
input.button {
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
	display: block;
	clear: both;
	font: bold 11px Arial, Verdana, Helvetica, sans-serif;
	margin: 10px auto;
	background: #A70000 url(../images/bg-button-red.gif) repeat-x center top;
	border-top: 1px solid #b33a3a;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #b33a3a;
}
input.button-inline {
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
	display: block;
	clear: both;
	font: bold 11px Arial, Verdana, Helvetica, sans-serif;
	margin: 10px auto;
	background: #A70000 url(../images/bg-button-red.gif) repeat-x center top;
	border-top: 1px solid #b33a3a;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #b33a3a;
	display: inline;
}
/* Start Validate ---------------------------------------------------------------- */

.__VALIDATE________________ {
}
#ContactUs .red {
	border: 1px solid #CC0000;
	background: #FFF2F2 url(../images/icn-exclamation.gif) no-repeat 99% 1px;
}
#ContactUs label.red {
	border: 1px solid #CC0000;
}
#validationMessage {
	padding: 5px;
	/*background-color: #eee;*/
	border: 1px solid red;
	margin-bottom: 10px;
	color: #CC0000;
	font-weight: bold;
	display: none;
}
#ContactUs .errorMessage {
	color: #CC0000;
	margin-left: 2px;
	margin-right: 5px;/*font-size: 0.8em;*/
}


/* ------ FOOTER -------------------------------------------- */
.__FOOTER________________ {
}
div#footer-container {
	width: 100%;
	background: url(../images/background.gif) repeat-y center -500px;
}

div#footer-links {
	width: 870px;
	clear: both;
	color: #CCCCCC;
	padding: 20px 0px 40px;
	border-top: 1px solid #CCCCCC;
	margin: 0px auto;
}

div#footer-links p {
	color: #666666;
}

#footer-links a, #footer-links a:visited, #footer-links a:active, #footer-links a:link {
	text-decoration: none;
	color: #006AAC;
}

#footer-links a:hover {
	text-decoration: underline;
	color: #666666;
}

div#footer-address {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	color: #999999;
	padding: 20px 0px;
	margin-top: 0px;
}

div#footer-address p {
	color: #666666;
}

div#footer-address strong {
	color: #666666;
}
.address {
	float:left;
	margin-right:20px;
	padding-right:20px;
	border-right:1px solid #CCCCCC;
}

.phone {
	float:left;
	padding-right:30px;
}


/* ------ CONTENT PANEL -------------------------------------------- */

#address {
	background: url(../images/contact-background.gif) no-repeat left top;
	height: 300px;
	width: 229px;
	padding: 10px 0px 10px 15px;
	margin-top: 30px;
}

#address a, #address a:visited, #address a:active, #address a:link, #address a:hover {
	color: #0074BD;
	text-decoration: underline;
}

/* ------ GLOBAL HTML TAG CUSTOMISATION -------------------------------------------- */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: small "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #666666;
	background: #0074BD;
}

a { color: #0072bc; }

a:visited {
	color: #0072bc;
	text-decoration: underline;
}

a:active {
	color: #0072bc;
	text-decoration: underline;
}

a:link {
	color: #0072bc;
	text-decoration: underline;
}

a:hover {
	color: #0072bc;
	text-decoration: underline;
}

h1 {
	margin: 0px;
	font: normal 24px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #0074BD;
	padding: 3px 0px 20px;
}

h2 {
	color: #0B7CC7;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B0E8FF;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font: normal large "Trebuchet MS", Verdana, Arial, sans-serif;
	text-transform: uppercase;
}

h2 a, h2 a:visited, h2 a:active, h2 a:link, h2 a:hover {
	font-size: large;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

h3 {
	color: #0B7CC7;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B0E8FF;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-transform: uppercase;
	font: bold small "Trebuchet MS", Verdana, Arial, sans-serif;
}

h3 a, h3 a:visited, h3 a:active, h3 a:link, h3 a:hover {
	font-size: small;
	font-weight: bold;
	color: #0078AE;
	text-decoration: none;
}

h4 {
	font-size: small;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-bottom: 1px solid #E2E2E2;
}

h5 {
	font-size: small;
	font-weight: bold;
	color: #D0711A;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}



/* ------ FOOTER -------------------------------------------- */
.__________________ {}


#content-panel {
	float: right;
	width: 250px;
	bottom: 0px;
	padding-right: 40px;
	margin-top: 40px;
	margin-bottom: 10px;
}

#content p {
	padding-bottom: 1.5em;
	line-height: 1.6em;
}

#content ul {
	padding-bottom: 1.5em;
}

#content ul li {
	list-style: url(../images/icn-bullet-black.gif);
	margin-left: 30px;
	padding-top: 0.15em;
	padding-bottom: 0.15em;
}

#content ol li {
	list-style-type: decimal;
	margin-left: 30px;
	padding-top: 0.15em;
	padding-bottom: 0.15em;
}

#container {
	background: #FFFFFF url(../images/page-background.gif) repeat-y center top;
	width: 646px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 50px;
	padding-left: 50px;
}

