﻿body 
{
	background: #8C81B9;
	padding: 0;
	margin: 0;
	font-family: Arial;
}

a img
{
	border: 0;
}

.site-container
{
	background: #fff url(Images/body-left.png) repeat-y;
	width: 1043px;
	margin: 0 auto;
	padding: 0 0 0 32px;
}
	.site-container-1
	{
		background: url(Images/body-right.png) repeat-y right;
		padding: 10px 32px 20px 0;
	}

.header-section
{
	height: 174px;
	text-align: center;
}



.menu-1
{
	background: #0585AC url(Images/menu-1-bg.png) repeat-x;
	font-weight: bold;
	text-transform: uppercase;
}
	.menu-1-a
	{
		background: url(Images/menu-1-right.png) no-repeat right;
	}
		.menu-1 ul
		{
			background: url(Images/menu-1-left.png) no-repeat;
			padding: 0 0 0 10px;
			margin: 0;
			list-style: none;
			height: 36px;
			line-height: 36px;
			display: block;
		}
			.menu-1 li
			{
				float: left;
				font-size: 12px;
			}
			.menu-1 li, .menu-1 a
			{
				color: #fff;
				display: block;
			}
			.menu-1 a
			{
				padding: 0 10px;
				display: block;
				text-decoration: none;
				text-align: center;
				font-size: 11px;
			}

.content-container
{
	padding: 8px 0;
}

	.left-side-bar
	{
		float: left;
		width: 200px;
	}
		.search-side-bar
		{
			background: url(Images/left-side-bar-bg.png) repeat-y;
		}
			.search-side-bar-1
			{
				background: url(Images/left-side-bar-top.png) no-repeat;
			}
				.search-side-bar-2
				{
					background: url(Images/left-side-bar-bottom.png) no-repeat bottom;
					padding: 20px 5px;
				}
					.section-header
					{
						background: url(Images/left-side-bar-header.png) no-repeat;
						margin: 10px 0 0;
					}
					.section-header, .section-header a
					{
						color: #fff;
						line-height: 26px;
						height: 26px;
						text-transform: uppercase;
						font-weight: bold;
						font-size: 13px;
						text-align: center;
						text-decoration: none;
					}

	.content-area, .content-area-wide
	{
		float: left;
		width: 589px;
		margin: 0 11px;
		color: #000864;
		font-family: Arial;
		font-size: 11px;
	}
		.content-area .top
		{
			background: url(Images/content-box-top.png) no-repeat;
			height: 22px;
		}
		.content-area .content, .content-area-wide .content
		{
			border: solid 1px #B7B7B7;
			border-bottom: none;
			border-top: none;
			padding: 5px 20px;
		}
		.content-area .bottom
		{
			background: url(Images/content-box-bottom.png) no-repeat;
			height: 20px;
		}
	.content-area-wide
	{
		width: 789px;
	}
		.content-area-wide .top
		{
			background: url(Images/content-box-wide-top.png) no-repeat;
			height: 22px;
		}
		.content-area-wide .bottom
		{
			background: url(Images/content-box-wide-bottom.png) no-repeat;
			height: 20px;
		}
	
	.right-side-bar
	{
		float: left;
		width: 200px;
	}
		.menu-3
		{
			margin: 36px 0 0;
			text-align: right;
		}
		.menu-2
		{
			background: url(Images/menu-2-bg.png) repeat-y;
			width: 100%;
		}
			.menu-2 td
			{
				height: 32px;
				padding: 0 10px;
				vertical-align: middle;
			}
			.menu-2 a
			{
				color: #fff;
				text-decoration: none;
				text-transform: uppercase;
				font-weight: bold;
				font-size: 10px;
				line-height: 9px;
			}

.menu-4
{
	background: #00086A url(Images/menu-4-left.png) no-repeat;
	height: 37px;
	line-height: 37px;
	font-size: 12px;
}
	.menu-4-1
	{
		background: url(Images/menu-4-right.png) no-repeat right;
		padding: 0 50px;
	}
	.menu-4-1, .menu-4-1 a
	{
		color: #fff;
		text-decoration: none;
	}
	.menu-4-1 a
	{
		padding: 0 5px;
	}
	.menu-4-1 a:hover
	{
		text-decoration: underline;
	}




