﻿a:link {
	color: #0077d7;	
}

a:visited {
}

a:active {
 
}

a:hover {

}

body {
	color: #000000;
	background-color: #F8F1E1;
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
}

img {
	border: 0;
}

h1 {
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 20px 0px;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	color: #00264c;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #00264c;
}

h2 {
  clear: both;
	padding: 0px;
	margin: 20px 0 10px 0;
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
	color: #005d94;
}

.main_container {
	margin: 17px;
	width: 764px;
	padding: 17px;
	background-color: White;
}


.header_banner_container {
	background-position: top;
	width: 764px;
	height: 189px;
	background-image: url('images/ruyton_header_banner.png');
	background-color: #00264c;
	background-repeat: no-repeat;
}


.body_container {
	width: 764px;
}

.logo_return_home {
	width: 130px;
	height: 120px;
	display: block;
	padding-top: 0px;
	margin-top: 30px;
	margin-left: 40px;
	float: left;
}

a.logo_return_home:hover  {
  background-color: transparent;
}

.header_nav_container {
	width: 546px;
	height: 52px;
	float: right;
	margin-top: 120px;
}

.inter_nav_padding {
	width: 2px;
	height: 2px;
	display: block;
	float: left;
}



.header_nav_button a {
	width: 126px;
	height: 43px;
	float: left;
	display: block;
	padding-top: 9px;
	padding-left: 9px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
}

.header_nav_button a:hover {
	font-weight: bold;
}

.content_container {
	width: 550px;
	height: 100%;
	text-align: left;
	float: right;
}

.nav_container {
	width: 212px;
	height: 100%;
	text-align: left;
	float: left;
	margin-top: 17px;
}

.content_banner_container {
	width: 546px;
	height: 79px;
	margin-top: 17px;
	float: right;
	overflow: hidden;
}

.content {
	width: 516px;
	min-height: 168px;
	background-position: top;
	background-image: url('images/bkg_gradient.gif');
	background-repeat: no-repeat;
	margin-top: 8px;
	padding-left: 30px;
	padding-top: 37px;
	float: right;
}

.icon_container {
	height: 16px;
	float: right;
	position: relative;
	top: -27px;
	margin-right: 11px;
}

.note {
	font-size: 11px;
	color: #808080;
}






#nav_container ul {
	padding-left: 0px;
	margin-left: 1px;
	margin-top: 1px;
	float: left;
	width: 180px;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
}


#nav_container ul li { 
	display: inline; 
}

#nav_container ul li a {
	margin-left: 18px;
	padding-top: 5px;
	padding-bottom: 4px;	
	width: 100%;
	/*height: 20px;*/
	text-decoration: none;
	float: left;
	background-color: #ffffff;
	border-bottom: 2px solid #d1a754;
	color: #d1a754;
}

#nav_container ul li a:hover {
	background-color: #ffffff;
	color: #00264c;
	border-bottom: 2px solid #00264c;
}

#nav_container ul li ul li { 
}

#nav_container ul li ul li a {
	width: 100%;
	float: left;
	padding: 5px 0 0 11px;
	border-bottom: none;
	text-decoration: none;
	font-weight: normal;
	color: #d0a949; 
}

#nav_container ul li ul li a:hover {
	background-color: #ffffff;
	color: #d1a754;
	font-weight: bold;	
	border-bottom: none;
}

#nav_container ul li .selected {
	background-color: #ffffff;
	color: #00264c;
	border-bottom: 2px solid #00264c;
}
#nav_container ul li ul li .selected {
  font-weight: bold;
	color: #d0a949;
	border-bottom: none;
}


.img_left
{
  float: left;
  margin: 5px 10px 5px 0;
}
.img_right
{
  float: right;
  margin: 5px 0px 5px 10px;
}
.img_right_caption, .img_left_caption
{
  text-align: center;
  margin-top: 3px;
  font-size: 11px;
}
.Full_Width_Image
{
  margin: 15px 0 15px 0;
  text-align: center;
}

.paragraph_item {
  clear: both;
  margin: 10px 0;
}