/**
Template Name: Calculator 10 key
Template Author: Tenenz, Inc.
Template Description: Calculator 10 key
Sample Account: afsbsample5
Tags: All,10 Key,Elegant
Display: Yes
Page Background Colors: #FFFFFF, #CCCCCC, #FFFFCC, #FFCC66, CCCC99, #000000
**/


/* IMPORTANT: Import Common Styles */
/* This includes styles for the client area, events calendar, and contact form */
@import url('../../common_templates/common_styles/common.css');

html, body { /* declare the viewport size */
	height: 100%;
	width: 100%
}
body {
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: #fff;
	background-image: url(images/body_bg.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
/******************* page items **********************/	

#page_wrap {
	background-image: url(images/block_img.jpg);
	background-repeat: no-repeat;
	margin: auto;
	position: relative;
	text-align: center;
	width: 950px;
	min-height: 350px;
	background-position: 765px 0px;
}
#title_area {
	text-align:left;
	margin: 0;
	width: 950px;
	height: 100px;
	position: relative;
	top: 0px;
	left: 18px;
}
#title_table1 {/* for explorer only*/
	height: 100px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0px;
	width:800px;
}
#title_table1[id] {
	display: table;
	position: static;
}
#title_table1_row1 { /* for explorer only*/
	position: relative;
	top: 50%;
	float: left
}
#title_table1_row1[id] {
	display: table-cell;
	vertical-align: middle;
	position: static;
	float: none
}
#title_table1_cell1 {/* for explorer only */
	position: relative;
	top: -50%;
	z-index: 0;
}
#title_table1_cell1[id] {
	position: static;
}
#title_table1_row2 { /* for explorer only*/
	position: relative;
	top: 50%;
	float: left
}
#title_table1_row2[id] {
	display: table-cell;
	vertical-align: middle;
	position: static;
	float: none
}
#title_table1_cell2 {
	position: relative;
	top: -50%;
	z-index: 0;
} /* for explorer only */
#title_table1_cell2[id] {
	position: static;
}
#title_table1_cell2 h1.title_heading {
	/*width: 500px;*/
	color: #036;
	font-size: 35px;
	font-weight: 700;
	padding: 0px 0px 0px 6px;
	margin: 0px;
	text-align: left;
}
#title_table1_cell1 p {
	max-height: 100px;
	overflow: hidden;
	color: #036;
	font-size: 18px;
	font-weight: 700;
	padding: 0px 0px 0px 6px;
	margin: 0px;
}

#title_table1_cell1 img {
	padding: 0em;
	margin: 0em;
}

/**************  navigation ****************/
#main_navigation_area {
	clear: both;
	text-align: left;
	margin: auto;
	position: relative;/*absolute*/
	top: 0px;/*100px*/
	left: 18px; /*25*/
	width: 925px;
	background-image: url(images/nav_bar_shadow.gif);
	background-repeat: repeat-x;
	background-position: 0px 30px;
	/*height: 50px;*/
}

ul#main_navigation, #main_navigation ul {
	width: auto;
	padding:0;
	color: #333;
	font-size: 12px;
	position: relative;
	margin: 0;
	list-style: none;
	list-style-position: outside
}

#main_navigation li {
	padding:0;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}

#main_navigation li a {
	display: block;
	color: #666;
	font-size: 14px;
	text-decoration: none;
	width: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-top: 8px;
	padding-right: 9px;
	padding-bottom: 3px;
	padding-left: 9px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

html>body #main_navigation li a {
	width: auto;
}

#main_navigation li a:hover {
	color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#secondary_navigation_area {
	clear: both;
	text-align: left;
	margin: auto;
	position: absolute;
	top: 95px;
	width: 790px;
	background-image: none;
	left: 750px;
}

ul#secondary_navigation, #secondary_navigation ul {
	width: auto;
	padding:0;
	color: #333;
	font-size: 12px;
	position: relative;
	margin: 0;
	list-style: none;
	list-style-position: outside
}

#secondary_navigation li {
	padding:0;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}

#secondary_navigation li a {
	display: block;
	padding: 8px;
	color: #666;
	font-size: 14px;
	text-decoration: none;
	width: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

html>body #secondary_navigation li a {
	width: auto;
}

#secondary_navigation li a:hover {
	color: #003366;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	text-decoration: underline;
}

.first_li_navigation{
border: none;
}
/************** end  navigation ****************/

#main-content {
	/*clear: none;*/
	width: 495px;
	text-align: left;
	position: relative;
	top: 0px;
	left: 28px; /*35*/
	background-color: #FFCC66;
	float: left;
	min-height: 800px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
#secondary_content_area {
	clear: none;
	width: 600px;
	text-align: left;
	position: absolute;
	top: 230px;
	left: 0px;
}

/************* sb elements *******************/

#footer_area{
	margin: auto auto auto 570px;
	position: relative;
	text-align: center;
	width: 380px;
	min-height: 800px;
	/*float: left;*/
	background-color: #CCCCCC;
	top: 0px;
	left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image: url(images/calculator.jpg);
	background-repeat: no-repeat;
}

#footer_business{
	margin: auto;
	width: 290px;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	top: 290px;
	text-align: center;
	color: #666666;
}

#footer_business address{
  /*  width: auto;*/
}

#footer_other {
    text-align: center;
    /*width: 100%;*/
    font-size: 11px;
    line-height: 12px;
    /*margin: 5px 0px 0px 20px;*/
    color: black;
	padding: 5px 0px 0px 0px;
}

#footer_counter {
	text-align: center;
	float: left;
	padding:10px 0px 0px 0px;
	margin: auto;
	width: 290px;
	color: #999999;
	font-size: 13px;
	font-weight: bold;
}

#footer_area p {
    margin: 2px 0px 2px 0px;
    }

#footer_anchor {
    display: none;
    }

.indent {
	padding-left: 25px;
}

.clearboth {
    clear: both;
    float: none;
    height: 1px;
    padding: 0px;
    margin: 0px;
}

/* Disclaimer Popup */
#popup-container {
    margin: 20px;
    padding: 15px;
    text-align: left;
    background: white;
    border: 1px solid #ccc;
    }

    #popup-container h1 {
        margin: 0px 0px 10px 0;
        }

/* contact info map styling */
#map {
	width: 250px;
	height: 250px;
	float: right;
	border: 1px solid #ccc;
	margin-left: 10px;
}

/***** html page elements *******/

pre {
	font-size: 1em;
}
blockquote {
	font-size: 1em;
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}

ol {
}
ul {
	/*list-style-position: inside*/
}
a {
	color: #036;
	font-size: 1em;
	text-decoration: underline
}
a:visited {
	color: #309;
}
a:hover {
	color: #369;
	text-decoration: none
}
a:active {
	color: #603;
	text-decoration: none
}
table {
	border: 0;
}
tr {
	border: 0;
}
td {
	padding: 8px;
	border: 0;
}
.cellcolor {
	background-color: #69c
}
.rev_type {
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none
}
.g_nav_cellcolor {
	background-color: #69c
}
.a_type_color {
	color: #fff;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none
}
