/* CSS Document */
sub {
	vertical-align: baseline;
}
sup {
	vertical-align: top;
}

/* Text Styles */

body {
	font-family: Georgia, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 153%;
	background-color: #122f32;
	color: #666666;
}
h1 {
	font-size: 21px;
	color: #173200;
}
h2 {
	font-size: 20px;
	padding-bottom: 16px;
	color: #48838A;
}
h3 {
	font-size: 13px;
	color: #333333;
}
h4 {
	font-size: 13px;
	color: #1A4247;
}
p, ul {
	padding-bottom: 26px;
}
a, a:link, a:visited, a:hover, a:active {
	color: #666666;
	text-decoration: underline;
}
blockquote, q {
	font-size: 18px;
}
.testimonial_name {
	font-size: 12px;
}

.the-team-img {
	display: block;
	margin-left:  auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #dedede;
}

.content_home, .content_home a, .content_home a:link, .content_home a:visited, .content_home a:hover, .content_home a:active {
	color: #FFFFFF;
}

.top_menu p {
	font-size: 14px;
	color: #FFFFFF;
}
.top_menu a, .top_menu a:link, .top_menu a:visited, .top_menu a:active {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-left: 13px;
	padding-right: 13px;
}
.top_menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


.footer p {
	font-size: 11px;
	color: #2B646B;
	text-align: center;
}
.footer a, .footer a:link, .footer a:visited, .footer a:active {
	color: #2B646B;
	text-decoration: none;
}
.footer a:hover {
	color: #2B646B;
	text-decoration: underline;
}

.footer p.small {
	font-size: 10px;
}

.footer_menu p {
	font-size: 11px;
	text-decoration: underline;
	color: #386a70;
}
.footer_menu a, .footer_menu a:link, .footer_menu a:visited, .footer_menu a:active {
	padding-left: 10px;
	padding-right: 10px;
	color: #386a70;
	text-decoration: underline;
}
.footer_menu a:hover {
	color: #FFFFFF;
}

/* Common Layout */
.header {
	width: 100%;
	height: 122px;
	background-color: #1A4247;
}
.top_menu {
	width: 100%;
	height: 28px;
	padding-top: 5px;
	background-image: url(images/top_menu_background.jpg);
	background-repeat: repeat-x;
}
.content_holder {
	width: 100%;
	background-color: #1A4247;
	background-image: url(images/content_background.jpg);
	background-repeat: repeat-x;
}
.content, .content_home, .main_image_home, .footer {
	width: 762px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}
.top_menu_items, .image_banner {
	width: 772px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}
.content, .content_home {
	padding-bottom: 35px;
}
.content {
	background-color: #FFFFFF;
}
.content ul {
	padding-left: 25px;
}
.content ul li {
	list-style: circle outside url('images/standard_bullet.gif');
}
.main_image_home {
	text-align: center;
	background-color: #FFFFFF;
}
.page_main_image {
	padding-bottom: 15px;
}
.main_image_home h1 {
	padding-top: 13px;
	padding-bottom: 14px;
	font-weight: lighter;
}
.image_banner {
	padding-top: 24px;
	padding-bottom: 20px;
}
.image_banner img {
	padding-right: 14px;
}
.image_banner img.last_banner_image {
	padding-right: 0px;
}
.content_left_home, .content_right_home {
	width: 368px;
}
.content_left_home {
	float: left;
	padding-right: 9px;
}
.content_right_home {
	float: right;
	padding-left: 9px;
}
.content_right_home ul {
	padding-left: 25px;
}
.content_right_home ul li {
	list-style: circle outside url('images/list_bullet.gif');
}
.content_left, .content_right {
	width: 353px;
}
.content_left {
	float: left;
	padding-left: 15px;
	padding-right: 9px;
}
.content_right {
	float: right;
	padding-left: 9px;
	padding-right: 15px;
}
.content_heading {
	padding-left: 15px;
	text-align: left;
}
.layout_clear {
	clear: both;
}
.heading_bullet {
	padding-right: 3px;
}
hr {
	margin: 0;
	padding: 0;
	border: 0;
	height: 1px;
	margin-bottom: 15px;
	background-color: #666666;
	color: #666666;
	width: 353px;
}
hr.hr_home {
	width: 100%;
	background-color: #FFFFFF;
	color: #FFFFFF;
}
.footer_spacer {
	height: 34px;
}
.footer {
	padding-top: 14px;
}
.footer_left {
	width: 207px;
	float: left;
}
.footer_right {
	width: 555px;
	float: right;
}
.copyright_text {
	padding-top: 77px;
}
.top_menu_items table {
	width: 100%;
	line-height: 100%;
	height: 14px;
}
.top_menu_items table tr td {
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 0pt 1px 0pt 0pt;
	text-align: center;
	height: 28px;
}
.top_menu_items table tr td.last {
	border: 0;
}
.top_menu_items table tr td.selected {
	background-image: url('images/top_menu_selected.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
}
.header_logo {
	height: 100%;
	width: 727px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: center;
	padding-top: 64px;
}
.header_logo hr {
	width: 100%;
	height: 2px;
}
.content_heading hr {
	text-align: left;
}
a img, a:link img, a:visited img, a:active  img{
	border: 0;
}

blockquote
{
	padding-top: 14px;
	padding-bottom: 14px;
}
blockquote p
{
	padding-bottom: 0px;
	line-height: 150%;
}
.quote_start, .quote_end {
	font-size: 110%;
}

.header_image {
	position: absolute;
	top: 0px;
	width: 100%;
}

.header_image_inside {
	width: 309px;
	margin-left: auto;
	margin-right: auto;
}

.header_image_inside a.header_logo_image {
	background-image: url(images/title_sprite.jpg);
	height: 122px;
	width: 309px;
	display: block;
}
.header_image_inside a.header_logo_image:hover {
	background-position: 0 -122px;
}
a.footer_logo_image {
	background-image: url(images/footer_logo.jpg);
	height: 33px;
	width: 113px;
	display: block;
}
a.footer_logo_image:hover {
	background-position: 0 -33px;
}

a.meals_sprite {
	background-image: url(images/meals_sprite.jpg);
	height: 254px;
	width: 357px;
	display: block;
}
a.meals_sprite:hover {
	background-position: 0 -254px;
}
.team_member {
	padding-bottom: 18px;
}
.team_member_image {
	float: left;
	border: 1px solid #DEDEDE;
	background-color: #FFFFFF;
	padding: 5px;
}
.team_member_text {
	float: left;
	padding: 0;
	padding-left: 20px;
}
.team_member_text p.team_member_name, .team_member_text p.team_member_role {
	padding-bottom: 0px;
}
.contact_us_form {
	width: 100%;
}
.contact_us_form td {
	padding: 5px;
	vertical-align: top;
}
.contact_us_form tr td.column_1 {
	width: 98px;
}
.input_text, .contact_us_form textarea {
	width: 100%;
	border: 0px;
	padding: 0px;
	margin: 0px;
	background-color: #F1F2F2;
	color: #666666;
}
.contact_us_form .input_text {
	height: 20px;
}
.contact_us_form textarea {
	height: 98px;
}
.submit_button {
	float: right;
	width: 49px;
	height: 18px;
}
address {
	font-style: normal;
}

/* News Page Header */
h2.news_heading {
	float: left;
}
a.news_document {
	background-image: url('images/news_sprite.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	float: right;
	height: 30px;
	margin-right: 25px;
	width: 194px;
}
a.news_document:hover {
	background-position: left bottom;
}

/* Pagination */
div.pagination {
	margin-bottom: 23px;
	position: relative;
	text-align: center;
	width: 100%;
}
div.pagination a {
	border: 1px solid #FFFFFF;
	color: #999999;
	display: inline-block;
	margin-right: 3px;
	padding-left: 7px;
	padding-right: 7px;
	text-decoration: none;
}
div.pagination a.navigation_link {
	border: 1px solid #1A4247;
	color: #1A4247;
}
div.pagination a.next {
	margin-left: 30px;
}
div.pagination a.previous {
	margin-right: 30px;
}
div.pagination a.selected {
	background-color: #1A4247;
	border: 1px solid #1A4247;
	color: #FFFFFF;
}
div.pagination a:hover {
	background-color: #1A4247;
	border: 1px solid #DDDDDD;
	border: 1px solid #457219;
	color: #FFFFFF;
	text-decoration: none;
}
div.pagination a:hover.navigation_link {
	background-color: #1A4247;
	border: 1px solid #457219;
}
div.pagination p {
	font-size: 0.92em;
	margin-top: 3px;
}

/* News list heading */
.news_list_heading {
	border-bottom: 1px solid #1A4247;
	margin-left: 15px;
	margin-right: 15px;
	overflow: hidden;
	padding: 0px;
	zoom: 1;
}

/* Listing filters */
div.listing_filters {
	float: right;
}
div.listing_filters label {
	color: #666666;
	font-size: 13px;
}
div.listing_filters select {
	color: #666666;
	font-size: 13px;
}
div.listing_filters select option {
	color: #666666;
	font-size: 13px;
}

/* News articles */
.news_articles {
	margin-bottom: 28px;
	margin-left: 15px;
	margin-right: 15px;
	overflow: hidden;
	padding: 0px;
	zoom: 1;
}
.news_articles p {
	margin-top: 12px;
	text-align: middle;
	width: center;
}

/* News article */
.news_article {
	border-bottom: 1px solid #1A4247;
	overflow: hidden;
	padding-bottom: 13px;
	padding-top: 12px;
	zoom: 1;
}
.news_article img {
	border: 0px none #FFFFFF;
	display: block;
	float: left;
	height: 100px;
	margin-top: 2px;
	width: 140px;
}
.news_article .news_summary {
	float: right;
	width: 578px;
}
.news_article .news_summary h2 {
	color: #333333;
	font-size: 16px;
	padding-bottom: 1px;
}
.news_article .news_summary h2 a {
	color: #333333;
	text-decoration: none;
}
.news_article .news_summary h2 a:hover {
	text-decoration: underline;
}
.news_article .news_summary h3 {
	color: #666666;
	font-size: 14px;
	padding-bottom: 7px;
}
.news_article .news_summary p {
	color: #666666;
	font-size: 13px;
	margin-top: 0px;
	padding-bottom: 0px;
}
.news_article .news_summary p a {
	color: #1A4247;
	text-decoration: none;
}
.news_article .news_summary p a:hover {
	text-decoration: underline;
}

/* News article heading */
.news_article_heading {
	border-bottom: 1px solid #1A4247;
	margin-left: 15px;
	margin-right: 15px;
	overflow: hidden;
	padding: 0px;
	zoom: 1;
}
.news_article_heading a.back_link {
	display: block;
	float: right;
	color: #666666;
	text-decoration: none;
}
.news_article_heading a.back_link:hover {
	text-decoration: underline;
}

/* News article full detail */
.news_article_full {
	margin-bottom: 28px;
	margin-left: 15px;
	margin-right: 15px;
	overflow: hidden;
	padding-top: 12px;
	zoom: 1;
}
.news_article_full img {
	display: block;
	float: right;
	height: 200px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-top: 2px;
	width: 280px;
}
.news_article_full h2 {
	color: #333333;
	font-size: 16px;
	padding-bottom: 1px;
}
.news_article_full h3 {
	color: #666666;
	font-size: 14px;
	padding-bottom: 7px;
}
.news_article_full p {
	color: #666666;
	font-size: 13px;
	margin-top: 0px;
	padding-bottom: 0px;
}

/* PDF Icon */

.pdf-icon {
display: block;
height: 25px;
line-height: 25px;
background: url(images/pdficon.png) no-repeat;
text-indent: 25px;
font-size: 12px;
margin-top: 15px;
margin-bottom: -15px;
}

.pdf-icon:hover {
background-position: 0px -25px;
}

/* Fading banner */

.slideshow {
height: 219px;
width: 761px;
margin: 0 auto;
margin-bottom: 20px;
background: white;
}

.slideshow img {

}

.title {
background: white;
height: 40px;
width: 771px;
margin: 0 auto;
text-align: center;
line-height: 35px;
font-size: 20px;
}
.right  {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.left  {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}

