@charset "utf-8";
/* CSS Document */

body,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #FE9900;
}
a:visited {
	color: #FE9900;
}
a:hover {
	color: #20435F;
}
a:active {
	color: #FE9900;
}

#wrapper {
	position:relative;
	top:0px;
	width:800px;
	height: auto;
	z-index:1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	margin: 0 auto;
	background-color:#20435f;
}
#shearcraft {
	position:absolute;
	left:4px;
	top:7px;
	width:208px;
	height:138px;
	z-index:2;
}

#shearcraft_logo {
	float: left;
	width: 200px;
	z-index: 1;
}
#sheepskin {
	position:absolute;
	left:0px;
	top:105px;
	width:145px;
	height:521px;
	z-index:2;
}

#content {
	padding: 0px;
	float: right;
	width: 720px;
	border-top-width: 3px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	z-index: 999;
	clear: both;
	bottom: 0px;
}

h1 {
	font-size: 30px;
	color: #95A9BF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
h2 {
	font-size: 12px;
	color: #95A9BF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

h3 {
	font-size: 13px;
	color: #95A9BF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	text-transform: uppercase;
}

.text_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #95A9BF;
	text-align: center;
}
.text_small_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding: 3px;
}

.form_fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #EFEFEF;
	border: 1px solid #20435f;
}


/* this is the navigation css*/
.nav a {
	width:100px;
	height:30px;
	display:block;
	text-indent:30;
	overflow:hidden;
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1D4260;
	margin: 5px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
	background-color: #92A7BD;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 10px;
	z-index: 3;
}
.nav a:hover {
	background-position: 0px 0px;
	background-color: #20435f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}


.img_rhs {
	padding: 15px;
	float: right;
	height: auto;
	width: auto;
}
