@charset "utf-8";
/* RQA Asia Pacific-Main CSS Document */

body {
	font: 100% Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFF;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	border: 0px;
}
a:link {
	text-decoration: underline;
	color: #184886;
}
a:visited {
	text-decoration: underline;
	color: #184886;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: underline;
	color: #666666;
}
a:focus {
	color: #666666;
}
h3 {
	color: #666666;
	font-weight: bold;
	font-size: 90%;
	border-bottom: 2px dotted #A7C2ED;
	padding-bottom: 4px;
}
h4 {
	color: #184886;
	font-weight: bold;
	font-size: 140%;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
#container {
	width: 960px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#header {
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 100px;
	background: url(images/bg_toprule.gif) repeat-x;
}
#head-right {
	text-align: right;
	color: #666666;
	position: absolute;
	top: 10px;
	right: 20px;
	width: 440px;
	height: 60px;
}
#nav-top {
	margin: 0px;
	padding: 0px;
	background: url(images/bg_top-blue.jpg) repeat-x;
	height: 30px;
	text-align: center;
}
#side-left {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 0px;
	margin: 0px;
}
#side-right {
	float: right; /* since this element is floated, a width must be given */
	width: 180px;
	background: #eaf4fd; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 20px;
	margin: 0px;
}
#mainContent {
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 20px 0px;
}
#footer {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 10px;
	margin: 0px;
	background:#A7C2ED;
	height: 108px;
}
.bullet-space {
	margin-top: 4px;
	margin-bottom: 4px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.divider {
	border-top: 2px dotted #A7C2ED;
	width: 98%;
}
.firstpara {
	margin-top: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.foot-left {
	margin: 0px;
	padding: 0px;
	width: 340px;
	float: left
}
.foot-right {
	text-align: right;
	width: 340px;
	padding: 0px;
	margin: 0px;
	float: right;
}
.footnote {
	font-size: 75%;
	font-style: italic;
}
.form-box {
	margin: 0px;
	padding: 8px;
	width: 500px;
	border: 1px solid #000000;
}
.ital-byline {
	font-style: italic;
	color: #666666;
}
.main-body {
	font-size: 80%;
	line-height: 140%;
	padding: 12px 12px 0px 8px;
}
.news-text {
	font-size: 70%;
	color: #184886;
}
.red-bf {
	font-weight: bold;
	color: #81152F;
}
.side-email {
	font-size: 75%;
	color: #666;
	width: 170px;
	padding: 0px 0px 0px 5px;
}
.side-text {
	font-size: 75%;
	font-weight: bold;
	color: #184886;
	width: 170px;
	padding: 0px 0px 0px 5px;
}
.textfield {
	background: #EBEBEB;
}
.textfield:focus {
	background: #FFFFFF;
}

