@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #000;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
h1, h2, h3, h4, h5, h6  {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-style: normal;
	font-weight: bold;
	background-color: #CC9;
	border: 4px solid #039;
}
.footer-line {
	background-color: #000;
	width: 100%;
	height: 2px;
	display: block;
	float: none;
}
.footer-image-5 {
	background-image: url(../images/footer-imageX-05.png);
	background-repeat: repeat-x;
	background-color: #333;
	width: 100%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
}
.footerimg {
	background-image: url(../images/footer-imageX-05.png);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	clear: both;
	display: block;
}
/* ~~ The footer ~~ */
/*.footer {
	padding: 0px;
	background-image: url(../images/sidebar001.png);
	height: 103px;
	background-color: #000;
	background-repeat: repeat-x;
	width: 100%;
	text-align: center;
	vertical-align: bottom;
}*/
.footer {
	font-size: 12px;
	background-color: #333;
	text-align: center;
	height: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	color: #999;
	padding-top: 6px;
	width: 100%;
	display: block;
	margin: 0px;
}
.logo {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-top-style: solid;
	border-bottom-style: none;
	background-color: #CCC;
	background-image: url(../images/home/image001.jpg);
	background-repeat: repeat;
	z-index: -1;
}
/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 100%;
	/* [disabled]max-width: 1260px;
*//* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	/* [disabled]min-width: 1024px;
*//* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background: #FFF;
	/* [disabled]margin: 0 auto;
*/ /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
}
/* ~~the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo~~ */
.header {
	background: #6F7D94;
}
/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.content {
	padding-top: 46px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-attachment: fixed;
	background-color: #999;
}
.contentCopy {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-attachment: fixed;
	background-color: #999;
}

.div-content {
	/* [disabled]height: auto;
*/
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-color: #0F3;
}
.div-contentCopy {
	/* [disabled]height: auto;
*/
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	background-color: #CCC;
	text-align: justify;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 40px;
	vertical-align: top;
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.content surround {
	height: 100%;
	background-color: #000;
	text-align: center;
	vertical-align: top;
	width: 100%;
	border: 10px solid #099;
}
.content table tr td table tr td {
	text-align: center;
}
.container .content table tr td table tr td span {
	font-size: 12px;
}
.item_description {
	border: 1px solid #009;
	margin: 6px;
	padding: 6px;
	text-align: center;
	background-color: #CCC;
	color: #000;
}
.index_list_border {
	border: 1px solid #009;
	color: #000;
}
.item_description_paragraph {
	border: 1px solid #009;
	margin: 0px;
	text-align: justify;
	background-color: #CCC;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	color: #000;
}
.menutext {
	color: #000;
	text-decoration: none;
}
.border {
	border: 2px solid #000;
}
.menutext table tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	text-align: left;
}
.menutext table tr td a {
	text-decoration: none;
}
.div_left {
	position: fixed;
	background-color: #000;
	height: 2px;
	width: 100%;
	top: 45px;
	display: block;
	clear: both;
	background-attachment: fixed;
	z-index: 9999999;
}
.div_leftCopy {
	/* [disabled]position: absolute;
*/
	background-color: #000;
	height: 2px;
	width: 100%;
	/* [disabled]left: 0px;
*/
	/* [disabled]top: 6%;
*/
	display: block;
	clear: both;
	/* [disabled]float: left;
*/
	/* [disabled]background-image: url(../images/background-top.jpg); */
	background-attachment: fixed;
	/* [disabled]background-repeat: repeat-x; */
}

.background-top {
	background-attachment: scroll;
	/* [disabled]background-image: url(../images/background-top.png); */
	background-repeat: repeat;
	background-color: #0F3;
	display: inline-block;
	width: 100%;
	visibility: visible;
	z-index: 99999;
	position: static;
	height: 200px;
	background-position: left top;
}
.backarrow a {
	color: #FFF;
}
.backarrow {
	color: #FFF;
}
.image-border {
	background-color: #FFF;
	border: 1px solid #006;
}
.content .content-width-home-items table tr td a {
	text-decoration: none;
	display: inline;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.index-img-text {
	color: #FFF;
	background-color: #0A2A92;
	border: 4px double #000;
	font-weight: bold;
	padding: 8px;
}
.homeco {
	font-size: 36px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-color: #009;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px double #000;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}
.backarrow a a {
}
.footer-contact {
	color: #003;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
.content table tr td div table tr td table tr td div a {
	text-decoration: none;
	font-weight: bold;
	color: #039;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006;
	border-right-color: #006;
	border-bottom-color: #006;
	border-left-color: #006;
	display: block;
	text-align: left;
	margin-top: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	padding: 4px;
}
.content div a {
	font-weight: bold;
	color: #039;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: double;
	border-top-color: #006;
	border-right-color: #006;
	border-bottom-color: #006;
	border-left-color: #006;
	display: block;
	text-align: center;
	padding-top: 4px;
	margin-top: 4px;
	text-decoration: none;
}
.content-width {
	width: 100%;
	display: inline-block;
}
.content-width-home-items {
	width: 100%;
	display: inherit;
	text-align: center;
	position: relative;
}
.center-it {
	text-align: center;
	display: inline-table;
	margin-right: 10%;
	margin-left: 10%;
	width: 80%;
}
.image-spec-center-nobrdr {
	background-color: #093;
	display: inline;
	text-align: center;
	left: 50%;
	right: 50%;
}
.content-80pct-wide {
	width: 80%;
	display: inline-block;
	clear: both;
}
.center-it-title {
	text-align: center;
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-style: normal;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #039;
	border-left-width: 2px;
	border-left-style: double;
	border-top-width: 4px;
	border-top-style: double;
	border-right-width: 4px;
	border-right-style: double;
	border-top-color: #039;
	border-right-color: #039;
	border-left-color: #039;
	display: inline;
	width: 75%;
}
.faq-a a {
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
	background-color: #9C3;
	display: inline;
}
.content div table tr td .faq-a {
	text-decoration: none;
	display: block;
	border: 1px solid #000;
	padding: 2px;
}
#background-top {
	background-color: #FFF;
	/* [disabled]background-image: url(../images/background-top.jpg); */
	background-attachment: fixed;
	display: marker;
	height: 80px;
	background-repeat: repeat-x;
}
.content div table tr td #TABELBGWHITE {
	background-color: #FFC;
	font-weight: bold;
}
#bgwhite {
	background-color: #FFF;
}
.div-table-row {
	display: table-row;
}
.div-table-cell {
	display: table-cell;
	background-color: #0C3;
	text-align: center;
}
.background-table-white {
	background-color: #FFF;
	display: inline-table;
	/* [disabled]text-align: center;
*/
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: thin solid #000;
}
.background-table-black {
	background-color: #000;
	display: inline-table;
	/* [disabled]text-align: center;
*/
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: thin solid #000;
	color: #FFF;
}

.extend-page-length {
	height: 640px;
}
.video-table-container {
	background-color: #000;
	color: #FFF;
}

#videoA
{
	transform:rotateY(180deg);
	-webkit-transform:rotateY(180deg);/*Safari and Chrome */
	-moz-transform:rotateY(180deg);/*Firefox*/
}