/* General reset */
body{
	margin:0;
	color:#666;
	font:16px/20px Helvetica, Arial, sans-serif;
	background:#cae5f9 url(../images/bg-body.gif) repeat-y 50% 0;
}
img{border:0;}
a{
	color:#0070bd;
	text-decoration: underline;
}
a:hover{text-decoration:none;}
input,
textarea,
select{
	font:14px/20px Helvetica, Arial, sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
q{quotes:none;}
q:before{content:"";}
q:after{content:"";}
/* General settings */
label {
	display:block;
	margin-top: 10px;
}
input[type=submit] {
	display:block;
	margin-top: 25px;
	margin-bottom: 10px;
}
/* wrapper */
#wrapper{
	width:1003px;
	margin:0 auto;
	overflow: hidden;
	padding:109px 0 0;
	position:relative;
}
.w1{
	background:url(../images/bg-main.png) repeat-y;
	overflow:hidden;
	width:100%;
}
/* logo */
.logo{
	position:absolute;
	top:20px;
	left:50%;
	width:338px;
	height:76px;
	margin:0 0 0 -475px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/logo.gif) no-repeat;
	z-index:99;
}
.logo a{
	height:100%;
	display:block;
}
/* header */
#header{
	position:absolute;
	top:0;
	left:0;
	width:975px;
	height:94px;
	padding:15px 14px 0;
	overflow:visible;
	background:url(../images/bg-body.gif) repeat-y 50% 0;
}
#header a{text-decoration:none;}
#header a:hover{text-decoration:underline;}
#header .holder{
	padding:0 16px 6px 333px;
	border-bottom:1px solid #e8e8e8;
	text-align:right;
	font-size:18px;
	line-height:20px;
	width:626px;
}
#header .holder:after{
	clear:both;
	content:"";
	display:block;
}
#header .holder .login{
	margin:0;
	padding:0;
	list-style:none;
}
#header .holder .login li{
	display:inline;
	padding:0 0 0 13px;
}
#header .holder .login li a{color:#3f72b3;}
#header .holder .login .active a,
#header .holder .login .active a,
#header .holder .login li a:hover{
	color:#f90;
	text-decoration:none;
}
#header .holder .login{
	margin:0;
	padding:3px 1px 48px 0;
	list-style:none;
	float:right;
}
#header .holder .login li{
	padding:0 0 0 26px;
	float:left;
}
#header .holder .login li a{
	float:left;
	overflow:hidden;
	height:11px;
}
#header .holder .login li a:hover{
	position:relative;
}
#header .holder .login li a span{
	float:left;
	overflow:hidden;
	height:22px;
	text-indent:-9999px;
	text-align:left;
}
#header .holder .login li.text-login a span{
	width:49px;
	background:url(../images/text-login.png) no-repeat;
}
#header .holder .login li.text-signup a span{
	width:58px;
	background:url(../images/text-signup.png) no-repeat;
}
#header .holder .login li a:hover span,
#header .holder .login li.active a span{
	margin:-11px 0 0;
}
.nav-box{
	clear:both;
}
#menu{
	margin:0;
	padding:0 2px 0 0;
	list-style:none;
	float:right;
}
#menu:after{
	display:block;
	clear:both;
	content:"";
}
#menu li{
	float:left;
	position:relative;
	padding:0 0 10px 21px;
}
#menu li:hover,
#menu li.hover{
	position:relative;
}
#menu li{width:auto !important;}
#menu li a{
	float:left;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	height:15px;
	overflow:hidden;
	text-align:left;
	position:relative;
}
#menu li a span{
	float:left;
	height:15px;
	overflow:hidden;
	text-indent:-9999px;
}
#menu li.text-what a span{
	width:123px;
	background:url(../images/text-what.png) no-repeat;
}
#menu li.text-our a span{
	width:127px;
	background:url(../images/text-our.png) no-repeat;
}
#menu li.text-about a span{
	width:92px;
	background:url(../images/text-about.png) no-repeat;
}
#menu li.text-contact a span{
	width:114px;
	background:url(../images/text-contact.png) no-repeat;
}
#menu li.text-what a:hover span{
	background:url(../images/text-what-h.png) no-repeat;
}
#menu li.text-our a:hover span{
	background:url(../images/text-our-h.png) no-repeat;
}
#menu li.text-about a:hover span{
	background:url(../images/text-about-h.png) no-repeat;
}
#menu li.text-contact a:hover span{
	background:url(../images/text-contact-h.png) no-repeat;
}
#menu li a:hover,
#menu .active a,
#menu li:hover a,
#menu li.hover a {
	color:#f90;
	height:auto;
	float:none;
	display:block;
	text-align:center;
	margin:0;
	text-decoration: none;
}
#menu li ul{
	margin: 0;
	padding:10px 0 0;
	list-style: none;
	position: absolute;
	top:20px;
	left:10px;
	font-size:16px;
	line-height:20px;
	width:144px;
	visibility:hidden;
	background:#fff;
	display:none;
}
#menu ul li{
	float:none;
	display:block !important;
	padding:0 !important;
	vertical-align:middle;
	height:1%;
}
#menu li:hover ul li a,
#menu li.hover ul li a,
#menu li ul li a{
	background:#fff;
	padding:5px 0;
	color:#4e7ec0;
	position:relative;
}
#menu li:hover ul li:hover a,
#menu li.hover ul li.hover a,
#menu li ul li a:hover{
	color:#f90;
	background:#cfeafd;
}
#menu li:hover ul,
#menu li.hover ul{
	visibility:visible;
	display:block;
}
/* nav */
#nav{
	width:100%;
	bottom:0;
	left:0;
	overflow:hidden;
}
/* visual */
.visual{
	overflow:hidden;
	height:258px;
	padding:17px 15px 0 85px;
	width:875px;
	margin:0 auto;
	color:#666;
	font-size:18px;
	line-height:26px;
}
.visual .heading{
	margin:0 0 21px -65px;
	text-align:center;
}
.visual h3{
	margin:0;
	color:#eb9700;
	font-size:30px;
	line-height:32px;
}
.visual .heading *{
	display:block;
	width:666px;
	height:37px;
	text-indent:-9999px;
	margin:0 auto;
}
.txt-incredibly{background:url(../images/text-incredibly.png) no-repeat;}
.visual .img-holder{
	float:left;
	height:100%;
	margin:-14px 74px 0 0;
}
.visual .img-holder img{display:block;}
.visual h4{
	margin:0 0 16px;
	font-size:25px;
	line-height:27px;
	color:#0070bd;
	letter-spacing:-1px;
}
.visual p{margin:0}
.btn{
	float:right;
	font-size:18px;
	line-height:22px;
	color:#fff;
	background:url(../images/btn-yellow.gif) no-repeat;
	padding:0 0 0 12px;
}
.btn span{
	display:block;
	padding:9px 30px 9px 20px;
	background:url(../images/btn-yellow.gif) no-repeat 100% 100%;
}
/* nav ul */
#nav ul{
	background:#94bb4d url(../images/bg-nav.gif) repeat-x;
	margin:0 0 0 15px;
	padding:0;
	list-style:none;
	width:974px;
	font-size:20px;
	line-height:24px;
	overflow:hidden;
}
#nav li{
	float:left;
	margin:0;
}
#nav li a{
	padding:22px 0 23px;
	text-align:center;
	float:left;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	width:324px;
	text-align:center;
	font-size:20px;
	line-height:20px;
	color:#fff;
	font-weight:bold;
}
#nav li.active a/*,
#nav li a:hover*/{
	background:#d1e2b2 url(../images/bg-nav-hover.gif) repeat-x;
	color:#4e7ec0;
	text-decoration: none;
}
#nav li span{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	height:20px;
	width:193px;
	margin:0 auto;
}
#main{
	background:url(../images/bg-main-holder.gif) no-repeat;
	overflow:hidden;
	height:1%;
	padding:18px 28px 0 29px;
	position:relative;
}
.two-columns{
	overflow:hidden;
	width:100%;
}
/* content */
#content{
	overflow:hidden;
	height:1%;
}
.two-columns #content{
	width:629px;
	float:left;
	margin:-4px 0 0;
}
#content p{margin:0 0 28px;}
#content .heading{
	font-size:18px;
	line-height:26px;
}
#content .heading p{margin:0 0 26px}
#content .heading strong{
	text-decoration:none;
	font-weight:bold;
	color:#0070bd;
}
#content .box{
	overflow:hidden;
	width:100%;
	margin:0 0 23px;
	font-size:14px;
	line-height:20px;
}
#content .follow-quicktate{margin:0 0 14px;}
#content .box .img-holder{
	float:left;
	margin:0 20px 0 0;
}
#content .box h2{
	color:#eb9700;
	text-transform:uppercase;
	font-size:14px;
	line-height:18px;
	margin:0 0 10px;
	font-weight:normal;
}
#content .box h3{
	color:#4d7ebf;
	margin:0 0 14px;
	font-size:20px;
	line-height:22px;
}
#content .box p{margin:0 0 10px;}
#content .box .img-holder{
	border:1px solid #ccc;
	display:block;
}
#content .box .img-holder img{display:block;}
#content .box .text-holder{
	overflow:hidden;
	height:1%;
	padding:7px 0 0;
}
#content .columns{
	overflow:hidden;
	width:100%;
	padding:7px 5px 0 0;
	margin:0 0 9px;
}
#content .columns .box{
	float:left;
	width:49.9%;
	margin:0;
}
.tweets ul{
	margin:0 0 -15px;
	padding:0;
	list-style:none;
}
.tweets ul li{
	border-bottom:1px solid #ccc;
	padding:0 0 10px;
	margin:0 0 15px;
	line-height:18px;
}
.tweets .more{
	text-align:right;
	font-size:12px;
}
#content .box .ad{
	margin:0 0 0 -15px;
	padding:4px 0 0;
	list-style:none;
	overflow:hidden;
	width:700px;
}
#content .box .ad li{
	float:left;
	display:inline;
	border:1px solid #ccc;
	margin:0 0 0 15px;
}
#content .box .ad li img{display:block;}
#content .columns .box .column{
	margin:0 11px 0 0;
	overflow:hidden;
	height:1%;
}
#content .columns .tweets .column{margin:0 0 0 6px;}
#content .columns .box h2{margin:0 0 14px}
#content .blockquote{
	background:url(../images/bg-quote-open.gif) no-repeat;
	padding:3px 0 0 25px;
	margin:0;
	text-align:right;
	font-size:17px;
	line-height:21px;
}
#content .blockquote q{
	background:url(../images/bg-quote-close.gif) no-repeat 100% 100%;
	display:block;
	padding:0 17px 0 0;
	text-align:left;
	margin:0 0 11px;
}
#content .blockquote cite{
	font-size:12px;
	font-style:normal;
}
/* aside */
.aside{
	float:right;
	width:305px;
	font-size:16px;
	line-height:23px;
}
.aside h3{
	margin:0 0 5px;
	color:#4d7ebf;
	font-size:16px;
	line-height:20px;
}
.aside p{margin:0 0 13px}
.aside .test-form fieldset{
	overflow:hidden;
	height:1%;
	border:1px solid #ccc;
	padding:13px 11px 14px 13px;
	margin:0 0 17px;
}
.aside .test-form h3{
	margin:0 0 11px;
	color:#eb9700;
	font-size:20px;
	line-height:22px;
}
.test-form .row{
	overflow:hidden;
	width:100%;
}
.test-form .row input{
	float:left;
	font-size:16px;
	line-height:18px;
	border:1px solid #ccc;
	padding:5px 5px;
	color:#666;
}
.test-form .row .txt{width:172px;}
.test-form .row .btn-submit{
	float:right;
	background:url(../images/btn-submit.gif) no-repeat;
	border:0;
	height:31px;
	width:83px;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
}
* html .test-form .row .btn-submit{padding:2px 0 0;}
* + html .test-form .row .btn-submit{padding:2px 0 0;}
.aside .ad{
	margin:0;
	padding:0;
	list-style:none;
}
.aside .ad li{
	margin:0 0 14px;
	vertical-align:middle;
	height:1%;
}
.aside .ad li img{
	display:block;
	border:1px solid #ccc;
}
/* footer */
#footer{
	overflow:hidden;
	height:1%;
	color:#666;
	background:#eafeef url(../images/bg-footer.gif) repeat-x;
	font-size:10px;
	line-height:14px;
	padding:18px 7px 25px;
	margin:0 14px;
	text-align:center;
}
#footer a{text-decoration:none;}
#footer a:hover{text-decoration:underline;}
#footer p{margin:0;}
#footer h3{
	margin:0 0 20px;
	font:italic bold 14px/16px Georgia, 'Times New Roman', Times, serif;
	color:#4c7ebf;
}
#footer .holder{
	width:100%;
	overflow:hidden;
	position:relative;
	text-align:center;
	margin:0 0 41px;
}
#footer .holder div{
	position:relative;
	left:50%;
	float:left;
	text-align:left;
}
#footer ul{
	position:relative;
	float:left;
	left:-50%;
	margin:0;
	padding:0;
	list-style:none;
}
#footer ul li{
	float:left;
	padding:0 29px 0 30px;
}
#footer ul ul li{
	float:none;
	padding:0 0 3px;
}
#footer ul ul{
	position:static;
	float:none;
}
#footer li a{color: #999;}
.gist { font-size:9pt; }
.accountsummary {
	margin-top: 10px;
}
.vmlist-date {
	font-size: 10pt;
	float: right;;
}
.vmlist-subject {
	float: left;
	font-weight: bold;
	margin-bottom: 8px;
}
.vmlist-voicemail-container {
	padding-top: 8px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	
}
.transcription {
	display: block;
	clear: both;
}