/* ====================================================================
  GENERAL MARKUP
-------------------------------------------------------------------- */

body {
	font-size: 12px;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	background: #FFFFFF url("../images/background.png") repeat-x top;
	margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
	color: #16588c;
}
h1 { font-size: 1.33em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.15em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.0em; }
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em{
	color: #16588c;	
	font-style: normal;
}

p {
	margin-top: 10px;
}

ul.data {
	list-style: none;
}

hr {
	margin: 8px 0px;
	color: #b8b7b3;
	background-color: #b8b7b3;
	height: 1px;
}

a{
	color: #4188C2;
	text-decoration: none;
	border-color: #4188C2;
}
a:hover{
	color: #4188C2;
	text-decoration: underline;
	border-color: #dddddd;
}
img.img_link{
	border-color: #4188C2;
	border-width: 1px;
}

a.display {
	color: #FF6443;
	font-weight: bold;
	text-decoration: none;
}
a:hover.display {
	text-decoration: underline;
}
p{ 
	font-family: Verdana, Arial, tahoma;
}
.highlight{
	color: #4188C2;
	font-weight: bold;
}
.border {
	border: 1px solid #e2dcc4;
}

.borderThick {
	border: 2px solid #bfb27c;
}

/* ====================================================================
  SHADOWS - PNG HACKS
-------------------------------------------------------------------- */

/* works for IE5+ win and IE5mac, but FF/moz ignore */
#shadowLeft {
	width: 5px;
	/* works for IE5+ win */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='"../images/shadow-left.png"', sizingMethod='scale');

	/* hides from everything but IE5mac */
	/*\*//*/
	background: url(shadow-left.png") repeat-y right;
	/**/
}
/* FF/Moz see this [class]fine and render it fine */
#shadowLeft[class] {
	background: url("../images/shadow-left.png") repeat-y right;
}

/* works for IE5+ win and IE5mac, but FF/moz ignore */
#shadowRight {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='"../images/shadow-right.png"', sizingMethod='scale');
	/*\*//*/
	background: url(shadow-left.png") repeat-y right;
	/**/
}
/* FF/Moz see this fine and render it fine */
#shadowRight[class] {
	background: url("../images/shadow-right.png") repeat-y left;
}

/* works for IE5+ win and IE5mac, but FF/moz ignore */
#shadowTop {
	height: 5px;
	/* works for IE5+ win */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='"../images/shadow-top.png"', sizingMethod='scale');
	/* hides from everything but IE5mac */
	/*\*//*/
	background: url(shadow-top.png") no-repeat;
	/**/
}
/* FF/Moz see this fine and render it fine */
#shadowTop[class] {
	background: url("../images/shadow-top.png") no-repeat;
}

/* works for IE5+ win and IE5mac, but FF/moz ignore */
#shadowBottom {
	height: 5px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='"../images/shadow-bottom.png"', sizingMethod='scale');
	/*\*//*/
	background: url(shadow-bottom.png") no-repeat;
	/**/
}
/* FF/Moz see this fine and render it fine */
#shadowBottom[class] {
	background: url("../images/shadow-bottom.png") no-repeat;
}



/* ====================================================================
  LAYOUT
-------------------------------------------------------------------- */

#innerTable{
	background-color: #FFFFFF;
	padding: 1px;
}

#header {
	height: 150px;
	background: url("../images/header.png") right no-repeat;
	background-repeat: no-repeat;
	background-color: #E6EAED;
	background-position: top right;
	padding: 0px;
	border-width: 0px;
	text-align: left;
}

#navigation {
	padding: 0px;
	height: 40px;
	vertical-align: middle;
}

#content {
	padding: 10px 40px 30px 20px;
	background-color: #FFFFFF;
	text-align: left;
}

#footerTop {
	height: 27px;
	background: url("../images/footer-top.png");
}

#footer {
	height: 35px;
	background: url("../images/footer.png") repeat-x;
	
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
	color: #8d9092;
}

/* ====================================================================
  STYLES
-------------------------------------------------------------------- */


.thumbs_blk_big{
	margin: 0px 5px 140px 0px;
}
.thumbs_blk_sm{
	margin: 0px 5px 30px 0px;
}

#welcome {
	padding: 20px;
}
#news {
	padding: 20px 10px;
}

h1.company-name {
	margin: 0px;
	padding: 0px;
	line-height: 50px;
	font-size: 24px;
	font-weight: bold;
	color: #00486f;
}
h1.header-info {
	margin: 0px;
	padding: 0px 0px 0px 35px;
	line-height: 80px;
	font-size: 26px;
	font-weight: Normal;
	color: #FFFFFF;
}

/* >> Main Menu Links */

/* >> Menu System - #HMAINS# */

/* This is the main hsub table */
table.hmains {
   border: 0px;
   padding: 0px;

	margin: 0px 5px;
	height: 20px;

   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
	color: #2983a6;
}

/* This cell contains a submenu link */
td.hmains {
   	border: 0px;
	padding: 0px 10px 0px 0px;
	margin: 0px;
	background: url("../images/list.png") no-repeat left;
}

a.hmains { line-height: 21px; margin-left: 15px; }
a.hmains:link { color: #00486f; text-decoration: none; }
a.hmains:visited { color: #00486f; text-decoration: none; }
a.hmains:hover { color: #bd790d; text-decoration: none; }
a.hmains:active { color: #bd790d; text-decoration: none; }

.logohead {
	font-family : Arial;
	font-size : 25pt;
	font-weight : bold;
}

.logosub {
	font-family : Arial;
	font-size : 8pt;
	font-weight : bold;
}

.menusys {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

/*
 * ##################################################################
 * Default style sheet
 * ##################################################################
 */
BODY, TABLE, TH, TR, TD, UL, OL, LI, P, FONT, A, BLOCKQUOTE, LABEL
{
	font-family: Arial;
	font-size: 12px;
}
.accountlabPageBODY
{
}

.accountlabFormTABLE
{
	border-top: 1px solid #9C929C;
	border-left: 1px solid #9C929C;
	border-bottom: 1px solid #9C929C;
	border-right: 1px solid #9C929C;
}
.accountlabFormHeaderFont
{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}
.accountlabFieldCaptionTD
{
	border: 1px solid #CFC6D0;
	background-color: #E3DAB3;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.accountlabAltDataTD
{
	border-top: 1px solid #9C929C;
	border-left: 1px solid #9C929C;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-color: #F1F1F1;
	color: #000000;
	font-size: 12px;
}
.accountlabColumnTD{
	border-top: 1px solid #E3DAB3;
	border-left: 1px solid #E3DAB3;
	border-bottom: 1px solid #E3DAB3;
	border-right: 1px solid #E3DAB3;
	background-color: #00a4d1;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
.accountlabColumnTDred{
	border-top: 1px solid #F4F0E0;
	border-left: 1px solid #F4F0E0;
	border-bottom: 1px solid #F4F0E0;
	border-right: 1px solid #F4F0E0;
	background-color: #00baee;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
.accountlabDataTD
{
	border-top: 1px solid #9C929C;
	border-left: 1px solid #9C929C;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-color: #00baee;
	color: #000000;
	font-size: 12px;
}
.accountlabSeparatorTD
{
	height: 0px;
}
.accountlabFooterTD
{
	border: 1px solid #CFC6D0;
	border-color: #336699;
	background-color: #CFC6D0;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
a.accountlabSorterLink:link,a.accountlabSorterLink:visited
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
a.accountlabSorterLink:hover,a.accountlabSorterLink:active
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none; 
}
a.accountlabDataLink:link,a.accountlabDataLink:visited
{
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
}
a.accountlabDataLink:hover,a.accountlabDataLink:active
{
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}
a.accountlabNavigatorLink:link,a.accountlabNavigatorLink:visited
{
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
}
a.accountlabNavigatorLink:hover,a.accountlabNavigatorLink:active
{
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}
.accountlabButton
{
	border-bottom:1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	background-color: #EDE7EE;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
}
.accountlabInput
{
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, sans-serif;
}
.accountlabTextarea
{
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, sans-serif;
}
.accountlabSelect
{
	font-size: 12px;
	font-family: Verdana, sans-serif;
}
#block{
	background-color: #ffffff;
	width: 100%;
	font-family: arial, verdana, tahoma;
	font-size: 11px;
}
#block .b1,.b2,.b3,.b3,.b4,.b5,.b6,.b7,.b8,.b9{
	padding: 0px;
	height: 30px;
	vertical-align: middle;
	background-position: top;
	background-repeat: no-repeat;
	text-align: left;
	color: #555555;
}
#block  .b1{
	background-image: url(../images/b1.gif);
	padding: 0px;
	padding-left: 8px;
}
#block  .b2{
	background-image: url(../images/b2.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	
}
#block  .b3{
	background-image: url(../images/b3.gif);
	width: 0px;
	padding: 0px;
	padding-left: 5px;
	
}
#block  .b4{
	background-image: url(../images/b4.gif);
	background-repeat: repeat-y;
	width: 11px;
}
#block  .b5{
	background-image: url(../images/b5.gif);
	background-repeat: repeat;
	padding-top: 5px;
	text-align: left;
}
#block  .b6{
	background-image: url(../images/b6.gif);
	background-repeat: repeat-y;
	width: 11px;
}
#block  .b7{
	background-image: url(../images/b7.gif);
	width: 11px;
	height: 11px;
}
#block  .b8{
	background-image: url(../images/b8.gif);
	background-repeat: repeat-x;
	height: 11px;
}
#block  .b9{
	background-image: url(../images/b9.gif);
	width: 11px;
	height: 11px;
}
#offers{
	width: 808px;
	height: 210px;
	background-color: #ffffff;
	text-align: center;
	border-width: 0px;
	border-spacing: 1px;
}

#offers .offer1,.offer2,.offer3,.offer4{
	font-family: arial, tahoma, verdana;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	width: 110px;
	vertical-align: top;
	text-align: left;
	border-width: 0px;
	padding: 0px;
	padding-left: 70px;
	background-repeat: no-repeat;
	background-position: left;
}
#offers .bulls{
	font-weight: normal;
}
#offers .offer1{
	background-image: url(../images/offers/offer1.png);
}
#offers .offer2{
	background-image: url(../images/offers/offer2.png);
}
#offers .offer3{
	background-image: url(../images/offers/offer3.png);
}
#offers .offer4{
	background-image: url(../images/offers/offer4.png);
}
.offer_nav{
	margin-left: 32px;
	border-width: 0px;
}

.button{
	background-color: #0031B4;
	border-style: solid;
	border-collapse: collapse;
	border-width: 1px;
	border-color: #222222;
	border-spacing: 0px;
	padding: 1px;
	color: #ffffff;
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	margin: 3px;
}
.padding_left{
	padding-left: 50px;

}
.checkbox{
	background-color: #0031B4;
	border-style: solid;
	border-collapse: collapse;
	border-width: 1px;
	border-color: #222222;
	border-spacing: 0px;
	padding: 1px;
	color: #ffffff;
	font-family: verdana, tahoma, arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	margin: 3px;
}
input{
	border-style: solid;
	border-collapse: collapse;
	border-width: 1px;
	border-color: #fe9141;
	border-spacing: 0px;
	padding: 0px;
	background-color: #eeeeee;
	color: #000000;
	font-family: verdana, tahoma, arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	margin: 3px;
}

select{
	border-style: solid;
	border-collapse: collapse;
	border-width: 1px;
	border-color: #fe9141;
	border-spacing: 0px;
	padding: 0px;
	background-color: #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	scrollbar-base-color: #AAAAAA;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	background-image: url(images/bg.gif);
	background-color: #eeeeee;
	margin: 2px;
}

textarea{
	border-style: solid;
	border-collapse: collapse;
	border-width: 1px;
	border-color: #fe9141;
	border-spacing: 0px;
	padding: 3px;
	background-color: #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	scrollbar-base-color: #AAAAAA;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	background-image: url(images/bg.gif);
	background-color: #eeeeee;
	margin: 3px;
}
hr{
	color: #bbbbbb;
	height: 2px;
	border-width: 1px;
	border-style: solid;
}
ul{
	text-indent: 0px;
	list-style-type: boxed;
	list-style-position: outside;
	}
li{
	text-indent: 0px;
	list-style-type: boxed;
	list-style-position: outside;
	}
	
	
table{
	border-collapse: collapse;
	border-style: solid;
	border-spacing: 0px;
	border-width: 0px;
	background-color: ffffff;
}
td{
	border-collapse: collapse;
	border-style: solid;
	border-spacing: 0px;
	border-width: 0px;
	vertical-align: top;
	background-color: ffffff;
}
