/*/////// JTBA STYLESHEET ///////*/
@charset "UTF-8";
/*/////// SITE ///////*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #00486B;
	margin: 40px 0 0 0;
	background-color: #00486B;
	outline: none;
}
.red,
.red_nodec {
	color: #CC0000;
}
.red a {
	text-decoration: underline;
	color: #690;
	outline: none;
}
.red_nodec a {
	text-decoration: none;
	color: #690;
	outline: none;
}
.red_nodec a:hover {
	text-decoration: underline;
}
.underline {
	text-decoration: underline;
}
hr {
	border-top: #BBBBBB thin dotted;
	border-bottom: #FFFFFF thin solid;
	border-left: #FFFFFF thin solid;
	border-right: #FFFFFF thin solid;
	margin: 15px 0 25px 0;
}
.subnav a {
	text-decoration: none;
	margin-right: 5px;
	padding: 2px 5px 0 5px;
	color: #00486B;
	outline: none;
	border-right: #AAAAAA thin solid;
	border-top: #AAAAAA thin solid;
	border-left: #AAAAAA thin solid;
	-moz-border-radius-topright: 5px;
    -webkit-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
    -webkit-border-radius-topleft: 5px;
}
.subnav a:hover {
	border-right: #00486B thin solid;
	border-top: #00486B thin solid;
	border-left: #00486B thin solid;
}
.subbutton a {
	text-decoration: none;
	margin-right: 5px;
	padding: 2px 5px 1px 5px;
	color: #00486B;
	outline: none;
	border-right: #AAAAAA thin solid;
	border-top: #AAAAAA thin solid;
	border-left: #AAAAAA thin solid;
	border-bottom: #AAAAAA thin solid;
	-moz-border-radius-topright: 5px;
    -webkit-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
    -webkit-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
    -webkit-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
    -webkit-border-radius-bottomleft: 5px;
}
.subbutton a:hover {
	border-right: #00486B thin solid;
	border-top: #00486B thin solid;
	border-left: #00486B thin solid;
	border-bottom: #00486B thin solid;
}
.sublink a {
	text-decoration: none;
	color: #690;
}
.sublink a:hover {
	text-decoration: underline;
}
.info {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	bottom: 2.5px;
	right: 50px;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	text-transform: none;
	color: #7bd3f7;
}
.text_box {
	border: 1px solid #00486B;
	background-color: #FFFFFF;
	margin-top: 4px;
	color: #00486B;
}
.contact_info {
	position: absolute;
	top: 0px;
	right: 30px;
	text-align: left;
}
.copyright {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	bottom: 2.5px;
	left: 50px;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	text-transform: none;
	color: #7bd3f7;
}
.small_text {
	font-size: 11px;
}
.blue {
	color: #00486B;
}
.small_br {
	line-height: 0px;
	margin: 0;
	padding: 0;
}
/*/////// PARENT ///////*/
.parent_body {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin: 10px 59px 10px 59px;
	color: #00486B;
}
.parent_body h1 {
	font-size: 21px;
	font-weight: lighter;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
.parent_body h2 {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: lighter;
	padding-bottom: 5px;
}
.parent_body p {
	padding: 0px 0 0px 0;
	font-size: 12px;
}
.parent_body img {
	margin: 0 4.75px 0 4.75px;
}
.parent_body br {
	line-height: 0px;
}
.parent_footer {
	position: relative;
	height: 48px;
}
.parent_image_l {
	position: relative;
	float: left;
	padding: 8px 14px 8px 0px;
}
.parent_image_lhome {
	position: relative;
	float: left;
	margin-top: -25px;
	padding: 8px 14px 8px 0px;
}
.parent_image_r {
	position: relative;
	float: right;
	padding: 8px 0px 8px 14px;
}
/*/////// INDEX ///////*/
.index_container {
	position: relative;
	width: 900px;
	margin: 0 auto 0 auto;
	background-image: url(../images/index_background2.jpg);
	background-repeat: repeat-y;
}
.index_header {
	position: relative;
	height: 427px;
}
.index_nav {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;
	margin-top: 14px;
	margin-bottom: 33px;
}
.index_nav a {
	text-decoration: none;
	color: #00486B;
	outline: none;
}
.index_nav_l {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	left: 59px;
	top: 390px;
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;
	margin-top: 14px;
	margin-bottom: 33px;
}
.index_nav_l a {
	text-decoration: none;
	color: #00486B;
	outline: none;
}
.index_nav_r {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	right: 59px;
	top: 390px;
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;
	margin-top: 14px;
	margin-bottom: 33px;
}
.index_nav_r a {
	text-decoration: none;
	color: #00486B;
	outline: none;
}
/*/////// B PAGE ///////*/
.b_container {
	position: relative;
	width: 900px;
	margin: 0 auto 0 auto;
	background-image: url(../images/index_background2.jpg);
	background-repeat: repeat-y;
	outline: none;
}
.b_header {
	position: relative;
	height: 303px;
}
.b_nav_l {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	top: 158px;
	left: 59px;
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;
	color: #FFFFFF;
}
.b_nav_l a {
	text-decoration: none;
	color: #FFFFFF;
	outline: none;
}
.b_nav_r {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	top: 158px;
	right: 59px;
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;
	color: #FFFFFF;
}
.b_nav_r a {
	text-decoration: none;
	color: #FFFFFF;
	outline: none;
}
/*/////// GALLERY ///////*/
.gallery_body {
	position: relative;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 59px 10px 59px;
	outline: none;
	color: #00486B;
}
.gallery_body h1 {
	font-size: 21px;
	font-weight: lighter;
	padding-bottom: 3px;
	margin-bottom: 5px;
	outline: none;
}
.gallery_body h2 {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: lighter;
	padding-bottom: 5px;
	outline: none;
}
.gallery_body p {
	padding: 0px 0 0px 0;
	font-size: 12px;
	outline: none;
}
.gallery_body img {
	margin: 0 4.75px 0 4.75px;
	outline: none;
}
.gallery_body br {
	line-height: 0px;
}
.gallery_body a {
	outline: none;
}
.center {
	text-align: center;
}
.top {
	vertical-align: text-top;
	
}
