body {
font-size: 62.5%;
font-family: Arial, Helvetica, sans-serif;
padding: 0px;
margin: 0px;
color: #000;
}

#head-wrap {
width: 100%;
background: url(images/headbg.gif) repeat-x;
height: 100px;
}
#header {
width: 960px;
padding: 0px 15px;
margin: 0px auto;
height: 100px;
}
#header h1 {
padding: 0px;
margin: 0px;
width: 264px;
height: 100px;
display: block;
float: left;
background: url(images/redesdale-logo.png)  no-repeat;
}

#header h1 a {
width: 264px;
height: 100px;
text-indent: -9999px;
margin: 0px;
padding: 0px;
border: 0px;
display: block;
overflow: hidden;
float: left;
background: url(images/redesdale-logo.png)  no-repeat;
}
#nav-wrap {
width: 100%;
height: 40px;
background: url(images/navbg.gif) repeat-x;
}
#nav {
width: 940px;
margin: 0px auto;
padding: 0px;
list-style: none;
}
#nav li {
display: inline;
padding: 0px;
margin: 0px 15px 0px 0px;
}
#nav li a {
display: block;
line-height: 40px;
background:url(images/bullet-grey.gif) no-repeat left;
float: left;
color: #fff;
font-size: 1.2em;
font-weight: bold;
text-decoration: none;
padding: 0px 40px 0px 20px;
}
#nav li a:hover {
background-image:url(images/bullet-lime.gif);
}
#search-wrap {
width: 100%;
height: 40px;
background: url(images/searchbg.gif) repeat-x top #c1c8d6; 
color: #2b2c2f;
}
#search {
width: 940px;
margin: 0px auto;
}
#mast-wrap {
height: 266px;
width: 100%;
background: url(images/mastbg.gif) repeat-x;
}
#mast {
width: 940px;
margin: 0px auto;
}
#cont-wrap {
width: 100%;
background: url(images/contbg.gif) repeat-x top;
}
#content {
width: 960px;
margin: 0px auto;
padding: 20px 0px;
}
.contentblock, .mainblock {
width: 290px;
padding: 0px 14px 15px 15px;
border-right: #e8e8e8 1px solid;
float: left;
font-size: 1.2em;
line-height: 1.8em;
}
.mainblock {
width: 610px;
}

.lastblock {
border-right: 0px;
padding-right: 15px;
}
.userbox {
margin-top: 20px;
text-align: right;
float: right;
width: 290px;
color: #4d5b66;
font-size: 1.2em;
}
.userbox .tl {
font-size: 1.3em;
font-weight:bold;
color: #d4daeb;
}
.userbox a {
color: #768a9a;
text-decoration: underline;
}
.userbox a:hover {
color: #fff;
}
#searchform {
width: 290px;
float: right;
font-size: 1.2em;
padding: 0px;
margin: 0px;
}
#searchform ul{
padding: 0px;
margin: 0px;
} 
#search ul {
padding: 10px 0px 0px;
margin: 0px;
}
#searchform ul li label, #search ul li label {
width: 80px;
float: left;
margin-right: 10px;
text-align: right;
line-height: 1.4em;
}
#search ul li label {
font-size: 1.1em;
font-weight: bold;
line-height: 2.2em;
}
#searchform li {
list-style: none;
clear: left;
}
#search li {
list-style: none;
float: left;
}
#searchform ul li input, #search ul li input, #searchform ul li select, #search ul li select {
float: left;
padding: 2px;
background-color: #fff;
border-top: 1px solid #cfcfd1;
border-left: 1px solid #e2e5ec;
width: 193px;
margin-bottom: 10px;
}
#searchform a img {
border: 0px;
}
#search ul li input, #search ul li select {
margin-bottom: 0px;
width: 110px;
font-size: 1.0em;
}
#search h2 {
float: left;
padding-right: 15px;
}

#searchform ul li input.searchbutton, #search ul li input.searchbutton {
background: url(images/search.gif) left no-repeat #586975;
color: #fff;
border: 0px;
padding: 5px 5px 5px 25px;
float: right;
width: auto;
}
#search ul li input.searchbutton {
font-size: 1.1em;
float: left;
margin-left: 10px;
}
.listitem {
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #e8e8e8;
clear: left;
}
.listitem .thumb {
display: block;
border: 5px solid #c7d1d8;
margin-right: 10px;
float: left;
}
.listitem h3.title {
font-weight: bold;
margin: 0px;
padding: 0px;
color: #000;
font-size: 1.2em;
}
.listitem h3.title a {
font-weight: bold;
margin: 0px;
padding: 0px;
color: #000;
text-decoration: none;
}
.listitem h3.title a:hover {
color: #8CC63F;
}
.listitem small {
color: #9e9e9e;
}
.listitem a.morelink {
color: #8cc63f;
text-decoration: none;
font-size: 0.9em;
}
.listitem a:hover.morelink {
text-decoration: underline;
}
.listitem p {
margin: 0px;
padding: 0px;
}
.webform{
padding: 0px;
margin: 0px;
border: 0px;
}
.webform ul, .webform fieldset{
padding: 0px;
margin: 0px;
border: 0px;
}
.webform li {
line-height: 2em;
list-style: none;
font-size: 1em;
}
.webform li label {
width: 140px;
float: left;
clear: left;
margin-right: 10px;
font-size: 1em;
font-weight: bold;
color: #777;
}
.webform li input, .webform li textarea {
padding: 5px;
width: 380px;
border: 1px solid #c7c6c6;
float: left;
margin-bottom: 5px;
}
.webform li input:focus, .webform li textarea:focus {
border: solid 1px #8cc63f;
}
.webform li select {
float: left;
}
.webform legend {
font-weight: bold;
font-size: 1.1em;
margin-bottom: 15px;
border-bottom: 1px dotted #c7c6c6; 
display: block;
}
.webform fieldset {
margin-bottom: 20px;
}
.webform .submitbutton {
clear: left;
margin-left: 150px;
}

.contentblock .webform li label {
width: 90px;
font-size: 0.9em;
}
.contentblock .webform li input, .webform li textarea {
width: 170px;
}
.contentblock .webform .submitbutton {
clear: left;
margin-left: 100px;
}
.submitbutton {
background-color: #2a292c;
border: 1px solid #2a292c;
color: #fff;
text-align: center;
text-decoration: none;
}
input:hover.submitbutton {
color: #8cc63f;
}


table {
	width:100%;
	clear:both;
	font-size:13px;
	padding:1px;
	margin-bottom:10px;
	 border:1px solid #f0f0f0;

}

table thead {
	height:28px;
	text-transform:uppercase;
	font-size:10px;
 background:#1c1c1c url('images/rep1.png') 0 0 repeat-x;
 color:#fff;
}

table td {
	padding:7px 9px;
	margin:1px 0;
}

table thead tr{
 color:#fff;
}

table tr.odd {
 background:#f9f9f9;
 color:#888;
}

table tr:hover {
 color:#333;
}

table thead tr:hover {
 color:#fff;
}
.vacbutton {
display: block;
padding: 2px;
background-color: #2a292c;
border: 1px solid #2a292c;
color: #fff;
width: 100px;
margin-right: 5px;
margin-bottom: 10px;
text-align: center;
text-decoration: none;
font-size: 0.9em;
float: right;
}
a:hover.vacbutton {
color: #8cc63f;
}
.error {
padding: 10px;
background-color: #ffdddd;
border: 1px solid #d46a6a;
margin: 10px 0px;
color: #000;
font-size: 1em;
}
.error strong {
font-size: 1.1em;
color: #a63333;
}
.success {
padding: 10px;
background-color: #f0ffdf;
border: 1px solid #8eb462;
margin: 10px 0px;
color: #000;
font-size: 1em;
}
.success strong {
font-size: 1.1em;
color: #79ad42;
}


#sub-wrap {
background: url(images/subbg.gif) repeat-x #212629 top;
width: 100%;
padding: 20px 0px;
}
#subcontent {
width: 960px;
margin: 0px auto;
color: #bdbebf;
font-size: 1.2em;
line-height: 1.8em;
}
#subcontent a {
color: #bdbebf;
text-decoration: none;
}
#subcontent a:hover {
color: #8cc63f;
}
#subcontent .subcolumn {
width: 210px;
padding: 0px 14px 0px 15px;
border-right: 1px solid #2d3133;
float: left;
}
#subcontent .last {
border-right: 0px;
padding-right: 15px;
}
#subcontent h3 {
font-size: 1.2em;
}
#footer {
width: 100%;
text-align: center;
height: 45px;
background: url(images/footbg.gif) repeat-x;
padding-top: 15px;
color: #6c6c6c;
}
.togglebutton {
clear: right;
float: right;
display: block;
margin-bottom: -10px;
}
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}
h2.htitle {
font-size: 2.2em;
line-height: 1.0em;
margin: 0px;
padding: 10px 0px;
}
#searchform h2.htitle {
padding-bottom: 0px;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}
.staffblock {
width: 280px;
padding: 5px;
background-color: #ededed;
border: 1px solid #dbdbdb;
margin: 0px 0px 20px 0px;
color: #515151;
}
.staffblock img {
float: right;
display: block;
margin: 0px 0px 10px 10px;
}
.clientimg {
clear: right;
float: right;
width: 260px;
margin: 0px 0px 10px 10px;
}
.clientimg img {
display: block;
width: 260px;
margin: 0px;
border: 0px;
}
.listclient {
clear: right;
float: right;
width: 180px;
margin: 0px 0px 10px 10px;
}
.listclient img {
display: block;
width: 180px;
margin: 0px;
border: 0px;
}
.req {
font-size: 0.8em;
color: #e50000;
font-weight: bold;
}
