body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    margin: 0;
    padding: 0;
    background: #f1f1f2;
}

/* LAYOUT */
#wrapper {
    margin: 0 auto;
    padding: 0 20px;
    width: 940px;
    background: #fff;
}

#header {
	margin: 0;
	height: 60px;
	background: url('/images/site/bg_header.png') repeat-x 0 0 transparent;
	width: 100%;
}

#header_line {
    border-top: 1px solid #fff;
    margin: 6px 0 0 20px;
    width: 724px;
}

#header_right {
    float: right;
    color: #fff;
    font-weight: bold;
    height: 60px;
    position: relative;
}

#client_area {
    width: 189px;
    height: 14px;
    padding: 4px 16px;
    background: url('/images/site/bg_header_clientarea.png') no-repeat 100% 0 transparent;
    text-align: right;
}

#client_area a {
    color: #fff;
    text-decoration: none;
    background: url('/images/site/bullet_arrow_orange.png') no-repeat 100% 2px transparent;
    padding: 0 16px 0 0;
}

#header_links {
    font-size: 12px;
    position: absolute;
    bottom: 7px;
    right: 16px;
}

#header_links a {
    color: #fff;
    text-decoration: none;
}

#logo {
	margin: 0 0 0 20px;
	border-width: 0px;
	padding: 0;
}

#nav {
    height: 25px;
    background: url('/images/site/bg_nav.png') repeat-x 0 0 transparent;
}

.menu {
    height: 25px;
    position: relative;
    z-index: 100;
}

.menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.menu ul ul {
    width: 130px;
}

.menu li {
    float: left;
    position: relative;
}

.menu a, .menu a:visited {
    display: block;

    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #0b3c6c;
    line-height: 25px;

    height: 25px;
    padding: 0 14px 0 20px;
}

.menu a.has_children, .menu a.has_children:visited {
    background: url("/images/site/bullet_arrow_blue.png") no-repeat 100% 10px transparent;
}

.menu ul ul {
    visibility: hidden;
    position: absolute;
    height: 0;
    top: 25px;
    left: 20px;
    width: 130px;
}

.menu table {
    position: absolute;
    top: 0;
    left: 0;
    border-collapse: collapse;
}

.menu ul ul a, .menu ul ul a:visited {
    background: #d3dce1;
    color: #0b3c6c;
    height: auto;
    line-height: 1em;
    padding: 5px 5px 5px 5px;
    width: 128px;
}

/* NOT SURE WHAT THESE TWO DO YET - DIFFERENT BROWSER SUPPORT MAYBE? */

.menu a:hover {
    color: #f00;
}

.menu ul ul a:hover {
    color: #0f0;
    background: url("/images/site/menu_on.gif") no-repeat 4px 7px #f00;
}

/* ** */

.menu :hover > a {
    color: #0b3c6c;
}

.menu ul ul :hover > a {
    color: #0b3c6c;
    background: #a9c0cd;
}

.menu ul li:hover ul, .menu ul a:hover ul {
    visibility: visible;
}

#content {
    float: left;
    margin: 0;
    padding: 0;
    background: #fff;
    min-height: 100px;
    width: 100%;
    position: relative;
}

#shadow {
    width: 100%;
    height: 7px;
    background: url('/images/site/shadow.png') repeat-x 0 0 transparent;
    position: absolute;
    top: 0;
    left: 0;
}

#content_inner {
    margin: 20px 0;
}

#footer {
    clear: both;
    width: 100%;
    min-height: 160px;
    background: url('/images/site/bg_footer.png') repeat-x 0 0 #f1f1f2;
    margin: 0px;
    padding: 36px 0 0 0;
}

#footer a {
    text-decoration: none;
    color: #333333;
}

#footer a:hover {
    text-decoration: underline;
}

.footer_panel {
    float: left;
    margin: 0 ;
    padding: 0 30px 0 20px;
    border-right: 1px solid #999;
    min-height: 160px;
}

.footer_panel ol {
    margin: 14px 0 0 0;
    padding: 0;
}

.footer_panel li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#iso {
    float: right;
    margin-right: 4px;
}

.clear {
    clear: both;
    background: none;
}

.hidden {
    display: none;
}

/* Tabs */
#tabs_container {
	padding: 1px 0 0 0;
    margin: 16px 0 20px 0;
	width: 940px;
	height: 211px;
	overflow: hidden;
	position: relative;
}

#tabs_container div.panel, img.banner {
	display: none;
	position: absolute;
    padding: 0;
}

#tabs_container div.panel_current, img.banner_current {
	display: block;
	position: absolute;
    padding: 0;
}

#tabs {
    float: left;
    width: 100%;
    background: transparent;
    font-weight: bold;
}

#tabs ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#tabs li {
    display: inline;
    margin: 0;
    padding: 0;
}

#tabs a {
    float: left;
    background: url("/images/site/tab_left.png") no-repeat left top;
    margin: 0;
    padding: 0 0 0 4px;
    text-decoration: none;
}

#tabs a span {
	float: left;
	display: block;
	background: url("/images/site/tab_right.png") no-repeat right top;
	padding: 5px 15px 5px 6px;
	color: #fff;
}

#tabs a:hover, #tabs .tab_current a {
    background-position: 0% -25px;
}

#tabs a:hover span, #tabs .tab_current a span {
    background-position: 100% -25px;
    color: #000;
}

#panels {
    border: 1px solid #aaa;
    border-top: none;
    height: 187px;
    background: #f1f1f2;
}

#banners {
    height: 322px;
    width: 940px;
}

/* Template */
#template {
    background: url('/images/site/bg_panel.png') repeat-y 0 0 #fff;
    min-height: 200px;
    padding-top: 20px;
}

#panel_left {
    float: left;
    width: 180px;
    color: #fff;
}

#panel_left h3 {
    background: #e15105;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    padding: 4px 12px;
}

#panel_left h4 {
    font-weight: normal;
    font-size: 14px;
    padding: 12px 12px 6px 12px;
    margin: 0;
    background: #7f91a1;
}

#panel_left p {
    padding: 0 12px 12px 12px;
    margin: 0;
    background: #7f91a1;
    line-height: 18px;
}

#template_content {
    float: left;
    width: 520px;
    margin: 0 30px;
    font-size: 12px;
}

#panel_right {
    float: left;
    width: 180px;
}

.panel_box {
    border: 1px solid #c2c2c2;
    padding: 0;
    margin: 0 0 30px 0;
}

.panel_box_header {
    background: url('/images/site/bg_panel_box_header.png') repeat-x 0 0 #fff;
    border-bottom: 1px solid #adadad;
    padding: 6px 4px 4px 4px;
    margin: 0;
    font-weight: bold;
    min-height: 14px;
}

.panel_box_inner {
    margin: 6px;
}

.panel_box a {
    color: #e15a00;
    text-decoration: none;
    background: url('/images/site/bullet_arrow_orange.png') no-repeat 100% 8px transparent;
    padding: 0 16px 0 0;
    font-size: 18px;
}

.panel_box .tel {
    display: block;
    font-size: 18px;
    color: #e15a00;
    background: url('/images/site/icon_phone.png') no-repeat 0 0 transparent;
    padding: 3px 0 0 36px;
    margin: 0 0 10px 0;
    height: 28px;
}

.panel_box a.email {
    display: block;
    color: #e15a00;
    text-decoration: none;
    background: url('/images/site/icon_email.png') no-repeat 0 0 transparent;
    padding: 3px 0 0 36px;
    margin: 0 0 10px 0;
    height: 28px;
    font-size: 18px;
}

.quote_box {
    background: #ffe5d2;
    padding: 30px 20px;
    margin: 0 0 30px 0;
    position: relative;
}

.quote_box p, .quote_box strong {
    position: relative;
    z-index: 2;
}

.quote_open {
    width: 32px;
    height: 32px;
    background: url('/images/site/icon_quotes_top.png') no-repeat 0 0 transparent;
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 1;
}

.quote_close {
    width: 32px;
    height: 32px;
    background: url('/images/site/icon_quotes_bottom.png') no-repeat 0 0 transparent;
    position: absolute;
    bottom: 8px;
    right: 8px;
}

/* Forms */
form.form label {
	display: block;
	line-height: 1.4;
	vertical-align: top;
	font-weight: bold;
}

form.form ol {
	margin: 0 0 10px 0;
	padding: 0;
}

form.form li {
	list-style: none;
	padding: 5px;
	margin: 0;
}

form.form em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

form.form fieldset {
	border-width: 0px;
}

/* Account Box */
.account_box {
	border: 1px solid #8faabc;
	background: #d7d7d7;
	width: 220px;
	margin: 10px;
}

.account_box form h2 {
	margin: 10px 0 0 0;
	padding: 0;
}

.account_box form label {
	display: block;
	line-height: 1.4;
	vertical-align: top;
	font-weight: bold;
}

.account_box form ol {
	margin: 0 0 10px 0;
	padding: 0;
}

.account_box form li {
	list-style: none;
	padding: 5px;
	margin: 0;
}

.account_box form em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

.account_box form input, .account_box form textarea {
	width: 180px;
}

/* REQUEST */
#table_request th {
	text-align: left;
}

#table_request input {
	width: 140px;
}

#table_request {
	border: 1px solid #000000;
	margin: 0 0 16px 0;
}

#request_details {
	width: 360px;
	float: right;
	border: 1px solid #000000;
	margin: 0 0 10px 0;
}

#request_details strong {
	background: #000000;
	color: #ffffff;
	display: block;
	padding: 4px;
}

#request_details label {
	display: block;
	line-height: 1.4;
	vertical-align: top;
	font-weight: bold;
}

#request_details ol {
	margin: 4px;
	padding: 0;
}

#request_details li {
	list-style: none;
	padding: 5px;
	margin: 0;
}

#request_detils input, #request_details textarea {
	width: 280px;
}

tr.inverse {
	background: #000000;
	color: #ffffff;
}

.input_error {
	background: #d78080;
}

/* DOCUMENT ACCESS */
.table_data {
	border: 1px solid #000000;
}

.table_data th {
	text-align: left;
	color: #ffffff;
	background: #000000;
}

/* TAG STYLES */
h1 {
    line-height: 22px;
    padding: 0px 0px 4px 0px;
    background-color: transparent;
    color: #000;
    font-size: 22px;
    margin: 0 0 4px 0;
    font-weight: normal;
}

h2 {
    line-height: 18px;
    padding: 4px 0px;
    background-color: transparent;
    color: #000;
    font-size: 18px;
    margin: 0 0 4px 0;
    padding: 4px 0 6px 0px;
    font-weight: normal;
}

h3 {
    font-size: 14px;
    line-height: 14px;
    padding: 4px 0px;
    margin: 0px;
    background-color: transparent;
    color: #f3773b;
}

p {
	text-align: left;
	padding	  : 0px 0px 10px 0px;
	margin	  : 0px;
}

a {
    color: #f3773b;
    text-decoration: none;
}

a:hover {
    color: #90abbd;
	text-decoration: none;
}

form {
	margin : 0px;
	padding: 0px;
}

input, textarea, select {
/*	border	  : 1px solid #4d4d4d;
	background: #ffffff;
	padding	  : 2px; */
}

textarea {
	height: 100px;
}

table {
	margin : 0px;
	padding: 0px;
}

ul {
	padding: 0px;
	margin : 4px 0px 4px 16px;
}

hr {
	height: 1px;
	color: #82acd2;
	background: #82acd2;
	margin: 2px auto;
	border: 0px solid #82acd2;
}

input.icon {
	border			: 0px solid #6d8821;
	background-color: transparent;
	width			: 20px;
	height			: 20px;
}

.button {
	width: auto !important;
	height: auto !important;
}

.image_button {
	width: auto !important;
	height: auto !important;
	border-width: 0px !important;
	vertical-align: bottom;
	background: transparent;
	margin: 0 !important;
	padding: 0 !important;
}

.info_box {
	background: url("../images/site/icon_info.png") 4px 4px no-repeat #8cb2d9;
	border	  : 1px solid #365188;
	color	  : #fff;
	padding	  : 4px 4px 4px 24px;
	width	  : 75%;
	text-align: left;
	margin	  : 20px auto;
}

.error_box {
	background: url("../images/site/icon_error.png") 4px 4px no-repeat #fa9d8b;
	border	  : 1px solid #b84e2e;
	color	  : #fff;
	padding	  : 4px 4px 4px 24px;
	width	  : 75%;
	text-align: left;
	margin	  : 20px auto;
}

.confirm_box {
	background: url("../images/site/icon_accept.png") 4px 4px no-repeat #75c868;
	border	  : 1px solid #226d1f;
	color	  : #fff;
	padding	  : 4px 4px 4px 24px;
	width	  : 75%;
	text-align: left;
	margin	  : 20px auto;
}

.code_box {
	background: url("../images/site/icon_terminal.png") 4px 4px no-repeat #e2e2e2;
	border	  : 1px dashed #000;
	color	  : #000;
	padding	  : 4px 4px 4px 24px;
	width	  : 90%;
	text-align: left;
	margin	  : 20px auto;
	overflow  : auto;
	font-family: courier;
}

.todo_box {
	background: url("../images/site/icon_note.png") 4px 4px no-repeat #f7e187;
	border	  : 1px dashed #df7900;
	color	  : #000;
	padding	  : 4px 4px 4px 24px;
	width	  : 75%;
	text-align: left;
	margin	  : 20px auto;
	overflow  : auto;
}

.info_box a, .error_box a, .confirm_box a, .code_box a, .todo_box a {
	color: #fff;
}

.inline {
	display: inline;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.auto {
	width: auto !important;
}

