html{
	background:#010101 url(../images/bg-all.gif);
	height:100%;
}
body {
	color: #000;
	font:12px Arial, Helvetica, sans-serif;
	margin:0;
	background:url(../images/bg-body.gif) no-repeat;
	height:100%;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 11px;
}
img {border-style: none}
a {
	text-decoration: none;
	color: #000
}
input, textarea, select {
	font-size: 100%;
	vertical-align: middle
}
form, fieldset {
	border-style: none;
	margin: 0;
	padding: 0;
}
/* Layouts */
#main{
	width:964px;
	margin:0 auto;
}
#head{
	position:relative;
	height:107px;
	overflow:hidden;
}
#main-menu{
	height:1%;
	background:#a5bf53 url(../images/bg-main-menu.gif) repeat-x;
	width:959px;
	border-bottom:2px solid #fff;
	position:relative;
	z-index:10;
}
#main-menu:after{
	content:"";
	clear:both;
	display:block;
}
#visual{}
#container{
	background:#fff url(../images/bg-container.gif) repeat-x;
	width:885px;
	border-color:#fff #8f8f8f #cecece;
	border-style:solid;
	border-width:0 1px 1px;
	margin:0 0 20px 14px;
	padding:0 23px 0 22px;
	overflow:hidden;
}
.homepage #container{
	padding:0 23px 12px 22px;
	margin:0 0 24px 14px;
}
#footer{
	overflow:hidden;
	width:945px;
	margin:0 -13px 0 14px;
	padding:0 0 11px;
}
#content{
	width:612px;
	float:left;
}
#sidebar{
	width:267px;
	float:right;
}
.homepage #content,
.homepage #sidebar{margin:30px 0 0;}
.subpage #content{margin:11px 0 0;}
/*************** Header ******************/
#head .logo{
	margin:37px 63px 0 44px;
	background: url(../images/logo.gif) no-repeat;
	width:184px;
	height:43px;
	overflow:hidden;
	float:left;
	text-indent:-9999em;
	display:inline;
}
#head .logo a{
	display:block;
	height:100%;
}

#head .tagline{
	background: url(../images/text-next-generation.gif) no-repeat;
	width:301px;
	height:17px;
	overflow:hidden;
	text-indent:-9999em;
	float:left;
	margin:54px 0 0;
}
/*#head .application-btn{
	position:absolute;
	background: url(../images/application-reseatch-btn.gif) no-repeat;
	width:188px;
	height:29px;
	overflow:hidden;
	text-indent:-9999em;
	display:block;
	right:0;
	top:0;
} */

#head .demo-btn{
	position:absolute;
	/*width:302px;*/
	width:114px;
	height:29px;
	right:188px;
	top:0;
}
#head .application-btn{
	position:absolute;
	width:188px;
	height:29px;
	right:0;
	top:0;
} 

/**************** Search ****************/
#search{
	float:right;
	width:135px;
	margin:4px 0 0;
}
#search span,
#search input{float:left;}
#search input{
	padding:0;
	border:0;
}
#search span{
	background: url(../images/bg-search-text.gif) no-repeat;
	width:98px;
	height:18px;
	overflow:hidden;
	margin:0 6px 0 0;
}
#search span input{
	color:#bfbfbf;
	font-size:9px;
	width:81px;
	margin:3px 0 0 10px;
}
#search input.button{margin:1px 0 0;}
.holder-upper-page{background: url(../images/bg-holder-up-page-mid.gif) repeat-y;}
.holder-upper-page .bg-holder-top{background: url(../images/bg-holder-up-page-top.gif) no-repeat;}
.holder-upper-page .bg-holder-btm{
	background: url(../images/bg-holder-up-page-btm.gif) no-repeat 0 100%;
	padding:2px 3px 2px 2px;
	height:1%;
}
/**************** TOP MAIN MENU *****************/
#main-menu ul{
	margin:0;
	padding:0;
	list-style:none;
}
#main-menu li{
	float:left;	
	border-right:1px solid #fff;
	position:relative;
}
#main-menu li ul{display:none;}
#main-menu li.hover ul,
#main-menu li:hover ul{
	width:137px;
	position:absolute;
	top:26px;
	left:-1px;
	background:#b9d063 url(../images/bg-drop-down-btm.gif) repeat-x 0 100%;
	font-size:11px;
	color:#fff;
	padding:0 0 2px;
	display:block;
	border-top:2px solid #fff;
}
#main-menu li ul li{
	width:100%;
	border:0;
}
#main-menu li ul li a{
	color:#fff;
	text-decoration:none;
	display:block;
	padding:6px 2px 4px 9px;
	width:126px;
}
#main-menu li ul li a.active,
#main-menu li ul li a:hover{background:#94b439 url(../images/bg-active-sub-menu.gif) no-repeat 0 100%;}
#main-menu .item{
	min-height:26px;
	float:left;
}
* html #main-menu .item{height:26px}
#main-menu li.hover a.item,
#main-menu li:hover a.item,
#main-menu .item:hover, #main-menu .active {background:#678c06 url(../images/bg-active-main-menu.gif) repeat-x;}
#main-menu .item span{
	overflow:hidden;
	text-indent:-9999em;
	float:left;
	height:11px;
	margin:8px 15px 0;
	cursor:pointer;
}
#main-menu .products span{
	background: url(../images/products-item.png) no-repeat;
	width:65px;
}
#main-menu .solutions  span{
	background: url(../images/solutions-item.png) no-repeat;
	width:70px;
}
#main-menu .info-center span{
	background: url(../images/info-center-item.png) no-repeat;
	width:82px;
}
#main-menu .support span{
	background: url(../images/support-item.png) no-repeat;
	width:58px;
}
#main-menu .partners span{
	background: url(../images/partners-item.png) no-repeat;
	width:65px;
}
#main-menu .news-events span{
	background: url(../images/news-events-item.png) no-repeat;
	width:99px;
}
#main-menu .company span{
	background: url(../images/company-item.png) no-repeat;
	width:61px;
}
#main-menu .contact span{
	background: url(../images/contact-item.png) no-repeat;
	width:56px;
}
#main-menu .products:hover span{background: url(../images/products-item.png) no-repeat;}
#main-menu .solutions:hover  span{background: url(../images/solutions-item.png) no-repeat;}
#main-menu .info-center:hover span{background: url(../images/info-center-item.png) no-repeat;}
#main-menu .support:hover span{background: url(../images/support-item.png) no-repeat;}
#main-menu .partners:hover span{background: url(../images/partners-item.png) no-repeat;}
#main-menu .news-events:hover span{background: url(../images/news-events-item.png) no-repeat;}
#main-menu .company:hover span{background: url(../images/company-item.png) no-repeat;}
#main-menu .contact:hover span{background: url(../images/contact-item.png) no-repeat;}

/**************** Visual ***************/
.flash-holder img{display:block;}
.homepage .flash-holder {margin:0 0 0px;}
.subpage .flash-holder {
	margin:0;
	position:relative;
	width:959px;
}
.subpage .flash-holder .info{
	font-size:27px;
	left:32px;
	position:absolute;
	top:63px;
	color:#fff;
	font-style:italic;
}
.subpage .flash-holder .info em{
	font-style:italic;
}

/*************** Footer ***************/
#footer .column{
	float:left;
	color:#d6d7d8;
	font-size:9px;
	margin:0 8px 60px 0;
}
#footer .products-col{width:127px;}
#footer .solutions-col{width:127px;}
#footer .infocenter-col{width:76px;}
#footer .support-col{width:78px;}
#footer .partners-col{width:105px;}
#footer .news-col{width:66px;}
#footer .company-col{width:81px;}
#footer .contact-us-col{width:92px;}
#footer .application-col{width:116px;}
#footer .column strong{
	font-size:11px;
	display:block;
	background: url(../images/bg-column-footer-title.gif) repeat-x 0 100%;
	padding:14px 0 3px;
	margin:0 0 3px;
	color:#959595;
}
#footer .application-col strong{padding:0 0 3px;}
#footer .column ul{
	margin:0 0 9px;
	padding:0;
	list-style:none;
	line-height:10px;
}
#footer .column li{padding:0 0 2px;}
#footer .column a{
	text-decoration:none;
	color:#959595;
	}
#footer .column a:hover{text-decoration:underline;}
#footer .sub-footer{
	margin:0;
	padding:0;
	list-style:none;
	color:#fff;
	font-size:9px;
	float:left;
	width:100%;
}
#footer .sub-footer li{
	display:inline;
	/*background: url(../images/divider-footer-list.gif) no-repeat 100% 2px;*/
	padding:0 7px 0 3px;
}
* html #footer .sub-footer li{padding:0 4px 0 5px;}
* +html #footer .sub-footer li{padding:0 4px 0 5px;}
#footer .sub-footer a{
	color:#fff;
	text-decoration:none;
}
#footer .sub-footer a:hover{text-decoration:underline;}
#footer .sub-footer li a img{
	position:relative;
	margin:10px 0 -10px;
	bottom:3px;
}
/************** Content ***************/
#sidebar .title,
#content .title{
	font-size:10px;
	color:#404040;
	text-transform:uppercase;
	display:block;
	margin:0 0 13px 13px;
	padding:9px 0 0;
}
#content .box-holder{
	border-bottom:1px solid #c4c4c4;
	background: url(../images/bg-content-box-mid.gif) repeat-y;
	margin:0 0 9px;
}
#content .box-holder .bg-box-top{background: url(../images/bg-content-box-top.gif) no-repeat;}
.tabset-one .tabset{
	text-transform:uppercase;
	font-size:9px;
	background: url(../images/bg-btm-title-border.gif) repeat-x 0 100%;
	padding:1px 14px 0;
	position:relative;
}
.tabset-one .tabset ul{
	margin:0 0 0 -5px;
	padding:0;
	list-style:none;
	overflow:hidden;
	height:1%;
}
.tabset-one .tabset li{
	float:left;
	display:inline;
	padding:0;
}
.tabset-one .tabset li:first-child{background-image:none;}
.tabset-one .tabset a{
	color:#7f7f7f;
	float:left;
	height:24px;
	line-height:24px;
}
.tabset-one .tabset a.active{background: url(../images/bg-tab-one.gif) no-repeat;}
.tabset-one .tabset a span{
	float:left;
	padding:0 8px;
	cursor:pointer;
	font-weight: bold;
}
.tabset-one .tabset a.active span{background: url(../images/bg-tab-one-end.gif) no-repeat 100% 0;}
.tabset-one .tabset a.active,
.tabset-one .tabset a:hover{color:#12425d;}
.tabset-one .tab-box{
	min-height:246px;
	position:relative;
	margin:0 1px;
}
* html .tabset-one .tab-box{height:246px;}
.tabset-one .innovaton{background: url(../images/bg-innovation-tab.jpg) no-repeat 100% 100%;}
.tabset-one .see-what-youre{background: url(../images/bg-trusted-vender-tab.jpg) no-repeat;}
.tabset-one .trusted-vender{background: url(../images/bg-see-what-youre-tab.jpg) no-repeat 100% 100%;}
.tabset-one .tab-box .read-more-btn{
	background: url(../images/bg-read-more-btn.gif) no-repeat;
	width:70px;
	height:15px;
	overflow:hidden;
	display:block;
	position:absolute;
	bottom:18px;
	left:12px;
	text-indent:-9999em;
}
.tabset-one .tab-box .read-more-btn:hover{background-position:0 -15px;}
.tabset-one .tab-box strong.replace{
	color:#a2c02f;
	font-size:18px;
	font-weight:normal;
	display:block;
	margin:0 0 21px;
}
.tabset-one .tab-box strong.replace .cufon-canvas{padding:0 0 4px}
.tabset-one .tab-box p{
	margin:0;
	line-height:17px;
}
.tabset-one{
	color:#646464;
	font-size:12px;
}
.tabset-one .tab-holder{
	margin:0 112px 0 14px;
	padding:12px 0 0;
}

#tab1_2, #tab1_3, #tab2_2, #tab2_3{
	display:none;
}
/* Icons Applications */


/**************** Sidebar ****************/
.tabset-two{
	color:#646464;
	font-size:12px;
}
.tabset-two .tab-box{
	min-height:369px;
	margin:0 1px;
}
* html .tabset-two .tab-box{height:369px;}
.tabset-two .play-video-btn{
	width:100%;
	float:left;
	margin:-10px 0 0;
}
.tabset-two .play-video-btn a{
	background: url(../images/play-video-btn.gif) no-repeat;
	width:71px;
	height:16px;
	overflow:hidden;
	float:right;
	text-indent:-9999em;
}
.tabset-two .play-video-btn a:hover{background-position:0 -16px;}
.tabset-two .tabset{
	text-transform:uppercase;
	font-size:9px;
	background: url(../images/bg-btm-title-border.gif) repeat-x 0 100%;
	padding:1px 14px 0;
}
.tabset-two .tabset ul{
	margin:0 0 -1px -5px;
	padding:0;
	list-style:none;
	overflow:hidden;
	height:1%;
}
.tabset-two .tabset li{float:left;}
.tabset-two .tabset li:first-child{background-image:none;}
.tabset-two .tabset a{
	color:#7f7f7f;
	float:left;
	height:24px;
	line-height:24px;
}
.tabset-two .tabset a span{
	float:left;
	padding:0 8px;
	cursor:pointer;
	font-weight: bold;
}
.tabset-two .tabset a.active,
.tabset-two .tabset a:hover{color:#12425d;}
.tabset a.active{
	background: url(../images/bg-tab-two.gif) no-repeat;
}
.tabset-two .tabset a.active span{background: url(../images/bg-tab-two-end.gif) no-repeat 100% 0;}
#sidebar .box-holder{
	border-bottom:1px solid #c4c4c4;
	background: url(../images/bg-sidebar-box-mid.gif) repeat-y;
	margin:0 0 9px;
}
#sidebar .related-links{margin:0 0 16px;}
#sidebar .box-holder .bg-box-top{
	background: url(../images/bg-sidebar-box-top.gif) no-repeat;
	height:1%;
}
#sidebar .customers{
	color:#646464;
	font-size:12px;
}
#sidebar .tab-holder ul{
	margin:0 0 -8px 10px;
	padding:0;
	list-style:none;
	width:244px;
	overflow:hidden;
	float:left;
	display:inline;
}
#sidebar .tab-holder li{
	border-top:1px solid #bdbdbd;
	float:left;
	width:100%;
	padding:20px 0 16px;
}
.subpage #sidebar .tab-holder li{padding:20px 0 9px;}
.related-links li:first-child,
#sidebar .tab-holder li:first-child{border:0;}
#sidebar .tab-holder a{
	color:#646464;
	text-decoration:none;
}
#sidebar .tab-holder a:hover{text-decoration:underline;}
#sidebar .tab-holder p{
	margin:0;
	font-size:10px;
	line-height:17px;
}
#sidebar .tab-holder li div.info{
	float:right;
	width:160px;
}
#sidebar .tab-holder li img{float:left;}
#sidebar li .videos img,
#sidebar li .webcast img{
	margin:0 0 0 -2px;
	position:relative;
}
#sidebar .tab-holder strong{
	font-size:15px;
	color:#a2c02f;
	display:block;
	margin:0;
	font-weight:normal;
	text-transform:inherit;
}
#sidebar .customers blockquote{margin:0;}
#sidebar .customers blockquote q{}
#sidebar .customers blockquote q{
	display:block;
	quotes:none;
	margin:0 0 11px;
}
#sidebar .customers blockquote q:after{quotes:none;}
#sidebar .customers blockquote q:before{quotes:none;}
#sidebar .customers blockquote cite{
	font-size:9px;
	display:block;
	font-style:normal;
	height:1%;
	margin:0 20px 0 0;
}
#sidebar .customers blockquote cite:after{
	content:"";
	clear:both;
	display:block;
}
#sidebar .customers blockquote cite img{float:left;}
#sidebar .customers blockquote cite span{float:right;}
/*************** Sub Page content ********************/
.pathway{
	color:#a2c02f;
	font-size:10px;
	width:100%;
	overflow:hidden;
	margin:0 0 22px;
}
.pathway a{
	color:#666;
	text-decoration:none;
}
.pathway a:hover{text-decoration:underline;}
.pathway ul{
	margin:0 0 0 -10px;
	padding:0;
	list-style:none;
}
.pathway li{
	display:inline;
	background: url(../images/divider-pathway.gif) no-repeat 0 4px;
	padding:0 0 0 11px;
}
.userid{
	color:#12425d;
	font-size:10px;
}
/******************* Post content ********************/
.post{
	font-size:12px;
	color:#666;
	line-height:16px;
	margin:0 55px 55px 0;
}
.post a{color:#006595;}
.post a:hover{
	color:#12425d;
	text-decoration:underline;
}

/* NEW STYLE ADDED */

.post h1{
	font-size:18px;
	color:#779308;
	margin:0 0 15px 0;
	font-weight:normal;
}
.post h2{
	font-size:14px;
	color:#12425d;	
	font-weight:bold;
}

.post h3{
	font-size:13px;
	color:#12425d;
	margin:0 0 15px 0;
	font-weight:bold;
}
.post h4{
	font-size:12px;
	color:#12425d;
	margin:0 0 15px 0;
	font-weight:bold;
}
.post .intro-content{
	color:#779308;
	font-size:20px;
	margin:0 0 15px;
	line-height:24px;
}
.post .intro-content .cufon-canvas{padding:0 0 4px;}
.post p{margin:0 0 16px;}
.post ul{
	margin:0;
	padding:0;
	list-style:none;
}
.post li{
	background: url(../images/bullet-dt-content.gif) no-repeat 1px 7px;
	padding:0 0 6px 8px;
}
.post li p{
	display:inline;
	margin:0;
}
.post ul h2{
	display:inline;
	margin:0;
	color:#12425d;
	font-weight:bold;
	font-size:12px;
}




/************* Sub Page Sidebar ****************/

#buttons-blue{
	margin:0 0 3px;
	padding:0;
	list-style:none;
	font-size:12px;
	font-weight:bold;
	overflow:hidden;
	height:1%;
}
#buttons-blue li{
	background: url(../images/bg-button-sidebar.gif) no-repeat;
	width:267px;
	overflow:hidden;
	margin:0 0 11px;
}
#buttons-blue li.hover,
#buttons-blue li:hover{background-position:0 -28px;}
#buttons-blue a.request-online{background: url(../images/bg-request-online-btn.gif) no-repeat 8px 6px;}
#buttons-blue a.contact-sales{background: url(../images/bg-contact-sales-btn.gif) no-repeat 8px 6px;}
#buttons-blue li a{
	color:#fff;
	display:block;
	height:29px;
	line-height:29px;
	padding:0 0 0 39px;
}

/**************************** LEFT NAVIGATION *******************/

#subnav{
	width:267px;
	/* background: url(../images/bg-menu-sidebar-mid.gif) repeat-y; */
	margin:0 0 14px;
}
#subnav .bg-btm{
	/* background: url(../images/bg-menu-sidebar-btm.gif) no-repeat 0 100%; */
	padding:13px 13px 11px;
	min-height:146px;
}

#subnav p{
	color:#666;
	font-size:11px;
	font-weight:normal;
	margin:0 0 10px;
	padding:0 0 2px;
}
#subnav h3{
	color:#316989;
	font-size:12px;
	font-weight:normal;
	border-bottom:1px solid #427997;
	margin:0 0 2px;
	text-transform:uppercase;
	padding:0 0 2px;
}

#subnav h3{
	color:#316989;
	font-size:13px;
	font-weight:normal;
	border-bottom:1px solid #427997;
	margin:0 0 2px;
	text-transform:uppercase;
	padding:0 0 2px;
}
#subnav ul{
	margin:0;
	padding:0;
	list-style:none;
}
#subnav ul ul{margin:0 0 0 7px;}
#subnav li{
	padding:0;
	height:1%;
}
#subnav a{
	/* background: url(../images/bg-bullets-menu-sidebar.gif) no-repeat 0 -1px; */
	display:block;
	color:#006595;
	padding:0 0 0 16px;
}
#subnav ul ul a{background:none}
#subnav a:hover,
#subnav a.active{
	color:#12425d;
	background-position:0 -15px;
}
#subnav ul ul a.active,
/* #subnav ul ul a:hover{background: url(../images/bullet-sub-menu.gif) no-repeat 10px 5px;} */


/**************** Menu Sub Page *****************/
#sidebar .menu{
	width:267px;
	background: url(../images/bg-menu-sidebar-mid.gif) repeat-y;
	margin:0 0 14px;
	float: left;
}
#sidebar .menu .bg-btm{
	background: url(../images/bg-menu-sidebar-btm.gif) no-repeat 0 100%;
	padding:13px 13px 11px;
	min-height:270px;
}
* html #sidebar .menu .bg-btm{height:146px;}
 #sidebar .menu p{
	color:#666;
	font-size:11px;
	font-weight:normal;
	margin:0 0 10px;
	padding:0 0 2px;
}
#sidebar .menu h3{
	color:#316989;
	font-size:12px;
	font-weight:normal;
	border-bottom:1px solid #427997;
	margin:0 0 2px;
	text-transform:uppercase;
	padding:0 0 2px;
}
#sidebar .menu ul{
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar .menu ul ul{margin:0 0 0 7px;}
#sidebar .menu li{
	padding:0;
	height:1%;
}
#sidebar .menu a{
	/* background: url(../images/bg-bullets-menu-sidebar.gif) no-repeat 0 -1px; */
	background: url(../images/bg-bullets1.gif) no-repeat;
	display:block;
	color:#006595;
	padding:0 0 0 16px;
}
#sidebar .menu ul ul a{background:none}
#sidebar .menu a:hover,
#sidebar .menu a.active{
	color:#12425d;
	/* background-position:0 -15px; */
	background: url(../images/bg-bullets2.gif) no-repeat;
}
#sidebar .menu ul ul a.active,
#sidebar .menu ul ul a:hover{background: url(../images/bullet-sub-menu.gif) no-repeat 10px 5px;} 


/**************** OLD SUPPORT SUB MENU *****************/

#subnav
{
	float:none;
	width:250px;
	/*margin-top:42px; */
	margin-left:0px;
}

#subnav .selected
{
	background: url(../imagesbg-bullets2.gif) no-repeat;
	width:250px;
	_width: 250px; 
	color:#12425D;
}

#subnav a
{
	display:block;
	background: url(../images/bg-bullets1.gif) no-repeat;
	width:250px;
	margin:0px;
	padding-left:6px; 
	font-size:12px;
	line-height:normal;
	padding-top:4px;
	padding-bottom:4px;
	color:#006595;
}

#subnav a:hover
{
	background: url(../images/bg-bullets2.gif) no-repeat;
	display:block;
	width:250px;
	margin:0;
	padding:0 0 0 16px;
	/* padding-left:6px; 
	padding-top:4px;
	padding-bottom:4px; */
	text-decoration:none;
	color:#12425D;
	font-size:12px;
	font-weight:normal;
}

#subsubnav a
{
	font-size:12px;
	background: url(../images/bg-bullets1.gif) no-repeat;
	padding: 0 0 5px 10px;
	line-height:15px;
	font-weight: normal;
}

#subsubnav a:hover
{
	font-size:12px;
	background: url(../images/bg-bullets2.gif) no-repeat;
	padding: 0 0 5px 10px;
	line-height:15px;
	font-weight: normal;
}
#subsubnav .selected
{
	font-size:12px;
	background: url(../images/bg-bullets2.gif) no-repeat;
	padding: 0 0 5px 10px;
	line-height:15px;
	font-weight: normal;
}


/**************** RELATED LINKS *****************/



.related-links ul{
	margin:-7px 20px -3px 11px;
	padding:0;
	list-style:none;
}
.related-links li{
	background: url(../images/bg-bullet-related-links.gif) no-repeat 0 7px;
	border-top:1px solid #c4c4c4;
	min-height:44px;
	padding:8px 0 7px 29px;
}
* html .related-links li{height:44px;}
.related-links li.white{background: url(../images/bg-white-bullet-related-links.gif) no-repeat 0 7px;}
.related-links li.media{background: url(../images/bg-request-online-btn.gif) no-repeat 0 7px;}
.related-links a strong{
	font-size:14px;
	color:#a2c02f;
	font-weight:normal;
	display:block;
}
.related-links a{
	font-size:10px;
	color:#646464;
}

.related-links a:hover{
	text-decoration: underline;
}




.login {	
	
	font-size:11px;
	color:#666;
	margin:0 1px;
	padding:0 10px 0px 0px;
}
.login .info{
	margin:10px 0 0;
	line-height:14px;
}
.login .hold-info{
	overflow:hidden;
	height:1%;
}
#sidebar .login .title{margin:0 0 13px;}
.login .info strong{
	display:block;
	
}
.login a{color:#006595;
text-decoration:underline;}
.login a:hover{text-decoration:none;}




	
/************************** GRAY BOX ***************************/
#grayBox
{
	width:183px;
	margin-top:10px;
	vertical-align:top;
	/* background-color:#ebebeb; */
	font-family: Arial, Helvetica, sans-serif;
	line-height:14px;
}

#grayBox h2
{
	color:#006594;
	font-size:12px;
	margin:5px 10px 5px 12px;
}

#grayBox h3
{
	font-size:11px;
	margin:0 10px;
}

#grayBox h3.app
{
	margin:0;
	font-size:11px;
	padding-left: 11px;
	
}

#grayBox img.app
{
	padding-right: 5px;
	vertical-align:middle;
}

#grayBox img.title
{
	padding-right: 5px;
	vertical-align:middle;
}
#grayBox img
{
	vertical-align:middle;
}


#grayBox h4
{
	font-size:11px;
	margin:0 10px 8px 10px;
}

#grayBox p
{
	margin:0 10px 8px 0px;
	font-size:10px;
	padding-left: 0px;
}

#grayBox a
{
	margin:0 10px 8px 0px;
	font-size:10px;
	padding-left: 0px;
}

#grayBoxTop
{
	width:183px;
	height:4px;
	/*background: url(../images/gray_box_top.gif) no-repeat; */
}

#grayBoxMiddle
{
	width:183px;
	margin-left:0px;
}

#grayBoxMiddle h2
{
	font-size:12px;
	font-weight:bold;
}


#grayBoxMiddle img
{
	margin-right:3px;
}

#grayBoxBottom
{
	width:183px;
	height:4px;
	/* background: url(../images/gray_box_bottom.gif) no-repeat; */
}

#grayBoxMiddle .grayBoxDiv
{
  width:183px;
  height:10px;
/*   background: #ebebeb url(../images/gray_box_divider.gif) repeat-x; */
}

/****************************** QUOTE BOX ***********************/

#quoteBox
{
	width:185px;
	margin:33px 0 35px 0;
	color:#b1b1b1;
}

#quoteBoxTop
{
	width:185px;
	height:17px;
	
}

#quoteBoxMiddle
{
	width:185px;
	
	margin: auto;
}

#quoteBoxBottom
{
	width:185px;
	height:6px;
	
}

#quoteBoxMiddle hr
{
  border: 2px dotted #d9d9d9;
}

#quoteBoxMiddle .quoteBoxDiv
{
	margin:0 10px;
	
}

#quoteBoxMiddle .quote
{
	font-style:italic;
	font-size:13px;
	margin-top:0px;
	vertical-align:top;
	/*padding-top: 5px;*/
	padding-top:10px;
	background-image:url(../images/quote_box_divider.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:18px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#quoteBoxMiddle .quoteBottom
{
	line-height:12px;
	margin: 0 0 0 0;
	padding: 7px 0 0 0 ;
}

#quoteBoxMiddle img
{
	margin:5px 0 5px 0;
}

