@import url("reset.css");
@import url("navigation.css");

body {
	/* Reduce default font size to 10pt */
    font: 13px Arial, Verdana, Sans-serif;
    background-color: #ffffff;
    color: #333333;
}

#body_wrap {
    background: #c2c1c0 url('../images/interface/background_spacer.gif') 0px 0px repeat-x;
}

#body_container {
    background: transparent url('../images/interface/background.gif') 50% 0px no-repeat;
}

a:link, a:visited, a:hover {
	text-decoration: underline;
}

a {
    color: #54562e;
}

a:hover {
	color: #33350a;
}


a.arrow {
	background: transparent url('../images/interface/li.gif') 0px 50% no-repeat;
	padding-left: 10px;
}

#main a {
	color: #1985bb;
}
#main a:visited {
	color: #085f8a;
}
}
#main a:hover {
	color: #26a5e5;
}


strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.clear {		clear: both; }


h1 {
	font-size: 250%;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 7px;
	width: 100%;
	display: block;
	color: #0079bc;
}

h2 {
	font-size: 200%;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 5px;
	width: 100%;
	display: block;
	color: #0079bc;
}
h3 {
	font-size: 130%;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 5px;
	width: 100%;
	display: block;
	color: #333333;
}
h4 {
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 5px;
	width: 100%;
	display: block;
	color: #333333;
}
h5 {
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 5px;
	width: 100%;
	display: block;
	color: #333333;
}
h6 {
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 5px;
	width: 100%;
	display: block;
	color: #333333;
}

p {
	margin: 0px 0px 18px 0px;
}

#main ul {
    padding: 0px 0px 0px 31px;
	margin: 4px 0px 15px 0px;
	list-style-type: disc;
}

#main ul.document {
    padding: 0px 0px 0px 31px;
	margin: 4px 0px 15px 0px;
	list-style-image: url('../images/interface/icon_document.gif');
}

#main ol {
    padding: 0px 0px 0px 31px;
	list-style: decimal;
}

#main ul li {
    margin: 6px 0px;
}

#main ol li {
    background-image: none;
    margin: 6px 0px;
}

#main input, #main textarea {
	border: 1px solid #cccccc;
	padding: 4px;
	font-size: 12px;
	background-color: #ffffff;
	font: 13px Arial, Verdana, Sans-serif;
}

.container {
	width: 800px;
	margin: 0px auto;
	clear: both;
}

#body_container .spacer {
    background: transparent url('../images/interface/main_spacer.gif') 50% 0px repeat-y;
}

#body_container .background {
    background: transparent url('../images/interface/header_background.gif') 50% 0px no-repeat;
}



/*-------------------
	header elements
--------------------- */

#header {
	height: 107px;
	width: 100%;
	background: transparent url('../images/interface/aq_phone.gif') bottom right no-repeat;
}

#header a img {
	border: 0px;
}

#logo_aq {
	width: 220px;
	float: left;
	height: 67px;
	margin-top: 20px;
}

#logo_oq {
	width: 125px;
	float: left;
	height: 67px;
	margin-top: 20px;
}

#logo_ph {
	width: 303px;
	float: right;
	height: 40px;
	margin-top: 48px;
}

div#tools {
	float:						right;
	height:						19px;
	width:						300px;
}

div#tools ul {
	font-size:					11px;
	line-height:				110%;
	margin-top:					23px;
}

div#tools ul li {
	float:						left;
	margin-top:					3px;
	padding:					0 11px;
}
div#tools ul li.first {
	border-right:				1px solid #dad8d7;
	padding-left:				0;
}
div#tools ul li.last {
	padding:					0;
}
div#tools ul li#tool-search {
	background:					url(../images/interface/bg-search.gif) no-repeat;
	height:						19px;
	margin-top:					0;
	width:						170px;
}

div#tools ul li a,
div#tools ul li a:link {
	color:						#008dc9;
	text-decoration:			none;
}

input#search-query {
	background:					transparent;
	border:						0;
	float:						left;
	font-family:				Tahoma, Arial, Helvetica, sans-serif;
	font-size:					11px;
	width:						107px;
	height:						17px;
	margin:						0;
	padding:					2px 0 0 30px;
}

input#search-button {
	float:						left;
	height:						19px;
	width:						29px;
}




/*-------------------
	Sidebar Elements
--------------------- */

#sidebar {
	width: 199px;
	float: left;
	background: #d8e2f2 url('../images/interface/sidebar_bottom.gif') bottom left no-repeat;
	padding-bottom: 120px;
}

#sidebar_top {
	width: 199px;
	height: 123px;
	background: transparent url('../images/interface/sidebar_top.gif') top left no-repeat;
	position: relative;
}

#sidebar_header {
	width: 199px;
	height: 42px;
	background: transparent url('../images/interface/sidebar_header.gif') top left no-repeat;
	margin-bottom: 12px;
}

#sidebar #sidebar_header a {
	padding: 0;
	margin: 0;
}

#sidebar_header img {
	padding: 0;
	margin: 0;
	width: 179px;
	height: 36px;
}

#sidebar #news_sections a {
	display: block;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	margin: 3px 5px 3px 15px;
}

#sidebar a {
	display: block;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	margin: 3px 5px 3px 15px;
}

#sidebar a:hover, #sidebar #news_sections a:hover {
	color: #0079bc;
}

#search {
	border-top: 1px dotted #333333;
	margin: 15px 15px 0px 15px;
	padding-top: 10px;
}

#search_site_label {
	font-weight: bold;
	color: #333333;
}

#search_field {
	background: transparent url('../images/interface/search_background.gif') top left no-repeat;
	border-width: 0px;
	height: 18px;
	width: 139px;
	padding: 3px 0px 3px 30px;
	font-size: 10px;
}

#sidebar a#search_submit {
	font-size: 10px;
	margin-left: 0px;
}

.ctree li {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #d8e2f2;
}


/*-------------------
  Breadcrumb Elements
--------------------- */

#breadcrumb {
	width: 580px;
	float: right;
	/*padding-left: 20px;*/
	margin-bottom: 10px;
}

#trail {
	float: left;
	font-size: 12px;
	color: #81aad6;
}

#breadcrumb #trail a {
	font-size: 12px;
	text-decoration: none;
	color: #81aad6;
}

#breadcrumb #trail a:hover {
	color: #1182c0;
}

#breadcrumb #trail a.first {
	font-weight: bold;
}

#page_functions {
	float: right;
}

#tool_font_down, #tool_font_up, #tool_print, #tool_send_email {
	text-indent: -9999px;
	display: block;
	float: left;
	margin-right: 4px;
}

#tool_font_down {
	background: transparent url('../images/interface/icon_font_smaller.gif') top left no-repeat;
	width: 18px;
	height: 18px;
}
#tool_font_up {
	background: transparent url('../images/interface/icon_font_larger.gif') top left no-repeat;
	width: 18px;
	height: 18px;
}
#tool_print {
	background: transparent url('../images/interface/icon_print.gif') top left no-repeat;
	width: 18px;
	height: 18px;
}
#tool_send_email {
	background: transparent url('../images/interface/icon_email.gif') top left no-repeat;
	width: 18px;
	height: 18px;
}







#main {
	width: 580px;
	float: right;
	/*padding-left: 20px;*/
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 1px dotted #333333;
}




.search_result {
	margin-bottom: 30px;
}

.search_result a {
	display: block;
	margin-bottom: 5px;
	font-size: 120%;
	font-weight: bold;
}

#main input.button {
	border-top: 2px solid #dddddd;
	border-left: 2px solid #dddddd;
	border-right: 2px solid #aaaaaa;
	border-bottom: 2px solid #aaaaaa;
}






#main input.formError, #main textarea.formError {
	border: 1px solid red;
}




/*-------------------
  Shop Listing Elements
--------------------- */
.shop_item {
	width: 100%;
	margin-bottom: 20px;
}

.shop_item_image {
	float: left;
	padding: 5px;
	width: 150px;
	text-align: center;
	margin-bottom: 10px;
}

.shop_item_image img {
	width: 130px;
}

.shop_item_description {
	float: left;
	padding: 5px;
	width: 360px;
}

.break {
	clear: left;
	margin: auto;
	width: 70%;
	border-bottom: 	1px dotted #333333;
}

#shop {
	width:	100%;
}

#shop .shop_item {
	margin: 0;
	padding: 5px 0;
}

#shop_heading, #shop_listing, #shop_subtotal, #shop_shipping, #shop_total, #personal_details {
	margin-bottom: 7px;
	padding-bottom: 5px;
	border-bottom: 1px solid #81AAD6;
}

.item_name, .item_price, .item_quantity, .item_subtotal {
	float: left;
}

.item_name {
	width: 68%;
	text-indent: 3px;
}

.item_price, .item_quantity {
	width: 10%;
	text-align: center;
}

.item_subtotal {
	width: 12%;
	text-align: right;
}

#shop_subtotal, #shop_shipping, #shop_total, #shop_buttons {
	float: right;
	clear: both;
	width: 39%;
}

#shop_heading, .total_heading {
	font-weight: bold;
}

.total_heading {
	float: left;
	padding: 3px 6px 3px 0;
	text-align: right;
	width: 65%;
}

.shop_item .item_price {
	color: #dd0000;
}

.total_amount {
	float: right;
}

#shop_buttons {
	text-align: right;
}

.row0 {
	background-color: #f1f5fa;
}

#personal_details label {
	float: left;
}

#personal_details .form_value {
	float: right;
}

.required {
	color: #DD0000;
}

#shop input,
#shop textarea {
	font-size: 11px;
	font-family: Arial;
}

#shop textarea {
	width:175px;
}

/*-------------------
  Events Elements
--------------------- */

.event {
	padding-bottom: 20px;
}

.event table {
	margin-bottom: 10px;
}

/*-------------------
  Styled Table Elements
--------------------- */
table.data_table td  {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 5px;
}

table.data_table .heading {
	background-color:rgb(230, 230, 230);
	border:1px solid black;
	padding: 5px 10px 0px 10px;
}



/*-------------------
  Sitemap Elements
--------------------- */

#sitemap {
	line-height: 170%;
}

#sitemap .category {
	padding-left: 20px;
	background: transparent url("/images/interface/icon_category.gif") 0 50% no-repeat
}

#sitemap .item {
	padding-left: 20px;
	background: transparent url("/images/interface/icon_item.gif") 6px 50% no-repeat
}

#sitemap .document {
	padding-left: 20px;
	background: transparent url("/images/interface/icon_document.gif") 3px 50% no-repeat
}

/*-------------------
  CTOC Elements
--------------------- */

#ctoc .ctoc_children a {
	padding-left: 40px;
}

#ctoc .ctoc_children .ctoc_children a {
	padding-left: 60px;
}

#ctoc a {
	display: block;
	background-color: #ccc7bc;
	margin: 0px;
	padding: 16px 10px 6px 15px;
	border-bottom: 1px solid #ffffff;
	font-size: 14px;
	font-weight: normal;

}

#ctoc_current_item a.ctoc_current,
#ctoc a:hover {
	background-color: #0079bc;
	color: #ffffff;
}


#sidebar a.subsection_link {
	display: block;
	background-color: #ccc7bc;
	margin: 0px;
	padding: 16px 10px 6px 15px;
	border-bottom: 1px solid #ffffff;
	font-size: 14px;
	font-weight: normal;

}

#sidebar a.subsection_link:hover {
	background-color: #0079bc;
	color: #ffffff;
}

/*-------------------
  Miscellaneous
--------------------- */

.eway-note {
	color: #900;
	margin: 10px 0;
}

#subForm {
	width: 260px;
}

#subForm label {
	display: block;
	width: 100px;
	float: left;
}

#subForm select {
	width: 146px;
}