/* CSS Document */

body {
	/* background-image: url(/Template-Images/alphastim-bg.gif); */
	background-image: url(/Template-Images/alphastim-bg3.gif);
	background-color: #FFF6E2;
	/* background-repeat: repeat-x; */
	color: black;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.topcel {
	height: 40px;
	background-image: url(/Template-Images/alphastim-uppernav.png);
}

.navcel {
	background-color: #DCDCDC;
	width: 140px;
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: white;
	padding: 2px;
}

td.contentcel {
	/* background-color: #FCEEBD; */
	background-color: #FFFFFF;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: white;
	width: 623px;
}

.nav {
	margin: 2px;
}

#content {
	margin: 6px 20px 6px 20px;
}

.button {
	float: right;
}

.button ul {
	float: right;
	padding: 0px;
	margin: 0px;
}

.button li {
	display: block;
	float: left;
	background: url(/Template-Images/alphastim-button-full.gif);
	background-position: left;
	height: 40px;
	margin-right: 16px;
}

.button a {
	font-weight: bold;
	font-size: 12px;
	position: relative;
	display: block;
	background: url(/Template-Images/alphastim-button-right.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 40px;
	padding-left: 22px;
	padding-right: 22px;
	line-height: 38px;
	width: 65px;
	text-align: center;
}

.button a, .button a:link, .button a:active, .button a:hover, .button a:visited {
	color: #237C54;
	text-decoration: none;
}
.button a:hover {
	color: #D4345A;
	text-decoration: none;
}

a, a:link, a:active, a:hover, a:visited {
	color: #237C54;
	text-decoration: none;
}
a:hover {
	color: #D4345A;
	text-decoration: none;
}

.sidenav:link, .sidenav:active, .sidenav:hover, .sidenav:visited {
	display: block;
	background-color: #7C7C7C;
	color: white;
	text-decoration: none;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 6px;
	padding-left: 6px;
	font-weight: bold;
	margin-bottom: 1px;
}

.sidenav:hover {
	text-decoration: underline;
}

.livesupport {
	padding: 3px;
	text-align: center;
}

#Container {
	width: 768px;
	margin: auto;
}
p.footer {
	font-size:0.8em;
}

/* Content Stuff - by JB */
#content h1 {
	font-size: 1.2em;
	}
#content h2 {
	font-size: 1.1em;
	}
#content h3 {
	font-size: 1.0em;
	}
#content h4 {
	font-size: 0.9em;
	}
#content a:link {
        COLOR: blue; TEXT-DECORATION: underline;
}
#content a:visited {
        COLOR: blue; TEXT-DECORATION: underline;
}
#content a:hover {
        COLOR: #7700FF; TEXT-DECORATION: underline;
}
#content a:active  {
        COLOR: blue; TEXT-DECORATION: underline;
}
#content p.pagetitle {
	font-size: 1.2em;
	font-weight:bold;
	text-align: center;
}
#content p.pagesubtitle {
	font-size: 1.1em;
	font-weight: normal;
	font-style: italic;
	text-align:center;
	}
#content div.imageright {
	float: right;
/*	width: 25%; */
	border: thin silver solid;
	margin: 0.5em;
	padding: 0.5em;
}
#content div.imageright p {
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
}
#content table.figuretable {
	border: 1px solid black;
	margin: 15px;
}
#content table.figuretable td {
	vertical-align: top;
}
.minispace {
	height: 2px;
}
.iconth {
	text-align:center;
}
.ecommerce {
	background-color: #F4DD8F;
	border-width: 1px;
	border-style: solid;
	border-color: #BD9E2F;
}
.ecommerce form {
	display: inline;
}
.ecom-top {
	padding: 6px;
}
.ecom-bottom {
	padding: 6px;
	background-color: #EECD58;
}
img.imageleft {
	padding-bottom:10px;
	padding-right:10px;
	padding-top:0px;
	padding-left:0px;
	float:left;
	}
img.imageright {
	padding-bottom:10px;
	padding-right:0px;
	padding-top:10px;
	padding-left:0px;
	float:right;
	}

.menuhead {
	color: #7C7C7C;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 0px;
}
div.HeadlineNews {
	padding: 10px;
	background-color: #F1F2E4;
	border: 1px solid #C7BFD2;
	}
.searchbox {
	padding: 10px;
	text-align: right;
}