/* //////////////////////// */
/* silveus.com CSS Document */
/* //////////////////////// */


/* Global Styles */
img, div { behavior: url(includes/iepngfix.htc) }

* {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #666;
}

body {
	background: #fff url(../images/rangeland_BG.jpg) scroll repeat-x;
}

#wrapper {
	position: relative;
	border-left: 3px solid white;
	border-right: 3px solid white;
	margin: auto;
	padding: 0;
	width: 800px;
}

#mainHeader {
	position: relative;
	padding: 8px 0 3px 0;
}

#content {
	position: absolute;
	z-index: 1000;
	top: 345px;
	left: 0px;
	width: 800px;
}

#rightColumn {
	float: right;
	background-color:#fff;
	padding: 20px 10px;
	width: 562px;
}

hr {
	solid  10px 0;
	border: none;
	border-bottom: 1px solid #ccc;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.clearBoth {
	clear:both;
}

/* Text Styles */

h1, .header1 {
	display: block;
	margin-top: 10px;
	font-size: 24px;
	font-weight: 600;
	color: #734235;
	line-height: normal;
}

h2, .header2 {
	display: block;
	margin-top: 10px;
	font-size: 18px;
	font-weight: 600;
	color: #66722d;
	line-height: normal;
}

h3, .header3 {
	display: block;
	margin-top: 10px;
	font-weight: bold;
	line-height: normal;
}

p {
	margin-bottom: 10px;
	line-height: 20px;
}

.justify {
	text-align: justify;
}

.largeCopy {
	font-size: 16px;
	line-height: 24px;
}

.smallCopy {
	font-size: 10px;
	line-height: 18px;
}

a {
	color: #734235;
}

a:hover, a.link:hover {
	color: #333;
}

ul, ol {
	margin: 0 0 10px 15px;
}

ul {
	list-style-type: square;
}

li {
	padding: 3px;
}

/* Masthead Styles */

#masthead {
	position: relative;
	background: url(../images/masthead-BG.gif) repeat-x 0 0 scroll;
	padding: 10px 20px 0 20px;
	height: 110px;
}

#phone {
	text-align: right;
	position: absolute;
	top: 23px;
	right: 20px;
	padding: 6px;
	border: 1px solid #bdbcbd;
	background: #fff url(../images/masthead-callout-BG.gif) repeat-x 100% 100% scroll;
}

#phone .number, #phone .tagline {
	display: block;
	font: 23px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #888;
}

#phone .number {
	letter-spacing: -1px;
}

#phone .tagline {
	font-size: 10px;
	font-weight: normal;
}

#T1Nav {
	position: absolute;
	width: 760px;
	right: 20px;
	bottom: 0px;
	text-align: right;
	margin: 5px 0;
}

#T1Nav ul {
	position: relative;
	list-style: none;
	margin: 0;
}

#T1Nav li {
	display: inline;
	margin-left: -1px;
	padding: 0;
}

#T1Nav li a {
	text-decoration: none;
	text-align: center;
	padding: 5px 10px;
	background: #aea99b url(../images/tab-nav-BG.gif) repeat-x 100% 100% scroll;
	border-top: 1px solid #938e80;
	border-right: 1px solid #938e80;
	border-left: 1px solid #938e80;
	font: 12px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}

#T1Nav li a:hover {	
	background: #aea99b url(../images/tab-nav-BG-hover.gif) repeat-x 100% 100% scroll;
	border-top: 1px solid #938e80;
	border-right: 1px solid #938e80;
	border-left: 1px solid #938e80;
}

#T1Nav li a.focus, #T1Nav li.focus {
	text-decoration: none;
	text-align: center;
	padding: 8px 10px 6px 10px;
	background: #b2b2b2 url(../images/tab-nav-focus-BG.gif) repeat-x 0 0 scroll;
	border-top: 1px solid #e6e1d3;
	border-right: 1px solid #e6e1d3;
	border-left: 1px solid #e6e1d3;
	font: 12px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #837e70;
}

#T1Nav li a.focus:hover {
	background: #fff repeat-x 100% 100% scroll;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	color: #333;
}

#headerShadow {
	position: absolute;
	top: 0;
	left: 0;
	height: 10px;
	width: 800px;
	background-image: url(../images/header-bottom-shadow.png);
	background-repeat: repeat-x;
}

#iconOverlay {
	position: absolute;
	z-index: 1001;
	top: 200px;
	right: 30px;
	background: url(../images/header-icon-overlay.gif) no-repeat;
	width: 39px;
	height: 12px;
}

/* Left Column Styles */

#leftColumn {
	position: relative;
	float: left;
	width: 200px;
	padding: 0 5px 20px 13px;
	background: #f0ebdc url(../images/left-column-fade.jpg) repeat-x 100% 100% scroll;
}

#T2Nav {
	position: relative;
	margin-top: -50px;
	padding-top: 5px;
	border: 1px solid #cfcfcf;
	background-color: #66722d;
	height: 1%;
}

#T2Nav ul.menu {
	background-color: #fff;
}

#T2Nav ul {
	list-style-type: none;
	position: relative;
	height: 1%;
	margin: 0;
}

#T2Nav ul.menu a {
  display: block;
  text-decoration: none;
}

#T2Nav ul.menu li {
	border-top: 1px solid #cfcfcf;
	color: #fff;
	padding: 0;
}

#T2Nav ul.menu li a {
  background: #7d8b3b;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
  color: #fff;	
  padding: 0.4em;
}

#T2Nav ul.menu li a:hover {
  background: #6e7b31;
	color: #fff;
}

#T2Nav ul.menu li ul li {
	border-top: 1px solid #cfcfcf;
	padding: 0;
}

#T2Nav ul.menu li ul li a {
	color: #8c9672;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	padding: 2px 20px 2px 20px;
	background: #f0f2e9 url(../images/T2-bullet.gif) no-repeat 4% 40%;
}

#T2Nav ul.menu li ul li a:hover {
	background: #e1e6d0 url(../images/T2-bullet.gif) no-repeat 4% 40%;
	color: #737c5a;
}

#T2Nav ul.menu li ul li ul li {
	border-top: 1px solid #efefef;
	margin-left: 5px;
	padding: 0;
}

#T2Nav ul.menu li ul li ul li a {
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	background: #fff url(../images/T3-bullet.gif) no-repeat 4% 40%;
	width: 183px;
}

#T2Nav ul.menu li ul li ul li a:hover {
	background: #f8f9f5 url(../images/T3-bullet.gif) no-repeat 4% 40%;
	color: #8c9672;
	width: 183px;
}

#T2NavBottom {
	height: 51px;
	background-image: url(../images/T2-bottom-30.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow:hidden;
}

#rightColumn .brownTitleBar div {
	background: url(../images/brown-title-wedge-white.gif) no-repeat 100% 0% scroll;
}

ul.linkList {
	list-style-type: none;
	position: relative;
	height: 1%;
	margin: 0;
}

ul.linkList a {
  display: block;
  text-decoration: none;
}

ul.linkList li {
	border: 1px solid #b1a890;
	background: #f8f5ed url(../images/list-link-BG.gif) repeat-y 0 0 scroll;
	margin: 2px 0;
	color: #fff;
	padding: 0;
}

ul.linkList li a {
	background: url(../images/link-list-bullet.gif) no-repeat 5% 50% scroll;
	font-size: 14px;
	font-weight: 800;
	color: #766a46;	
	padding: 0.4em 0.4em 0.4em 2.5em;
}

ul.linkList li a:hover {
	background: #d6dbc8 url(../images/link-list-bullet.gif) no-repeat 9% 50% scroll;
	color: #766a46;
}

.leftColContainer {
	margin-top: 15px;
	padding: 15px;
	border: 1px solid #bdbcbd;
	background-color:#FFFFFF;
}

/* Footer Styles */

#footer {
	color: #aaa;
	margin-top: 40px;
	text-transform: uppercase;
	clear: both;
	height: 100px;
	text-align: center;
}

#footer * {
	color: #aaa;
}

#footer a:hover {
	color: #666;
}


/* additions */

#toolWrap ul.linkList li a {
	background: url(../images/link-list-bullet.gif) no-repeat 10px 50% scroll;
}

#toolWrap ul.linkList li a:hover {
	background: #d6dbc8 url(../images/link-list-bullet.gif) no-repeat 17px 50% scroll;
}