@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
	overflow-y: scroll; 
}

body {
	height: 100%;
	margin: 0px;
	background: url('img/bg-img.gif') top repeat-x #005a94;
	text-align: center;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

p {
	text-align: justify;
}

a {
	text-decoration: none;
	color: #005a94;
}
a:hover {
	text-decoration: underline;
	color: #333;
}

#layout {
	margin-right:auto;
	margin-left:auto;
	width: 860px;
	text-align: left;
	padding-bottom: 40px;
}
.layout_table {
	width: 100%;
}
#page {
	width: 95%;
	background: #FFF;
}
#page_content {
	padding: 15px;
}
.left_shadow {
	width: 9px;
	background: url('img/left-shadow.png') repeat-y right;
}
.right_shadow {
	width: 9px;
	background: url('img/right-shadow.png') repeat-y left;
}
.bottom_left_shadow {
	background: url('img/bottom-left-shadow.png') no-repeat top right;
}
.bottom_shadow {
	background: url('img/bottom-shadow.png') repeat-x top;
}
.bottom_right_shadow {
	background: url('img/bottom-right-shadow.png') no-repeat top left;
}

.page_content {
	z-index: 20;
}
.right_img {
	float: right;
	width: 302px;
	z-index: 100;
	padding-left: 10px;
}

#header_txt {
	float: left;
	width: 600px;
	padding: 10px;
}
#header_logo {
	float: right;
	width: 130px;
	padding: 10px;
}

#footer_copy, #footer_menu {
	color: #FFF;
	padding-left: 20px;
	padding-right: 20px;
}
#footer_copy a, #footer_menu a {
	color: #FFF;
}

#footer_copy {
	float: left;
	width: 30%;
}
#footer_menu {
	float: right;
	width: 60%;	
	text-align: right;
}

.nav_top {
	background: url('img/top-shadow.png') repeat-x bottom;
	height: 9px;
}
.nav_bottom {
	background: url('img/bottom-shadow.png') repeat-x top;
	height: 9px;
}

.nav_cell {
	background-color: #336699;
	color: #FFF;
}
.nav_cell a {
	color: #CCC;
}
.nav_cell a:hover {
	color: #FFF;
	text-decoration: none;
}

h5 {
	font-family: arial;
	margin: 0px;
	padding: 4px;
	font-size: 16px;
	text-align: center;	
}



.contact_table td {
	vertical-align: top;
	width: 33%;
}
