/****
navigation color-highlight: #
navigation color: #
body_title color: #
body_text color: #
****/
/*------------------- default settings------------------------------ */

body, table, form, p {
	font-family: Arial, Tahoma, Verdana,  sans-serif;
	color: #303030;
	font-size: 8pt;
	line-height: 1.2em;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
a:link {color: #0054a5;text-decoration: underline;} 
a:visited {color: #A4A9D0;text-decoration: underline;} 
a:hover {color: #35C1F6;text-decoration: underline;}
a.nav:link {color: #CC9900;text-decoration: none;background: none;} 
a.nav:visited {color: #CC9900;text-decoration: none;background:none;} 
a.nav:hover {color: #35C1F6;text-decoration: none;background: none;}

p {margin: 10px 0px; text-align: left;}
h1, h2, h3 
{
    margin: 10px 0px 10px 0px; 
    padding: 0px;
    font-size: 10pt;
    text-align:left;
    color: #0054A5;
}
ul { padding: 0px;margin-top: 15px; margin-bottom: 15px;margin-left:40px;}
div {overflow: hidden;padding: 0px;margin: 0px;text-align: left;}
table { text-align: left; vertical-align: top;}
form { text-align: left; vertical-align: middle;} 

abbr, acronym {
	text-decoration: none;
	border-bottom: 1px dotted #4682B4;
	cursor: help;
}

/*--------------------- containers ----------------------------------- */
body {	background-color: #e2e2e2;}
div#container {
	background: #ffffff;
	width: 791px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background: url(../assets/common/bg_shadow.gif) repeat-y;
}

div#box {
	position:relative;
	background: transparent;
	width: 758px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2px;
}
div#bottom {position:relative;background: #A9ADC5; margin-left: 200px;height:3px;width:565px;margin-top: 2px;}

/****************************************************************/
/*                          Header Area                         */
/****************************************************************/
div#header {margin: 2px;}
div#logo {display: block;position:relative;float:left;}
div#logo img {height:149px; width:356px;margin:0px;border: 0px;}
div#flash {float:right;}
/**************  main_nav *************************************/
div#main_nav {
	display:block;
	position: relative;
	margin: 2px 0px;
	padding: 20px 0px 0px 0px;
	background-color: #505152;
	width: 100%;
	height: 31px;
}
/*               content                          */
div#content {
/*	background: url(../template/content-bg.jpg) top left repeat-y; */
	width:766px;
	min-height: 268px;
	margin-top: 0px;
	margin-left:0px;
	padding: 0px;
}
div#left_col {
	width:200px;
	vertical-align: top;
/*	border: 1px green dotted;  */
	margin: 0px;
	padding: 0px;
}
div#center_col {
background: url(../template/center-bg.jpg) top left repeat-y;
	vertical-align: top;
	width: 137px;
/*	border: 1px blue dotted; */
	margin: 0px;
	padding: 0px;

}
td#right_col {
	width:auto;
	vertical-align: top;
/*	border: 1px green dotted; */
	margin: 0px;
	padding: 20px;
}
div#content_bottom {margin: 0px 10px;padding: 0px 10px;text-align:center;font-size:7pt;height:30px;}
/******************************************************/
/*                Left Column                    */
/******************************************************/
div#left_sub_nav {
	padding-left: 21px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px 0px;
/* border: 1px solid yellow; */
}
div#svcsnav {display:none;}
div#prodsnav {display:none;}
div#newsnav {display:none;}
/****************************************************************/
/*                     Right Column                         */
/****************************************************************/
div#right_sub_nav {
	position:relative;
	padding-left: 22px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px 0px;
/* border: 1px solid yellow; */
}
div#address span {margin-right:20px;;}
/****************************************************************/
/*                     Footers                                  */
/****************************************************************/
div#footer {
	background: #505152 ;
	margin: 20px 0px 0px 0px;
	font-size: 8pt;
	font-weight: normal;
	color: white;
	padding: 20px 0px;
	border: 0px solid red;
	height: 100%;
	clear: both;
}
div#footer_nav 
{
    float:right;
    margin-right: 10px;
    margin-top: 25px;
}

div#footer_nav a {
	margin: 0px 5px;
	color: white;
	font-weight:bold;
}

div#address 
{
    position:relative;
    color:White; 
    float:left;
    width: 33%;
    margin-left: 2%;
}

div#copyright {
	text-align: center;
	margin-top: 0px;
	padding-top: 10px;
	font-size: 8pt;
	background: url(../template/copyright-bg.jpg) top left repeat-y;
}
div#copyright span {
	margin: 0px 10px;
}
div#credit 
{
    position:absolute; 
    bottom: 10px; 
    right: 10px; 
    float:right; 
    margin-top: 10px;
    font-size:smaller;
}

div#content
{
    background: url("../assets/common/curves.jpg") top left no-repeat;
    margin: 0px 2px;
}
div#hcontent
{
    background: url("../assets/home/curves_home.jpg") top left no-repeat;
    margin: 0px 2px;
}
div#heading 
{
    margin: 30px 0px 20px 20px;
}
div.page_nav {float:left; margin-left: 17px; margin-top: 70px;width: 28%;}
