/* CSS from tutorials of www.alsacreations.com/articles */
#leader-h {
	height: 18px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #990000;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	/*padding: 8px;*/
	margin: 10px;
	background-color: #666666;
}
/*a:link, a:visited { color: #0000FF; }
a:hover, a:active { color: #0000FF; text-decoration: none; }*/
p { margin: 0 0 10px 0;}
h1 { font-size: 1.1em; color: #990000; margin: 0; padding: 0 5px 8px 0; }
h2 { font-size: 1em; color: #990000; }
#container {
	position: absolute;
	background-color: #FFF;
	width: 750px;
}
#header {
	height: 70px;
	background-color: #FFFFFF;
	/*padding-top: 10px;
	padding-left: 10px;*/
}

#leftcol {
	position: absolute;
	left:0;
	width: 180px;
	text-align: center;
	background-color: #FFF;
}
#rightcol {
	position: absolute;
	right:0;
	width: 150px;
	text-align: center;
	background-color: #FFF;
}
#middle {
	margin-top: 0;
	margin-left: 180px;
	margin-right: 150px;
	border-left: 1px solid #666666;
	border-right: 1px dashed #666666;
	padding: 8px;
	background-color: #FFF;

}
#fullcontent {
	margin-top: 0;
	margin-left: 180px;
	border-left: 1px solid #666666;
	padding: 8px;
	background-color: #FFF;
}
.colblurb { font-size: 0.9em; margin: 2px; text-align: center; padding-top: 5px; }
#footer {
	text-align: center;
	clear: both;
	font-size: 0.9em;
	padding-top: 20px;
	padding-bottom: 10px;
}
#footer a:link, a:visited {color: blue; text-decoration: underline; }
#footer a:hover, a:active {color: blue; text-decoration: none; }
.leftmenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	text-align: left;
	background-color:#D7CD94;
}
.leftmenu li {
	margin-bottom: 4px;
}
.leftmenu a:link, .leftmenu a:visited {
	margin: 0 2px;
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}
.leftmenu a:hover, .leftmenu a:active {
	text-decoration: underline;
	color: #0000FF;
}
.menusub {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 15px;
}

.menusub li {
	margin-bottom: 4px;
}

.menusub a:link, .menusub a:visited {
	margin: 0 2px;
	color: #0000FF;
	text-decoration: none;
}

.menusub a:hover, .menusub a:active {
	text-decoration: underline;
	color: #0000FF;
}
.menuspacer { 
	padding-top: 2px;
	border-top: 1px dotted #999999; 
}
#topnavcontainer {
background-color:#CCCC99;
border-top: 1px solid #990000;
border-bottom: 1px solid #990000;
padding: 0;
margin: 0;
}
ul#topnavlist
{
margin-left: 10px;
padding-left: 0;
white-space: nowrap;
}
#topnavlist li {
display: inline;
list-style-type: none;
}
#topnavlist a { padding: 3px 10px; }
#topnavlist a:link, #topnavlist a:visited {
color: #fff;
background-color: #990000;
text-decoration: none;
}
#topnavlist a:hover {
color: #FFF;
background-color: #CC6666;
text-decoration: none;
}
.floatleft {
	float: left;
	margin: 0px 10px 10px 0px
}
.floatright {
	float: right;
	margin: 0px 0px 10px 10px
}
.productrow {
	width: 100%;
	border-bottom: 1px solid #DBDBDB;
	padding-top: 10px;
	overflow: auto;
}
.productrowlink a:link, .productrow a:visited {
	text-decoration: underline;
	color: blue;
	font-size: 1.1em;
	font-weight: bold;
}
.productrowlink a:hover, .productrow a:active {
	text-decoration: none;
	color: blue;
	font-size: 1.1em;
	font-weight: bold;
}
.colheading {
	font-size: 1.3em;
	font-weight: bold;
	color: #666666;
	text-align: center;
}
.learnmore {
	font-size: 1em;
	font-weight: bold;
	margin: 5px 0 10px 0;
}
.learnmore a:link, .learnmore a:visited { 
	color: #FFFFFF;
	background-color: #990000;
	text-decoration: none;
	padding: 2px 5px;
}
.learnmore a:hover, .learnmore a:active { 
	color: #FFFFFF;
	background-color: #CC9900;
	text-decoration: none;
}
.attn { font-size: 1.2em; text-align: center; color: #990000; font-weight: bold; }
#rightchat {
	float:right;
	top:3px;
	right: 3px;
	position: absolute;
	padding-left: 50px;
}
div.pullquote {
	float: right; 
	width: 120px; 
	color: #666666;
   	border: solid #990000;
	border-width: 1px; 
   	font: bold 1.2em Arial, Helvetica, Verdana, sans-serif;
   	padding: 3px 4px; 
	margin: 3px 10px;
}
table { font-size: 1em; }
.rowlabel { text-align: right; }