@import url(design.css);
@import url(form.css);

/* CSS Basics */

html {overflow-y:scroll;}
body {font-family: Tahoma, Geneva, sans-serif; /*blue color:#013d50;*/ color:#474747; background:#959b78; font-size:100%; margin:0;}

span {font-weight:normal; }
p{text-align: left; line-height:125%; font-size:0.875em; font-weight:normal; padding: 2px 0; }
a, area {outline: none;  text-decoration:none; }
a:link, a:active  {color: #45451b;}
a:visited {color: #45451b;}
a:hover {color: #cc542e;text-decoration: underline;}

fieldset {border: none 0; margin: 0;padding: 0;}
form, h1, h2, h3, h4, h5, h6, ul,p { margin: 0; padding: 0; }

.list {list-style:disc; list-style-position:inside; font-size:.9em; margin-left:10px;}

.linkUnderline {text-decoration:underline;}

.hilite{color:#cc542e;}

h1, h2, h3, h4, h5, h6 { font-size: 1em; font-weight:normal; color:#005D7D;}
/*#013d50*/
/*h1 { font-size: 1.3em; font-weight: bold; }*/
h3 { font-size: .9em; font-weight: bold; }
h4 { font-size: .9em; }
/*h2 {font-weight: bold; }*/
hr {border: 1px solid #787730; height: 2px; margin:8px;}
img {border: 0;	}
textarea {height: 16px;}
ul{ padding:10px 5px; list-style:none; font-size:.875em;}

/* horizontal list */
.hlist {margin: 0; padding: 0; list-style: none;overflow: hidden;  }

/* \*/
.hlist{display: inline; }

/* */

.hlist li {margin: 0; padding: 0;  list-style: none; /* IE5/Win */	display: inline; /* IE5/Win */	}
li.lastItem {}
/*.horizontalListEnd {clear: both; display: block;}*/

/*vertical list*/ 
.vlist {margin: 0; padding: 0; list-style: none;float: right;  }
.vlist ul {padding: 0; margin: 0;float: right;}
.vlist li {margin: 0; padding: 0 0 5px 0; list-style: none; /* IE5/Win */	display: inline; /* IE5/Win */	}
.vlist li a {clear: both; padding: 0 0 5px 0;float: right;}
.floatLeft {float:left;}
/**--------for when no font-size is applied-----------**/
.note {font-size: .86em;}




.grd {background-position:left top; background-image: url(/img/hdrBk.png); background-repeat: repeat-x;}
.err {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1.0em; font-weight: 600; color: #009900;}
.sale {font-weight: bold; color: #ff0000;}

/*basic*/
.floatRight {float:right;}
.clearLeft {clear:left;}
.displayNone {display:none;}
.alignRight {text-align:right;}
.marginLeft {margin-left:72px;}
.marginLeft0 {margin-left:-10px;}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
 }
 .clearfix {display:inline-block;}
 /* Hide from IE Mac \*/
 .clearfix {display:block;}
 /* End hide from IE Mac */

