body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote   , th, td{
  margin:0;
  padding:0;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
fieldset, img { border:0; }
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style:inherit;
  font-weight:inherit;
}
del, ins { text-decoration:none; }
caption, th { text-align:left; }
h1, h2, h3, h4, h5, h6 {
  font-size:100%;
  font-weight:normal;
}
li {
	list-style-image: none;
	list-style-type: none;
}
q:before, q:after { content:''; }
abbr, acronym {
  border:0;
  font-variant:normal;
}
sup { vertical-align:baseline; }
sub { vertical-align:baseline; }
legend { color:#000000; }
input, button, textarea, select, optgroup, option {
  font-family:inherit;
  font-size:inherit;
  font-style:inherit;
  font-weight:inherit;
}
input, button, textarea, select { *font-size:100%; }

.content {
  width:980px;
  margin:0 auto;
}
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#27292a;
	background-image: url(../img/bg.jpg);
}
a:link {
	text-decoration:none;
	outline:none;
	color: #133956;
}
a:visited {color:#133956;}  /* visited link */
a:hover {
	color:#133956;
	text-decoration: underline;
}  /* mouse over link */
a:active {color:#133956;}  /* selected link */
#wrap {
  background:url(../img/bg_gradation.jpg) repeat-x;
  min-height:820px;
  padding:20px 0;
}
#header .content {
	border-top:solid 10px #ffffff;
	border-left:solid 10px #ffffff;
	border-right:solid 10px #ffffff;
	position:relative;
	background-color: #d5c946;
}
#header h1 a {
	width:263px;
	height:72px;
	padding:20px;
	background-position:20px 20px;
	background-repeat:no-repeat;
	background-image: url(../img/RBT_logo.gif);
	display: block;
	text-indent: -9999px;
}
#header .nav {
	position:absolute;
	right:0;
	width: 625px;
	bottom: 20px;
}
#header .nav li {
	display: block;
	float: left;
}
#header .nav li a {
	background-color:#ffffff;
	background-position:center top;
	background-repeat:no-repeat;
	display:block;
	float:left;
	margin-right:6px;
	text-indent:-9999px;
	height:24px;
}
#header .nav li a.home {
	background-image:url(../img/nav_sprites.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:110px;	

}
#header .nav li a.about {
	background-image:url(../img/nav_sprites.gif);
	background-repeat: no-repeat;
	background-position: -110px 0px;
	width:110px;	
}
#header .nav li a.services {
	background-image:url(../img/nav_sprites.gif);
	background-repeat: no-repeat;
	background-position: -220px 0px;
	width:110px;	
}
#header .nav li a.contact {
	background-image:url(../img/nav_sprites.gif);
	background-repeat: no-repeat;
	background-position: -330px 0px;
	width:110px;	
}
#header .nav li a.capnotes {
	background-image:url(../img/nav_sprites.gif);
	background-repeat: no-repeat;
	background-position: -440px 0px;
	width:140px;	
}
#header .nav li a.home:hover {
	background-position: 0px -24px;
}
#header .nav li a.about:hover {
	background-position: -110px -24px;
}
#header .nav li a.services:hover {
	background-position: -220px -24px;
}
#header .nav li a.contact:hover {
	background-position: -330px -24px;
}
#header .nav li a.capnotes:hover {
	background-position: -440px -24px;
}
#main .content {
  border-left:solid 10px #ffffff;
  border-right:solid 10px #ffffff;
  background-color:#f8efe1;
}
#main .contentbody {
	float:right;
	width:460px;
	margin-top:20px;
	margin-bottom:20px;
	margin-right:100px;
	padding-top: 5px;
}
#main .contentintro {
	float: left;
	width: 300px;
	left: 100px;
	top: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 100px;
}
#main .contentintro p {
	font-style: italic;
	color: #133956;
}
#main h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	font-weight:normal;
	color:#133956;
	margin-bottom:10px;
	text-transform: uppercase;
	text-indent: -9999px;
	height: 180px;
	width: 980px;
}
#main h3 {
	color:#561023;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#main p {
	line-height: 140%;
	margin-bottom: 20px;
}
#contact {
	height: 36px;
	width: 388px;
	position: absolute;
	top: 48px;
	left: 50%;
	display: block;
	overflow: hidden;
	margin-left: 125px;
}
#contact p a{
	display: block;
	height: 36px;
	width: 388px;
	background-image: url(../img/info-banner.png);
	text-indent: -9999px;
}
#footer .content a { color:#ffffff; }
#footer .content {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#133956;
	line-height:60px;
	width:940px;
	padding:0 20px;
	font-size:12px;
	color:#ffffff;
	border-left:solid 10px #ffffff;
	border-right:solid 10px #ffffff;
	border-bottom:solid 10px #ffffff;
}
#footer .footerlinks { float:right; }
.clear { clear:both; }
