

BODY{
	font-family:verdana,arial,sans-serif;
	color: #666666;
	line-height: 1.166;
	margin: 5px 10px 5px 10px;
	padding: 5px 0px 0px 0px; /*TOP, RIGHT, BOTTOM, LEFT */
	text-align:left;
	font-size:10px;
	background-color:#3C5166;
	background-image: url(/images/sausback2.jpg);
}

#header {
	width:1020px;  /* mandatory to be centered */
    margin:auto;
}

#wrapper {
	margin:auto;
	width:980px;  /* mandatory to be centered */
	/*  text-align:left;   NOT BEING USED */
	background-color:#FFF;
}

#saus-banner {
	background:url(/images/Saus-Banner-blue-1.png);
	height:140px;
	width:100%;
	border:0;
	background-repeat: no-repeat;
	background-position: center;
}

#topnav{
	background:url(/images/saus-systems-top-nav1.png);
	text-align:center;
	height:25px;
	width:1020px;
	margin:auto;
	background-repeat: no-repeat;
}

#topnav ul{
  padding: 0;
  margin: 0;
  list-style: none;
  }

#topnav li{   /* this is for the Horizontal menu list positioning */
  float: left;
  padding:0;
  position: relative;
  white-space:nowrap;
  width: 15em;
  }

#topnav li ul { /* this is for the second level drop menu lists - vertical */
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
  }

#topnav li > ul {  /* this is a hack for ie browsers for second level menus */
	top: auto;
	left: auto;
	}

#topnav li:hover ul { display: block; }

#topnav a:link {
color: #FFFFFF;
text-decoration:none;
}

#topnav a:hover {
	background-color: #3C5166;
	color: #CCFFFF;
	font-weight: bold;
}

#topnav a:visited {
color: #000000;
text-decoration:none;
}

p,td{
	font-size:12px;
	font-family:verdana,arial,sans-serif;
	color:#305073;
	list-style-position: inside;
	position: relative;
	position: relative;
	padding-top: 2px;
}

li{
	margin-left:-20px;
}

a{
	color:#339900;
}

a:hover{
	color:#97b3c8;
}

.footer{
	font-size:10px;
}

.lessLink{
	color:#4a6b8f;
}

.lesslink a:hover{
	color:#92c2da;
}

.small{
	font-size:10px;
	font-family:verdana,arial,sans-serif;
}

/* REMOVED WHITE DUE TO OVERLAP

.white{
	color:#fff;
}
*/

.style1{
	color: #660000;
	font-weight: bold;
	font-style: italic;
}

.style2{
	color: #660000;
}

.style3{
	color: #330066;
}


/* CURVY CORNERS DIV TAGS  -  water1 is all four corners, water2 top left and bottom right corners */

.myBox{
    margin: 0 auto;
    border: 0px solid #ffffff;
    width: auto;
    padding: 10px;
    text-align: left;
    background-color: #ff0000;
    border: 3px solid #ffffff;
    margin-bottom: 0;

    /* Do rounding (native in Firefox and Safari, CC in IE) 
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    CCborderRadius: 20px;*/
}

.box2{
    background-color: #00ff00;
}

.box3{
    background-color: #0000ff;
}

.sectionLrg #container{
  -moz-border-radius-topright: 16px;
  -moz-border-radius-topleft: 16px;
  -webkit-border-top-left-radius: 16px;
  -webkit-border-top-right-radius: 16px;
}
 
.sectionSml {
  -moz-border-radius-topright: 16px;
  -moz-border-radius-topleft: 16px;
  -moz-border-radius-bottomright: 16px;
  -webkit-border-top-left-radius: 16px;
  -webkit-border-top-right-radius: 16px;
  -webkit-border-bottom-right-radius: 16px;
}

.roundalt {
  -moz-border-radius-topleft:3ex;
  -moz-border-radius-bottomright:3ex;
  -webkit-border-top-left-radius:3ex;
  -webkit-border-bottom-right-radius:3ex;
}



