html, body {
    	background: url(images/top-fill.gif) #FAFCFC left top no-repeat;
    	margin: 0px;
    	padding: 0px;
}
html, body {
    	font-family: Verdana, Helvetica;
    	font-size: 0.9em;
}
pre {
    	font-family: Verdana, Helvetica;
    	font-size: 12.5px;
    	text-align: left;
}
a {
		color: #338CAE;
		text-decoration: underline;
}

#wrapper {
    	position: absolute;
    	top: 0px;
    	left: 0px;
    	width: 800px;
		background: url(images/body-fill.jpg) #FFFFFF bottom no-repeat;
}
#header {
    	position: relative;
    	top:  0px;
    	left: 0px;
    	width:  800px;
    	height: 104px;
    	background: url(images/header_fill.gif) top no-repeat;
}
#logo {
    	position: absolute;
    	top: -91px;
    	left: 20px;
    	width: 140px;
    	height: 101px;
    	background: url(images/logo.gif) no-repeat;
}
#page-title {
    	position: absolute;
    	top: 41px;
    	left: 593px;
}
#page-title2 {
    	position: absolute;
    	top: 41px;
    	right: 24px;
}
#menu {
    	position: relative;
    	top: -4px;
    	left: 0px;
    	margin: 0px;
    	width: 169px;
    	height: 266px;
    	background: #D3E7E9;
    	text-align: right;
   		float: left;
}
#teal-menu-first {
    	position: relative;
    	padding-top: 24px;
    	padding-bottom: 5px;
    	padding-right: 10px;
}
#teal-menu {
    	position: relative;
    	padding-bottom: 5px;
    	padding-right: 10px;
}
#red-menu-first {
    	position: relative;
    	padding-top: 30px;
    	padding-bottom: 9px;
    	padding-right: 10px;
}
#red-menu {
    	position: relative;
    	padding-bottom: 9px;
    	padding-right: 10px;
}
#main {
        position: relative;
       	top: 0px;
   		left: 0px;
        border-right: 1px #EEEEEE solid;
		border-bottom: 1px #EEEEEE solid;
		/* border-left: 1px #EEEEEE solid; */
		-moz-box-sizing: border-box;
		margin: 0 0 0 169px;
		min-height: 390px;
}
/* for Internet Explorer */
/*\*/
* html #main{
		height: 390px;
}
/**/
/* html > div#main {width: 628px;} */ /* For Firefox & Safary */

#footer {
    	position: relative;
   		left: 0px;
    	width: 800px;
    	height: 88px;
    	text-align: center;
}
#footer-text {
    	position: relative;
    	top: 30px;
    	text-align: center;
    	font-size: 95%;
}
#page-img {
    	position: absolute;
    	bottom: 65px;
    	left: 580px;
    	z-index: 6;
}
#clear {
    	clear:both;
    	height:1px;
    	overflow:hidden;
}
#content {
   		/*position: relative;*//* scrollin on testimonials does't work with this*/
   		padding-left: 1em;
   		padding-right: 1em;
   		padding-bottom: 1em;
   		padding-top: 1.7em;
   		display: block;
  		OVERFLOW: auto;
}
   
.teal-text {
  		color: #0F6073;
}
  
.red-text {
  		color: #993300;
}
  
.justified {
	text-align: left;
}
.bold {
  		font-weight: bold;
}
.small {
     	font-size: 75%;
}
.medium {
     	font-size: 85%;
}
.big {
		font-size: 100%;
}
.underline {
		text-decoration: underline;
}
.no-decoration {
 		text-decoration: none;
}
