﻿/* CSS MAIN SETTINGS
-------------------------------------*/
body{
margin:0;
padding:0;
line-height: 1.5em;
font-family:Verdana,Arial, Helvetica, sans-serif;
font-size:12px;
}
#maincontainer{
width: 1160px;
margin: 0 auto;
border-right: 1px solid #b3b3b3;
border-left: 1px solid #b3b3b3;
}
table.display{
	border: 1px #b3b3b3 solid;
	border-spacing: 0px;
	padding-left: 3px;
}

th.display{
	border: 1px solid #b3b3b3;
	background-color: #EEE;
	text-align: top;
	padding: 3px;
}

td.display{
	border: 1px solid #b3b3b3;
	padding: 3px;
}

table.nb{
	border: 0px #b3b3b3 solid;
	border-spacing: 0px;
	padding-left: 3px;
}

td.nb{
	vertical-align:middle;
}

#box-table-a
{
	text-align: left;
	border-collapse: collapse;
	width: 100%;
}
#box-table-a th
{
	font-weight: normal;
	padding: 8px;
	background: #CECECE;
	border-top: 4px solid #8C8C8C;
	border-bottom: 1px solid #fff;
}
#box-table-a td
{
	padding: 8px;
	background: #FCFCFC; 
	border-bottom: 1px solid #fff;
	border-top: 1px solid transparent;
	
}
#box-table-a tr:hover td
{
	background: #DFDFDF;
}

#box-table-doc
{
	text-align: left;
	border-collapse: collapse;
	width: 100%;
}
#box-table-doc th
{
	text-align: left;
	font-weight: normal;
	padding: 8px;
	background: #DFDFDF;
	border-top: 4px solid #8C8C8C;
	border-bottom: 1px solid #fff;
}
#box-table-doc td
{
	padding: 8px;
	background: #FCFCFC; 
	border-bottom: 1px solid #fff;
	border-top: 1px solid transparent;
}


img { border: none; }

img.icon {
	padding-right: 5px;
}

/* HEADER SECTION
-------------------------------------*/
#header{
background: #fff;
}
#header .logo {
	padding-top: 14px;
	padding-bottom:5px;
	padding-left:5px;
	float:left;
}
#header .coname {
	padding-top: 0px;
	padding-bottom:5px;
	padding-left:5px;
	float:left;
}

#header .hdrR {
	line-height: 18px;
	text-align: right;
	float:right;
padding-right:6px;
padding-top:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:22px;
}
.clr {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
	border: none;
}

.header-nav {
	background-image:  url(images/topmenu.jpg);
	font-size: 11px;
	font-family : Tahoma;
	color : #666666;
	height: 19px;
	border-top: 1px solid #b3b3b3;
	letter-spacing:2px;
	padding-top:4px;
}

.nav {
	float:right;
	padding-right:6px;
	font-size:11px;
}
.nav a{
	text-decoration:none;
	color:#666666;
}
.nav a:hover {
	color: #333333;
}

#header-bar {
	width:1160px;
	height:20px;
	background-image:url(images/topbg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}
#bar-left {
	float:left;
	width:165px;
	height:20px;
	color:#ffffff;
	background-color:#999999;
	background-image:url(images/topleftcorn.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
#bar-date {
	float:left;
	padding-top:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
color:#fff;
}
/* MAIN BODY
-------------------------------------*/
#content{
float: left;
width: 1160px;
}
#columns{
margin: 0 150px 0 168px; 
}
/* LEFT COLUMN
-------------------------------------*/
#leftside{
float: left;
width: 150px;
margin-left: -1160px;
background: #fff;
}
/* RIGHT COLUMN
-------------------------------------*/
#rightside{
float: left;
width: 160px;
margin-left: -160px;
background: #fff;
}
/* FOOTER SECTION
-------------------------------------*/
.footer1{
clear: left;
width: 100%;
background: #fff;
padding-bottom:4px;
}
#footer{
clear: left;
width: 100%;
background: #fff;
border-top: 1px solid #b3b3b3;
}
div.bottomlinks{
float: left;
width: 220px;
background: #fff;
border-right: 1px solid #b3b3b3;
padding:8px;
}
div.bottomlinksend{
float: left;
width: 220px;
background: #fff;
padding:8px;
}
/* LEFT MENU
-------------------------------------*/
#menulist
{
padding: 0;
margin-left: 0;
margin-top:0;
font: 11px Verdana, sans-serif;
background: #fff;
width: 150px;
border-right: 1px solid #b3b3b3;
}
#menulist li
{
list-style: none;
margin: 0;
border-bottom: 1px solid #666;
text-align: left;
}

#menulist li a
{
display: block;
padding: 4px 1px 2px 3px;
border-left: 4px solid #F0F0F0;
background: #fff;
text-decoration: none;
}

#menulist li a:link { color: #666; }
#menulist li a:visited { color: #666; }

#menulist li a:hover
{
border-color: #fff;
color: #333;
background: #F0F0F0;
}

/* LINK PROPERTIES
-------------------------------------*/

A.strong:link {
	color: #2B54AA;
}

A.strong:visited {
	color: #2B54AA;
}

A.strong:hover {
	color: #B74E00;
	text-decoration: none;
}

A.template:link {
	color: #000;
	text-decoration: none;	
}

A.template:visited {
	color: #000;
	text-decoration: none;
}

A.template:active {
	color: #575757;
	text-decoration: none;
}

A:link {
	color: #2B54AA;
	text-decoration: none;	
}

A:visited {
	color: #2B54AA;
	text-decoration: none;
}

A:active {
	color: #575757;
	text-decoration: none;
}

A:hover {
	color: #B74E00;
	text-decoration: none;
}

A.dark:link {
	color: #575757;
	text-decoration: none;
}

A.dark:visited {
	color: #575757;
	text-decoration: none;
}

A.dark:active {
	color: #575757;
	text-decoration: none;
}

A.dark:hover {
	color: #575757;
	text-decoration: none;
}



/* BOX HEADER
-------------------------------------*/
div.heading{
	background-image:  url(images/topmenu.jpg);
	background-repeat: repeat-x;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #168baa;
	border-bottom-color: #b3b3b3;
	height: 20px;
	padding-left: 4px;
	letter-spacing:2px;
	font-weight:bold;
	padding-top:4px;
	}
	
div.eventcontent{
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #168baa;
	border-bottom-color: #b3b3b3;
	padding-left: 4px;
	padding-right: 4px;
	padding-top:4px;
	}	
	
/* MAIN CONTENT FORMATTING
-------------------------------------*/

div.topad{
	width:960px;
	text-align:center;
}

div.maintable{
border: 1px solid #b3b3b3;  
float:left;
width:820px;
margin-right:10px;
margin-bottom:10px;
}

div.masterlinks{
font-size:16px;	
}

div.prod1{
border: 1px solid #b3b3b3;  
float:left;
width:405px;
margin-right:0px;
margin-bottom:7px;
}

div.prod2{
border: 1px solid #b3b3b3;  
float:right;
width:405px;
margin-right:20px;
margin-bottom:7px;
}

div.prodpic{
float:left;
padding:8px;
}
div.prodtext{
float:right;
width:210px;
padding:4px;
}

div.rightbox{
border: 1px solid #b3b3b3;  
  float:left;
width:150px;
margin-right:10px;
margin-bottom:7px;
}
div.boxcontent{
padding:6px;
}

div.grayboxcontent{
padding:6px;
background: #FCFCFC;
}

/* HORIZONTAL RULE
-------------------------------------*/
HR {
	height: 1px;
	color: #999;
}
