@charset "utf-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000000;
	vertical-align: middle;
	background-image: url(images/background2.jpg);
	background-repeat: repeat;
	background-position: center;
	background-attachment: fixed;
	margin: 0px;
}
.twoColFixLtHdr #container {
	width: 970px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	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;
	border-top-color: #000000;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	
} 
.twoColFixLtHdr #header {
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 20px;
	width: 700px;
	background-color: #333333;
	margin-right:0px;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	font-weight: bold;
	height: 71px;
	vertical-align: bottom;
	text-align: center;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	width: 250px;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	color: #333333;
	float: right;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-khtml-border-radius-topleft:10px;
	-khtml-border-radius-topright:10px;
	-khtml-border-radius-bottomleft:10px;
	-khtml-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 278px;
	border: 1px solid #333333;

}
.twoColFixLtHdr #mainContent {
	margin-right: 250px;
	margin-bottom: 25px;
	margin-left: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	background-repeat: no-repeat;
	background-position: left bottom;
} 
.twoColFixLtHdr #mainContentHome {
	margin-right: 250px;
	margin-bottom: 25px;
	margin-left: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	background-image: url(images/graphic/iDlogo3d.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.twoColFixLtHdr #footer {
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 20px;
	margin-top: 25px;
	border: 1px solid #333333;
	width:970px;
	margin:0 auto;
position:relative;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.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;
}
.flashPlayer {
	float: right;
	width: 250px;
	background-color: #333333;
	border-bottom-color: #333333;
	height: 85px;
	

}
.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;
}
#home {
	width: 330px;
	float: left;
	text-align: left;
}
#menu {
	background-color: #333333;
	float: right;
	width: 375px;
	text-align: center;
	height: 21px;
	padding-bottom: 7px;
	clear: none;
	vertical-align: text-bottom;
	padding-top: 50px;
}

#resolution {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	height: 15px;
	vertical-align: middle;
	padding-left: 20px;
	margin-bottom: 10px;
	width: 700px;
	padding-top: 7px;
}
#quote {
	font-family: "Weltron Urban";
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	height: 20px;
	padding-left: 20px;
	padding-top: 5px;
	width: 930px;
	margin-bottom: 10px;
	padding-right: 20px;
}
#footer1 {
	background-color: #CCCCCC;
	height: 18px;
}
.beigeTxt {
	color: #939471;
	vertical-align: middle;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #939471;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#mainContentext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	float: left;
	text-align: center;
	width: 660px;
	font-size: 12px;
	font-weight: bold;
	padding: 20px;
	margin-bottom: 25px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-khtml-border-radius-topleft:10px;
	-khtml-border-radius-topright:10px;
	-khtml-border-radius-bottomleft:10px;
	-khtml-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	border: 1px solid #333333;
	background-color: #FFFFFF;
	
}

#mainContentext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	float: left;
	text-align: center;
	width: 660px;
	font-size: 12px;
	font-weight: bold;
	padding: 20px;
	margin-bottom: 25px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-khtml-border-radius-topleft:10px;
	-khtml-border-radius-topright:10px;
	-khtml-border-radius-bottomleft:10px;
	-khtml-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	border: 1px solid #333333;
	background-color: #FFFFFF;
	height: 278px;
	
}

#mainContentext a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00CCCC;
	
}
#mainContentext a:visited {
	color: #00CCCC;
	text-decoration: none;
}
#mainContentext a:hover {
	text-decoration: none;
		color:#939471;
	}
#mainContentext a:active {
	text-decoration: none;
}


.tableBorder {
	border: 2px solid #333333;
}
lightlink {
	color: #FF0000;
}
.home {
	font-family: "Weltron Urban";
	font-size: 60px;
	font-weight: lighter;
	text-decoration: none;
}
#mainContentexthome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	float: left;
	text-align: center;
	width: 700px;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin-bottom:25px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-khtml-border-radius-topleft:10px;
	-khtml-border-radius-topright:10px;
	-khtml-border-radius-bottomleft:10px;
	-khtml-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	border: 1px solid #333333;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 14px;
	color: #939471;
}
.a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#headmenu {
font-family: verdana, arial, sans-serif;
width:970px;
font-weight:bold;
float:none;
padding:10px 0 0 0;
color:#fff;
overflow:hidden;
}
#headmenu ul {
margin:0;
padding:0;
}
#headmenu ul li {
			float:left;
			text-align:center;
            list-style-type:none;
			background:url(images/corners/headtabwhite.png) no-repeat -1px -21px;
			width:122px;
			height:18px;
			overflow:hidden;
			margin-right:2px;
			padding:1px 10px 0 4px;			
}
#headmenu a {
			font-size:12px;
			color:#333333;
			font-weight:bold;
			width:122px;
			height:42px;
			overflow:hidden;
			margin-right:px;
			padding:1px 10px 0 4px;			
}
#headmenu li:hover {text-decoration:none; 
}
#headmenu li a:hover{
background-color:#333333;
        width:122px;
        height:22px;
        cursor:pointer;
        float:center;
        margin:0px 50px 0px -4px;
		padding:4px 70px 10px 30px;
		text-align:center;
		text-decoration:none;
		color:#939471;
}



html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -22px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	clear: both;
	height: 22px; /* .push must be the same height as .footer */
	
}