/**
 * global elements
 */
body {
	margin: 0;
	padding: 0;
	color: #666;
	font: normal 12px Arial;
	background: #f1f1f1 url("../images/background.png") repeat-x;
}

a {
	outline:none;
}

.preLoadPic {
	display:none;
}

.dialogClearLeft {	
	height:0.08em;
	line-height:0.08em;
	font-size:0.08em;
	overflow:hidden;
	clear:both;
}

/**
 * structure elements
 */
#container {
	width: 900px;
	margin: 0px auto;
	background-color: #fff;
	border: 1px solid #a0ce67;
	border-top: none;
}
#header {
	height: 108px;
	padding: 0 20px;
	border-bottom: 2px solid #a0ce67;
	background: #eff7ff url("../images/header_bg.png") right repeat-y;
}

#header .call {
	color:#fff;
	font-size:18px;
	margin:-50px 0 0 600px;
	text-align:right;
}
#header .call p {
	font-size:24px;
	margin:0;
	padding:0;
}

/* content wrap */
#content-area {
	width: 900px;
	overflow: hidden;
	margin:10px 0 0 0;
}
/* Left Content */
#content-main {
	width: 600px;
	height: 100%;
	float: left;
	overflow: hidden;
}
/* Top content */
#content-main #top {
	background:url(../images/hero.jpg) no-repeat;
	width:590px;
	height:290px;
	margin:0px 0 0 10px;
}

#content-main #top h1 {
	color:#00b765;
	font-family:Arial;
	font-size:23px;
	margin:0;
	padding:140px 0 0 10px;
	width:280px;
}
/* tabs */
#content-main #tabs {
	width:581px;
	height:441px;
	margin:10px 0 0 10px;
}

/* Right Content */
#content-right {
	width: 300px;
	height: 100%;
	float: right;
}

/* dialog form */
#content-right #form {
	background:url(../images/form_bg.png) no-repeat;
	width:251px !important;
	height:495px !important;
	margin:0px 0 0 0;
	padding:75px 20px 20px 20px;
	color:#333;
}

#content-right #form h2 {
	color:#333;
	font-size:14px;
	font-weight:bold;
}

/* awards */
#content-right #awards {
	background:url(../images/awards.png) no-repeat;
	width:291px;
	height:141px;
	margin:10px 0 0 0;
}

/* footer */
#footer {
	width: 865px;
	height:30px;
	margin: 10px auto 0;
	padding: 10px;
	text-align: right;
	background:url(../images/footer_bg.jpg) repeat-x top;
	color:#82a5b7;
	font-size:12px;
}

#footer a {
	color:#82a5b7;
	font-size:12px;
	text-decoration:none;
}

#footer .left {
	float:left;
	width:400px;
	text-align:left;
}
#footer .right {
	float:right;
	width:250px;
}
/**
 * positional elements
 */
.logo {
	border: none;
	margin-top: 20px;
}

/**
 * dialog elements
 */
#dialog-form {
	width: auto;
	min-height: 84px;
	padding: 0px 0px;
	background: url("../images/dialog_bg.gif") no-repeat;
}
#DialogTable {
	width: 210px !important;
}
#DialogTable .QuestionBox {
	padding: 5px 0px 10px 0px !important;
}
#DialogTable select,
#DialogTable input {
	width: 165px;
	padding: 1px 2px;
	border: 1px solid #ce5b11;
}
#DialogTable textarea {
	width: 210px;
	height: 50px;
	padding: 1px 2px;
	border: 1px solid #cce5b11;
}
#DialogTable .va_pass {
	margin-left: 3px;
}
#SubmitBtn {
	width: 164px;
	height: 32px;
	margin-top: 5px;
	background: url("../images/next_button.jpg") 0 0 no-repeat;
}
#SubmitBtn:hover,
#SubmitBtn.active {
	width: 164px;
	height: 32px;
	background: url("../images/next_button.jpg") 1px -31px no-repeat;
}
#page_2 #SubmitBtn {
	width: 164px;
	height: 32px;
	background: url("../images/submit_button.jpg") 0 0 no-repeat;
}
#page_2 #SubmitBtn:hover,
#page_2 #SubmitBtn.active {
	width: 164px;
	height: 32px;
	background: url("../images/submit_button.jpg") 0px -32px no-repeat;
}

/** 
** Tabs elements 
**/

/********************************************************************* Content tab switch */

#nav {
	width: 600px;
	height: 30px;
}

#copy {
	width: 600px;
	height: 420px;
	background: url(../images/tab_bg.jpg) no-repeat;
	margin: 0;
}
/* why vocalocity tab */
#why {
	width: 600px;
	margin: 0;
	padding-top:10px;
}
#why h2 {
	color:#0065a4;
	font-size:22px;
	font-weight:bold;
	margin:5px 0 0 0;
}
#why h3 {
	color:#00b765;
	font-size:18px;
	margin:5px 0 12px 0;
	padding-bottom:20px;
}
#why p {
	color:#0065a4;
	font-size:16px;
	background:url(../images/check_listing.jpg) no-repeat center left;
	padding:0px 0 0 30px;
	line-height:22px;	
}

/* Features tab */
#fea {
	width: 600px;
	height: 400px;
	margin: 0;
	display:none;
}

#fea h2 {
	color:#0065a4;
	font-size:16px;
	font-weight:bold;
	margin:10px 0 15px 0;
}
#fea ul {
	margin:0px 0px 15px -25px;
}

#fea li {
	color:#333;
	font-size:14px;
	list-style:square;
	margin:0px;
	line-height:22px;
}
	
#fea .left {
	float:left;
	width:250px;
}
#fea .right {
	float:right;
	width:250px;
}

/* Testimonials tab */
#tes {
	width: 600px;
	height: 400px;
	margin: 0;
	display:none;
	text-align:center;
}

#tes .quotes {
	background:url(../images/quotes.jpg) no-repeat center 25px;
	margin:0 0 0 -20px;
}
#tes .quotes h2 {
	color:#00b765;
	font-size:18px;
	text-align:center;
	padding:30px 45px 0 45px;
}
#tes .quotes h3 {
	color:#333;
	font-size:14px;
	text-align:right;
	font-weight:normal;
	padding:0 45px 0 0;
}

/* About us tab */
#abo {
	width: 600px;
	height: 400px;
	margin: 0;
	display:none;
}

#abo h2 {
	color:#0065a4;
	font-size:16px;
	font-weight:bold;
	margin:10px 0 15px 0;
}
#abo p {
	color:#333;
	font-size:14px;
	font-weight:normal;
}
#abo .bold {
	font-weight:bold;
}
	
#abo ul {
	margin:0px 0px 15px -25px;
}

#abo li {
	color:#333;
	font-size:14px;
	list-style:square;
	margin:0px;
	line-height:22px;
}
	
#abo .left {
	float:left;
	width:250px;
}

#abo .right {
	float:right;
	width:250px;
}
/********************************************************************* Tabs */

ol#toc {
    height: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#toc li {
    float: left;
    margin: 0;
}

ol#toc .t1 a {
    background: url(../images/t1_off.jpg) no-repeat;
	background-repeat: no-repeat;
    display: block;
	height: 31px;
	width: 140px;
	margin: 0;
    text-decoration: none;
	float: left;
}

ol#toc .t2 a {
    background: url(../images/t2_off.jpg) no-repeat;
	background-repeat: no-repeat;
    display: block;
	height: 31px;
	width: 150px;
	margin: 0;
    text-decoration: none;
	float: left;
}

ol#toc .t3 a {
    background: url(../images/t3_off.jpg) no-repeat;
	background-repeat: no-repeat;
    display: block;
	height: 31px;
	width: 150px;
	margin: 0;
    text-decoration: none;
	float: left;
}

ol#toc .t4 a {
    background: url(../images/t4_off.jpg) no-repeat;
	background-repeat: no-repeat;
    display: block;
	height: 31px;
	width: 141px;
	margin: 0;
    text-decoration: none;
	float: left;
}

ol#toc .t1 a:hover,
ol#toc .t1 a.active {background: url(../images/t1_on.jpg) no-repeat;}
ol#toc .t2 a:hover,
ol#toc .t2 a.active {background: url(../images/t2_on.jpg) no-repeat;}
ol#toc .t3 a:hover,
ol#toc .t3 a.active {background: url(../images/t3_on.jpg) no-repeat;}
ol#toc .t4 a:hover,
ol#toc .t4 a.active {background: url(../images/t4_on.jpg) no-repeat;}

ol#toc a:hover span {
}

ol#toc span {
    background: url(tab.png) no-repeat 100% 0;
    display: block;
    line-height: 23px;
    padding-right: 10px;
}

div.content {
    padding: 1em;
	padding: 5px 30px;
}

.floatClear {
clear:both;
}
