body {
    background: #f0ffff;
    margin: 0px;
    font: 14px Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
    width:1000px;
    color: #000099;
}

#container {
	background: transparent url(images/sandbgtexture.jpg) repeat-y;
	position: absolute;
	margin-right: 0px;
	margin-left: -500px;
	margin-bottom: 0px;
	width: 1000px;
	height: auto;
	left: 50%;
	padding:0px;
}

#footer {
	background: transparent url(images/sandbgtexture.jpg) repeat-y;
	padding-top: 50px;
	font-size: 10px;
	color: #000099;
	text-align: center;
	width:1000px;
	height:50px;
}

#footer p {
	margin-left:30px;
}

#footer a {
	color: #000099;
	text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}

#footer .biz { 
	font-size: 9px;
	text-align: center;
}
					 
#header {
	margin: 0;
	text-align: center;
	width: 100%;
	background: #f7971c;
}

.center {
	vertical-align:top;
	clear: left;
	height:616px;
	background: url(images/center.jpg) no-repeat top right;
	padding: 0;
	text-align: justify;	
}		

.left { 
	display:none;
}

.right { 
	display:none;
}

#content{
	margin-top:0px;
	margin-left:210px;
	min-height: 526px;
	padding: 20px;
	text-align: justify;	
	width: 610px;
	z-index: 1;
}

#content A:HOVER	{ COLOR: #ff9933}
#content A:LINK		{ COLOR: #ffffff}
#content A:ACTIVE	{ COLOR: #ff9933}
#content A:VISITED	{ COLOR: #ffffff}
#content A.STANDARD:LINK
{
	COLOR: #ffffff; FONT-SIZE:10pt; FONT-FAMILY: Arial;FONT-WEIGHT: Bold;
}
#content A.STANDARD:HOVER
{
	COLOR: #ff9933;
}
#content A.STANDARD:ACTIVE
{
	COLOR: #ff9933;
}
#content A.TESTIMONIAL:LINK {COLOR: #000099;  FONT-SIZE:10pt; FONT-FAMILY: Arial;FONT-WEIGHT: Bold;}
#content A.TESTIMONIAL:HOVER {COLOR: #ff9933;  FONT-SIZE:10pt; FONT-FAMILY: Arial;FONT-WEIGHT: Bold;}
#content A.TESTIMONIAL:ACTIVE {COLOR: #ff9933;  FONT-SIZE:10pt; FONT-FAMILY: Arial;FONT-WEIGHT: Bold;}
#content A.TESTIMONIAL:VISITED {COLOR: #000099;  FONT-SIZE:10pt; FONT-FAMILY: Arial;FONT-WEIGHT: Bold;}

/*-----------Horizontal Menu---------*/

#menu {
	font-size: 13px;
	padding-top:0px;
	height: 23px;
	width:1000px;
	background-color: #f0ffff;
	text-align: center;
}
		
#menu ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
        width: 1000px;
	margin-left: 0px;
	text-align: left;
}

#nav ul { /* all lists */
        padding: 0;
        margin: 0;
        list-style-type: none;
	border : 1px solid #ccc;		
}
		
#nav a {
        display: block;
        width: 200px;
	height: 23px;
        padding: 0px 0px 0px 0px;
        color: #000099;
        border-bottom: 0px solid #ccc;
	text-align: center;
}

#nav li ul a:hover {
	border-bottom: 1px solid #000099; 
}

#nav li a:hover {
	color : #f7971c;
	background-color : #4a96c9;
	border-bottom: 0px solid #ccc;
}

#nav li { /* all list items */
	float: left;
	width: 200px; /* width needed or else Opera goes nuts */
	margin-right:0px;
}

#nav li ul { /* second-level lists */
        position: absolute;
        width: 200px;
        _width: 200px;
        list-style-type: none;
        left: -999em;
	font-size: 12px;
	color: #000099;
	text-align: left;
	border-bottom: 0px solid #ccc;
	z-index: 100;
margin-left:-1px;
/*using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
        margin: -25px 0 0 200px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {
	left: auto;
}

#nav li ul a {
    color : #000099;
    background-color : #f7971c;
    text-decoration : none;
    _width: 200px;
    width: 200px;
    height:23px;
    padding-top:2px;
    border-bottom: 1px solid #ccc;
}

#nav li ul a:hover {
     color : #000099;
     background-color: #ffffff;
     text-decoration : none;
     _width: 200px;
     width: 200px;
}
				
#nav li a:hover {
     color : #fff;
     background-color : #4a96c9;
     text-decoration : none;
}
			 
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/*-----------End Horizontal Menu---------*/	
