/* start of interior pages CSS */
.interior_body {
	background-color: #ebebeb;
	background-image: url(../images/bg_interior.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#flags {
	position: absolute;
	z-index: 50;
	height: 26px;
	width: 100px;
	left: 666px;
	top: 8px;
	margin: 0px;
	padding: 3px;
	text-align: right;
}

#flags img {
	border: 1px solid #ffffff;
	margin-left:2px;
}

.top_interior_container {
	height: 225px;
	width: 782px;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	border: 0px solid #666666;
	text-align: left;
	clear:both;
}

.bottom_interior_container {
	height: auto;
	width: 782px;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	border: 0px solid #000000;
	text-align: left;
	 
}

.interior_logo {
	position: absolute;
	height: 35px;
	width: 411px;
	left: 0px;
	top: 30px;
	z-index:1;

}

.contact_us {
	position:absolute;
	width:62px;
	height:11px;
	z-index:1;
	left: 695px;
	top: 64px;
	border: 0px solid #666666;
}

.interior_nav {
	position:absolute;
	width:782px;
	height:40px;
	z-index:1;
	top: 96px;
	left: 0px;
	
}

.int_header {
	position:absolute;
	width:782px;
	height:40px;
	z-index:1;
	left: 0px;
	top: 136px;
	
}

.int_body-copy {
	position:relative;
	width:721px;
	margin-left: 46px;
	margin-top: 0px;
	text-align: left;
	background:#FFFFFF
}

.int_body-copy table{
	background:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	height: auto;
	margin: 0px;
	padding: 0px;
}

.int_body-copy a{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.int_body-copy a:link {text-decoration: none;}
.int_body-copy a:visited {text-decoration: none;}
.int_body-copy a:hover {text-decoration: underline;}
.int_body-copy a:active {text-decoration: none;}


.interior_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: left;

}

.interior_footer a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
}

.interior_footer a:link {margin-top: 10px;text-decoration: none;}
.interior_footer a:visited {margin-top: 10px;text-decoration: none;}
.interior_footer a:hover {margin-top: 10px;text-decoration: underline;}
.interior_footer a:active {margin-top: 10px;text-decoration: none;}

.headline {
	font-size: 13px;
	font-weight: bold;
}
.subhead {
	font-size: 11px;
	font-weight: bold;
}

.sub_subhead {
	font-size: 11px;
	margin-left: 20px;
	margin-right: 25px;
	margin-bottom:0px;
	text-align: left;
	color: #000000;
}

/* start of home page CSS */

.home_body {
	background-color: #d5d5d5;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}
.home_container {
	height: 625px;
	width: 804px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	border: 0px solid #666666;
}

.home_logo {
	position: absolute;
	height: 35px;
	width: 411px;
	left: 0px;
	top: 55px;
}
 
.home_nav {
	position:absolute;
	width:804px;
	height:368px;
	z-index:1;
	left: 0px;
	top: 160px;
}
.home_footer {
	position:absolute;
	width:804px;
	height:38px;
	z-index:2;
	left: 0px;
	top: 640px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: left;
}

.home_footer a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
}

.home_footer a:link {margin-top: 10px;text-decoration: none;}
.home_footer a:visited {margin-top: 10px;text-decoration: none;}
.home_footer a:hover {margin-top: 10px;text-decoration: underline;}
.home_footer a:active {margin-top: 10px;text-decoration: none;}

