/* Credits: Dynamic Drive CSS Library */
/* URL: http://www.dynamicdrive.com/style/ */
a.boldbuttons {
  background: transparent url('/images/roundedge-blue-left.gif') no-repeat top left;
  display: block;
  float: left;
  font-size: 13px; /* Change 13px as desired */
  font-weight: bold;
  line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
  height: 30px; /* Height of button background height */
  padding-left: 8px; /* Width of left menu image */
  text-decoration: none;
  width: 170px;
}

a:link.boldbuttons, a:visited.boldbuttons {
  color: #FED94A; /*button text color    #F96505  */
}

a:hover.boldbuttons, a:active.boldbuttons {
  background: transparent url('/images/roundedge-red-left.gif') no-repeat top left;
  color: #FED94A; /*button text color*/
}

a.boldbuttons span {
  background: transparent url('/images/roundedge-blue-right.gif') no-repeat top right;
  display: block;
  padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons { /* Hover state CSS */
  font-size:13px;
  font-weight:bold;
  text-decoration: none;
}

a:hover.boldbuttons span { /* Hover state CSS */
  background: transparent url('/images/roundedge-red-right.gif') no-repeat top right;
}

.buttonwrapper { /* Container you can use to surround a CSS button to clear float */
  margin-bottom: 2px;
  overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
  width: 100%;
}



ul.bulletlist {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul.bulletlist li{
	padding-left: 10px;
	background-image: url(/images/green_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

ul.bulletlist ul {
	list-style: none;
}

table.basic {
	border-collapse: collapse;
	border-color: #000000;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
}

table.basic td {
	border-collapse: collapse;
	border-color: #000000;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	margin: 0px;
	padding: 3px;
	vertical-align: top;
}

.floatright {
	border: none;
	float: right;
	margin: 0 0 8px 8px;
}

div.hr_pros_pick {
	height: 11px;
	background: #fff url(/images/hr_pros_pick.gif) repeat scroll center;
}
div.hr_pros_pick hr {
	display: none;
}

body, p, dl, ul, ol, blockquote {
  font-size: 1em;
  font-family: arial, helvetica, sans-serif;
}

img {
	border: none;
}

form {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  color: #0063CE;
  font-weight: normal;
}

a:hover {
  text-decoration: none;
  color: #FF0000;
  font-weight: normal;
}

sup, sub {
  font-size: 0.8em;
  font-family: arial, helvetica, sans-serif;
}

.heading {
  font-size: 1.2em;
  font-family: arial, helvetica, sans-serif;
}

.small {
  font-size: 0.8em;
  font-family: arial, helvetica, sans-serif;
}

.top_menu {
  font-weight: bold;
  color: #FFFFFF;
  font-family: arial, helvetica, sans-serif;
}

.top_menu:hover {
  font-weight: bold;
  color: #F7DE4A;
  font-family: arial, helvetica, sans-serif;
}

.large {
  font-size: 1.1em;
  font-family: arial, helvetica, sans-serif;
}

.bold {
  font-weight: bold;
}

th {
  font-family: arial, helvetica, sans-serif;
}


h1 {
  font-size: 1.3em;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
}

h2 {
  font-size: 1.25em;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
}

h3 {
  font-size: 1.2em;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
}

h4 {
  font-size: 1.15em;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
}

h5 {
  font-size: 1.1em;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
}

h6 {
  font-size: 1.05em;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
}

pre {
  font-family: courier, serif;
}


a.menu_item {
	background-color: #708090;
	border: solid 1px;
	border-color: #99f #039 #039 #99f;
	color: white;
	font-family: arial,helvetica,sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	padding: 2px;
	text-decoration: none;
	width: 12em;
	display: block;
}

a.menu_item:link {
	background-color: #708090;
	border: solid 1px;
	border-color: #99f #039 #039 #99f;
	color: white;
	font-family: arial,helvetica,sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	padding: 2px;
	text-decoration: none;
	width: 12em;
	display: block;
}


a.menu_item:visited {
	background-color: #708090;
	border: solid 1px;
	border-color: #99f #039 #039 #99f;
	color: white;
	font-family: arial,helvetica,sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	padding: 2px;
	text-decoration: none;
	width: 12em;
	display: block;
}

a.menu_item:hover {
	background-color: #D05616;
	border: solid 1px;
	border-color: #99f #039 #039 #99f;
	color: white;
	font-family: arial,helvetica,sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	padding: 2px;
	text-decoration: none;
	width: 12em;
	display: block;
}

a.menu_item:active {
	background-color: #708090;
	border: solid 1px;
	border-color: #99f #039 #039 #99f;
	color: white;
	font-family: arial,helvetica,sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	padding: 2px;
	text-decoration: none;
	width: 12em;
	display: block;
}



a.menu_item_current {
	background-color: #D05616;
	border: solid 1px;
	border-color: #99f #039 #039 #99f;
	color: white;
	font-family: arial,helvetica,sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	padding: 2px;
	text-decoration: none;
	width: 12em;
	display: block;
}

a.menu_item_current:link {
	background-color: #D05616;
	border: solid 1px;
	border-color: #99f #039 #039 #99f;
	color: white;
	font-family: arial,helvetica,sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	padding: 2px;
	text-decoration: none;
	width: 12em;
	display: block;
}


a.menu_item_current:visited {
	background-color: #D05616;
	border: solid 1px;
	border-color: #99f #039 #039 #99f;
	color: white;
	font-family: arial,helvetica,sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	padding: 2px;
	text-decoration: none;
	width: 12em;
	display: block;
}

a.menu_item_current:hover {
	background-color: #D05616;
	border: solid 1px;
	border-color: #99f #039 #039 #99f;
	color: white;
	font-family: arial,helvetica,sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	padding: 2px;
	text-decoration: none;
	width: 12em;
	display: block;
}

a.menu_item_current:active {
	background-color: #D05616;
	border: solid 1px;
	border-color: #99f #039 #039 #99f;
	color: white;
	font-family: arial,helvetica,sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	padding: 2px;
	text-decoration: none;
	width: 12em;
	display: block;
}

