/* *************************** 
  Site - velaro
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Homepage Content Styles
  $5 - Menu Styles
  $6 - Sidebar Styles
  $7 - Content Styles
  $8 - Footer Styles
   ***************************/

/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#696969;
	text-decoration:none;
}
a:hover {
	color:#696969;
	text-decoration:underline;
}
img {
	border:0;
}
fieldset {
	border:none;
}
li {
	list-style:none;
}
.clear {
	clear:both;
}
ol {
}
.centerIt {
	text-align:center;
}
/* *************************** 
   $2 Website Structure Styles
   ***************************/
html {
	height:100%;
}
body {
	font-size:76%;
	font-family:Arial, Helvetica, sans-serif;
	color:#696969;
	height:100%;
	background:#e0e0e0;
}
#container {
	width:960px;
	margin:0 auto;
	background:#e0e0e0 url(../images/bg_body.gif) center repeat-y;
	height:100%;
}
#header {
	width:960px;
	background:#e0e0e0;
}
#content {
	width:960px;
	padding:0 7px 0 2px;
	width/**/:/**/ 951px;
	background:#e0e0e0 url(../images/bg_content.gif) repeat-y 2px 0;
	float:left;
}
#content_inner {
	width:951px;
	float:left;
	padding-bottom:1px;
	background:url(../images/bg_content_bottom.gif) bottom left no-repeat;
}
#footer {
	width:960px;
	padding-top:30px;
	background:#e0e0e0 url(../images/bg_footer_top.gif) no-repeat 0 25px;
	float:left;
}
#footer .inner {
	width:960px;
	padding:25px;
	width/**/:/**/ 910px;
	background:url(../images/bg_body.gif) repeat-y;
	float:left;
}
/* *************************** 
   $3 Header Styles
   ***************************/

/*-----Homepage Header Styles-----*/
#header_top {
	width:960px;
	height:1px;
	padding:2px 10px 0px 0;
	width/**/:/**/ 950px;
	height/**/:/**/ 1px;
	text-align:right;
}
#header_top li {
	display:inline;
	/*font-weight:bold;*/
	padding-left:10px;
}
#header_logo {
	width:960px;
	height:111px;
	background:url(../images/bg_header.png) no-repeat;
}
#header_logo h1 a {
	width: 260px;
	height: 111px;
	text-indent: -9999px;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
	display: block;
	float:left;
}
.livefluence #header_logo h1 a {
	width: 360px;
}
#header_logo ul {
	float:right;
	padding:43px 23px 0 0;
}
#header_logo li {
	display:inline;
	font-size:1.1em;
	/*font-weight:bold;*/
	padding-left:23px;
}
/*-----Inner Header Styles-----*/
.livefluence #header_logo {
	background:url(../images/bg_header_livefluence.png) no-repeat;
}
.velaro #header_logo {
	background:url(../images/bg_header_velaro.png) no-repeat;
}
/* *************************** 
   $4 Homepage Content Styles
   ***************************/
#home_banner {
	width:960px;
	height:253px;
	background:#e0e0e0 url(../images/banner_home_new.jpg) no-repeat 0 11px;
	padding:11px 0 16px 0;
	height/**/:/**/ 226px;
	position:relative;
}
#home_banner h1 a {
	width: 378px;
	height: 122px;
	text-indent: -9999px;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
	display: block;
	position:absolute;
	top:61px;
	right:60px;
}
#home_banner #heading_line1 {
	position:absolute;
	top:61px;
	left:50px;
	font-size:2.67em;
	color:#FFFFFF;
	font-weight:bold;
}
#home_banner #heading_line2 {
	position:absolute;
	top:141px;
	left:50px;
	font-size:2em;
	color:#336633;
}
#home_featured {
	width:960px;
	height:213px;
	background:#e0e0e0;
}
#home_featured h2 {
	font-size:1.5em;
	padding:10px 0 0 12px;
}
#home_featured1 {
	width:318px;
	height:213px;
	background:url(../images/home_feature2.png) no-repeat;
	float:left;
	margin-right:3px;
	/*font-weight:bold;*/
}
#home_featured1 h2 {
	color:#4f9e1f;
}
#home_featured1 .inner {
	padding:25px 115px 0 24px;
	font-size:1.1em;
	line-height:20px;
}
#home_featured1 .more {
	padding:5px 0;
	color:#ff9933;
	padding-left:75px;
	background:url(../images/icon_more.gif) 40px 4px no-repeat;
}
#home_featured1 .more a {
	color:#ff9933;
	text-decoration:none;
}
#home_featured1 .more a:hover {
	color:#ff9933;
	text-decoration:underline;
}
#home_featured2 {
	width:318px;
	height:213px;
	background:url(../images/home_feature2.png) no-repeat;
	float:left;
	margin-right:3px;
}
#home_featured2 h2, #home_featured3 h2 {
	color:#4f9e1f;
}
#home_featured2 .inner {
	padding:18px 25px 0 24px;
	font-size:1.1em;
}
#home_featured2 .featured_title {
	padding:9px 0 0 30px;
	background:url(../images/icon_news.gif) no-repeat 0 2px;
	font-weight:bold;
	height:28px;
	height/**/:/**/ 19px;
}
#home_featured2 .featured_news {
	line-height:18px;
	padding-bottom:6px;
}
#home_featured2 .featured_news a {
	color: #4f9e1f;
	text-decoration:underline;
}
#home_featured2 .featured_news a:hover {
	text-decoration:none;
}
#home_featured3 {
	width:318px;
	height:213px;
	background:url(../images/home_feature2.png) no-repeat;
	float:left;
}
#home_featured3 .inner {
	padding:25px 143px 0 24px;
	font-size:1.1em;
	line-height:20px;
}
#home_featured3 p {
	/*font-weight:bold;*/
	margin-bottom:10px;
}
#home_featured3 .button {
	width:136px;
	height:24px;
	padding-top:2px;
	height/**/:/**/ 22px;
	text-align:center;
	background:url(../images/bg_button.gif) no-repeat;
}
#home_featured3 .button a, #home_featured3 .button a:hover {
	color:#4f9e1f;
	text-decoration:none;
	width:136px;
	height:22px;
	display:block;
}
/* *************************** 
   $5 Menu Styles
   ***************************/
#menu {
	width:960px;
	height:32px;
}
.livefluence #menu {
	background:url(../images/bg_menu_livefluence_2.jpg) no-repeat;
}
.velaro #menu {
	background:url(../images/bg_menu_velaro_2.jpg) no-repeat;
}
#menu ul {
	width:810px;
	padding:7px 10px 0 62px;
	width/**/:/**/ 738px;
	float:left;
}
#menu li {
	display:inline;
	color:#FFFFFF;
	font-weight:bold;
	padding:0 16px;
}
#menu li a, #menu li a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
#menu form {
	width:132px;
	padding-top:5px;
	height:17px;
	height/**/:/**/ 12px;
	float:left;
}
#menu form #search_menu {
	width:132px;
	height:17px;
	border:none;
	background:none;
	color:#696969;
	font-weight:bold;
	padding-left:5px;
	width/**/:/**/ 127px;
}
/* *************************** 
   $6 Sidebar Styles
   ***************************/
#sidebar {
	width:228px;
	float:left;
}
#sidebar #topspace {
	width:228px;
	height:56px;
	border-left:1px solid #bdbcbd;
	border-right:1px solid #bdbcbd;
	border-bottom:1px solid #bdbcbd;
	width/**/:/**/ 226px;
	height/**/:/**/ 55px;
	margin-bottom:1px;
	background:#FFFFFF url(../images/bg_topspace.gif) repeat-x;
}
#sidebar #side_nav li {
	width:228px;
	height:31px;
	border:1px solid #bdbcbd;
	padding:8px 0 0 30px;
	width/**/:/**/ 196px;
	height/**/:/**/ 21px;
	background:#FFFFFF;
	margin-bottom:1px;
}
#sidebar ul#side_nav li.arrow {
	background:#FFFFFF url(../images/icon_arrow.gif) 180px 8px no-repeat;
}
#sidebar #side_nav li a {
	color:#1874cd;
	text-decoration:none;
}
#sidebar #side_nav li a:hover {
	color:#1874cd;
	text-decoration:underline;
}
.livefluence #sidebar ul#side_nav li.header {
	width:228px;
	height:36px;
	border:1px solid #cd7708;
	padding:10px 0 0 30px;
	width/**/:/**/ 196px;
	height/**/:/**/ 24px;
	color:#FFFFFF;
	background:#fb9732;
	margin-bottom:1px;
}
.livefluence #sidebar ul#side_nav li.arrow.active {
	color:#FFFFFF;
	background:#fb9732 url(../images/icon_arrow4.gif) 179px 7px no-repeat;
	border:1px solid #cd7708;
}
.livefluence #sidebar ul#side_nav li.arrow.active a {
	color:#FFFFFF;
	text-decoration:none;
}
.livefluence #sidebar ul#side_nav li.arrow.active a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.velaro #sidebar ul#side_nav li.header {
	width:228px;
	height:36px;
	border:1px solid #3e7e17;
	padding:10px 0 0 30px;
	width/**/:/**/ 196px;
	height/**/:/**/ 24px;
	color:#FFFFFF;
	background:#4f9e1f;
	margin-bottom:1px;
}
.velaro #sidebar ul#side_nav li.header a {
	color:#FFFFFF;
	text-decoration:none;
	
}
.velaro #sidebar ul#side_nav li.header a:hover {
	color:#FFFFFF;
	text-decoration:none;
	
}
.velaro #sidebar ul#side_nav li.active {
	background:#4f9e1f;
	border:1px solid #3e7e17;
}
.velaro #sidebar ul#side_nav li.active a {
	color:#FFFFFF;
	text-decoration:none;
}
.velaro #sidebar ul#side_nav li.active a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#sidebar .section {
	width:228px;
	border-left:1px solid #bdbcbd;
	border-right:1px solid #bdbcbd;
	border-top:1px solid #bdbcbd;
	padding:0 5px;
	width/**/:/**/ 216px;
	background:#FFFFFF;
	float:left;
}
#sidebar #nextsteps {
	width:216px;
	height:234px;
	float:left;
	background:url(../images/bg_nextsteps.png);
	margin:40px 0 20px 0;
}
#sidebar #nextsteps.lessmargin {
	margin:20px 0 20px 0;
}
#sidebar #nextsteps h2 {
	font-size:1.5em;
	font-weight:normal;
	color:#FFFFFF;
	padding:6px 0 9px 0;
	text-align:center;
}
#sidebar #nextsteps li {
	padding-left:80px;
	font-size:1em;
	line-height:39px;
}
#sidebar #bottomimg {
	width:216px;
	text-align:center;
}
#sidebar #bottomimg img {
	vertical-align:bottom;
}
#sidebar .sidebox_outer {
	padding:7px 6px;
	float:left;
}
#sidebar .sidebox {
	margin:7px 0;
}
.velaro .sidebox h2 {
	background:#4f9e1f url(../images/icon_circle2.gif) 176px 7px no-repeat;
}
.velaro .sidebox#miscbox h2 {
	background:#4f9e1f;
}
.velaro .sidebox .inner {
	border-left:1px solid #4f9e1f;
	border-right:1px solid #4f9e1f;
	border-bottom:1px solid #4f9e1f;/*height:125px;*/
}
/* *************************** 
   $7 Content Styles
   ***************************/

#thecontent {
	width:720px;
	margin-left:3px;
	float:left;
}
#thecontent_top {
	width:720px;
	height:100px;
	background:url(../images/bg_thecontent_top.gif) repeat-x;
}
#thecontent_top h2 {
	color:#FFFFFF;
	font-size:3em;
	text-align:right;
	height:58px;
	padding:7px 10px 0 0;
	height/**/:/**/ 51px;
	display:block;
}
#thecontent_top span#breadcrumb {
	width:720px;
	height:34px;
	padding:10px 0 0 10px;
	border-left:1px solid #c9c9c9;
	border-right:1px solid #c9c9c9;
	width/**/:/**/ 708px;
	height/**/:/**/ 24px;
	display:block;
}
#thecontent_bottom {
	width:720px;
	padding:4px 6px 5px 4px;
	width/**/:/**/ 710px;
	float:left;
	position:relative;
}
#thecontent_bottom .left {
	width:460px;
	float:left;
	margin-right:19px;
}
#thecontent_bottom .lefttop {
	width:460px;
	float:left;
	background:url(../images/bg_thecontent_title1.png) no-repeat;
	padding-bottom:12px;
}
#thecontent_bottom .lefttop .inner {
	width:460px;
	padding-bottom:12px;
	background:url(../images/bg_thecontent_bottom1.png) bottom no-repeat;
}
#thecontent_bottom .lefttop .inner h2 {
	color:#FFFFFF;
	font-size:1.8em;
	height:60px;
	padding-top:18px;
	height/**/:/**/ 42px;
	text-align:center;
}
#thecontent_bottom .lefttop .inner .lefttop_middle {
	width:460px;
	padding:5px 10px 0 10px;
	width/**/:/**/ 440px;
	background:url(../images/bg_thecontent_middle1.png) repeat-y;
}
#thecontent_bottom .lefttop .inner .lefttop_middle p {
	padding:5px 0;
	/*font-size:0.8em;*/
	line-height:18px;
}
#thecontent_bottom .lefttop .inner .lefttop_middle h4 {
	font-size:1.5em;
	color: #fb9732;
	font-weight:normal;
	margin-top:5px;
}
#thecontent_bottom .lefttop .inner .lefttop_middle a {
	color: #fb9732;
	text-decoration: underline;
}
#thecontent_bottom .lefttop .inner .lefttop_middle a:hover {
	color: #fb9732;
	text-decoration: none;
}
.floatright {
	float:right;
	margin-top:5px;
}
#thecontent_bottom .lefttop .inner .lefttop_middle .links {
	padding-top:18px;
}
#thecontent_bottom .lefttop .inner .lefttop_middle .links span {
	padding:0 5px;
}
#thecontent_bottom .lefttop .inner .lefttop_middle .links span img {
	vertical-align:middle;
}
#thecontent_bottom .lefttop .inner .lefttop_middle .links span.more {
	margin-left:210px;
	color:#d33f34;
	font-size:1.1em;
	font-weight:bold;
	padding-left:18px;
	background:url(../images/icon_arrow2.gif) no-repeat 0 3px;
}
#thecontent_bottom .lefttop .inner .lefttop_middle .links span.more a, #thecontent_bottom .lefttop .inner .lefttop_middle .links span.more a:hover {
	color:#d33f34;
	text-decoration:underline;
}
#thecontent_bottom .leftbottom {
	width:460px;
	height:198px;
	background:url(../images/bg_thecontent_leftbottom.png) no-repeat;
	float:left;
	padding:0 15px 0 200px;
	width/**/:/**/ 245px;
	text-align:right;
}
#thecontent_bottom .leftbottom h2 {
	font-size:2em;
	color:#FFFFFF;
	height:51px;
	padding-top:10px;
	height:41px;
}
#thecontent_bottom .leftbottom p {
	padding:8px 0;
}
#thecontent_bottom .leftbottom form p {
	padding:1px 0;
}
#thecontent_bottom .leftbottom form p INPUT.TEXT {
	width:180px;
	height:19px;
	border:1px solid #696969;
	background:url(../images/bg_inputfield.gif) top repeat-x;
}
#thecontent_bottom .leftbottom form div input {
	padding-top:5px;
}
#thecontent_bottom .right {
	width:230px;
	float:right;
	padding-bottom:6px;
	background:url(../images/bg_thecontent_rightbottom.gif) no-repeat bottom;
}
#thecontent_bottom .right .right_inner {
	width:230px;
	float:left;
	padding-top:4px;
	background:url(../images/bg_thecontent_righttop.gif) top no-repeat;
}
#thecontent_bottom .right .right_inner .bg {
	width:230px;
	float:left;
	background:url(../images/bg_thecontent_rightmiddle.gif) repeat-y;
	padding:13px;
	width/**/:/**/ 204px;
}
.sidebox {
	width:204px;
	float:left;
	margin-bottom:20px;
}
.sidebox h2 {
	width:204px;
	color:#FFFFFF;
	font-size:1.68em;
	font-weight:normal;
	background:#1874cd url(../images/icon_circle.gif) 176px 7px no-repeat;
	height:34px;
	padding:5px 0 0 10px;
	height/**/:/**/ 29px;
	width/**/:/**/ 194px;
	float:left;
}
.sidebox#notarget h2 {
	background:#1874cd;
	text-align:center;
	padding:5px 0 0 0;
	width:204px;
	height:34px;
	height/**/:/**/ 29px;
}
.sidebox#notarget .inner {
	padding:10px;
	width:204px;
	width/**/:/**/ 182px;
}
.sidebox .inner p.lineheight {
	font-size:0.833em;
	line-height:14px;
}
.sidebox .inner {
	width:204px;
	border-left:1px solid #1874cd;
	border-right:1px solid #1874cd;
	border-bottom:1px solid #1874cd;
	width/**/:/**/ 162px;
	padding:15px 20px;
	background:#FFFFFF;
	float:left;
}
.sidebox .inner p {
	line-height:18px;
	padding:5px 0;
}
#thecontent_bottom .right h2#thenews {
	width:204px;
	color:#FFFFFF;
	font-size:2em;
	font-weight:normal;
	background:#8f8f8f;
	height:44px;
	padding:9px 0 0 0;
	height/**/:/**/ 35px;
	display:block;
	float:left;
	text-align:center;
}
#thecontent_bottom .right .newsitem {
	width:204px;
	padding:10px;
	width/**/:/**/ 184px;
	float:left;
	border-bottom:1px solid #b2b2b2;
}
#thecontent_bottom .right .newsitem.last {
	border-bottom:none;
}
#thecontent_bottom .right .newsitem p {
	padding:5px 0;
	display:block;
	float:left;
	line-height:15px;
	width:184px;
}
#thecontent_bottom .right .newsitem .readmore {
	color:#1874cd;
	font-size:1.2em;
	text-align:right;
	width:184px;
}
#thecontent_bottom .right .newsitem .readmore a {
	color:#1874cd;
	text-decoration:underline;
}
#thecontent_bottom .right .newsitem .readmore a:hover {
	color:#1874cd;
	text-decoration:none;
}
#box1 {
	width:354px;
	float:left;
	background:url(../images/bg_box1_top.png) no-repeat;
	padding-bottom:10px;
}
#box1 .inner {
	width:354px;
	padding-bottom:13px;
	float:left;
	background:url(../images/bg_box1_bottom.gif) bottom no-repeat;
}
#box1side1 {
	width:354px;
	float:left;
	background:url(../images/bg_box1_top.png) no-repeat;
	padding-bottom:10px;
}
#box1side1 .inner {
	width:354px;
	padding-bottom:13px;
	float:left;
	background:url(../images/bg_box1_bottom.gif) bottom no-repeat;
}
#box1side1 .inner .middle {
	width:354px;
	float:left;
	background:url(../images/bg_box1_middle.gif) repeat-y;
	padding:10px;
	width/**/:/**/ 332px;
	/*min-height:339px;*/
	height:auto;
}
#box1side2 {
	width:354px;
	float:left;
	background:url(../images/bg_box1_top.png) no-repeat;
	padding-bottom:10px;
}
#box1side2 .inner {
	width:354px;
	padding-bottom:13px;
	float:left;
	background:url(../images/bg_box1_bottom.gif) bottom no-repeat;
}
#box1side2 .inner .middle {
	width:354px;
	float:left;
	background:url(../images/bg_box1_middle.gif) repeat-y;
	padding:10px;
	width/**/:/**/ 332px;
	/*min-height:339px;*/
	height:auto;
}
#minssetup {
	width:65px;
	height:60px;
	position:absolute;
	right:-33px;
	top:236px;
	z-index:99;
	background:url(../images/7minsetup.gif) no-repeat;
	color:#FFFFFF;
	text-align:center;
	padding:15px 4px 0 0;
	width/**/:/**/ 61px;
	height/**/:/**/ 45px;
}
#bluearrow {
	width:56px;
	height:37px;
	position:absolute;
	left:353px;
	top:150px;
	z-index:99;
}
#box1 .inner h2 {
	color:#FFFFFF;
	font-size:1.8em;
	font-weight:normal;
	height:57px;
	padding-top:18px;
	height/**/:/**/ 39px;
	text-align:center;
}
#box1side1 .inner h2 {
	color:#FFFFFF;
	font-size:1.8em;
	font-weight:normal;
	height:57px;
	padding-top:18px;
	height/**/:/**/ 39px;
	text-align:center;
}
#box1side2 .inner h2 {
	color:#FFFFFF;
	font-size:1.8em;
	font-weight:normal;
	height:57px;
	padding-top:18px;
	height/**/:/**/ 39px;
	text-align:center;
}
#box1 .inner .middle {
	width:354px;
	float:left;
	background:url(../images/bg_box1_middle.gif) repeat-y;
	padding:10px;
	width/**/:/**/ 332px;
	min-height:339px;
	height:auto;
}
/* for Internet Explorer */
/**/
* html #box1side1 .inner .middle {
	height:339px;
}
/**/
/* for Internet Explorer */
/**/
* html #box1side2 .inner .middle {
	height:339px;
}
/**/
/* for Internet Explorer */
/**/
* html #box1 .inner .middle {
	height:339px;
}
/**/
#box1 .title a {
	text-decoration:none;
	color:#1874cd;
}
#box1 h3 {
	font-size:1.4em;
	font-weight:bold;
	color:#1874cd;
	border-bottom:1px solid #1874cd;
}
#box1 p {
	padding:10px 15px;
	line-height:18px;
}
#box1 .readmore {
	padding:10px 15px 14px 0;
	float:right;
	text-align:right;
	clear:both;
	width:300px;
	background:url(../images/bg_readmore.gif) 212px 12px no-repeat;
}
#box1 .readmore a {
	color:#1874cd;
	text-decoration:underline;
}
#box1 .readmore a:hover {
	color:#1874cd;
	text-decoration:none;
}
/* */
#box1side1 .title a {
	text-decoration:none;
	color:#1874cd;
}
#box1side1 h3 {
	font-size:1.4em;
	font-weight:bold;
	color:#1874cd;
	border-bottom:1px solid #1874cd;
}
#box1side1 p {
	padding:10px 15px;
	line-height:18px;
}
#box1side1 .readmore {
	padding:10px 15px 14px 0;
	float:right;
	text-align:right;
	clear:both;
	width:300px;
	background:url(../images/bg_readmore.gif) 212px 12px no-repeat;
}
#box1side1 .readmore a {
	color:#1874cd;
	text-decoration:underline;
}
#box1side1 .readmore a:hover {
	color:#1874cd;
	text-decoration:none;
}
/* */
#box1side2 a {
	text-decoration:underline;
	color:#1874cd;
}
#box1side2 a:hover {
	text-decoration:none;
	color:#1874cd;
}
#box1side2 .title a {
	text-decoration:none;
	color:#1874cd;
}
#box1side2 h3 {
	font-size:1.4em;
	font-weight:bold;
	color:#1874cd;
	border-bottom:1px solid #1874cd;
}
#box1side2 p {
	padding:10px 15px;
	line-height:18px;
}
#box1side2 .readmore {
	padding:10px 15px 14px 0;
	float:right;
	text-align:right;
	clear:both;
	width:300px;
	background:url(../images/bg_readmore.gif) 212px 12px no-repeat;
}
#box1side2 .readmore a {
	color:#1874cd;
	text-decoration:underline;
}
#box1side2 .readmore a:hover {
	color:#1874cd;
	text-decoration:none;
}
#box1side1 form p {
	padding:1px 0;
	text-align:right;
	padding-right: 30px;
}
#box1side1 form h4 {
	font-size:1.5em;
	color:#1874cd;
	font-weight:normal;
	margin-top:5px;
	padding-bottom: 20px;
}
#box1side2 form h4 {
	padding:1px 0;
	text-align:right;
	padding-right: 50px;
}
#box1side1 form p INPUT.TEXT {
	width:180px;
	height:19px;
	border:1px solid #696969;
	background:url(../images/bg_inputfield.gif) top repeat-x;
}
#box1side1 form div input {
	padding-top:5px;
}
#box1side2 form p {
	padding:1px 0;
	text-align:right;
	padding-right: 30px;
}
#box1side2 form p INPUT.TEXT {
	width:180px;
	height:19px;
	border:1px solid #696969;
	background:url(../images/bg_inputfield.gif) top repeat-x;
}
#box1side2 form div INPUT.TEXT {
	padding-top:5px;
}

/* */
#box2 {
	width:354px;
	height:239px;
	background:url(../images/bg_box2.jpg) no-repeat;
	position:absolute;
	top:2px;
	right:5px;
}
#box2 h2 {
	color:#FFFFFF;
	font-size:1.8em;
	padding:18px 0 0 10px;
	font-weight:normal;
}
#box2 .button {
	width:202px;
	height:37px;
	text-align:center;
	background:url(../images/bg_button2.gif) no-repeat;
	font-weight:bold;
	font-size:1.4em;
	margin:120px 0 0 70px;
}
#box2 .button a, #box2 .button a:hover {
	color:#4f9e1f;
	text-decoration:none;
	width:202px;
	height:37px;
	padding-top:10px;
	height/**/:/**/ 27px;
	display:block;
}
#box2 p {
	text-indent:-9999px;
}
#box3 {
	width:354px;
	height:189px;
	background:url(../images/bg_box3.png) no-repeat;
	position:absolute;
	top:243px;
	right:6px;
}
#box3 h2 {
	color:#FFFFFF;
	font-size:1.8em;
	padding:18px 0 0 18px;
	font-weight:normal;
}
#box3 p {
	text-indent:-9999px;
}
#box3 p a {
	width:345px;
	height:135px;
	display:block;
}
#box4 {
	width:710px;
	clear:both;
	float:left;
	padding-bottom:12px;
	background:url(../images/bg_box4_bottom.gif) bottom no-repeat;
	margin-bottom:10px;
}
#box4 .inner {
	width:710px;
	float:left;
	padding-top:12px;
	background:url(../images/bg_box4_top.gif) top no-repeat;
}
#box4 .middle {
	width:710px;
	float:left;
	background:url(../images/bg_box4_middle.gif) repeat-y;
	padding:0 12px;
	width/**/:/**/ 686px;
}
#box4 h2 {
	font-size:1.4em;
	font-weight:bold;
	color:#919191;
	padding:10px 0;
	margin-bottom: -40px;
}
#box4 ul {
	float:left;
	width:686px;
	padding:0 0 5px 3px;
	width/**/:/**/ 683px;
}
#box4 li {
	width:216px;
	height:125px;
	margin:0 4px;
	border:1px solid #acacac;
	padding:5px;
	width/**/:/**/ 204px;
	height/**/:/**/ 113px;
	display:block;
	float:left;
	text-align:center;
}
.box5 {
	width:710px;
	float:left;
	background:url(../images/bg_box5_top.png) no-repeat;
	padding-bottom:6px;
}
.box5 .inner {
	width:710px;
	padding-bottom:14px;
	float:left;
	background:url(../images/bg_box5_bottom.gif) bottom no-repeat;
}
.box5 .inner h2 {
	color:#FFFFFF;
	font-size:1.8em;
	font-weight:normal;
	height:61px;
	padding-top:18px;
	height/**/:/**/ 43px;
	text-align:center;
	letter-spacing:-1px;
}
.box5 .inner .middle {
	width:710px;
	float:left;
	background:url(../images/bg_box5_middle.gif) repeat-y;
	padding:10px 10px 0 10px;
	width/**/:/**/ 690px;
}
.box5 .liveChat {
	padding:0 15px 0 5px;
	margin-bottom:10px;
}
.box5 .liveChat h3 {
	font-size:2em;
	color:#1874cd;
	font-weight:normal;
	margin-top:5px;
}
.box5 .liveChat p {
	line-height:18px;
	padding-bottom:15px;
	margin-bottom:10px;
	background:url(../images/bg_box6section.gif) bottom repeat-x;
}
.box5 .box5sectionliveChat {
	width:345px;
	float:left;
	padding:0 8px;
	width/**/:/**/ 329px;
}
.box5 .box5sectionliveChat h3 {
	font-size:2em;
	color:#1874cd;
	font-weight:normal;
	margin:5px 0 5px 0;
}
.box5 .box5sectionliveChat h4 {
	font-size:1.5em;
	color:#1874cd;
	font-weight:normal;
	margin-top:5px;
}
.box5 .box5sectionliveChat p {
	/*font-size:0.833em;*/
    padding:0 0 12px 0;
	line-height:18px;
}
.box5 .box5sectionliveChat ul {
	padding:10px 0 0 20px;
}
.box5 .box5sectionliveChat li {
	padding-left:25px;
	background:url(../images/bg_li.gif) no-repeat 0 2px;
	line-height:18px;
	margin:3px 0;
	width:240px;
}
.box5 .box5sectionliveChat li.greybg {
	background:#EEEEEE url(../images/bg_li.gif) no-repeat 0 2px;
}
.box5 .box5section {
	width:345px;
	float:left;
	padding:0 8px;
	width/**/:/**/ 329px;
}
.box5 .box5section h3 {
	font-size:2em;
	color:#1874cd;
	font-weight:normal;
	margin:5px 0 5px 0;
}
.box5 .box5section h4 {
	font-size:1.5em;
	color:#1874cd;
	font-weight:normal;
	margin:5px 0 5px 0;
}
.box5 .box5section h4 a {
	color:#1874cd;
	text-decoration: underline;
}
.box5 .box5section h4 a:hover {
	color:#1874cd;
	text-decoration: none;
}
.box5 .box5section p {
	/*font-size:0.833em;*/
    padding:0 0 12px 0;
	line-height:18px;
}
.box5 .box5section ul {
	padding:10px 0 0 20px;
}
.box5 .box5section ul .orange {
	color:#fb9732;
	letter-spacing: 2px;
}
.box5 .box5section li {
	padding-left:25px;
	background:url(../images/bg_li.gif) no-repeat 0 2px;
	line-height:18px;
	margin:3px 0;
	width:240px;
}
.box5 .box5section li.greybg {
	background:#EEEEEE url(../images/bg_li.gif) no-repeat 0 2px;
}
.box5 .box5section form p {
	padding:1px 0;
	text-align:right;
	padding-right: 50px;
}
.box5 .box5section form p INPUT.TEXT {
	width:180px;
	height:19px;
	border:1px solid #696969;
	background:url(../images/bg_inputfield.gif) top repeat-x;
}
.box5 .box5section form div INPUT.TEXT {
	padding-top:5px;
}

/* */
.box5 .box5sectionBuy {
	width:345px;
	float:left;
	padding:0 8px;
	width/**/:/**/ 329px;
}
.box5 .box5sectionBuy h3 {
	font-size:2em;
	color:#1874cd;
	font-weight:normal;
	margin:5px 0 5px 0;
}
.box5 .box5sectionBuy h4 {
	font-size:1.5em;
	color:#1874cd;
	font-weight:normal;
	margin:5px 0 5px 0;
}
.box5 .box5sectionBuy h4 a {
	color:#1874cd;
	text-decoration: underline;
}
.box5 .box5sectionBuy h4 a:hover {
	color:#1874cd;
	text-decoration: none;
}
.box5 .box5sectionBuy p {
	/*font-size:0.833em;*/
    padding:0 0 12px 0;
	line-height:18px;
}
.box5 .box5sectionBuy ul {
	padding:10px 0 0 20px;
	text-align:left;
}
.box5 .box5sectionBuy li {
	padding-left:25px;
	line-height:18px;
	margin:3px 0;
	width:240px;
}
.box5 .box5sectionBuy li.greybg {
	background-color:#EEEEEE;
}
.box5 .box5sectionBuy form p {
	padding:1px 0;
	text-align:right;
	padding-right: 50px;
}
.box5 .box5sectionBuy form p INPUT.TEXT {
	width:180px;
	height:19px;
	border:1px solid #696969;
	background:url(../images/bg_inputfield.gif) top repeat-x;
}
.box5 .box5sectionBuy form div INPUT.TEXT {
	padding-top:5px;
}
.box5 .box5sectionBuy .buy-addons {
 	border: 1px solid #ccc; 
	margin: 5px; padding:5px; 
	width: 290px; 
	text-align: right;
 }
 .box5 .box5sectionBuy .buy-addons p {
 	text-align:left; 
	padding:5px;
 }
 .box5 .box5sectionBuy .buy-addons a {
 	text-decoration: underline;
	color:#1874cd;
 }
 .box5 .box5sectionBuy .buy-line {
 	 background:url(../images/bg_box6section.gif) bottom repeat-x;
}
/*WIDE*/
.box5 .box5sectionWide, .box5 .box5sectionWideMore {
	padding:0 8px;
}
.box5 .box5sectionWide h3, .box5 .box5sectionWideMore h3 {
	font-size:2em;
	color:#1874cd;
	font-weight:normal;
	margin:5px 0 5px 0;
}
.box5 .box5sectionWide p, .box5 .box5sectionWideMore p {
	/*font-size:0.833em;*/
    padding:0 0 12px 0;
	line-height:18px;
}
.box5 .box5sectionWide ul, .box5 .box5sectionWideMore ul {
	padding:10px 0 0 20px;
}
.box5 .box5sectionWide li, .box5 .box5sectionWideMore li {
	padding-left:25px;
	/*background:url(../images/bg_li.gif) no-repeat 0 2px;*/
	line-height:18px;
	margin:3px 0;
	width:450px;
	padding-bottom: 10px;
}
.box5 .box5sectionWide li.greybg, .box5 .box5sectionWideMore li .greybg {
	background:#EEEEEE url(../images/bg_li.gif) no-repeat 0 2px;
}
.box5 .box5sectionWide a, .box5 .box5sectionWideMore a {
	color:#1874cd;
	text-decoration:underline;
}
.box5 .box5sectionWide a:hover, .box5 .box5sectionWideMore a:hover {
	color:#1874cd;
	text-decoration:none;
}
.box5 .box5sectionWide h4, .box5 .box5sectionWideMore h4 {
	font-size:2em;
	color:#1874cd;
	font-weight:normal;
	margin-top:5px;
}
.box5 .box5sectionWideMore {
	padding-bottom:15px;
	margin-bottom:10px;
	background:url(../images/bg_box6section.gif) bottom repeat-x;
}
/*WIDE BULLET*/
.box5 .box5sectionWideBullet {
	padding:0 8px;
	background:url(../images/bg_box6section.gif) bottom repeat-x;
}
.box5 .box5sectionWideBullet h3 {
	font-size:2em;
	color:#1874cd;
	font-weight:normal;
	margin:5px 0 5px 0;
}
.box5 .box5sectionWideBullet p {
	/*font-size:0.833em;*/
    padding:0 0 12px 0;
	line-height:18px;
}
.box5 .box5sectionWideBullet ul {
	padding:10px 0 0 20px;
}
.box5 .box5sectionWideBullet li {
	line-height:18px;
	list-style-type: disc;
	margin:3px 0;
	padding-bottom: 2px;
}

.box5 .box5sectionWideBullet a {
	color:#1874cd;
	text-decoration:underline;
}
.box5 .box5sectionWideBullet a:hover {
	color:#1874cd;
	text-decoration:none;
}
.box5 .box5sectionWideBullet h4 {
	font-size:2em;
	color:#1874cd;
	font-weight:normal;
	margin-top:5px;
}

/*END*/
#box5 .img_box5 {
	float: right;
	padding-top:10px;
}
/*END WIDE*/
.box5section #image {
	padding: 10px 5px;
}
.box5 #casestudy {
	float:left;
	width:329px;
}
.box5 #casestudy #casestudy_img {
	width:90px;
	height:119px;
	float:left;
	margin-right:10px;
}
.box5 #casestudy p {
	width:229px;
	float:left;
	font-size:1.5em;
	color:#1874cd;
	font-weight:normal;
	padding-top:30px;
	line-height:23px;
}
.box5 #casestudy p a {
	color:#1874cd;
	text-decoration:none;
}
.box5 #casestudy p a:hover {
	color:#1874cd;
	text-decoration:underline;
}
/*MINI FEATURE*/
.box5 #minifeature {
	float:left;
	width:329px;
}
.box5 #minifeature #minifeature_img {
	width:90px;
	height:119px;
	float:left;
	margin-right:10px;
}
.box5 #minifeature p {
	width:229px;
	float:left;
	font-size:1.5em;
	color:#1874cd;
	font-weight:normal;
	padding-top:30px;
	line-height:23px;
}
.box5 #minifeature p a {
	color:#1874cd;
	text-decoration:none;
}
.box5 #minifeature p a:hover {
	color:#1874cd;
	text-decoration:underline;
}
/*END MINI FEATURE */
.box5 #quote_btn {
	padding-top: 15px;
}
#box6 {
	width:484px;
	float:left;
	background:url(../images/bg_box6_top.gif) no-repeat;
	padding-bottom:10px;
}
#box6 .inner {
	width:484px;
	padding-bottom:13px;
	float:left;
	background:url(../images/bg_box6_bottom.gif) bottom no-repeat;
}
#box6 .inner h2 {
	color:#FFFFFF;
	font-size:1.8em;
	font-weight:normal;
	height:61px;
	padding:18px 0 0 15px;
	height/**/:/**/ 43px;
	letter-spacing:-1px;
}
#box6 .inner .middle {
	width:484px;
	float:left;
	background:url(../images/bg_box6_middle.gif) repeat-y;
	padding:10px 10px 0 10px;
	width/**/:/**/ 464px;
}
#box6 .box6section {
	width:464px;
	float:left;
	padding-bottom:15px;
	margin-bottom:10px;
	background:url(../images/bg_box6section.gif) bottom repeat-x;
}
#box6 .box6section .box6left {
	width:240px;
	float:left;
	padding:0 15px 0 5px;
	width/**/:/**/ 260px;
}
#box6 .box6section .box6left h4 a {
	color:#1874cd;
	text-decoration:none;
}
#box6 .box6section .box6left h4 a:hover {
	color:#1874cd;
	text-decoration:underline;
}
/* WIDE */
#box6 .box6section .box6leftWide {
	padding:0 15px 0 5px;
}
#box6 .box6section .box6leftWide h4 a {
	color:#1874cd;
	text-decoration:none;
}
#box6 .box6section .box6leftWide h4 a:hover {
	color:#1874cd;
	text-decoration:underline;
}
#box6 .box6section .box6leftWide h4 {
	font-size:2em;
	color:#1874cd;
	font-weight:normal;
	margin-top:5px;
}
#box6 .box6section .box6leftWide p {
	line-height:18px;
}
#box6 .box6section .box6leftWide .centerIt {
	text-align:center;
}

.box6leftWide ul {
	padding:10px 0 10px 20px;
	background:url(../images/bg_box6section.gif) bottom repeat-x;

}
.box6leftWide li {
	line-height:18px;
	margin:3px 0;
	width:250px;
}
.box6leftWide li.greybg {
	background-color:#EEEEEE;
}
.box6leftWide a {
	color:#1874cd;
	text-decoration:underline;
}
.box6leftWide a:hover {
	color:#1874cd;
	text-decoration:none;
}
/* */
#box6 .readmore {
	padding:10px 15px 14px 15px;
	background:url(../images/bg_readmore.gif) 0px 12px no-repeat;
}
#box6 .readmore a {
	color:#1874cd;
	text-decoration:underline;
}
#box6 .readmore a:hover {
	color:#1874cd;
	text-decoration:none;
}
#box6 .readmore_top {
	padding:0 15px 5px 15px;
}
#box6 .readmore_top a {
	color:#696969;
	text-decoration:underline;
}
#box6 .readmore_top a:hover {
	color:#696969;
	text-decoration:none;
}
/* */
#box6 .featureList {
	padding:0 15px 0 5px;
	margin-bottom:10px;
}
#box6 .featureList h4 {
	font-size:2em;
	color:#1874cd;
	font-weight:normal;
	margin-top:5px;
}
#box6 .featureList p {
	line-height:18px;
	padding-bottom:15px;
	margin-bottom:10px;
	background:url(../images/bg_box6section.gif) bottom repeat-x;
}
/* */
#box6 .faqList {
	padding:0 15px 0 5px;
	margin-bottom:10px;
}
#box6 .faqList h4 {
	font-size:2em;
	color:#1874cd;
	font-weight:normal;
	margin-top:5px;
}
#box6 .faqList p {
	line-height:18px;
}
#box6 .faqList .first {
	padding-top: 10px;
}
#box6 .faqList a {
	color:#1874cd;
	text-decoration:underline;
}
#box6 .faqList a:hover {
	color:#1874cd;
	text-decoration:none;
}
/* */
#box6 .featureList2 {
	padding:0 15px 0 5px;
	margin-bottom:10px;
}
#box6 .featureList2 h4 {
	font-size:1.5em;
	color:#1874cd;
	font-weight:normal;
	margin-top:5px;
}
#box6 .featureList2 p {
	line-height:18px;
	padding-bottom:15px;
	margin-bottom:10px;
	background:url(../images/bg_box6section.gif) bottom repeat-x;
}
#box6 .box6section .box6left h4 {
	font-size:2em;
	color:#1874cd;
	font-weight:normal;
	margin-top:5px;
}
#box6 .box6section .box6left p {
	line-height:18px;
}
#box6 .img_box6 {
	float:left;
	padding-top:10px;
}
#box6 .subFeatures {
	padding-left: 20px;
}
#box6 .subFeatures h4 {
	font-size:1em;
	color:#1874cd;
	font-weight:normal;
	margin-top:5px;
}
.box7 {
	width:219px;
	float:right;
	clear:right;
	background:url(../images/bg_box7_top.gif) no-repeat;
	padding-bottom:10px;
}
.box7 .inner {
	width:219px;
	padding-bottom:10px;
	float:left;
	background:url(../images/bg_box7_bottom.gif) bottom no-repeat;
}
.box7features {
	width:219px;
	float:right;
	clear:right;
	background:url(../images/bg_box7_top.gif) no-repeat;
	padding-bottom:10px;
}
.box7features .inner {
	width:219px;
	padding-bottom:10px;
	float:left;
	background:url(../images/bg_box7_bottom.gif) bottom no-repeat;
}
.box7features .inner .middle {
	width:219px;
	float:left;
	background:url(../images/bg_box7_middle.gif) repeat-y;
	padding:5px;
	width/**/:/**/ 209px;
}
.box7features h2 {
	color:#FFFFFF;
	font-size:1.8em;
	font-weight:normal;
	height:60px;
	text-align:center;
	padding:18px 0 0 0;
	height/**/:/**/ 42px;
	letter-spacing:-1px;
}
.box7features p {
	font-size:0.833em;
}
.box7features .bigheading {
	font-size:2em;
	font-weight:normal;
	line-height:38px;
	letter-spacing:-1px;
}
.box7features ul {
	padding:10px 0 0 20px;
}
.box7features li {
	line-height:18px;
	margin:3px 0;
	width:180px;
}
.box7features li.greybg {
	background-color:#EEEEEE;
}
.box7 .box7inner {
	height:157px;
	width:219px;
	float:left;
	background:url(../images/bg_box7inner.jpg) bottom no-repeat;
}
.box7 h2 {
	color:#FFFFFF;
	font-size:1.8em;
	font-weight:normal;
	height:60px;
	text-align:center;
	padding:18px 0 0 0;
	height/**/:/**/ 42px;
	letter-spacing:-1px;
}
.box7 .inner .middle {
	width:219px;
	float:left;
	background:url(../images/bg_box7_middle.gif) repeat-y;
	padding:5px;
	width/**/:/**/ 209px;
}
.box7 .inner .middle2 {
	width:219px;
	float:left;
	background:url(../images/bg_box7_middle.gif) repeat-y;
	padding:10px 5px 5px 10px;
	width/**/:/**/ 204px;
}
.box7 p {
	line-height: 18px;
}
.box7 a {
	color:#1874cd;
	text-decoration:underline
}
.box7 a:hover {
	text-decoration:none;
}
.box7 .bigheading {
	font-size:2em;
	font-weight:normal;
	line-height:38px;
	color:#1874cd;
}
.box5.box8 {
	background:url(../images/bg_box8_top.gif) no-repeat;
}
.box5.box8 .inner h2 {
	font-size:2em;
	font-weight:normal;
	height:58px;
	padding:18px 0 0 19px;
	height/**/:/**/ 40px;
	letter-spacing:0px;
	text-align:left;
}
.box5.box8 #casestudy {
	float:left;
	width:329px;
}
.box5.box8 .demo_img {
	width:161px;
	height:101px;
	float:left;
	margin-right:10px;
}
.box5.box8 .demo p {
	width:158px;
	float:left;
	font-size:1.5em;
	color:#1874cd;
	font-weight:normal;
	padding-top:2px;
	text-align:center;
}
.box5.box8 .demo p img {
	margin-top:2px;
}
.box5.box9 {
	background:url(../images/bg_box9_top.gif) no-repeat;
}
.box5.box9 .inner h2 {
	font-size:2em;
	font-weight:normal;
	height:48px;
	padding:13px 0 0 19px;
	height/**/:/**/ 35px;
	letter-spacing:0px;
	text-align:left;
}
.box5.box9 .inner .middle {
	width:710px;
	float:left;
	background:url(../images/bg_box5_middle.gif) repeat-y;
	padding:15px 18px 5px 18px;
	width/**/:/**/ 674px;
}
.box5.box9 .inner .middle h3 {
	color:#fb9732;
	font-size:2em;
	font-weight:normal;
}
.box5.box9 .inner .middle h3 a {
	color:#fb9732;
	text-align:none;
}
.box5.box9 .inner .middle h3 a:hover {
	color:#fb9732;
	text-decoration:underline;
}
.box5.box9 .inner .middle p {
	padding:5px 0;
	line-height:18px;
	}
.box5.box9 .inner .middle a {
	color:#fb9732;
	text-decoration: underline;
	}
	.box5.box9 .inner .middle a:hover {
	color:#fb9732;
	text-decoration: none;
	}
/* *************************** 
   $8 Footer Styles
   ***************************/
#footer .footer_links {
	width:227px;
	float:left;
}
#footer .footer_links span {
	font-size:1.1em;
	font-weight:bold;
	text-decoration:underline;
}
#footer .footer_links ul {
	padding-top:10px;
}
#footer .footer_links li {
	line-height:20px;
}

/* *************************** 
   $9 table Styles
   ***************************/
.tablo {
  margin: 8px 5px 8px 5px;
  font-size: 0.9em;
  border-collapse: collapse;
}
.tablo td, .tablo th {
  border: 1px solid #cacaca;
  padding: 4px 8px;
}
.tablo td.gold {
  /*background-color: #FCFDC8;*/
  background-color: #f0f0f0;
  color: #777;
}
.tablo td.basic {
  background-color: #fafafa;
  color: #777;
}
.tablo td.plat {
  /*background-color: #E9EAED;*/
  background-color: #e3e3e3;
  color: #777;
}
.tablo td.benefit {
  background-color: #fff;
  color: #444;
  font-weight: bold;
}
.quickhelp {
  width: 220px;
  padding: 0px 6px;
  font-weight: normal;
  color:#333;
  position: relative;
}
.tablo th.prem {
  background-color: #cae6f7;
  font-size: 1.1em;
  color: #333;
}
.btngrey {
	padding:2px 4px;
	border-top:1px #ccc solid;
	border-right:1px #777 solid;
	border-left:1px #ccc solid;
	border-bottom:1px #777 solid;
	background-color:#1874cd;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
.btngrey:hover {
	border-top:1px #bbb solid;
	border-right:1px #888 solid;
	border-left:1px #bbb solid;
	border-bottom:1px #888 solid;
	background-color:#aaa;
	color:#fff
}
.btngrey:visited {
	color:#fff
}
.hlbox {
	background-color:#ffc;
	padding:6px;
	border:1px solid #ee3
}
.hlbox p {
	color: #222
}
.hlbox a, .hlbox a:visited {
	color:#040
}