body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
body,td  {
	font: 100% Arial;
	font-size: 13px;
	color: #000;
        line-height: 20px;
}

.tableColumnDivider {
width: 10px;
background: url(/images/cccpx.gif) repeat-y top center;
}

/* universal page link color and style */
A:link {color: #2d73b9; text-decoration: none; }
A:visited {color: #898989; text-decoration: none; }
A:hover {color: #80171e; text-decoration: underline; }
A:active {color: #80171e; text-decoration: none; }

#header {
	width: 900px;
}

#headerContainer {
	border: 2px solid #999;
	border-width: 3px 1px;
	height: 146px;
}

/* left nav */

#leftNav {
}

#leftNav a {
	background-image:url(/uploaded/image/btn_side_bk.gif);
	background-repeat:repeat-x;
	border-bottom:1px solid #666666;
	color:#cfcfcf;
	display:block;
	padding:2px;
	padding-left: 14px;
	font-weight: bold;
}
#leftNav a:hover {
	background-image:url(/uploaded/image/btn_side_bk_over.gif);
	text-decoration: none;
	color: #dfdfdf;
}

#leftNav h2 {
	color: #fff;
	margin-left: 5px;
	margin-bottom: 4px;
	line-height: 16px;
}


a#leftNavDown { /* use odd a#id selector style to be more important than a:link */
	color: #9a9a9a; 
	background-image:url(/uploaded/image/btn_side_bk_down.gif);
}
a#leftNavDown:hover { /* use odd a#id selector style to be more important than a:link */
	color: #9a9a9a; 
	cursor: default;
	background-image:url(/uploaded/image/btn_side_bk_down.gif);
}



/* page tabs */

#tabContainer {
	display: table-cell; 
	vertical-align: bottom;
	padding-left: 45px;	
	margin-top: 5px;
	border-right: 1px solid #aaa;
	float: left;
}
.tab {
	font-family: Helvetica Condensed, Helvetica;
	font-weight: normal;
	font-size: 10px;
        letter-spacing: 0.1px;
	float: left;
	clear: none;
	border: 1px solid #aaa;
	border-bottom: 0px;
	background-color: #332f2c;
	text-align: center;
	color: #fff;
	height: 38px;
	width: 83px;
	margin-right: 9px;
	background-image: url(/images/tab_bk.gif);
	background-repeat: repeat-x;
	background-position: bottom right;
}
.tab:link {
	color:#fff;
}
.tab:visited {
	color:#fff;
}
.tab:hover {
	text-decoration: none;
	color:#fff;
}
.tab  #tabDown {
	color: #fff;
}

.tab .tabTop {
	display: block;
	height: 5px;
	background: #443f3b;
	font-size: 1px;
}
.tab .tabText {
	display: block;
	padding: 0px 7px 15px 4px;
}

.tab:hover .tabTop {
	height: 5px;
	background: #80151d;
}
.tab a:hover {
	color: #fff;
	text-decoration: none;
}
.tab:hover {
	height: 48px;
}
#tabDown {
	height: 58px;
	cursor: default;
	color: #fff;
}
#tabDown .tabTop {
	background: #80151d;
}

/* containers */

#container {
	margin: 20px auto;
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#contentContainer {
	border: 1px solid #999999;
	border-top: 0px;
}

#clientLogin {
	background: url(/uploaded/image/wood.jpg) top left no-repeat;
	width: 213px; /* this width must be 249-padding*2 */
	height: 114px; /* this height must be 146-padding*2 */
	float: left;
	color: #ccccca;
	padding: 16px 18px;
}

#mainContent {
	padding: 14px 20px;
	background-image: url(/images/content_shadow_bk.gif);
	background-repeat: repeat-x;
	background-position: top right;
	background-color: #fff;
}


.baseButton {
line-height: normal;
display: block;
cursor: pointer;
text-align: left; 
width: 218px; 
padding: 12px 0px 12px 31px;  
font-weight: bold; color: #dfdfdf; font-family: georgia,"times new roman",times,serif;
}
.newsletterButton {
border-bottom: 3px solid #929292;
background-image: url(/uploaded/image/btn_news_bk.gif); background-repeat: repeat-x; 
}
.newsletterButton:hover {
background-image: url(/uploaded/image/btn_news_bk_over.gif);
text-decoration: none;
color: #fff;
}
.brochureButton {
border-bottom: 3px solid #8D8D8D;
background-image: url(/uploaded/image/btn_brochure_bk.gif); background-repeat: repeat-x; 
}
.brochureButton:hover {
background-image: url(/uploaded/image/btn_brochure_bk_over.gif);
text-decoration: none;
color: #fff;
}
.brochureButton:visited,.brochureButton:link,.newsletterButton:visited,.newsletterButton:link {
color: #dfdfdf;
}

.buttonContainer {
padding: 18px;
}

.buttonShell {
	float: left;
}

.buttonContent {
	float: left; 
	height: 56px; 
	padding-left: 6px; 
	padding-top: 12px;
}

#sidebar1 {
	line-height: 27px;
	width: 249px;
	background-color: #212121;
	color: #fff;
}

.sidebarbk {
background-image: url(/uploaded/image/stevies_award.gif);
background-position: bottom center;
background-repeat: no-repeat;padding-bottom: 120px;
}

#footer { 
	padding: 2px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #999;
	font-size: 11px;
	text-align: left;
}
#footer  a { 
	color: #999;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* tame list items */
ul {
	margin-top: 2px;
}
li {
	margin-bottom: 4px;
}

/* make sure the paragraph tag doesn't get ugly */
p {
	margin: 0px 15px 10px 0px;
	padding: 0px 0px 0px 0px;
    
}


/* 2 classes for indented content */
.content {
        margin: 0px 0px -5px 0px;
	padding: 0px 10px 0px 10px;
	padding-left: 0px;

}
.subContent {
	padding:5px;
}

/* header styles */
h1,h2 {
	font-family: georgia, "times new roman", times, serif;
        margin: 0px 0px 10px 0px;
	padding: 0px;
	font-weight: normal;  
	border-bottom: 1px solid #aaa; 
}
h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
	
}
h1{
	color: #80171e;
}
h2 {
	color: #555;
}
h3,h4,h5 {
	color: #555;
}
h6 {
	color: #555;
}
h1 { font-size: 15px; }
h2 { font-size: 13px; }
h3 { font-size: 12px; }
h4 { font-size: 12px; }
h5 { font-size: 12px; }
h6 { font-size: 10px; }



/***********************************************************************/
/**************************** end editables ****************************/
/***********************************************************************/


.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

/* some random fix */
i,em {
	margin: 0px;
	padding: 0px;
}

/* IE fixes */
/* \*/
* html #mainContent {
	overflow: hidden;
	o\verflow: visible;
	width: 100%;
	w\idth: auto;
	he\ight: 1%;
}
/* */

/* lazd sa styles */
.inserted_blob { 
	background-color:#dadada;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #aaaaaa;
	border-right-color: #aaaaaa;
	border-bottom-color: #aaaaaa;
	border-left-color: #aaaaaa;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: center;
	padding: 8px;
	width: 150px;

}  

/* form styles */
form {
  margin: 0px;
  padding: 0px;
}
.l_button {  
	font-family:verdana; font-size:12px; height:24px; font-weight: bold; color:#000000; background: #f1f1f1; padding-left:2px; padding-right:2px; padding-top:0px; padding-bottom:2px; text-align: left; vertical-align:bottom; text-align:center;
	border-top : 1px solid #dddddd;
	border-left : 1px solid #dddddd;
	border-bottom : 1px solid #224059;
	border-right : 1px solid #224059;
	background-image: url(../images/gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#dadada;
}
.l_buttondisabled {filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;  font-family:verdana; font-size:12px; height:24px; font-weight: bold; color:#000000; background: #f1f1f1; padding-left:2px; padding-right:2px; padding-top:0px; padding-bottom:2px; text-align: left; vertical-align:bottom; text-align:center;
	border-top : 1px solid #dddddd;
	border-left : 1px solid #dddddd;
	border-bottom : 1px solid #224059;
	border-right : 1px solid #224059;
	background-image: url(../images/gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#dadada;
}
.l_buttonhighlight{  font-family:verdana; font-size:12px; height:24px; font-weight: bold; color:#000000; background: #ececec; padding-left:2px; padding-right:2px; padding-top:0px; padding-bottom:2px; text-align: left; vertical-align:bottom; text-align:center;  
	border-top : 1px solid #dddddd;
	border-left : 1px solid #dddddd;
	border-bottom : 1px solid #224059;
	border-right : 1px solid #224059;
	background-image: url(../images/gradient_bl.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#dadada;
}
.l_buttonpress{   font-family:verdana; font-size:12px; height:24px; font-weight: bold; color:#333333; background: #f3f3f3; padding-left:2px; padding-right:2px; padding-top:0px; padding-bottom:2px; text-align: left; vertical-align:bottom; text-align:center;  
	border-top : 1px #31557f solid;
	border-left : 1px #31557f solid;
	border-bottom : 1px #f8f9fb solid;
	border-right : 1px #f8f9fb solid;
	background-image: url(../images/gradient_ld.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.disabled {
	padding:0px;
	font-family:Verdana;
	color:#000000;
	filter:alpha(opacity=32);-moz-opacity:.32;opacity:.32;
}
.borderbox {
	background-image: url(../images/gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#dadada;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #bfbfbf;
	border-right-color: #bcbcbc;
	border-bottom-color: #bcbcbc;
	border-left-color: #bfbfbf;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}
.borderbox_dotted {
	background-image: url(../images/gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#dadada;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	border-top-color: #bfbfbf;
	border-right-color: #bcbcbc;
	border-bottom-color: #bcbcbc;
	border-left-color: #bfbfbf;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.box { 
	font-family: Verdana; font-size: 12px;
	border-left: 1px solid #aaaaaa; 
	border-bottom: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	background-image: url(../images/gradient3.gif);
	background-repeat: repeat-x;
	background-color: #e9e9e9;
	padding: 5px;
	margin: 5px;
}
.box_confirm {
	background-color: #FFFFFF; 
	border: 1px solid #aaaaaa; 
	font-size: 14px; 
	font-weight: bold
}
.option { 
	font-weight: bold;
	font-family: Verdana; font-size: 13px;
	padding: 2px;
	margin: 2px;
	line-height: 110%;
}
.sub_option { 
	font-weight: normal;
	font-family: Verdana; font-size: 12px;
	padding: 3px;
	margin: 3px;
	line-height: 110%;
}