﻿@charset "utf-8";
/* CSS Document */

body	{
	background: #9C242E url(../images/body-bg.jpg) repeat-x top fixed; /* left OR top */
	font-family: tahoma, arial;
	font-size: 9pt;
	/* margin: 0px; */
}

#page-container	{
	margin: 0 auto;
}

/*
#page-container	{
	/* width: 826px; */
	margin: 0 auto;
	/* background-color: #12548D;
	border: 1px solid black; */
}
*/

p	{
	font-size: 9pt;
}

.preloadpic {display:none;}

img	{
	border: none;
}

h1 {
	margin: 0px;
	font-family: tahoma, arial;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: black;
}

a	{
	font-weight: bold;
	color: black;
	text-decoration: none;
}

a:hover	{ text-decoration: none; }

a:visited	{ color: black; }


.navlink	{
	border-bottom: 1px solid #8EAD81;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 8pt;
}

.navlink:hover
	{
	background: #8EAD81 url(../images/nav-bullet.gif) no-repeat left;
	cursor: pointer;
	/* text-decoration: none; */
}

.active:hover
	{
	background: #ebebeb;
	cursor: pointer;
}






#leftnav {
	width: 184px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #AABE99;
	margin: 0 auto;
}


#leftnav ul {
	margin: 0 auto;
	list-style-type: none;
	display: block;
	padding: 0px;
}

#leftnav li {
	padding-top: 2px; padding-bottom: 2px;
	/* height: 15px; */
	display: block;	
	border-bottom: 1px solid #8EAD81;
	font-size: 8pt;
}

#leftnav a {
	text-decoration: none;
	display: block;
	text-align: center;
	margin: 0px;
}

#leftnav a:hover {
	text-decoration: none;
	margin: 0px;
	background: #8EAD81 url(../images/nav-bullet.gif) no-repeat left;
}

.list	{
	background: #FFFF00; padding: 0px; text-align: center;
}


.divboxheader	{
	width: 176px;
	height: 14px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
	border: 1px solid #8EAD81;
	background: #8EAD81 url(../images/bgbar2.gif);
}

.divboxcontent	{
	width: 176px;
	height: auto;
	margin: 0 auto;
	border: 1px solid #8EAD81;
	border-top: none;
	background-color: white;
}

#blockstable	{
	background: #AABE99 url(../images/horgradbg.gif) repeat-y;
	border: 1px solid black;
	font-size: 8pt;
}

#productstable	{
	font-size: 8pt;
}

.cell-center {
	text-align: center;
}

/* ========================================================================= */


#topbar	{
	margin: 0 auto;
	background: url(../images/cia-topbar.png) no-repeat;
	width: 800px;
	height: 118px;
	font-size: 7pt;
	text-align: right;
}
#topbar-flash	{
	margin: 0 auto;
	/* background-color: white; */
	background: url(../images/cia-topbar.png) no-repeat;
	width: 800px;
	height: 118px;
	font-size: 7pt;
	text-align: right;
}

#top-links	{
	position: relative;
	left: -20px;
	top: 100px;
}
#top-links a:hover	{
	color: red;
}


#left-nav	{
	/* width: 166px; */
	/* height: 100%; */
	vertical-align: top;
}

#main-content	{
	width: 486px;
	height: 100%;
	vertical-align: top;
}

#right-nav	{
	/* width: 150px;
	height: 100%; */
	vertical-align: top;
}

#bottom	{
	margin: 0 auto; text-align: center; font-size: 8pt; color: white;
}
#bottom a	{
	color: white;
}


.contactus-table	{
	width: 464px;
}

.contactus-table td	{
	vertical-align: top;
	width: 50%;
	padding-top: 30px;
}


#scrollerdiv	{
	/* position: relative;
	top: 20px;
	left: 10px; */
	margin: 0 auto;
	width: 148px;
	height: 300px;
	padding-top: 28px;
	padding-left: 2px;
	background: url(../images/scrollerbg.jpg) no-repeat;
}



.url-addy	{
	font-size: 9px;
	color: gray;
	margin-left: 20px;
}

.description	{
	margin: 2px 50px 0px 20px;
	color: #000000;
}


#news-div	{
	width: 96%;
	margin: 0 auto;
}
#news-div p	{
	font-size: 11px;
	margin-top: 0px;
	margin-left: 13px;
}
#news-div h4	{
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0px;
}
#news-div span	{
	font-size: 10px;
	color: gray;
	margin: 0px;
	font-style: italic;
}



#browse-links	{
	width: 390px;
	margin: 0 auto;
}
#browse-links a	{
	font-weight: normal;
}
#browse-links a:hover	{
	text-decoration: underline;
}
#browse-links a:visited	{
	font-weight: normal;
}



.sublink	{
	padding-left: 10px;
	font-size: 8pt;
	font-weight: normal;

}