/** BASIC */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
/*	background: #FBFCFC url(images/homepage01.gif) repeat left top;*/
	background-color: #F3F4F5;
}

/** FORMS */

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

.input {
	width: 130px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5F726E;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
/*	text-align: justify;*/
}

.text1 {
	color: #FFFFFF;
}

.text2 {
	font-size: 9px;
	color: #648572;
}

.text3 {
	font-size: 9px;
	color: #FFFFFF;
}

.text4 {
	color: #70947F;
}

.text5 {
	text-align: center;
	font-size: 10px;
	color: #9DB0B4;
}
/* Tuan addition : replacing replicating .text5 to .bodytext */
#footer .bodytext {
	text-align: center;
	font-size: 10px;
	color: #9DB0B4;
}

/*~Tuan addition */
/** LINKS */

a {
	color: #3B6781;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	font-size: 9px;
	color: #567564;
}

a.link2 {
	color: #A7BAC0;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1  { background: url(images/homepage02.gif) repeat-y left top; }
.bg2  { background: url(images/homepage03.gif) repeat-y left top; }
.bg3  { background: url(images/homepage04.gif) repeat-y left top; }
.bg4  { background: url(images/homepage05.gif) no-repeat left top; }
.bg5  { background: url(images/homepage06.gif) repeat left top; }
.bg6  { background: url(images/homepage07.jpg) repeat-y left top; }
.bg7  { background: url(images/homepage08.jpg) repeat-y left top; }
.bg8  { background: url(images/homepage09.gif) repeat left top; }
.bg9  { background: url(images/homepage10.gif) repeat-x left top; }
.bg10 { background: url(images/homepage11.gif) repeat-y left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-left: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

/*****************************************************************************
 * Additions by the infamous Tuan                                            *
 *****************************************************************************/

/* typo3 globals */
p.align-left {
text-align: left;
}
p.align-right {
text-align: right;
}
p.align-center {
text-align: center;
}
span.important {
color: red;
}
.content li {
text-align: left;
}
/*~typo3 globals */

/**/
#headermenu b {
position: absolute;
left: -10000px;
}
/**/

/* splash box */
#splash-box h1.csc-firstHeader {
color: white;
margin: 5px 15px;
font-size: 15px;
}
#splash-box p.bodytext {
color: white;
}
/*~splash box */

/* search box */
#splash-search h2{
font-size: 15px;
margin: 5px 0px -5px 15px;
}
#splash-search input {
margin-left: 15px;
}
#splash-search input.imagefield1 {
position: relative;
top:2px;
margin-left: 0;
}
/*~search box */

/* left column menu */
a.mainmenu3 {
position: relative;
font-weight: bold;
padding: 0px 0px 0 10px;
line-height: 25px;
}

ul.subpage_items {
position: relative;
display: block;
width: 172px;
}

ul.subpage_items a {
display: block;
font-weight: bold;
height: 15px;
padding: 2px 0px 2px 25px;
margin-right: -25px;
border: 1px solid white;
}

/*~left column menu */

/* main right content column */
#box3 h1,#box8 h1 {
font-size: 17px;
margin: 15px 0 10px 0;
}
/*~main right content column */

/* Mailform */
.csc-mailform {
position: relative;
margin: 0;
padding: 10px 10px 10px 0;
border: 1px solid #828177;
}
.csc-mailform .csc-mailform-field {
position: relative;
margin: 0;
padding: 3px 3px 3px 15px;
}
.csc-mailform .csc-mailform-field label{
position: relative;
width: 10em;
margin: 0 0.5em 0 0;
padding: 0;
float: left;
text-align: right;
}

.csc-mailform .csc-mailform-field input,.csc-mailform .csc-mailform-field textarea,.csc-mailform .csc-mailform-field select{
position: relative;
margin: 0 0 0 1.5em;
padding: 0;
}
.csc-mailform .csc-mailform-field textarea {
width: 250px;
}

.csc-mailform-radio fieldset {
padding: 10px 3px;
margin: 0 0 0 15px;
width: 200px;
}
.csc-mailform-radio legend {
display: none;
}
.csc-mailform-radio label {
position: relative;
margin: 0;
padding: 0;
float: none !important;
text-align: left !important;
left: 3px;
}
.csc-mailform-radio input {
float: none !important;
}

hr.separator_line {
position: absolute;
display: block;
width: 443px;
border: 1px solid #828177;
left: -1px;
}

span.bold {
font-weight: bold;

}
span.larger {
font-size: 17px;
}
div.form-subtitle {
position: absolute;
top: 11px;
color: white;
padding: 5px 15px 5px 15px;
left: -1px;
width: 413px;
background-color: #828177;
font-size: 17px;
}

input.csc-mailform-submit {
position: relative;
float: right;
clear: left;
margin: 0;
padding: 0;
}
/*~Mailform */

/*~Additions by the infamous Tuan */

