@charset "utf-8";

body {
	margin:0;
	padding:0;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

h1 {
	margin:0;
	margin-bottom:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	font-style: normal;
	line-height:20px;
	font-weight: normal;
	color: #0093dd;
}

h2 {
	margin:0;
	margin-bottom:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #0093dd;
}

h3 {
	margin:15px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style: normal;
	line-height: 18px;
	color:#48579D;
}

a {
	text-decoration:underline;
    color: #0000FF;
}

a:hover {
	text-decoration:underline;
    color: #FF0000;
    background-color: #D0DFDF;
}

a.noshow {
	text-decoration:none;
    color: #000000;
}

img {	border: 0;	display: block;}div.right img {	display: inline;}
#wrapper {
	width:1000px;
	margin:0 auto;
	text-align:left;
}

#header {
	clear:both;
	width:100%;
}

#header #logo {
	float:left;
	width:400px;
}

.right {
	float:right;
}

#qlinks {
	clear:right;
	float:right;
	margin-top:12px;
}

.clear {clear:both}

#topmenu {
	/*background: url(images/menu-bg.gif) bottom center repeat-x;*/
	width:100%;
}

#topmenu ul {
	clear:both;
	list-style:none;
	height:31px;
	margin:0;
	padding:0;
	border:0px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#topmenu ul li {
	float:left;
	background: url(images/menu-left-grey.gif) top left no-repeat;
	height:31px;
	padding:0;
	padding-left:4px;
	margin:0;
	border-right:1px solid #FFFFFF;
}

#topmenu ul li a {
	display:block;
	background: url(images/menu-right-grey.gif) top right no-repeat;
 	height:31px;
	padding:6px 18px 0px 15px;
	text-decoration: none;
	color: #4A4A4A;
}

#topmenu ul li.inactive {
	background: url(images/menu-left-grey.gif) top left no-repeat;
}

#topmenu ul li.inactive a {
	color: #4A4A4A;
	background: url(images/menu-right-grey.gif) top right no-repeat;
	padding:6px 18px 0px 15px;
}

#topmenu ul li a:hover, #topmenu ul li a:active {
	color: #0857aa;
}

#topmenu ul li.current {
	background: url(images/menu-left-red.gif) top left no-repeat;
}

#topmenu ul li.current a {
	color: #FFFFFF;
	background: url(images/menu-right-red.gif) top right no-repeat;
	padding:6px 27px 0px 26px;
}

#topmenu ul li.last {
	border:0;
}

#wrapper-content {
	width:100%;
	clear:both;
	margin:20px auto;
}

#left-col {
	float:left;
	width:234px;
}

#right-col {
	float:left;
	width:180px;
}

#center-col {
	float:left;
	width:562px;
	padding:0 12px;
}

.box-greybdr {
	padding: 15px 25px; 
	border: 1px solid #b7b7b7;
}

.box-greybdr-right {
	padding: 15px; 
	border: 1px solid #b7b7b7;
}

.head-blue-square {
	text-align: center;
	background-color: #0193dd;
	width:100%;
	padding:10px 0;
}

.head-blue-curve {
	text-align:center;
	background:url(images/1300_bar_blue.gif) 0 0 no-repeat; 
	height:34px; 
	padding:0;
}

.head-grey-curve {
	text-align:center;
	background:url(images/bar_red.gif) 0 0 no-repeat; 
	height:34px; 
	padding:0;
}

.head-copper-curve {
	text-align:center;
	background:url(images/1300_bar_teal.gif) 0 0 no-repeat; 
	height:34px; 
	padding:0;
}

.head-text-white {
	padding-top:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}

.blue-text {
	position:absolute;
	bottom:6px;
	left:60px;
	right:8px;
	color: #115faf; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	line-height: 12px;
	text-align:right;
	/*padding: 32px 7px 5px 0;*/
}

.margin-top-26 {margin-top:26px;}

ul {
	padding:0;
	margin-left:13px;
}

ol {
	padding:0px;
	margin-left: 18px;
}

ol ol, ul ul {
	margin: 5px 0px 5px 20px;
	list-style-position:inside;
}

ol li {
	margin-bottom:10px;
}

ul li {
	margin-bottom:7px;
}

ul.arrow-blue {
	margin:0;
	padding:0;
	border:0px solid;
}

ul.arrow-blue li {
	/*list-style: url(images/arrow_blue.jpg) outside;
	margin-left:15px;
	margin-bottom:3px;
	padding:0;*/

	display:list-item;
	list-style-position:outside;
	list-style-type:none;
	background:url(images/arrow_blue.jpg) 0 3px no-repeat;
	margin:3px 0;
	padding-left:15px;
}

ul.arrow-blue li li {
	background:none;
	list-style-type:square;
	padding-left:5px;
}

ul.arrow-blue li li li {
	background:none;
	list-style-type:circle;
	padding-left:5px;
}


ul.arrow-icon {
	margin:0;
	padding:0;
	border:0px solid;
}

ul.arrow-icon li {
	display:list-item;
	background:url(images/icon_blue.jpg) 0 0px no-repeat;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:10px;
	padding-left:22px;
}

.testim {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #555555;
	text-decoration: none;
	/*padding: 14px 10px 8px 15px;*/
	padding-bottom:20px;
}

.grey-col {
	border-left:1px solid #b7b7b7; 
	border-right:1px solid #b7b7b7;
	padding: 14px 1px 8px 1px;
}

#footer {
	clear:both;
	height:86px;
	width:1000px;
	background: #218EFB url(images/1300_footer.gif) 0 0 no-repeat;
	text-align:left;
	margin:20px auto;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding: 25px;
}

#footer-extra {
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height:normal;
	font-weight: normal;
	color: #666666;
	text-align:center;
}

.headingwhitebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

.thumb {
	margin: 0;
	padding: 0px 8px 0 0;
}

.headingblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #0093dd;
	text-decoration: none;
}

.bluebold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #6080be;
	text-decoration: none;
}

.whitebold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.rightBlock {
	background: #FF0000;
    text-align:center;
	margin:0;
	margin-bottom:20px;
	border:0px solid #E5E5E5;
	/*padding:20px;*/
}

.center {
	text-align:center;
}

/* anurag*/
.box1 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #b7b7b7;
	border-left-color: #b7b7b7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 15px;
}
.box2 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #b7b7b7;
	border-left-color: #b7b7b7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #555555;
	text-decoration: none;
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 15px;
}
.bluelinksmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #115eae;
	text-decoration: none;
}
.thumb {
	margin: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.box3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 22px;
	border: 1px solid #b7b7b7;
}
.servicelinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 11px;
	font-weight: bold;
	color: #115faf;
	text-decoration: none;
}
.servicebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 11px;
	font-weight: bold;
	color: #115faf;
	text-decoration: none;
	padding-right: 10px;
	padding-bottom: 7px;
}
.servicebox2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	color: #115faf;
	text-decoration: none;
	padding-right: 10px;
	padding-bottom: 10px;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 25px;
	padding-left: 25px;
}
.footertextgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.dropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 21px;
	width: 200px;
	border: 1px solid #999999;
}
.menudown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #4A4A4A;
	text-decoration: none;
}
.menudown:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #fe3200;
	text-decoration: none;
}
.copysmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #646464;
	text-decoration: none;
}

.menuup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.box4 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #b7b7b7;
	border-left-color: #b7b7b7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 15px;
}
.orangebold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	color: #fe3200;
	text-decoration: none;
}
.box5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #5C5C5C;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
.menudownblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #4A4A4A;
	text-decoration: none;
}
.menudownblue:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #0857aa;
	text-decoration: none;
}

.table-blue, .table-blue td, .table-blue th {
	border: 1px solid #FFFFFF;
	background-color:#B8C0FA;
	border-collapse:collapse;
}

.box-blue {
	border: 1px solid #FFFFFF;
	background-color:#C6CCFB;
	padding:10px;
}

.text-black {
	color:#000000;
}

img.left {
	float:left;
	margin:0 10px 5px 0;
}

div.row {
	clear:both;
	margin-bottom:12px;
}

div.row div.col1 {
	font-weight:bold;
}/* Voice samples panel */ul.voice-samples {	list-style-type: none;	margin: 0;	overflow: auto;	padding: 0;	text-align: center;}ul.voice-samples li {	float: left;	list-style-type: none;	width: 33%;}ul.voice-samples li span {	display: block;	margin: 0;	padding: 0 5px 5px 5px;} ul.voice-samples li span.sample-holder {	border: 1px solid #b7b7b7;	margin: 5px;	padding: 5px;}