@charset "utf-8";
/*==   Polymer Centre screen style sheet v1 2008 update    ==*/
/*
Colour scheme:
==============
Dark blue: #13017d
Pale blue ground: #b0c4de
Grey: #333
Dove grey: #666
Black
White
Fonts:
======
body text font-family: Georgia, "Times New Roman", Batang, "Bell MT", Garamond, serif;
headings/variant font-family: Arial, Verdana, Helvetica, sans-serif;
embedded news font: courier 
*/

/*======== LAYOUT CONTROL ELEMENTS =======*/
body {
  font-family: Georgia, "Times New Roman", Batang, "Bell MT", Garamond, serif;
	color: #000000;
	background: url(../furniture/white-band.gif) scroll #b0c4de repeat-x top left; 
	font-size: smaller;
	padding: 0px;
	margin: 0px;/*20px*/
}

#page {
  display: block;
  width:800px; height: auto;
  margin: 16px auto 16px auto;
	padding:0;
  border: 0px;
  color:#000000;
  background-color:transparent;
}

.us_title {
	float: right;
}

.col01_right {
  display: block;
  width: 184px;
	height: auto;
	float: right;
	padding: 8px;
	margin:0;
}
.col01_right img {
  clear: both;

}

.col01_left {
  display: block;
  width: 184px;
	height: auto;
	float: left;
	padding: 8px;
	margin:0;
}

.col02_left {
  display: block;
  width: 384px;
	height: auto;
	float: left;
	padding: 8px;
	margin:0;
}
.col02_left p {
	text-align: justify;
}
.col02_right {
  display: block;
  width: 384px;
	height: auto;
	float: right;
	padding: 8px;
	margin:0;
}

.col03 {
  /*display: block;*/
  width: 584px;
	height: auto;
	float: left;
	padding: 8px;
	margin:0;
}
.col03 p {
	text-align: justify;
}
.colwrapper {
	clear: left;
	display: block;
  width: 600px;
	height: auto;
}

#blue {
	display: block;
  width:152px;
	/*height:168px;*/
	color: white;
	background: #13017d;
	padding: 50px 16px;
	margin: 8px 0 12px 0;
	float: left;
}

#grey {
	display: block;
  width:152px;
	/*height:168px;*/
	color: white;
	background: #666;
	padding: 50px 16px;
	margin: 8px 0 12px 0;
	float: left;
}

#industry {

}

#industry p {
	font-size: 160%;
  font-family: Arial, Verdana, Helvetica, sans-serif;
	display: block;
  width:168px;
	height:168px;
	color: white;
	background: #333;
	padding: 8px;
	margin: 8px;
	float: left;
}

#education {

}
#education a {
	display: block;
  width:168px;
	height:168px;
	color: white;
	background: #666;
	padding: 8px;
	margin: 8px;
	float: left;
}

#education a:hover {
	color: #000;
	background: white;
}

.clear-left {
  clear: left;
}
.clear-both {
  clear: both;
}


/*======================= MENU ================ */

#menu {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  display: block;
  width:184px;
	height: auto;
	float: right;
	padding: 8px; /*16px*/
	margin:0;
}

#menu p {
	font-size: 80%;
}

#menu ul{
  width:160px;
	margin: 0 0 20px 0;
	padding: 0;
	float: left;
	list-style-type: none;
}

#menu li{
	/*font-size: 100%;*/
	margin:0;
	padding:0;	
	text-align: left;
}

#menu li.submenu {
	/*font-size: 100%;*/
	margin:0;
	padding:0 0 0 20px;	
	text-align: left;
}

#menu a {
	display: block;
	border-bottom:  #13017d 1px solid;
	color: #666; background-color: transparent; text-decoration: none;
	font-weight: normal; font-size: 100%;
	padding: 2px 0px; 
	margin: 0;
}

#menu a:hover {
	color: #000; background-color: transparent; text-decoration: none;
}

#menu a.this_page{
	font-weight: bolder;
}

#menu h4 {
	display: block;
  width:160px;
	font-weight: bolder;
	border-bottom:  #13017d 1px solid;
	color: #170284; background-color: transparent; text-decoration: none;
	font-weight: bolder; font-size: 100%;
	padding: 2px 0px; 
	margin: 0;
}

#menu form {
	margin: 0 0 20px 0;
	padding: 0;
}
#menu input.text {
  display: block;
	float: left;
	/*height: 22px;*/
	width: 120px;
	vertical-align: top;
}
#menu input.image {
  display: block;
	float: right;
	height: 22px;
	vertical-align: top;
}
#menu .form_align {
  display: block;
	height: 22px;
	width: 160px;	
	margin: 5px 0 0 0;
	padding: 0;
}

#menu a.noline {
	border-bottom:  0;
	padding: 0;
}


/* ================ FOOTERS =======================*/

#footers{
  clear: both;
	font-size: 80%;
	background-color: transparent;
	color: #ddeeff;
	padding: 0 8px;
	margin: 0;
}

#footers a		{color: #ddeeff; background: transparent; text-decoration: none; font-weight: bolder; }
#footers a:hover		{color: #ffffff; background: transparent; text-decoration: none;}


/*===== standard markup =====*/

h1, h2, h3, h4, h5, h6 {
  /*font-family: Arial, Verdana, Helvetica, sans-serif;*/
	margin:  10pt 0 0 0; padding:0;
	color: #170284; background-color: transparent;
	text-align: left;
}

h1 {
  font-size: 200%;
}
h2 {
  font-size: 160%;
}
h3 {
  font-size: 130%;
}
h4 {
  font-size: 110%;
}
h5 {
  font-size: 110%;
	font-style: italic;
}
h6 {
  font-size: 100%;
	font-weight: bolder;
}
th {
	text-align: left;
	vertical-align: top;
	padding: 2px 5px;
}
td {
	text-align: left;
	vertical-align: top;
	padding: 2px 5px;
}

.heading {
  font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 120%; font-weight: bolder;
	margin: 0; padding: 0 0 2px 0;
}

.heading2 {
  font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%; font-weight: bolder;
	margin: 0; padding: 0 0 2px 0;
}

p {
	margin: 0 0 5pt 0; padding: 0;
}

img {
  border: 0;
}


a:link		{color: #330099; background: transparent; text-decoration: underline;}
a:visited	{color: #990033; background: transparent; text-decoration: underline;}
a:active	{color: #0000ff; background: transparent; text-decoration: underline;}
a:hover		{color: #ffffff; background: transparent; text-decoration: underline;}

/*=== positional markup ===*/

.right {
  float: right;
}
.left {
  float: left;
}

.anchor {
  padding: 5px;
	text-align: right;

}

p.arrow {
	display: block;
	width: 100%;
	height: auto;
	background: url(../furniture/rtarrow.png) no-repeat 0 3px;	
	text-align: left;
}
.arrow a {
	margin-left: 18px;
}


p.document {
	display: block;
	width: 100%;
	height: auto;
	background: url(../furniture/document.png) no-repeat 0 3px;	
	text-align: left;
}
.document a {
	margin-left: 18px;
}

p.email {
	display: block;
	width: 100%;
	height: auto;
	background: url(../furniture/email.png) no-repeat 0 3px;	
	text-align: left;
}
.email a {
	margin-left: 18px;
}
.rlist10 {
  padding: 0;
	margin: 0;
	margin-left: 10pt;
}
.rlist20 {
  padding: 0;
	margin: 0;
	margin-left: 20pt;
}
.rlist30 {
  padding: 0;
	margin: 0;
	margin-left: 30pt;
}

.ref {
  font-size: smaller;
	color: #666;
	background: transparent;
}

.container {
  clear:left;
}

/* FORM ==================================*/
input.text{
  width: 98%;
}
textarea.small_text{
  width: 98%;
	height: 2em;
	padding: 2px;
}
textarea.large_text{
  width: 98%;
	height: 10em;
	padding: 2px;
}
