/*<![CDATA[*/
/* START LAYOUT */
body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 70%;
	color: #333333;
	background-color: #414141;
	text-align: center;
	margin-top: 10px;	

	letter-spacing: 0.0pt;
	word-spacing: 0.0pt;
	line-height: 1.1;	
}
#container {
	width: 800px;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
#header {
	height: 220px;
	width: 800px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;	
}
#infobar {
	height: 175px;
	width: 800px;
	margin: -175px 0px 0px 0px;
	text-align: right;
}
.clear {
	font-size: 1px;
	clear: both;
}
/* Firefox Fix*/
* > #container {
	margin: 0px auto 0px auto; 
}

#sidebar-a {
	width: 240px!important;
	width: 200px;
	background-color: #FFFFFF;
	float: left;	
	margin: 30px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
#content1col {
	width: 500px!important;
	width: 500px;
	float: right;
	background-color: #FFFFFF;
	margin: 30px 30px 10px 10px;
	padding: 0px 0px 0px 0px;	
}
.greybar {
	width: 500px;
	background-color: #E3E3E3;
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;	
}
.pstaff {
	width: auto;
	height: 265px;
	color: #CC0000;
	text-align: center;
	margin: 20px 0px 50px 0px;		
}
.pstaff img {
	clear: both;
}
.pstaff p {
	color: #CC0000;
	text-align: center;	
}
.pstaffaward {
	width: auto;
	height: 386px;
	color: #CC0000;
	text-align: center;
	margin: 20px 0px 50px 0px;		
}
.pstaffaward img {
	clear: both;
}
.pstaffaward p {
	color: #CC0000;
	text-align: center;	
}

.menuhldr {
	width: 180px;
	height: auto;
	margin: 20px 30px 10px 30px!important;
	margin: 20px 5px 10px 5px;
	background-color: #FFFFFF;
}
.menubtn {
	width: 180px;
	height: 27px;
	text-align: left;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;		
    background-image: url(images/btn_menu.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #000000;
}
.menubtn:hover {
	background-image: url(images/btn_menu_press.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFFFFF;
}
.btntxt {
	width: auto;
	height: auto;
	padding: 5px 0px 0px 20px;	
}
.menubtn a {
	color: #FFFFFF;
	font-weight: bold;	
}
.menubtn a:hover {
	color: #000000;
}

.qalogo {
	width: 240px!important;
	width: 200px;
	height: 60px;
	text-align: center;
	margin: 40px 0px 15px 0px;	
}
.hpstock3 {
	width: 240px!important;
	width: 200px;
	height: 159px;
	text-align: center;
	margin: 45px 0px 0px 0px;		
}
 
#ftrstrap {
	width: 800px;
	height: 50px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.footer {
	color: #CCCCCC;
	height: auto;
	width: 800px;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	border-top: 0px solid #CCCCCC;	
	background-color: #414141;
}

/* START PRESENTATION */
h1 {
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0px 0px 0px;	
	color: #333333;
	
	/*padding: 10px;
	height:20px;
	background-image:url(images/sky.jpg);
	background-repeat:no-repeat;*/
}

h2 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
p {
	font-size: 11px;
	text-align: justify;
	color: #444444;
}
strong {
	color: #000000;
	font-weight: bold;
}

hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	height: 1px;
}
img {
	margin: 0px 0px 0px 0px;
	border: none;
}

/*stock image borders */
img.rb {
	margin: 0px 20px 10px 0px;	
}
img.lb {
	margin: 0px 0px 10px 20px;	
}

/* Lists */
ul {
	margin: 0px 0px 0px -30px!important;
	margin: 0px 0px 0px 10px;
	position:relative; /*works on ie7 i think*/
}
li {

	font-size: 11px;
	padding: 0px 0px 6px 10px;

	list-style-type:none;
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	
}
ul li ul li {
	margin: 5px 0px 0px 5px;
	list-style-position: outside;
	list-style-type: circle;
}
a {
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	color: #CC0000;
}
a:hover {
	color: #CCCCCC;
}

a.footerlink {
	color: #000000;
	font-weight: normal;	
	text-decoration: none;
	font-size: 10px;		
}
a.footerlink:hover {
	color: #CCCCCC;
}


.faqheader {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1A70D1;
	border: 1px solid #CCCCCC;
	padding: 2px 2px 2px 2px;
	font-size: 11px;
}
.redtext {
	color: #CC0000;
}
.tabftr {
	font-size: 9px;
	color: #000000;
	background-color: #414141;	
}

/* Contact Us Form */
table.tabcontus {
	font-size: 11px;
	width: 500px;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	text-align: left;
	}
a.tabcontus {
	font-size: 11px;
	}
table.tabcontus2 {
	font-size: 11px;
	width: 500px;
	background-color: #FFFFFF;
	text-align: left;
	}
a.tabcontus2 {
	font-size: 11px;
	}	
.tabcontus2 select, .tabcontus2 input, .tabcontus2 textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 300px;
	border: 1px solid #0099CC;
	}
.tabcontus2 input.chkbx {
	width:30px;
	border: 0px solid #CCCCCC;	
}	
input.contbtn {
	width: auto;
	font-size: 11px;
	border: 1px solid #CC0000;
	color: #FFFFFF;
	background-color: #CC0000;
}

fieldset.cntout {
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;	
	padding: 1px;
	width: 500px;	
}
legend.cnttitle {
	font-weight: normal;
	color: #FFFFFF;
	background-color: #CC0000;
	border: 1px solid #CC0000;
	padding: 1px;	
}

/* Form Validation */
.vldate input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #0000CC;
}
li.redli, p.error {
	color: #CC0000;
}
p.error {
	font-size: 11px;
	padding:1px 0;
	color: #CC0000;
	text-align:left;
}
td.errHilite {
	color: #CC0000;
}

input.errHilite, select.errHilite, textarea.errHilite {
	padding: .1em ! important;
	background-color: #FFCCCC ! important;
	border: 0.1em solid #FF0000;
	}
.qredtext {
	font-size: 11px;
	color: #CC0000;
	font-weight: bold;	
}


/* Web Links Page */
h2.h2lnks {
margin: 0px 0px 10px 0px;
}

.disclaimertext {
	font-size: 0.85em;
	color: #CCCCCC;	
}
.disclaimertext2 {
	font-size: 9px;
	/*font-style: italic;*/
	color: #666666;	
}
.webmstrtext {
	font-size: 0.85em;
}

/*General */
table.tabgen {
	font-size: 11px;
	border: 1px solid #CCCCCC;	
}

/* Custom */
img.img_services{
	float:right; 
	margin: 0px 0px 0px 10px;
}
div.head_box_1{
	float: left;
	width:75px;
	height:70px;
}
div.head_box_2{
	float: left;
	width:625px;
	height:70px;
	text-align:center;
	position:relative;
	color: #A9AAAC;	
}
div.head_box_2_txt{
	position:absolute;
	top: 40%;
	left: 10px;
	font-weight: normal;
	color: # A9AAAC;
	font-size: 11px	
}
div.head_box_2_txt a{
	font-weight: normal;
	color: #A9AAAC;
	font-size:11px;	
	text-decoration: none;
}
div.head_box_3{
	float: right;
	width:225px;
	height:70px;
	position:relative;

}
p.head_box_3_txt{
	position:absolute;

	left:0px;
	font-weight:bold;
	color: #A9AAAC;
	font-size:11px	;

}
#infobox1, #infobox2, #infobox3{
	position:relative;

}
div.ixd_box_link{
	text-align:right;
	position:absolute;
	bottom:5px;
	right:5px;
}
a.ixd_box_link{
	text-decoration:none
}

.header_text {
	background-color: #414141;
	color: #FFFFFF;
	width: 300px;
	height: 55px;
	position:absolute;
	font-size: 21px;
	font-weight:100;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.page_title {
	background-color: #FFFFF;
	color: #B40000;
	width: 500px;
	height: 55px;
	font-weight:400;
	font-size: 23px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 18px 0px -30px 0px;
}

/*]]>*/
