/* Main CSS Document */
html, body {
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	height: 100%;
	background: url("../images/bg.png");
	background-position: 250px 150px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	}
	
#ah {
	height: 24px;
	margin: 0px 0px;
	padding: 0px;
	position: fixed;
	z-index: 9999;
	top: 0px;
	right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 13px;
	color: #333;
	cursor: pointer;
	}
	
#wrap {
  position: relative;
	margin: 0px;
	padding: 0px 0px 0px 300px;
	background: url("../images/circle_bg.png");
	background-position: top left;
	background-repeat: no-repeat;
	/*background-attachment: fixed;
	*/}
	
#page {
  position: relative;
	margin: 0px;
	padding: 0px;
	}
	
#title {
  position: relative;
  text-align: left;
  margin: 0px 0px 0px 100px;
  padding: 100px 0px 0px;
  z-index: 100;
  }
  
#title p {
	font-size: 30px;
  font-weight: normal;
  font-family: HLT;
  letter-spacing: 1px;
  margin: 6px 0px 0px 12px;
  padding: 0px;
  color: #666;
}
  
#title img {
	border: 0px;
	}
	
#main {
  position: relative;
  margin: 15px 0px 0px;
  padding: 0px;
	text-align: left;
	}
	
#navigation {
	display: block;
  width: 200px;
	float: left;
	text-align: right;
	margin: 0px 0px 0px 40px;
  padding: 0px 15px 0px 0px;
	border-right: 1px solid #777;
	overflow: hidden;
	}
	
#navigation p {
	font-size: 20px;
	line-height: 24px;
	}
	
#navigation p a {
  color: #333;
  text-decoration: none;
  }
  
#navigation p a:hover {
  text-decoration: none;
  }
  
#logos {
	position: absolute;
	left: -70px;
	top: 220px;
	text-align: right;
	margin: 0px 0px 0px 112px;
	padding-right: 13px;
	border-right: 1px solid #777;
	}
	
#logos a img {
	margin-bottom: 12px;
	border: 0px;
	}
	
#addthis {
	margin-top: 15px;
	text-align: right;
	}
	
#content {
	position: relative;
	width: 427px;
	margin: 0px 0px 0px 270px;
	padding: 20px 0px 50px;
	text-align: left;
	color: #555;
	}
	
#content h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: HLT;
  }
  
#content h2 {
  margin: 0px;
  padding: 0px;
	}
	
#content h3 {
	margin: 30px 0px 0px;
	padding: 0px;
	}
	
#content p {
	font-size: 13px;
  font-weight: 100;
  line-height: 18px;
  margin: 2px 0px 8px;
  padding: 0px;
	}
	
#content td {
	font-size: 13px;
	font-weight: 100;
	line-height: 17px;
	vertical-align: top;
	}
	
#content td p {
	margin: 2px 0px 4px;
	}
	
#content p.error {
	color: #b53f45;
	}
	
#content p.success {
	color: #305c2f;
	font-size: 16px;
	line-height: 20px;
	}
	
#content  ul, ol {
  font-size: 13px;
  font-weight: 100;
  line-height: 17px;
  padding: 0px;
  margin: 5px 0px 8px 18px;
  }
  
#content li {
	list-style-type: circle;
	}
	
#content .papersList li {
	margin-bottom: 6px;
	}
	
#content b {
  color: #000;
  font-weight: normal;
  }
  
#content a {
  color: #4d529a;
  }
  
#content a:hover {
	text-decoration: none;
	}
	
#content input.error, input.error:hover {
	border: 1px solid #b53f45;
	color: #b53f45;
	}
	
#content input.error:focus {
	border: 1px solid #b53f45;
	}
	
#content input, textarea {
  border: 1px solid #CCC;
  color: #666;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  padding: 3px;
  margin-bottom: 2px;
  }
  
#content input:hover, textarea:hover {
  border: 1px solid #666;
  color: #333;
  }
  
#content input:focus, textarea:focus {
	border: 1px solid #666;
	color: #333;
	}
	
#content label.error {
	font-size: 12px;
	color: #b53f45;
	}
	
#content label.valid {
  font-size: 12px;
  color: #305c2f;
  }

#content .yesno {
	text-transform: uppercase;
	font-size: 11px;
	}
	
#content .radio {
	border: 0px;
	}
	
#content .submit, .reset {
  background-color: #EEE;
  }

#content .submit:hover {
  border: 1px solid green;
  color: #305c2f;
  }
  
#content .reset:hover {
	border: 1px solid red;
	color: #b53f45;
	}
  
#content .back {
  margin-top: 40px;
  text-transform: lowercase;
  font-variant: small-caps;
  }
  
#content .hidden {
	display: none;
	}
	
#content .video {
	margin: 0px;
	padding: 0px;
  border: 1px solid #777;
  background-color: #999;
  overflow: hidden;
  }
  
#content object {
	margin: 0px;
	padding: 0px;
	}
  
.r {
  unicode-bidi: bidi-override;
  direction: rtl;
  }
  
.e {
	}
	
.e-img {
	display: none;
	visibility: hidden;
	}

.HLT {
	font-family: HLT;
	}

.arrow:after {
  position: absolute;
  margin: -5px 0px 0px 4px;
  color: #555;
	content: "<";
	}

.hidden {
	display: none;
	}

.highlight {
		color: #195fac;
	}
