/******************
Global Styles
******************/
* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body {
	font-size: 12px;
	line-height: 14px;
	background-color: #446573;
}

img {border: 0;}

a {
	color: #134A62;
  text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

sup {
	font: 8px/8px Arial,Helvetica,sans-serif;
	vertical-align: top;
}

.right {float: right;}

.left {float:left;}

.clear {clear:both;}

/******************
Image Replacement Styles
******************/
.image_replace {
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.image_replace_anchor {
	background-position: 0 0;
	background-repeat: no-repeat;
}

.image_replace_anchor a {
	display: block;
	text-indent: -9999px;
	outline: none;
}

#logo_srj {
  width: 344px;
  height: 87px;
  line-height: 87px;
  background-image: url(../images/logo_srj.png);
  float: left;
  margin-left: 16px;
  _margin-left: 8px;
}

#logo_srj a {
  width: 344px;
  height: 87px;
  line-height: 87px;
}

#logo_srj_footer {
  width: 195px;
  height: 75px;
  line-height: 75px;
  background-image: url(../images/logo_srj_footer.gif);
  margin: 0px auto;
  padding-bottom: 20px;
}

#icon_srj {
  width: 148px;
  height: 121px;
  line-height: 121px;
  float: left;
}

#icon_srj a {
  width: 148px;
  height: 121px;
  line-height: 121px;
}

/******************
Header Styles
******************/
#header_wrapper {
	background-image: url(../images/bg_header_repeat.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
}

#header_copy {
  float: left;
}

#header {
	width: 1000px;
	margin: 0px auto;
	background-image: url(../images/bg_header.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#header_contact {
  height: 57px;
  float: right;
  color: #C5B091;
  text-align: right;
  padding: 30px 30px 0px 0px;
}

#header_contact strong {
  font-size: 18px;
  display: block;
  padding-bottom: 5px;
}

#header_contact a {
  color: #C5B091;
  text-decoration: none;
  font-size: 13px;
}

#header_contact a:hover {
  text-decoration: underline;
}

/******************
Navigation Styles
******************/
#navigation {
  height: 34px;
}

#nav {
  font-size: 14px;
}

#nav li {
  float: left;
  padding-right: 45px;
}

#nav li a {
  height: 34px;
  display: block;
  line-height: 34px;
  text-decoration: none;
  color: #CDB191;
  padding: 0px 30px;
}

#nav li.current a, #nav li a:hover {
  color: #fff;
  padding: 0px 29px;
  height: 33px;
  line-height: 32px;
  border: 1px solid #53321D;
  border-bottom: none;
  background-image: url(../images/bg_nav.png);
  background-position: 0px 0px;
  background-repeat: repeat-x;
}

/******************
Content Styles
******************/
#content_wrapper {
  background-color: #fff;
}

#content {
	width: 1000px;
	margin: 0px auto;
	background-color: #fff;
}

/******************
Footer Styles
******************/
#footer_wrapper {
	background-image: url(../images/bg_footer.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
}

#footer {
	width: 930px;
	padding: 0px 35px;
	margin: 0px auto;
}

/*Footer Nav*/
#footer_navigation {
  float: left;
}

#footer_nav {
  
}

#footer_nav li {
  float: left;
}

#footer_nav li a {
  line-height: 71px;
  text-decoration: none;
  color: #CBA38D;
  font-size: 14px;
  padding: 0px 17px 0px 15px;
  background-image: url(../images/bg_footer_nav.png);
  background-position: right 0px;
  background-repeat: no-repeat;
}

#footer_nav li.first a {
  padding-left: 0px;
}

#footer_nav li.last a {
  padding-right: 0px;
  background: none;
}

#footer_nav li a:hover {
  text-decoration: underline;
}

#footer_bar a {
  line-height: 71px;
  text-decoration: none;
  color: #CBA38D;
  font-size: 14px;
}

#footer_bar a:hover {
  text-decoration: underline;
}

#copyright {
  text-align: center;
  color: #BDD8DD;
  font-family: Arial;
  padding-top: 20px;
}

#copyright a {
  color: #BDD8DD;
  text-decoration: none;
}

#copyright a:hover {
  text-decoration: underline;
}

#copyright div {
  font-family: "Times New Roman";
}

#copyright .big {
  font-size: 22px;
  line-height: 24px;
  padding-top: 10px;
  padding-bottom: 5px;
}

#copyright .small {
  font-size: 14px;
  line-height: 16px;
}

/******************
Dimension Styles
******************/
.height_91 {height: 91px;}
.height_93 {height: 93px;}
/******************
Margin/Padding Styles
******************/
