/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

/* form elements */
form {
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
	font-family: Verdana;
	font-size: 10px;
}
input {
	padding:1px;
	font: normal 1em Verdana, sans-serif;
	color:#2E7AA6;
}
textarea {
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button {
	font: bold 12px Arial, Sans-serif;
	height: 24px;
	margin: 0;
	padding: 2px 3px;
	color: #333;
	border: 1px solid #dadada;
	background-color: #88A3B2;
	background-repeat: repeat-x;
}
#wraper{
	padding:0;
	background-color:#FFFFFF;
	color:#000;
	width: 995px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

ul{
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:11px;
	font-family:Arial;
}
.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}
#table {
	border: 1px dashed #999999;
}
/*------------------------------------------------body--------------------*/

/*------------------------------------------------top part--------------------*/
#top{
	width:995px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	height: 74px;
	background-image: url(../images/topbg.jpg);
}
#home{
	width:65px;
	float: left;
	padding-left: 20px;
	vertical-align: bottom;
	font-family: Arial;
	font-size: 11px;
	color: #5CC400;
}
#icon{
	width:18px;
	float: right;
	vertical-align: bottom;
	padding-top: 17px;
	padding-left: 10px;
}
#top ul{
	width:740px;
	height:32px;
	position:relative;
	float: left;
	background-color: #267296;
	padding-top: 5px;
	padding-left: 5px;
}
#top ul li{
	float:left;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 6px;
	padding-left: 5px;
}
#top ul li a{
	width:auto;
	display:block;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
#top ul li a:hover{
	width:auto;
	color:#BC3D05;
	background-color:inherit;
}
#top ul li.hover{
	float:left;
	width:auto;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	background-color:inherit;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
#search {
	float: right;
	font-size: 10px;
	background-color: #267296;
	height: 29px;
	padding-top: 8px;
}
#search input {
	padding:1px;
	font: normal 1em Verdana, sans-serif;
	color:#2E7AA6;
	border: 1px solid #163A52;
}
#search input.button {
	height: 24px;
	margin: 0;
	color: #333;
	border: 1px solid #dadada;
	background-color: #88A3B2;
	background-repeat: repeat-x;
	font-family: Arial, Sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#topinside{
	width:962px;
	position:relative;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	height: 155px;
	background-image: url(images/top_inside_bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-top: 0px;
}
#topinside img{
	position:absolute;
	left:675px;
	top:60px;
	width:286px;
	height:70px;
}
#topinside link{
	position:absolute;
	left:673px;
	top:45px;
	width:286px;
	height:66px;
	float: right;
}
#topinside ul{
	width:558px;
	height:20px;
	position:relative;
	float: right;
	padding-left: 2px;
	padding-top: 76px;
}
#topinside ul li{
	float:left;
	margin:0 1px 0 0;
}
#topinside ul li a{
	background:url(images/nav_bg.gif) 0 0 no-repeat;
	width:92px;
	height:29px;
	display:block;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	background-color:inherit;
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 29px;
	font-weight: bold;
}
#topinside ul li a:hover{
	background:url(images/nav_hover.gif) 0 0 no-repeat;
	width:92px;
	height:29px;
	color:#4C4C4C;
	background-color:inherit;
}
#topinside ul li.hover{
	float:left;
	margin:0 1px 0 0;
	background:url(images/nav_hover.gif) 0 0 no-repeat;
	width:92px;
	height:29px;
	display:block;
	color:#4C4C4C;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	background-color:inherit;
	font-family: Verdana;
	font-size: 11px;
	line-height: 29px;
	font-weight: bold;
}
/*------------------------------------------------top part--------------------*/

/*------------------------------------------------header--------------------*/
#header{
	width:995px;
	height:101px;
	margin:0 auto;
	background-image: url(../images/topbanner.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #FFFFFF;
}
#header1{
	width:995px;
	height:101px;
	margin:0 auto;
	background-image: url(../images/topbanner1.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #FFFFFF;
}




#header h2{
	display:block;
	height:23px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 18px;
	margin-left: 0;
	padding-top: 70px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 236px;
	text-align: right;
}
#header h2 span{
	font:bold 34px/20px Arial, Helvetica, sans-serif;
	color:#FDFF35;
	padding:0 0 0 0;
	width:448px;
	background-repeat: repeat-x;
	background-position: 0 0;
}
#header p{
	color:#666666;
	background-color:inherit;
	text-align:center;
	margin:0 0 18px 0;
	display:block;
	font-family: Verdana;
	font-size: 13px;
	line-height: 19px;
	font-weight: bold;
}
#header p span{
	background-color:#3A6200;
	color:#fff;
	padding:0 2px 0 4px;
}
#header a{
	background:url(images/btn_click.gif) 0 0 no-repeat;
	width:228px;
	height:25px;
	display:block;
	margin:0 0 0 370px 
}
#header a:hover{
	background:url(images/btn_click_hover.gif) 0 0 no-repeat;
}
/*------------------------------------------------header--------------------*/

/*------------------------------------------------body--------------------*/
#body{
	width:995px;
	margin:0 auto;
	padding:0;
	background-color:#fff;
	color:#000;
}
#body ul.nav{
	width:893px;
	height:46px;
	border-bottom:#EEEEEE solid 4px;
	padding:8px 0 6px 4px;
	margin:0 0 24px 0;
	background-color:#fff;
	color:#000;
}
#body ul.nav li.navLink{
	display:block;
	background:url(images/nav_div.gif) right top repeat-y;
	float:left;
	height:46px;
	padding:0 1px 0 0;
}
#body ul.nav li.navLinkNoBdr{
	display:block;
	background-image:none;
	float:left;
	height:46px;
	padding:0 1px 0 0;
}
#body ul.nav li.navLink a.service{
	display:block;
	background:url(images/services_icon.gif) 0 7px no-repeat #fff;
	color:#0C2263;
	text-transform:capitalize;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 46px;
	font-weight: bold;
	padding-top: 0;
	padding-right: 14px;
	padding-bottom: 0;
	padding-left: 35px;
}
#body ul.nav li.navLink a.service:hover{
	background:url(images/services_icon_hover.gif) 0 7px no-repeat #fff;
	color:#239A03;
}
#body ul.nav li.navLink a.testimonial{
	display:block;
	background:url(images/testimonial_icon.gif) 10px 7px no-repeat #fff;
	color:#0C2263;
	text-transform:capitalize;
	text-decoration:none;
	font-family: Verdana;
	font-size: 11px;
	line-height: 46px;
	font-weight: bold;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 60px;
}
#body ul.nav li.navLink a.testimonial:hover{
	background:url(images/testimonial_icon_hover.gif) 10px 7px no-repeat #fff;
	color:#239A03;
}
#body ul.nav li.navLink a.project{
	display:block;
	background:url(images/project_icon.gif) 9px 7px no-repeat #fff;
	color:#0C2263;
	text-transform:capitalize;
	text-decoration:none;
	font-family: Verdana;
	font-size: 11px;
	line-height: 46px;
	font-weight: bold;
	padding-top: 0;
	padding-right: 14px;
	padding-bottom: 0;
	padding-left: 47px;
}
#body ul.nav li.navLink a.project:hover{
	background:url(images/project_icon_hover.gif) 9px 7px no-repeat #fff;
	color:#239A03;
}
#body ul.nav li.navLink a.privacy{
	display:block;
	background:url(images/privacy_icon.gif) 12px 7px no-repeat #fff;
	color:#0C2263;
	text-transform:capitalize;
	text-decoration:none;
	font-family: Verdana;
	font-size: 11px;
	line-height: 46px;
	font-weight: bold;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 58px;
}
#body ul.nav li.navLink a.privacy:hover{
	background:url(images/privacy_icon_hover.gif) 12px 7px no-repeat #fff;
	color:#239A03;
}
#body ul.nav li.navLinkNoBdr a.moreLink{
	display:block;
	background:url(images/more_links_icon.gif) 8px 7px no-repeat #fff;
	color:#0C2263;
	text-transform:capitalize;
	text-decoration:none;
	font-family: Verdana;
	font-size: 11px;
	line-height: 46px;
	font-weight: bold;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 55px;
}
#body ul.nav li.navLinkNoBdr a.moreLink:hover{
	background:url(images/more_links_icon_hover.gif) 8px 7px no-repeat #fff;
	color:#239A03;
}
/*------------------------------------------------left panel--------------------*/
#left{
	width:190px;
	float:left;
	margin-top: 10px;
	background-position: left top;
	background-repeat: no-repeat;
	font-family: arial;
	font-size: 11px;
	text-align: justify;
	margin-left: 5px;
}
#left h2{
	color:#254D68;
	font-family: tahoma;
	font-size: 15px;
	line-height: normal;
	font-weight: bold;
}
#left p.lftText{
	color:#000;
	background-color:#fff;
	margin:0;
	padding:0;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	font-variant: normal;
}
#left p.lftText span{
	color:#9E3F01;
	background-color:#FFF6DB;
	font-family: Verdana;
	font-size: 12px;
	line-height: 19px;
	font-weight: bold;
}
#left p.viewMore{
	width:77px;
	height:13px;
	background:url(images/view_more_bg.gif) 0 0 repeat-x;
	font-size:0;
	display:block;
}
#left p.viewMore a{
	background:url(images/view_more.gif) 0 0 no-repeat;
	width:77px;
	height:13px;
	display:block;
}
#left p.viewMore a:hover{
	background:url(images/view_more_hover.gif) 0 0 no-repeat;
}
#leftBottom{
	width:364px;
	background:url(images/left_bottom_bg.gif) 0 0 repeat-y;
}
#leftBottom p.top1{
	background:url(images/left_bottom_top.gif) 0 0 no-repeat;
	width:364px;
	height:21px;
}
#leftBottom h2{
	background:url(images/left_bottom_h2.gif) 0 0 no-repeat;
	width:364px;
	height:52px;
}
#leftBottom p.lftBottomText{
	margin:0 13px 0 18px;
	font:bold 13px/19px Arial, Helvetica, sans-serif;
	color:#91835B;
	background-color:#fff;
}
#leftBottom p.lftBottomText span{
	font:bold 13px/19px Arial, Helvetica, sans-serif;
	color:#C24E01;
	background-color:#fff;
}
#leftBottom p.bot1{
	background:url(images/left_bottom_bot.gif) 0 0 no-repeat;
	width:364px;
	height:25px;
}
#leftpanel{
	width:210px;
	float:left;
	border: 1px dashed #F0F0F0;
	padding: 5px;
	margin-top: 200px;
}
#leftpanel h2.mem{
	width:214px;
	color:#239A03;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: normal;
	font-weight: bold;
	height: 36px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(images/member_login.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
}
#leftpanel p.bottom2{
	background:url(images/memberlogin_bot.gif) 0 0 no-repeat;
	width:200px;
	height:30px;
	margin:0 0 5px 0;
}
#leftpanel h2.solution{
	font:bold 24px/39px Arial, Helvetica, sans-serif;
	color:#497C00;
	background-color:#fff;
	padding:0 0 0 17px;
}
#leftpanel ul{
	width:183px;
	padding:0 0 0 0px;
}
#leftpanel ul li.one{
	display:block;
	background:url(images/solution_div.gif) left bottom repeat-x;
	width:auto;
	padding:0 0 1px 0;
}
#leftpanel ul li.one a{
	background:url(images/arrow.gif) 0 7px no-repeat;
	padding:0 0 0 14px;
	color:#000;
	background-color:#fff;
	text-decoration:none;
	margin:0;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
}
#leftpanel ul li.one a:hover{
	color:#A60303;
	background-color:#ECECEC;
}
#leftpanel ul li.noImg{
	display:block;
	background-image:none;
	height:20px;
}

#leftpanel ul li.two{
	display:block;
	background:url(images/solution_div.gif) left bottom repeat-x;
	width:auto;
	padding:0 0 1px 0;
}
#leftpanel ul li.two a{
	background:url(images/arrow.gif) 0 7px no-repeat;
	padding:0 0 0 14px;
	color:#000;
	background-color:#fff;
	text-decoration:none;
	margin:0;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
}
#leftpanel ul li.two a:hover{
	color:#A60303;
	background-color:#ECECEC;
}
#leftpanel ul li.noImg{
	display:block;
	background-image:none;
	height:20px;
}
#leftpanel ul.navone{
	width:190px;
	background-color:#fff;
	color:#000;
	display: block;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
}
#leftpanel ul.navone li.navLink{
	display:block;
	float:left;
	background-repeat: repeat-y;
	background-position: right top;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 0;
	border-top-width: 1px;
	border-right-width: 1.8px;
	border-bottom-width: 1px;
	border-left-width: 1.8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E6E6E6;
	border-right-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	border-left-color: #E6E6E6;
}
#leftpanel ul.navone li.navLinkNoBdr{
	display:block;
	background-image:none;
	float:left;
	height:46px;
	padding:0 1px 0 0;
}
#leftpanel ul.navone li.navLink a.service{
	display:block;
	background:url(images/services_icon.gif) 0 7px no-repeat #fff;
	color:#0C2263;
	text-transform:capitalize;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 46px;
	font-weight: bold;
	padding-top: 0;
	padding-right: 14px;
	padding-bottom: 0;
	padding-left: 35px;
	width: 157px;
}
#leftpanel ul.navone li.navLink a.service:hover{
	color:#39638A;
	background-color: #fff;
	background-image: url(images/services_icon_hover.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	left: 14px;
	right: 35px;
}
#leftpanel ul.navone li.navLink a.testimonial{
	display:block;
	color:#0C2263;
	text-transform:capitalize;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 46px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 40px;
	background-color: #fff;
	background-image: url(images/testimonial_icon.gif);
	background-repeat: no-repeat;
	background-position: -6px 7px;
	width: 156px;
}
#leftpanel ul.navone li.navLink a.testimonial:hover{
	color:#39638A;
	left: 40px;
	right: 10px;
	background-color: #fff;
	background-image: url(images/testimonial_icon_hover.gif);
	background-repeat: no-repeat;
	background-position: -6px 7px;
}
#leftpanel ul.navone li.navLink a.project{
	display:block;
	color:#0C2263;
	text-transform:capitalize;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 46px;
	font-weight: bold;
	padding-top: 0;
	padding-right: 14px;
	padding-bottom: 0;
	padding-left: 40px;
	background-color: #fff;
	background-image: url(images/project_icon.gif);
	background-repeat: no-repeat;
	background-position: 1px 7px;
	width: 152px;
}
#leftpanel ul.navone li.navLink a.project:hover{
	color:#39638A;
	background-color: #fff;
	background-image: url(images/project_icon_hover.gif);
	background-repeat: no-repeat;
	background-position: 1px 7px;
}
#leftpanel ul.navone li.navLink a.privacy{
	display:block;
	color:#0C2263;
	text-transform:capitalize;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 46px;
	font-weight: bold;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 40px;
	background-color: #fff;
	background-image: url(images/privacy_icon.gif);
	background-repeat: no-repeat;
	background-position: 1px 7px;
	width: 151px;
}
#leftpanel ul.navone li.navLink a.privacy:hover{
	color:#39638A;
	background-color: #fff;
	background-image: url(images/privacy_icon_hover.gif);
	background-repeat: no-repeat;
	background-position: 1px 7px;
}
#leftpanel ul.navone li.navLink a.moreLink{
	display:block;
	color:#0C2263;
	text-transform:capitalize;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 46px;
	font-weight: bold;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 40px;
	background-color: #fff;
	background-image: url(images/more_links_icon.gif);
	background-repeat: no-repeat;
	background-position: 1px 7px;
	width: 166px;
}
#leftpanel ul.navone li.navLink a.moreLink:hover{
	color:#39638A;
	background-color: #fff;
	background-image: url(images/more_links_icon_hover.gif);
	background-repeat: no-repeat;
	background-position: 1px 7px;
}
/*------------------------------------------------left panel--------------------*/

/*------------------------------------------------mid panel--------------------*/
#mid{
	width:500px;
	float:left;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 0;
	padding-left: 11px;
	margin-top: 10px;
}
#mid ul{
	float: left;
	padding-top: 5px;
	padding-left: 5px;
	width: 500px;
}
#mid ul li{
	float:left;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 6px;
	padding-left: 5px;
	list-style-image: url(images/bullet.gif);
	color: #339900;
    text-decoration: none;
    font-family: Arial;
    font-size: 12px;
}
#mid a:link {
	color: #339900;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
}
#mid a:visited {
       color: #339900;
       text-decoration: none;
}
#mid a:hover {
       color: #FF9900;
       text-decoration: underline;
}

#mid h2{
	font-size: 25px;
	font-weight: bold;
	color: 3B5D74;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFBA00;
	font-family: georgia;
}
#mid h3{
	color:#339900;
	padding:0;
	margin:0;
	font-family: "Trebuchet MS";
	font-size: 15px;
	line-height: normal;
	font-weight: bold;
}
#mid h4{
	color:#113C5E;
	padding:0;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	border-bottom:dotted;
	border-bottom-width:1px;
	border-bottom-color: #009933;
}


#mid p.midText{
	color:#3D5A6E;
	margin:0 0 31px 0;
	font-family: Verdana;
	font-size: 11px;
	line-height: 19px;
	font-style: italic;
}
#mid p.bullet{
	color:#3D5A6E;
	margin:0 0 31px 0;
	font-family: Verdana;
	font-size: 11px;
	line-height: 19px;
	font-style: italic;
	list-style-position: inside;
	list-style-image: url(images/bullet.gif);
}
#mid p.midText2{
	color:#6494C3;
	margin:0 0 46px 0;
	font-family: Verdana;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}
#midpanel{
	width:450px;
	padding:4px 13px 0 11px;
	float:left;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #267296;
	text-align: justify;
}
#midpanel h2{
	font-family: Verdana;
	font-size: 22px;
	line-height: 38px;
	font-weight: bold;
	color: #239A03;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#midpanel img{
	background-position: center center;
	text-align: center;
	vertical-align: bottom;
}
#midpanel h3{
	color:#6C95C6;
	padding:0;
	margin:0;
	text-transform:lowercase;
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
}
#midpanel p.midText{
	color:#226E96;
	margin:0 0 31px 0;
	font-family: Arial;
	font-size: 12px;
	line-height: 19px;
	font-weight: bold;
}
#midpanel p.midText2{
	font:bold 16px/22px Arial, Helvetica, sans-serif;
	color:#6494C3;
	margin:0 0 46px 0;
}
#midborder{
	width:300px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	text-align: justify;
	border: 1px dashed #CC0000;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 0;
	padding-left: 11px;
}
/*------------------------------------------------mid panel--------------------*/

/*------------------------------------------------right panel--------------------*/
#right{
	width:235px;
	float:right;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-top: 10px;
}
#right h2.mem{
	width:214px;
	color:#239A03;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: normal;
	font-weight: bold;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
	vertical-align: middle;
}
#right form{
	width:185px;
	margin:0;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 10px;
	border: 1px dashed #CC0000;
}
#right form input.txtBox{
	width:190px;
	height:19px;
	border-left:#808080 solid 1px;
	border-top:#808080 solid 1px;
	border-right:#D4D0C8 solid 1px;
	border-bottom:#D4D0C8 solid 1px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 17px;
	margin-left: 0;
	padding-top: 5;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}
#right form a{
	font:bold 11px/19px Arial, Helvetica, sans-serif;
	color:#7BCA0A;
	background-color:#131313;
	text-decoration:blink;
	float:left;
	padding:0 0 0 14px;
	width:79px;
}
#right form a:hover{
	text-decoration:none;
}
#right form input.login{
	width:45px;
	height:13px;
	border:none;
	cursor:crosshair;
	float:right;
	margin-right: 15px;
}
#right p.bottom2{
	width:200px;
	height:30px;
	margin:0 0 5px 0;
}
#right h2.solution{
	font:bold 24px/39px Arial, Helvetica, sans-serif;
	color:#497C00;
	background-color:#fff;
	padding:0 0 0 17px;
}
#right ul{
	width:175px;
	padding:0 0 0 17px;
	border: 1px dashed #FF3300;
}
#right ul li.one{
	display:block;
	background:url(images/solution_div.gif) left bottom repeat-x;
	width:auto;
	padding:0 0 1px 0;
}
#right ul li.one a{
	background:url(images/arrow.gif) 0 7px no-repeat;
	padding:0 0 0 14px;
	color:#000;
	background-color:#fff;
	text-decoration:none;
	margin:0;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
}
#right ul li.one a:hover{
	color:#A60303;
	background-color:#ECECEC;
}
#right ul li.noImg{
	display:block;
	background-image:none;
	height:20px;
}

#right ul li.two{
	display:block;
	background:url(images/solution_div.gif) left bottom repeat-x;
	width:auto;
	padding:0 0 1px 0;
}
#right ul li.two a{
	background:url(images/arrow.gif) 0 7px no-repeat;
	padding:0 0 0 14px;
	color:#000;
	background-color:#fff;
	text-decoration:none;
	margin:0;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
}
#right ul li.two a:hover{
	color:#A60303;
	background-color:#ECECEC;
}
#right ul li.noImg{
	display:block;
	background-image:none;
	height:20px;
}
#rightpanel{
	width:250px;
	float:right;
	background-image: url(images/josephinsideimage.gif);
	height: 350px;
	background-repeat: no-repeat;
}
#rightpanel h2{
	font:bold 24px/16px Arial, Helvetica, sans-serif;
	color:#497C00;
	background-color:#fff;
	margin:0 0 12px 0;
	display:block;
}
#rightpanel p.lftText{
	font:normal 12px/19px Arial, Helvetica, sans-serif;
	color:#000;
	background-color:#fff;
	margin:0;
	padding:0;
}
#rightpanel p.lftText span{
	color:#9E3F01;
	background-color:#FFF6DB;
	font:bold 12px/19px Arial, Helvetica, sans-serif;
}
#rightpanel p.viewMore{
	width:77px;
	height:13px;
	background:url(images/view_more_bg.gif) 0 0 repeat-x;
	font-size:0;
	display:block;
}
#rightpanel p.viewMore a{
	background:url(images/view_more.gif) 0 0 no-repeat;
	width:77px;
	height:13px;
	display:block;
}
#rightpanel p.viewMore a:hover{
	background:url(images/view_more_hover.gif) 0 0 no-repeat;
}
#rightpanelBottom{
	width:364px;
	background:url(images/left_bottom_bg.gif) 0 0 repeat-y;
}
#rightpanelBottom p.top1{
	background:url(images/left_bottom_top.gif) 0 0 no-repeat;
	width:364px;
	height:21px;
}
#rightpanelBottom h2{
	background:url(images/left_bottom_h2.gif) 0 0 no-repeat;
	width:364px;
	height:52px;
}
#rightpanelBottom p.lftBottomText{
	margin:0 13px 0 18px;
	font:bold 13px/19px Arial, Helvetica, sans-serif;
	color:#91835B;
	background-color:#fff;
}
#rightpanelBottom p.lftBottomText span{
	font:bold 13px/19px Arial, Helvetica, sans-serif;
	color:#C24E01;
	background-color:#fff;
}
#rightpanelBottom p.bot1{
	background:url(images/left_bottom_bot.gif) 0 0 no-repeat;
	width:364px;
	height:25px;
}
#rightaskjoseph{
	width:280px;
	float:left;
	background-image: url(images/askjosephpic.gif);
	height: 495px;
	background-repeat: no-repeat;
}
/*------------------------------------------------right panel--------------------*/

/*------------------------------------------------bodyBottom--------------------*/
#bodyBottom{
	width:985px;
	padding:5px 5px 5px 5px;
	float:left;
	background-color: #104A75;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	background-position: center center;
}
#bodyBottom li{
	padding:7px 47px 36px 21px;
	color:#FFFFFF;
	float:right;
	border-right:#F1F1F1 solid 8px;
	display:block;
	width:258px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
}
#bodyBottom li.{
	font:bold 11px/43px Arial, Helvetica, sans-serif;
	color:#D35400;
	background-color:#fff;
	text-decoration:underline;
	margin:0 0 0 0;
	display:block;
}
#bodyBottom li.a{
	color:#FFFFFF;
	text-decoration:underline;
	margin:0 0 0 0;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 43px;
	font-weight: bold;
}
#bodyBottom li.a:hover{
	color:#FF6600;
	text-decoration:none;
}
/*------------------------------------------------bodyBottom--------------------*/

/*------------------------------------------------body--------------------*/

/*------------------------------------------------footer--------------------*/
#footerMain{
	width:968px;
	margin:0 auto;
	height:128px;
	background-color:#fff;
	color:#F8A151;
	padding:0 0 16px 0;
}
#footer{
	width:995px;
	margin:0 auto;
	height:50px;
	position:relative;
	background-color: #267296;
	background-position: 0 0;
}
#footer ul{
	width:970px;
	top:0px;
	padding-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: center;
}
#footer ul li{
	color:#fff;
	background-color:inherit;
	font-family: Verdana;
	font-size: 10px;
}
#footer ul li a{
	font:normal 11px/16px Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:inherit;
	padding:0 2px;
	text-decoration:none;
}
#footer ul li a:hover{
	color:#fff;
	background-color:#FF6600;
}
#footer p.copyright{
	font:normal 11px/11px Tahoma, Arial, Helvetica, sans-serif;
	color:#FDFF35;
	background-color:inherit;
	position:absolute;
	left:400px;
	top:65px;
}
#footer a.xht{
	width:85px;
	height:13px;
	background:url(images/xhtml_bg.gif) 0 0 no-repeat;
	position:fixed;
	left:391px;
	top:25px;
	margin:0;
}
#footer a.xht:hover{
}
#footer a.cs{
	width:85px;
	height:13px;
	position:absolute;
	left:478px;
	top:59px;
	margin:0;
}
#footer a.cs:hover{
}
#footer p.design{
	display:block;
	width:110px;
	padding:3px;
	position:absolute;
	left:383px;
	top:32px;
	color:#FFFFFF;
	text-transform:none;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-image: url(../images/echomini.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#footer p.design a.link{
	font:bold 11px/17px Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:#03373B;
	text-decoration:none;
	text-transform:none;
}
#footer p.design a.link:hover{
	color:#FDFF35;
	background-color:#03373B;
}

#toplink li{
	float:right;
	color:#fff;
	background-color:inherit;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
#toplink a{
	color:#fff;
	background-color:inherit;
	text-decoration:none;
	padding-top: 0;
	padding-right: 11px;
	padding-bottom: 5;
	padding-left: 11px;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
#toplink li a:hover{
	color:#fff;
	background-color:#03373B;
}
.toplink {
	font-family: Arial;
	font-size: 10px;
	height: 15px;
}
#rightlink1 {

	display:block;
	height:20px;
}
textarea {
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#666666;
}
#left h1 {

	color:#0E3245;
	background-color:#fff;
	display:block;
	font-family: tahoma;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
}
#right h1 {


	color:#006600;
	display:block;
	font-family: tahoma;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
}
#right h2 {


	color:#2A759C;
	display:block;
	font-family: tahoma;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
}
#right h3 {

	color:#3E8300;
	display:block;
	font-family: tahoma;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
}


#bubble_tooltip{
	width:361px;
	position:absolute;
	display:none;
}
#bubble_tooltip .bubble_top{
	background-image: url('../images/bubble_top.gif');
	background-repeat:no-repeat;
	height:36px;	
}
#bubble_tooltip .bubble_middle{
	background-image: url('../images/bubble_middle.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('../images/bubble_bottom.gif');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:58px;
	position:relative;
	top:-6px;
}
inputlist {
	padding:1px;
	border:1px dashed #B0D685;
	color:#4D81CD;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #DCEDC9;
	display: list-item;
}
/*-- --------------- Start Of Calendar Pop Up in Book Form -------------*/

body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: .8em;
	}

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
/*-- --------------- End Of Calendar Pop Up in Book Form -------------*/	

/*---------- Start Optin Form  ------------*/

.roundcont {
	width: 400px;
	background-color: #C3C3C3;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(../images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(../images/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

/*---------- Start Optin Form  ------------*/
