@charset "utf-8";

twoColFixLt  {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
}
.twoColFixLt #container {
	width: 99%; /* this overrides the text-align: center on the body element. */
	max-width: 1650px;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: right top;
	/* [disabled]min-width: 960px; */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
}

.twoColFixLt #mainContent {
	margin-top: -2px;
	/* [disabled]margin-right: 236px; */
	margin-bottom: 0;
	/* [disabled]margin-left: 126px; */
	padding-top: 0px;
	/* [disabled]padding-right: 20px; */
	padding-bottom: 20px;
	padding-left: 5px;
	color: #000;
	background-color: #FFF;
	/* [disabled]min-width: 600px; */
	min-height: 365px;
	font-family: Arial, Helvetica, sans-serif;
} 



#header {
	margin-right: auto;
	margin-left: auto;	/*	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 250px;
	width: 99%;
	color: #FFF;
	height: 230px;
	position: absolute;
	left: -250px;
	top: 34px;*/
	padding: 1px;
	width: 100%;
	/* [disabled]min-width: 750px; */
}

#foot {
	height: 30px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 250px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	width: 75%;
	font-size: 12px;
	color: #FFF;
} 


h1 {
	margin: 0px;
	padding: 0px;
	height: 123px;
	background-image: url(../images/whiteHeaderLarge2.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	text-align: center;
}


.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 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
li {
	list-style-type: disc;
	/* [disabled]background-color: rgba(255,102,204,1); */
}


a:link {
	border-bottom: 0;
	text-decoration: none;
	color: #FFF;
}
a:visited {
	border-bottom: 0;
	text-decoration: none;
	color: #FFF;
}



a:hover {
	border-bottom: 0;
	text-decoration: underline;
	color: #00F;
}
#mainContent a:link {
	color: #FFF;
	text-decoration: underline;
}
#mainContent a:visited {
	color: #FFF;
	text-decoration: underline;
}

#mainContent a:hover {
	color: #06F;
	text-decoration: none;
}



.style5menu {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #FFF;
	margin: 0 0 0 2px;
	padding: 0px;
}


#leftcontent #smalllist {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#sidebar1 h2 {
	margin: 0px;
	padding: 0px;
}
.content .usedSafes {
	list-style-type: none;
	width: 100%;
	height: 367px;
}
.content .usedSafes li {
	display: inline-block;
	list-style-type: none;
	width: 48%;
	height: 100%;
}



.content .usedSafes .usedSafe102 {
	background-image: url(../safes-used/images/102.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}



.content .usedSafes .usedSafe102inner {
	background-image: url(../safes-used/images/102inner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}




.smallli {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


#footerNote {
	font-size: 9px;
	color: #FFF;
	/* [disabled]width: 100%; */
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 1px;
	display: block;
}

#footerNote a:link {
	color: #FFF;
	text-decoration: underline;
}
#footerNote a:visited {
	color: #FFF;
	text-decoration: underline;
}
#footerNote a:hover {
	color: #000;
	text-decoration: none;
}
.headMenu {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	/* [disabled]background-color: rgba(0,153,255,1); */
	text-align: center;
	height: 100%;
}

.headMenu .menux {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	padding: 1px;
	height: 100%;
}
#wrap #main .container .content iframe .googWrap {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
#wrap #main .container .content .subjects a h2 {
	margin-left: 0px;
}

