/* @override 
	http://www2.chronostelecom.com/css/chronos.css
	http://chronos.troyonline.com/css/chronos.css
*/

@charset "UTF-8";
/* Global styles */
.error
{
	color: #F03 !important;
}

a
{
	color: #E7AF18;
	font-size: 11pt;
}

body
{
	background-color: #222;
}

div#body_div
{
	font-family: Arial, Lucida, "Lucida Grande", Verdana, sans-serif;
	background-color: white;
	width: 945px;
	margin: 0 auto; /* center on page */
	padding: 4px;
}

/* Top of page */
div#header
{
	padding: 8px;
	margin-bottom: 7px;
}

div#login
{
	float: left;
}

div#logo
{
	text-align: right;
}

div#login a
{
	color: #E7AF18;
	text-decoration: none;
	display: inline;
}

div#login a:hover
{
	text-decoration: underline;
}

/* Nav Buttons */
div.nav a.button
{
	font-size: 13pt;
	height: 32px;
	width: 189px;	/* 945 ÷ 5 */
	display:  inline-block;
	text-align: center;
	padding-top: 14px;
	margin: 0px;
	background: url(../images/nav-button.jpg) right -52px;
	font-variant: small-caps;
	text-decoration: none;
	color: #fff;
}

div.nav .button:hover
{
	color: #E7AF18;
}

div.nav .button.selected
{
	cursor:	default;
	background-position: 0 0px;
	color: #000;
}

div.nav span.i
{
	font-variant: normal;
}

/* Main Content (of any page) */
div#content
{
	clear: both;
	margin-top: 4px;
}

div#content em
{
	font-style: normal;
	color: #E7AF18;
}


/* footlinks (of any page) */
div#outerfootlinks
{
	clear: both;
	padding: 1px 0px;
}

div#footlinks
{
	clear: both;
	margin: 14px 0px;
	height: 19px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	text-align: center;
}

div#footlinks a
{
	color: #666;
	margin: 5px;
	text-decoration: none;
}

div#footlinks a:hover
{
	text-decoration: underline;
}

/* footer (of any page) */

div#footer
{
	margin: 20px;
	color: #aaa;
	font-size: 9pt;
	text-align: center;
}

/* Top section Specific */

div.content_top
{
	clear: both;
	padding-top: 15px;
	min-height: 290px;
	width: 531px;
	text-align: center;
}

div.content_top.left
{
	padding-left: 415px;
}

div.content_top.right
{
	padding-right: 415px;
}

div.content_top h1
{
	margin: 0px;
	font-size: 27pt;
	font-weight: normal;
	color: #666;
}

div.content_top h2
{
	margin: 2px;
	font-size: 22pt;
	font-weight: normal;
	color: #888;
	margin-bottom: 15px;
}

div.content_top h3
{
	margin: 2px;
	font-size: 13pt;
	font-weight: normal;
	color: #aaa;
	margin-bottom: 5px;
}

div.content_top p
{
	font-size: 13pt;
	line-height: 20px;
	color: #ccc;
	width: 80%;
	margin: 5px auto;
}

/* Content bottom */

div.content_bottom
{
	clear: both;
	padding: 30px 30px 0px 30px;
}

div.content_bottom h1,
div.content_bottom h2
{
	font-size: 18pt;
	font-weight: normal;
	color: #E7AF18;
	margin: 0 0 15px 0;
}

div.content_bottom h1 em
{
	color: #444 !important;
}

div.content_bottom h2
{
	margin-bottom: 15px 0;
}

div.content_bottom h3
{
	font-size: 13pt;
	font-weight: normal;
	color: #555;
}

div.content_bottom h4
{
	color: #999;
	font-weight: normal;
	font-size: 13pt;
	margin: 0px;
}

div.content_bottom p
{
	color: #666;
	font-size: 13pt;
	margin-top: 8px;
}

div.content_bottom ul
{
	clear: both;
	list-style-position: inside;
	padding-left: 0px;
}

div.content_bottom li h3
{
	color: #555;
	margin: 10px 0 0 0;
	font-size: 13pt;
	font-weight: normal;
}

div.content_bottom li p
{
	margin: 3px 0px;
	color: #2161A1;
	font-size: 10pt;
}

/* Columns */

div.column_one,
div.column_two
{
	width: 48%;
	float: left;
	margin-right:2%;
}

div#screenshots_bottom div.column_one,
div#screenshots_bottom div.column_two,
div#screenshots_bottom div.column_three
{
	width: 32%;
	float: left;
	margin:0;
}

div#screenshots_bottom div.column_three
{
	margin-right: 1%;
}

div.column_footer
{
	clear: both
}

div#screenshots_bottom img
{
	width:249px;
	height:472px;
}

/* Subsection */

div.subsection
{
	float: left;
	display: block;
	height: 187px;
	width: 307px;
	margin-right: 12px;
	background: url(../images/subsection.png) no-repeat right bottom;
	vertical-align: bottom;
}

div.subsection.last
{
	margin-right: 0px;
}

div.subsection img
{
	padding-left: 20px;
	margin-right:  15px;
	float: left;
}

div.subsection h1
{
	margin: 0px;
	color: #777;
	font-size: 16pt;
	font-weight: normal;
	vertical-align: top;
}

div.subsection ul
{
	list-style-type: none;
	color: #2161A1;
	font-weight: lighter;
	line-height: 20px;
	font-size: 11pt;
}

div.subsection a
{
	float: right;
	padding-right:  20px;
	font-size: 13pt;
}

/* gradient */
div.gradient
{
	background: url(../images/gradient.jpg) repeat-x;
}

div.drop-shadow
{
	min-height: 1px;
	border: 1px outset #ebebeb;
}

/* cite */
div#content cite
{
	font-family: "Century Schoolbook", Georgia, "Times New Roman", Times, serif;
	color: #888;
	font-weight: lighter;
	display: block;
	margin: 20px;
}

/* Page specific */

/*
 * Home
 */
div#home_top
{
	background: url(../images/home-top.jpg) no-repeat left top;
}

div#home_top.content_top.left
{
	width: 600px;
	padding-right: 15px;
	padding-left: 330px;
}

/*
 * Screenshots
 */
div#screenshots_top
{
	background: url(../images/products-top.jpg) no-repeat right top;
}

div#screenshots_top.content_top.right
{
	width: 681px;
	padding-right: 265px;
}

li#voicemail { list-style-image: url(../images/bullets/voicemail.gif); }
li#call-forwarding { list-style-image: url(../images/bullets/forwarding.gif); }
li#aa { list-style-image: url(../images/bullets/aa.gif);}
li#web-based { list-style-image: url(../images/bullets/setup.gif);}
li#offsite-backup { list-style-image: url(../images/bullets/offsite.gif);}

/*
 * FAQ
 */
div#faq_top.content_top.right
{
	background: url(../images/faq-top.jpg) no-repeat right top;
	min-height: 188px;
	width: 746px;
	padding-right: 200px;
}

div#faq_top h1
{
	margin-bottom: 35px;
}


div#faq_top p
{
	text-align: left;
}

div#faq_bottom ul
{
	margin: 0px;
}

div#faq_bottom li
{
	list-style: none;
	margin-bottom: 30px;
}

div#faq_bottom li h3
{
	margin-top: 0px;
	margin-bottom: 10px;
}


div#faq_bottom li h4
{
	color: #2161A1;
	margin-top: 0px;
	margin-bottom: 10px;
}

div#faq_bottom li h5
{
	font-style: italic;
	color: #2161A1;
	margin-top: 0px;
	margin-bottom: 10px;
}

div#faq_bottom li p
{
	margin: 10px 0px;
}
/*
 * Contact Us
 */
div#contact_top.content_top.right
{
	background: url(../images/contact-top.jpg) no-repeat right top;
	min-height: 188px;
	width: 946px;
	padding-right: 0px;
}

div#contact_top h1
{
	margin-bottom: 35px;
}

div#contact_form td.form_label
{
	color: #888;
	min-width: 120px;
	font-weight: normal;
}

div#address p,
div#phone p
{
	margin: 0px;
}

div#phone h1
{
	margin-top: 25px;
}

div#phone label
{
	display: inline-block;
	width: 60px;
}

/*
 * About Us
 */
div#about_top.content_top.right
{
	background: url(../images/about-top.jpg) no-repeat right top;
	min-height: 188px;
	width: 726px;
	padding-right: 220px;
}

div#about_bottom p
{
	font-size: 10pt;
}

/*
 * Call to action
 */
div.call_to_action
{
	text-align: center;
}
