.findmenu {
	width: 300px;
	margin-bottom: 6px;
}
.width-1col{
	width: 67px;
}

.width-2col{
	width: 150px;
}

body {
	font: 12px Arial, Verdana, sans-serif;
	background-color: #fff;
	color: #333;
	line-height: 18px;
}

a {
# blue color
#	color: #0047b6;
}

a:link {
	
}

a:visited {
	
}

a:hover {
	
}

a:active {
	
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

sup {
	padding-left: 1px;
	font-size: 10px !important;
	font-weight: normal !important;
	vertical-align: baseline;
	position: relative;
	bottom: 0.33em;
	color: #76797c;
	_position: static !important;
}

.fineprint {
	font-size: 10px !important;
	color: #76797c;
}

.caption {
	font-size: 11px;
	line-height: 15px;
	font-style: italic;
}


p {
	margin-bottom: 18px;
}

p.intro {
	font-size: 14px;
	line-height: 20px;
}
.snug {
	margin-top: -18px;
}
.pad {
	margin-top: 18px;
}
.padtight {
	margin-top: 9px;
}

h1 {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 18px;
	font-weight: normal;
}

h2 {
	font-size: 24px;
	margin-bottom: 8px;
	margin-top: 2px;
	line-height: 24px;
	font-weight: normal;
}

h3 {
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
}


h4 {
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 2px;
}

/* @end */

ul.list {
		list-style-position: outside;
	margin-bottom: 18px;
}
ul.list.snug {
	margin-top: -18px;
}
ul.list li {
	background: url(../resources/list_bullet.gif) no-repeat left 5px;
	padding-left: 8px;
	margin-left: 16px;
}
ul.list.flush li {
	margin-left: 0px;
}

div.list {
	margin-bottom: 18px;
}
div.list.snug {
	margin-top: -9px;
}
div.listitem {
	
	margin-top: 9px;
	border-top: 1px solid #bbb;
	padding-top: 9px;
}
div.listitem.first {
	_border-top:none;
		_padding-top:0;
		margin-top: 0;
}

div.listitem h3 {
	
	font-size: 12px;
		line-height: 15px;
	color: #555;
	background: url(../resources/arrow_divlist.gif) no-repeat left 1px;
	padding-left: 9px;
}
div.listitem p {
		color: #555;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 0;
	padding-left: 9px;
}
div.listitem a {
	font-weight: bold;
}

a.download {
	
	font-weight: bold;
	background: url(../resources/arrow_download.gif) no-repeat left top;
	padding-left: 12px;
}

a.learnmore {
	font-weight: bold;
}


span.button {
	font-size: 11px;
	line-height: 24px;
	padding-bottom: 2px;
	padding-top: 2px;
	_padding-top: 0px;
}

span.button a {
		color: #fff;
	font-weight: bold;
	padding: 2px 22px 3px 10px;
	_padding-top: 1px;
}

.button.blue {
	background: url(../resources/btn_blue_left.gif) no-repeat;
}
.button.blue a {
	background: url(../resources/btn_blue_right.gif) no-repeat right top;
}

.button.ltblue {
	background: url(../resources/btn_ltblue_left.gif) no-repeat;
}
.button.ltblue a {
	background: url(../resources/btn_ltblue_right.gif) no-repeat right top;
}

#main {
	width: 100%;
	position: relative;
}
