﻿body
{
	background: #8b8b8b;
	color: #303030;
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
}

a
{
	color: #3366FF;
	text-decoration: none;
}

a:hover
{
	color: #333333;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	border-bottom-width: 1px;
}

p
{
	line-height: 1.5em;
	margin: 0 0 15px;
}

/*** Main container ***/

#container
{
	background: #f0f0f0 url(images/bodybg1.jpg) repeat-x;
	color: #303030;
	margin: 0;
	min-width: 770px;
	padding: 0;
	text-align: left;
	width: 100%;
}

/*** Header section ***/

#sitename
{
	color: #ffffff;
	height: 92px;
	margin: 0 20px 10px;
	text-align: right;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 10px 8px;
}

#sitename h1, #sitename h2
{
	font-weight: 400;
	letter-spacing: -2px;
	margin: 0;
	padding: 0;
}

#sitename h1
{
	font-size: 2.4em;
}

#sitename h2
{
	font-size: 1.6em;
}

/*** Horizontal menu ***/

#mainmenu
{
	float: left;
	margin-bottom: 25px;
}

#mainmenu ul
{
	font-size: 16px;
	margin: 0;
	padding: 0;
}

#mainmenu li
{
	float: left;
	height: 35px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainmenu a
{
	border-right: 1px solid #b0b0b0;
	color: #606060;
	display: block;
	font-size: 0.7em;
	margin: 2px 0 0 0;
	padding: 12px 10px 10px;
	text-transform: uppercase;
}

#mainmenu a:hover
{
	background: #f0f0f0 url(images/menuhover.jpg) top left repeat-x;
	color: #505050;
	text-decoration: none;
}

#mainmenu a.current
{
	background: #f0f0f0 url(images/menuhover.jpg) top left repeat-x;
	color: #505050;
	text-decoration: none;
}

/*** Content wrap ***/

#wrap
{
	clear: both;
	font-size: 0.9em;
	padding: 0;
}

/*** Sidebars ***/

#leftside, #rightside
{
	margin: 0;
	padding: 0 10px 10px;
	width: 165px;
	top: 20px;
	position: relative;
}
#leftside
{
	float: left;
	margin-right: 5px;
	display: inline;
}

#rightside
{
	float: right;
	margin-left: 0px;
}

#leftside h1, #rightside h1
{
	color: #505050;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: -1px;
}
#rightside h1
{
	margin: 0px 0px 0px 0px;
	background: url(images/RightSideGradient.gif) repeat-x;
	border: 1px solid #b0b0b0;
	font-weight: normal;
	padding: 0px 5px 2px 5px;
}

#leftside h2, #rightside h2
{
	font-size: 1.1em;
	margin: 0 0 20px;
}

#leftside p, #rightside p
{
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 0 0 16px 10px;
}
#rightside .img
{
	border-style: none;
}
#rightside a
{
	vertical-align: middle;
}
#rightside a:hover
{
	color: #333333;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	border-bottom-width: 1px;
}

#rightside .bulletlistimage
{
	text-indent: -20px;
	vertical-align: middle;
	margin-top: 8px;
	margin-bottom: 8px;
}

.linklist
{
	list-style: none;
	margin: 0 0 16px 10px;
	padding: 0;
}

.linklist li
{
	margin-bottom: 0.7em;
}

/*** Sidebar menu ***/

.nav
{
	margin: 0px 0px 6px 0px;
	background: #e8e9ea;
	border: 1px solid #b0b0b0;
	color: #606060;
	display: block;
	padding: 5px 4px 4px 10px;
	position: relative;
	text-transform: uppercase;
	width: 150px;
}

.nav:hover, .active
{
	background: #f8f9fa;
	border: 1px solid #909090;
	color: #303030;
	text-decoration: none;
}

.sub
{
	font-size: 0.8em;
	letter-spacing: 1px;
	margin: 3px 0 2px 10px;
	padding: 4px 2px 2px 8px;
	width: 144px;
}


/*** Content ***/

#content, #contentalt
{
	background-color: #fafcff;
	border: 1px solid #909090;
	color: #2a2a2a;
	padding: 15px;
	height: 485px;
	min-height: 250px;
}

/*** Fix a bug in setting the minimum height ***/
html > body #content
{
	height: auto;
}

#content
{
	margin: 20px 0px 20px 0px;
}
#contentalt
{
	margin: 0 200px 0 20px;
}

#content h1, #contentalt h1
{
	background-color: inherit;
	color: #606060;
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 15px;
	padding: 0;
}

#content h2, #contentalt h2
{
	border-bottom: 1px solid;
	font-size: 1.6em;
	text-transform: inherit;
	margin-bottom: 10px;
	background-color: inherit;
	color: #606060;
	font-weight: normal;
	letter-spacing: normal;
	padding: 0;
	border-bottom-color: #606060;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

#content h3, #contentalt h3
{
	font-size: 1.2em;
	text-transform: inherit;
	margin-bottom: 8px;
	background-color: inherit;
	color: #606060;
	font-weight: normal;
	letter-spacing: normal;
	padding: 0;
	font-style: italic;
}
#content img, #contentalt img
{
	border: 1px solid #b0b0b0;
	float: left;
	margin: 5px 15px 6px;
	padding: 5px;
}

#content .imgproduct
{
	border: 1px solid #b0b0b0;
	float: right;
	margin: 5px 0px 5px 15px;
	padding: 5px;
}

#content .bulletlist
{
	line-height: 1.5em;
}

/*** Footer ***/

#footer
{
	background: #8b8b8b url(images/footerbg.jpg) top left repeat-x;
	clear: both;
	color: #d0d0d0;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
	padding: 20px 0;
	text-align: center;
	width: 100%;
}

#footer a
{
	color: #d0d0d0;
	font-weight: bold;
}

/*** Various classes ***/

.searchform
{
	margin: 0;
}

.searchbox
{
	background: #f0f0f0;
	border: 1px solid #b0b0b0;
	margin: 0 4px 0 0;
	width: 100px;
}

.searchbutton
{
	background: #f0f0f0;
	border: 1px solid #b0b0b0;
}

.clearingdiv
{
	clear: both;
}

.hide
{
	display: none;
}

/*** Text format ***/

.intro
{
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -1px;
}

.small
{
	font-size: 0.8em;
}
.large
{
	font-size: 1.4em;
}
.center
{
	text-align: center;
}
.right
{
	text-align: right;
}

.horizontalline
{
	border-bottom: 1px dotted #80c080;
	width: 100%;
	border-bottom-style: dotted;
	line-height: 1px;
} 

/*** Login Control ***/

.login
{
	margin: 0px;
	padding: 0px;
	border: 1px dashed #606060;
}
.login_title
{
	padding: 3px;
	margin: 5px;
	background-color: Blue;
	color: white;
	letter-spacing: .2em;
}
.login_instructions
{
	text-align: left;
}

.button
{
	border: 1px solid #000000;
	display: block;
	height: 24px;
	margin: 5px;
	padding: 0px;
}

.textbox, .combobox
{
	margin: 5px;
	border: 1px solid #0000FF;
	background: #FFFFFF;
	color: Black;
}
.textbox
{
	height: 18px;
}
.combobox
{
	height: 22px;
}
.label
{
	margin: 7px 8px 3px 0px;
	padding: 0px;
	float: left;
	clear: both;
}
.textboxlabeltop
{
	margin: 0px 5px 5px 0px;
	border: 1px solid #0000FF;
	background: #FFFFFF;
	color: Black;
	height: 18px;
}
.logout
{
	padding: 5px;
	margin: 5px;
	float: right;
}

/*** Frequently Asked Questions ***/

.Q
{
	padding: 8px 0px 8px 0px;
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	float: left;
}
.QT
{
	padding: 8px;
	margin: 0px 0px 0px 30px;
	background-color: #D3D3D3;
	font-size: 10pt;
}

.A
{
	padding: 8px 0px 8px 0px;
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	float: left;
}
.AT
{
	background-color: #FFFFFF;
	border: font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 8px;
	margin: 0px 0px 0px 30px;
 }

/*** Current Events - DefaultPage ***/

.newsTitle
{
	color: #333333;
	padding: 3px 0px 3px 0px;
	font-size: 1.0em;
	font-weight: normal;
	letter-spacing: -1px;
	margin-top: 8px;
	text-transform: uppercase;
}
.newsDate
{
	padding: 2px 0px 2px 0px;
	font-size: .8em;
	font-weight: normal;
}

.newsDescription
{
	padding: 3px 0px 3px 0px;
	font-size: 0.9em;
	font-weight: normal;
}