/**
Template Name: Graphic Wave
Template Author: Tenenz, Inc.
Template Description: Graphic Wave
Sample Account: afsbsample2
Tags: All,Feature,Simple
Display: Yes

**/


/* 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/header_bg.jpg);
	background-repeat: no-repeat;
	margin: auto;
	position: relative;
	text-align: center;
	width: 950px;
	min-height: 350px;
}
#title_area {
	margin: auto;
	width: 950px;
	height: 100px;
	position: relative;
	left: 35px;
	top: 20px;
}
#title_table1 {/* for explorer only*/
	height: 140px;
	overflow: hidden;
	position: absolute;
	left: 18px;
	top: 0px;
	padding: 0px;
	/*width:800px;*/
	text-align: left;
}
#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;
	text-align: left;
} /* for explorer only */
#title_table1_cell2[id] {
	position: static;
}
#title_table1_cell2 h1.title_heading {
	max-width: 450px;
	overflow:hidden;
	color: #006666;
	font-size: 35px;
	font-weight: 700;
	padding: 10px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}
#title_table1_cell2 p {
	color: #006666;
	font-size: 18px;
	font-weight: 700;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	max-height: 120px;
	max-width: 700px;
 	overflow: hidden;
}
#title_table1_cell1 p {
	color: #006666;
	font-size: 18px;
	font-weight: 700;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	max-height: 120px;
	max-width: 350px;
 	overflow: hidden;
}

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

/**************  navigation ****************/
#main_navigation_area {
	clear: both;
	text-align: left;
	margin: auto;
	position: absolute;
	top: 157px;
	left: 18px;
	width: 790px;
	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;
	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 #main_navigation li a {
	width: auto;
}

#main_navigation li a:hover {
	color: #006666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	/*text-decoration: underline;*/
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #006666;
	padding-bottom: 1px;
}

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

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: right;
	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: #006666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #006666;
	padding-top: 1px;
}

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

#main-content {
	clear: none;
	width: 860px;
	text-align: left;
	position: relative;
	top: 110px;
	left: 45px;
	padding-bottom: 128px;
}
#secondary_content_area {
	clear: none;
	width: 600px;
	text-align: left;
	position: absolute;
	top: 230px;
	left: 0px;
}

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

#footer{
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	margin: auto;
	position: relative;
	bottom: 0px;
	text-align: center;
	width: 950px;
	min-height: 130px;
}

#footer-business{
	width: 290px;
	height: 65px;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	top: 48px;
	left: 35px;
	text-align: left;
	color: #999999;
}

#footer-technical-contact{
	width: 390px;
	height: 65px;
	overflow: hidden;
	font-size: 12px;
	position: absolute;
	top: 115px;
	left: 35px;
	color: #CCCCCC;
	text-align: center;
	margin: auto;
	font-size: 10px;
}

#footer-business address{
	font-style: normal;
	margin: 0;
	padding: 0;
}

#footer-business a, a:visited {
	text-decoration: none;
	color: #999999;
}

#footer-business a:hover {
	color: #99CCCC;
	text-decoration: underline;
}

#footer-other{
	width: 390px;
	height: 55px;
	overflow: hidden;
	font-size: 12px;
	position: absolute;
	bottom: 10px;
	right: 35px;
	text-align: center;
	color: #99CCCC;
	margin: auto;
}

#footer-other p {
	color: #99CCCC;
	margin: 2px 0px 2px 0px;
}

#footer-other a, a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#footer-other a:hover {
	color: #99CCCC;
	text-decoration: underline;
}

#footer-counter {
	text-align: center;
	float: left;
	padding:0;
	margin: 0;
	width: auto;
	margin-top: 10px;
	color: #999999;
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	bottom: 10px;
	right: 35px;
}

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

#footer-anchor {
    display: none;
    }

.indent {
	padding-left: 25px;
}

/* 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;
	text-decoration: underline
}
a:hover {
	color: #369;
	text-decoration: none
}
a:focus {
	background-image: 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
}
