/* - - - - PAGES CSS DOCUMENT - - - - */

html{
	margin: 0px;
	padding: 0px;
}

body {
	background-color:#f6f6f6;
	background-image: url(img/bg_site.gif);
	background-position: top center;
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin:0px;
	padding:0px;
	line-height: 1.5em;
}



img {
	border:none;
}


a:link {
	color:#829cb4;
	text-decoration: underline;
}
a:visited {
	color:#829cb4;
	text-decoration: underline;
}
a:hover {
	color:#eb6043;
	text-decoration:underline;
}


h1 {
	font-size: 22px;
	font-weight: bold;
	color: #68a2d7;
	/*padding: 4px 0px 4px 0px;*/
	padding: 0px;
	margin: 5px 0px 20px 0px;
}


h2 {
	font-size:13px;
	font-weight:bold;
	text-align:center;
	padding:4px 0px 8px 0px;
}

p {
	margin:0px;
	padding:0px;
	margin-bottom: 12px;
}

form {
	padding:0px;
	margin:0px;
}

blockquote {
	padding: 0px;
	margin: 0px 0px 10px 20px;
}


span.note {
	color: #777777;
	font-style: italic;
}

div.contactdata {
	padding-left: 20px;
	margin: 0px;
}


.cCenter {
	text-align:center;
}


.cTop {
	vertical-align:top;
}

.cBold {
	font-weight:bold;
}

.cWidth100 {
	width:100%;
}

.invis {
	display:none;
}




/*#page {
	width: 951px;
	margin: 0px;
	padding: 0px;
	background-color: #f6f6f6;
	border: none;
	text-align: left;
}
*/

#tableMain {
	border:none;
	margin:0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 951px;
	background-color: #f6f6f6;
}

#tableMain #tdMainLeft {
	width: 215px;
	height: 413px; /* minimum height to show the menu background box */
	background-image: url(img/bg_left_main.gif);
	background-repeat: repeat-y;
	vertical-align: top;
}
#tableMain #tdMainLeft #divLeftMenu {
	/* width: 215px; */
	height: 259px; /* = 413-259;  minimum height to show the menu background box, total 413 */
	background-image: url(img/bg_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	vertical-align: top;
	padding: 0px;
	padding-top: 154px;
	padding-left: 70px;
}
#divLeftMenu img {
	padding-bottom: 6px;
	display: block;
}

#tableMain #tdMainRight {
	width: 736px; /* 951-215 */
	background-image: url(img/bg_right_main.gif);
	background-position: top left;
	background-repeat: repeat-y;
	vertical-align: top;
}

#tableMain #tdMainBottom {
	height: 48px;
	background-image: url(img/bg_bottom_main.gif);
	background-position: top left;
	background-repeat: no-repeat;
	vertical-align: top;
}
#divBottomLinks {
	text-align: right;
	color: #3a82c5;
	font-family: Arial, Verdana;
	padding: 0px;
	padding-right: 16px;
	padding-top: 20px;
	font-size: 11px;
	font-weight: normal;
}

#divBottomLinks a:link, #divBottomLinks a:visited, #divBottomLinks a:hover {
	color: #3a82c5;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}
#divBottomLinks a:hover {
	text-decoration: underline;
}


#tableRightMain {
	border: none;
	margin: 0px;
	padding: 0px;
	width: 736px;
}
#tableRightMain #tdRightMainTop {
	height: 168px;
	vertical-align: top;
	background-image: url(img/bg_header.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#tableRightMain #tdRightMainTop #divRightMainTop {
	padding-left: 554px;
	padding-top: 4px;
}
#tableRightMain #tdRightMainTop #divRightMainTop img {
	padding-bottom: 2px;
	display: block;
}
#tableRightMain #tdRightMainBottom {
	height: 245px;
	background-image: url(img/bg_rightbottom_logo.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	vertical-align: top;
}


#divContent {
	padding: 6px 20px 0px 16px;
}


textarea {
	width: 200px;
	height: 150px;
	border: 1px solid #bbcbdb;
	background-image: url(img/bg_inputtext.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 2px;
	padding-top: 2px;
	overflow: auto;
}

.inputtext {
	border: 1px solid #bbcbdb;
	background-image: url(img/bg_inputtext.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 1px;
}






#divFooter {
	width: 100%;
	text-align: center;
	padding-top: 2px;
	font-size: 10px;
}


#divContactDetails {
	width: 360px;
	float: left;
	padding-right: 20px;
}


#divContactForm {
	float:right;
	width:320px;
}


.divStatus_1 {
	color: #009900;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 5px;
}


.divStatus_2 {
	color: #990000;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 5px;
}


.imgthumb {
	border: none;
	padding: 2px;
}



#tableDieContact {
	border: none;
	margin: 0px;
	padding: 0px;
}
#tableDieContact td {
	padding: 3px;
}
#tableDieContact td.labels {
	text-align: left;
	vertical-align: middle;
}








