/*********mambo test*********/

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	color: #000000;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	border: none;
}

img{
	border: none;
}
#container{
	width: 775px;
	margin: 0px;
	padding: 0px;
}

#logo{
	width: 775px;
	height: 74px;
	padding: 0px;
	margin: 0px;
	background-color: #A5ABB9;
	border: 0px none;
}

#contentpanel{
	width: 775px;
	padding: 0px;
	margin: 0px;
}

#bottom{
  width: 773px;
  height: 46px;
  padding: 0px;
  margin: 0px;
}

/*****Content area*****/

#left{
	float: left;
	width: 760px;
	margin-top: 10px;
	margin-left: 20px !important;
	margin-left: 10px;
	padding: 0px;
	margin-bottom: 10px;
}

p{
Padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
padding-bottom: 0px;
}

a{
	color:#3366FF;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #0000FF;
}

h1{
Padding-left: 20px;
font-size: 18px;
padding-top: 40px;
font-weight: bold;
}

h2{
Padding-left: 20px;
font-size: 14px;
font-weight: bold;
}

h3{
Padding-left: 20px;
font-size: 14px;
font-weight: bold;
}

.client {
text-align:right;
position:absolute;
top:1em;
width:765px;
color:#fff;
font-weight:bold;
}

/*********navigation buttons********/

#nav{
  position: absolute;
  top: 45px !important;
  top: 57px;
  left: 95px;
  width: 625px;
  height: 32px;
  margin: 0px;
  padding: 0px;
}

#nav ul{
	width: 625px;
}

.left {
	width: 90px;
	height: 32px;
	list-style: none;
	display:inline;
	margin: 0px;
	padding: 0px;
	float: left;
}

.middle {
	width: 128px;
	height: 32px;
	list-style: none;
	display:inline;
	margin: 0px;
	padding: 0px;
	float: left;
}

.right {
	width: 92px;
	height: 32px;
	list-style: none;
	display:inline;
	margin: 0px;
	padding: 0px;
	float: left;
}

/****inactive main navigation links****/

.left a {
	float: left;
	width: 90px !important;
	width: 55px;
	height: 32px;
	padding-left: 35px;
	background: url(../images/main/images/left_ro.jpg) no-repeat;
	padding-top: 8px;
	text-decoration: none;
	color: #000000;
}

.middle a {
	float: left;
	width: 128px !important;
	width: 103px;
	height: 32px;
	padding-left: 25px;
	background: url(../images/main/images/middle_ro.jpg) no-repeat;
	padding-top: 8px;
	text-decoration: none;
	color: #000000;
}

.right a {
	float: left;
	width: 92px !important;
	width: 67px; 
	height: 32px;
	padding-left: 25px;
	background: url(../images/main/images/right_ro.jpg) no-repeat;
	padding-top: 8px;
	text-decoration: none;
	color: #000000;
}

/****hover main navigation links****/

.left a:hover {
	float: left;
	width: 90px !important;
	width: 55px;
	height: 32px;
	padding-left: 35px;
	background: url(../images/main/images/left_over.jpg) no-repeat;
	padding-top: 8px;
	text-decoration: none;
	color: #000000;
}

.middle a:hover {
	float: left;
	width: 128px !important;
	width: 103px;
	height: 32px;
	padding-left: 25px;
	background: url(../images/main/images/middle_over.jpg) no-repeat;
	padding-top: 8px;
	text-decoration: none;
	color: #000000;
}

.right a:hover {
	float: left;
	width: 92px !important;
	width: 67px;
	height: 32px;
	padding-left: 25px;
	background: url(../images/main/images/right_over.jpg) no-repeat;
	padding-top: 8px;
	text-decoration: none;
	color: #000000;
}

/****Selected main navigation links****/


.left_selected {
	width: 90px;
	height: 32px;
	list-style: none;
	display:inline;
	margin: 0px;
	padding: 0px;
	float: left;
}

.middle_selected {
	width: 128px;
	height: 32px;
	list-style: none;
	display:inline;
	margin: 0px;
	padding: 0px;
	float: left;
}

.right_selected {
	width: 92px;
	height: 32px;
	list-style: none;
	display:inline;
	margin: 0px;
	padding: 0px;
	float: left;
}


.left_selected a {
	float: left;
	width: 90px !important;
	width: 55px;
	height: 32px;
	padding-left: 35px;
	background: url(../images/main/images/left_active.jpg) no-repeat;
	padding-top: 8px;
	text-decoration: none;
	color: #000000;
}

.left_selected a:hover {
	text-decoration: none;
	color: #000000;
}

.middle_selected a {
	float: left;
	width: 128px !important;
	width: 103px;
	height: 32px;
	padding-left: 25px;
	background: url(../images/main/images/middle_active.jpg) no-repeat;
	padding-top: 8px;
	text-decoration: none;
	color: #000000;
}

.middle_selected a:hover {
	text-decoration: none;
	color: #000000;
}

.right_selected a {
	float: left;
	width: 92px !important;
	width: 67px;
	height: 32px;
	padding-left: 25px;
	background: url(../images/main/images/right_active.jpg) no-repeat;
	padding-top: 8px;
	text-decoration: none;
	color: #000000;
}

.right_selected a:hover {
	text-decoration: none;
	color: #000000;
}
/******Sub nav buttons****/

#subnav{
  position: absolute;
  top: 87px !important;
  top: 98px;
  left: 120px;
  width: 500px;
  height: 28px;
  margin: 0px;
  padding: 0px;
  border: none;
}

#subnav ul{
	background-color: #FFFFFF;
	width: 500px;
}


.leftsub {
	width: 105px;
	height: 28px;
	list-style: none;
	display:inline;
	margin: 0px;
	padding: 0px;
	float: left;
}

.middlesub {
	width: 84px;
	height: 28px;
	list-style: none;
	display:inline;
	margin: 0px;
	padding: 0px;
	float: left;
}

.rightsub {
	width: 91px;
	height: 28px;
	list-style: none;
	display:inline;
	margin: 0px;
	padding: 0px;
	float: left;
}

/****inactive sub navigation links****/

.leftsub a {
	float: left;
	width: 105px !important;
	width: 97px;
	height: 28px;
	background: url(../images/sub/images/left_ro.jpg) no-repeat;
	padding-left: 8px;
	padding-top: 6px;
	text-decoration: none;
	color: #000000;
}

.middlesub a {
	float: left;
	width: 84px !important;
	width: 80px;
	height: 28px;
	background: url(../images/sub/images/middle_ro.jpg) no-repeat;
	padding-left: 4px;
	padding-top: 6px;
	text-decoration: none;
	color: #000000;
}

.rightsub a {
	float: left;
	width: 92px !important;
	width: 88px;
	height: 28px;
	background: url(../images/sub/images/right_ro.gif) no-repeat;
	padding-left: 4px;
	padding-top: 6px;
	text-decoration: none;
	color: #000000;
}

/****hover sub navigation links****/

.leftsub a:hover {
	float: left;
	width: 105px !important;
	width: 97px;
	height: 28px;
	background: url(../images/sub/images/left_over.jpg) no-repeat;
	padding-left: 8px;
	padding-top: 6px;
	text-decoration: none;
	color: #000000;
}

.middlesub a:hover {
	float: left;
	width: 84px !important;
	width: 80px;
	height: 28px;
	background: url(../images/sub/images/middle_over.jpg) no-repeat;
	padding-left: 4px;
	padding-top: 6px;
	text-decoration: none;
	color: #000000;
}

.rightsub a:hover {
	float: left;
	width: 92px !important;
	width: 88px;
	height: 28px;
	background: url(../images/sub/images/right_over.gif) no-repeat;
	padding-left: 4px;
	padding-top: 6px;
	text-decoration: none;
	color: #000000;
}

/****selected sub navigation links****/

.leftsub_selected {
	width: 105px;
	height: 28px;
	list-style: none;
	display:inline;
	margin: 0px;
	padding: 0px;
	float: left;
}

.middlesub_selected {
	width: 84px;
	height: 28px;
	list-style: none;
	display:inline;
	margin: 0px;
	padding: 0px;
	float: left;
}

.rightsub_selected {
	width: 91px;
	height: 28px;
	list-style: none;
	display:inline;
	margin: 0px;
	padding: 0px;
	float: left;
}

.leftsub_selected a {
	float: left;
	width: 105px !important;
	width: 97px;
	height: 28px;
	background: url(../images/sub/images/left_active.jpg) no-repeat;
	padding-left: 8px;
	padding-top: 6px;
	text-decoration: none;
	color: #000000;
}

.leftsub_selected a:hover {
	text-decoration: none;
	color: #000000;
}

.middlesub_selected a {
	float: left;
	width: 84px !important;
	width: 80px;
	height: 28px;
	background: url(../images/sub/images/middle_active.jpg) no-repeat;
	padding-left: 4px;
	padding-top: 6px;
	text-decoration: none;
	color: #000000;
}

.middlesub_selected a:hover {
	text-decoration: none;
	color: #000000;
}

.rightsub_selected a {
	float: left;
	width: 92px !important;
	width: 88px;
	height: 28px;
	background: url(../images/sub/images/right_active.gif) no-repeat;
	padding-left: 4px;
	padding-top: 6px;
	text-decoration: none;
	color: #000000;
}

.rightsub_selected a:hover {
	text-decoration: none;
	color: #000000;
}

/******connector******/

#connector {
	position: absolute;
	top: 88px !important;
	top: 89px;
	left: 238px;
	width: 5px;
	height: 10px;
	background: url(../images/sub/images/connector.jpg) no-repeat;
	/*border:double;*/
}

/***********Footer Menu***********/


#footer2 {
height: 60px;
width: 100%;
}

#footer {
	background:url(../images/background/footer.jpg) repeat-x;
	float: left;
	height: 22px;
	width: 100%;
}

#footer ul{
	padding-left: 300px;
	margin-top: 4px;
}

#footer li{
	display:inline;
	color: #fff;
}

#footer li a{
	color: #fff;
}

.img_right {
	float: right;
	padding-top: 20px;
}

.img_left {
	float: left;

}

form {
padding-left: 20px;
}