/* CSS Document */

body
{
	margin: 0px;
	background-color: #F1F2EA;
}

div, p
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}

p
{
	margin: 10px 0px;
}

ul
{
	margin: 0px;
	padding: 0px;
}

a
{
	color: #000000;
	text-decoration: underline;
}

a:hover
{
	color: #7C7E74;
	text-decoration: none;
}

a:active
{
    color: #000000;
    text-decoration: none;
}

a:visited
{
    color: #7C7E74;
    text-decoration: underline;
}

img
{
	border: 0px;
}

#wrapper
{
	width: 850px;
	margin: 0px auto;
}

#header
{
	width: 850px;
	height: 75px;
	position: relative;
	z-index: 10;
}

#headerbar
{
	background-color: #A9CFDA;
	height: 32px;
}

#vision
{
	position: absolute;
	top: 46px;
	left: 68px;
}

#topnav
{
	position: absolute;
	top: 48px;
	right: 0px;
	white-space: nowrap;
	z-index: 100;
}

#topnav li
{
	margin-left: 20px;
	list-style-type: none;
	display: inline;
	font-size: 12px;
	font-family: HelveticaNeue, Arial, Sans-Serif;
	white-space: nowrap
}

#topnav li a
{
	color: #6FADBE;
	text-decoration: none;
}

#topnav li a:hover
{
	color: #BBC683;
	text-decoration: none;
}

#topnav li a img
{
	margin-right: 6px;
}

#topnav li span
{
    margin-left: 6px;
    color: #BBC683;
}

#topnavsub
{
    background-color: #F1F2EA;
    position: absolute;
    top: 16px;
    right: 18px;
    padding: 6px 8px;
}

#topnavsub li
{
    margin: 0px 8px;
    background-color: #F1F2EA;
	list-style-type: none;
	display: inline;
	font-size: 10px;
	color: #BBC683;
	white-space: nowrap;
}

#topnavdd
{
    background-color: #F1F2EA;
    padding: 6px 8px;
}

#topnavdd li
{
    margin: 0px 8px;
    background-color: #F1F2EA;
	list-style-type: none;
	display: inline;
	font-size: 10px;
	white-space: nowrap;
}

#topnavdd li a
{
	color: #6FADBE;
	text-decoration: none;
}

#topnavdd li a:hover
{
	color: #BBC683;
	text-decoration: none;
}

#leftsidearrow
{
	position: absolute;
	top: 0px;
	left: -16px;
}

.leftSupportImage
{
	float: left;
	margin: 0px 12px 6px 0px;
}

.rightSupportImage
{
	float: right;
	margin: 0px 0px 6px 12px;
}

#endtext
{
	margin-top: 24px;
}

#bodytext
{
    min-height: 370px;
}

#bodytext ul
{
    margin-left: 20px;
}

#footer
{
	margin: 4px 0px 12px 0px;
	text-align: right;
	font-size: 11px;
}

/* AREA FOR ROLLOUT MENU */

.contain { position: relative; z-index: 200; }

#menu1Container { left: 1px; visibility: hidden; position: absolute; top: 1px; background-color: transparent; }
#menu2Container { left: 1px; visibility: hidden; position: absolute; top: 1px; background-color: transparent; }
#menu3Container { left: 1px; visibility: hidden; position: absolute; top: 1px; background-color: transparent; }
#menu4Container { left: 1px; visibility: hidden; position: absolute; top: 1px; background-color: transparent; }
#menu5Container { left: 1px; visibility: hidden; position: absolute; top: 1px; background-color: transparent; }
#menu6Container { left: 1px; visibility: hidden; position: absolute; top: 1px; background-color: transparent; }
#menu7Container { left: 1px; visibility: hidden; position: absolute; top: 1px; background-color: transparent; }

/* END AREA FOR ROLLOUT MENU */