/* FILE: GLOBAL CSS */

/* GLOBAL TAGS*/
html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFF;
	background: #949494;
}
td {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #1963AA;
}
img {
	border: 0;
}
a {
	margin: 0;
	padding: 0;
	color: #2E2E30;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 5px 0;
	color: #FFF;
}
form {
	margin: 0;
	padding: 0;
	color: #FFF;
}
h1 {
	font-size: 12pt;
	font-weight: bold;
	color: #FFF;
	margin: 0 0 5px 0;
	padding: 0;
}
h2 {
	font-size: 11pt;
	font-weight: bold;
	color: #FFF;
	margin: 0 0 5px 0;
	padding: 0;
	border-bottom: 1px solid #3B3B3B;
}



/* GLOBAL STRUCTURE */
#container {
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	min-height: 100%;
	background: #949494;
}
* html #container {
	height: 100%;
}
#blockContent {
	position: absolute;
	top: 20px;
	left: 50%;
	margin: 0 0 0 -437px;
	width: 874px;
	background: url(../_gfx/bgint2.jpg) repeat-y;
}
#content {
	background: url(../_gfx/bgint1.jpg) no-repeat;
	min-height: 510px;
}
* html #content {
	height: 510px;
}
.home #content {
	background: url(../_gfx/bghome.jpg) no-repeat;
}
#reflection {
	background: url(../_gfx/bgint3.jpg) no-repeat;
	width: 874px;
	height: 107px;
}
#logo {
	position: absolute;
	top: 35px;
	left: 56px;
	border-left: 1px solid black;
}
#btSection1 {
	position: absolute;
	top: 34px;
	left: 113px;
}
#btSection2 {
	position: absolute;
	top: 156px;
	left: 113px;
}
#btSection3 {
	position: absolute;
	top: 278px;
	left: 113px;
}
#btSection4 {
	position: absolute;
	top: 400px;
	left: 113px;
}
#intTitle {
	width: 830px;
	text-align: right;
	padding: 65px 0 7px 0;
}
#square {
	background: url(../_gfx/square.gif) no-repeat;
	width: 874px;
	height: 11px;
	margin: 0 0 0 4px;
}
#noFlash {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	display: none;
	margin: 0 0 0 252px;
}
#flashStones {
	margin: 0 0 0 235px;
}

/* MENU */

/* FORM */
form {
	padding: 15px 0;
}
fieldset {
	border-color: #3B3B3B;
	border-width: 1px 0 0;
	border-style: solid;
}
label {
	display: inline;
	float: left;
	width: 140px;
	text-align: right;
	padding: 3px 10px 0;
}
select {
	height: 16px;
	font-size: 9pt;
	width: 100px;
	margin: 0 0 5px 0;
	border: 1px solid #3B3B3B;
}
input {
	height: 13px;
	font-size: 9pt;
	margin: 0 0 5px 0;
	width: 200px;
	border: 1px solid #3B3B3B;
}
textarea {
	font-size: 9pt;
	margin: 0 0 5px 0;
	width: 200px;
	border: 1px solid #3B3B3B;
}
.submit input {
	clear: both;
	height: auto;
	margin-left: 170px;
	width: auto;
}
.error-message {
	font-weight: bold;
	margin:0 0 5px 160px;
}
#human {
	display: none;
}

/* BUTTONS */

/* CSS POPUP */

/* TABLE */

/* CONTENT CLASSES */
.hrcolor {
	border-top: 1px solid #3B3B3B;
	margin: 3px 3px 7px 3px;
}
.clearPage {
	clear: both;
	height: 1px;
	font-size: 1pt;
}
.intBox {
	margin: 20px 60px 0 252px;
}
.home .intBox {
	margin: 0 0 -12px 252px;
}
.intBox p {
	margin-bottom: 10px;
	text-align: justify;
}
.picVisual img {
	padding: 0 0 0 10px;
}
.readmore {
	text-align: right;
	padding: 8px 0 20px 8px;
}
.hrcolorbig {
	float: left;
	border-top: 8px solid #818284;
	margin: 14px 3px 7px 0;
	width: 476px;
}

.hrcolorend {
	border-top: 1px solid #3B3B3B;
	margin: 3px 3px 7px 236px;
	width: 598px;
}
.hrcolorendbig100 {
	border-top: 8px solid #818284;
	margin: 14px 0 7px 0;
}
.intContent {
	margin: 0 40px 0 235px;
}

#slideshow {
	border-left: 1px solid #B7B8BA;
	height: 421px;
	overflow: hidden;
}

.leftCol {
	float: left;
	width: 272px;
}
.rightCol {
	float: left;
	margin-left: 16px;
	width: 272px;
}

.home .leftCol {
	padding-top: 20px;
	width: 340px;
}
.home .rightCol {
	width: 223px;
}
