/* CSS Document */

/* START - Code to make png work */
img
{
	behavior:url(css/iepngfix.htc);
}
/*
must include div ID if PNG backgrounds are used (i.e. if "background:url(../images/myBackground.png);" is in #sampleDiv)
#sampleDiv
{
	behavior:url(css/iepngfix.htc);
}
*/
/* END - Code to make png work */

* {
	margin:0;
	padding:0;
}

#popUp{
	display:none;
}

#savePop{
	display:none;
}

body {
	background:#312C1A;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:center;
}

#wrapper {
	width:900px;
	margin:0 auto;
	text-align:left;
}

#header {
	width:100%;
	height:84px;
	background:url(../images/sub/new_head.jpg) top center no-repeat;
	float:left;
}

#content {	
	width:820px;
	_width:900px;
	background:url(../images/sub/contentBack.jpg) repeat-y;
	padding:10px 40px;
	padding-bottom:20px;
	float:left;
}



#footer {
	width:100%;
	height:50px;
	background:url(../images/sub/headerBottom.jpg) top center no-repeat;
	padding-top:50px;
	text-align:center;
}

#footer p, #footer p a {
	color: #4b4228;
    font-size: 9px;
	text-decoration:none;
}

#bottom_nav {
	width:100%;
	height:50px;
}

.clear {
	clear:both;
}

h1 {
	font-size:18px;
	letter-spacing:-1px;
	margin-bottom:2px;
}

p {
	margin-bottom:7px;
}

p.required {
	color:#990000;
	font-size:11px;
	font-weight:bold;
	margin-bottom:20px;
}

a img {
	border:0;
}

a {
	color:#70ab67;
	text-decoration:underline;
}

a:hover {
	color:#666666;
	text-decoration:none;
}

hr {
	border:0;
	border-top:#ccc 1px dotted;
	padding-bottom:10px;
	margin-top:10px;
}

legend {
	font-size:14px;
	font-weight:bold;
	background:#FFFFFF;
	border:#cccccc 1px solid;
	padding:5px;
	*margin-bottom:10px;
}

fieldset {
	border:#cccccc 1px solid;
	padding:10px 10px 10px 10px;
	margin-bottom:30px;
	background:#FFFFFF;
}

.red {
	color:#990000;
}

.warning {
	background-color:#990000;
	padding:4px;
	color:#fff;
	margin-bottom:10px;
}

.plain_field {
	width:95%;
	border:#CCCCCC 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	padding:3px;
}

.btn {
	background-color:#70ab67;
	border:#999 1px solid;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	margin:0;
	float:right;
}

.btnPrev {
	background-color:#70ab67;
	border:#999 1px solid;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	margin:0;
}

table {
	padding:10px 0;
}

#licenseTable td {
	background: #FFF;
}

.t_expanded {
	padding:10px 0;
	background-color:#e7eee6;
	border:#CCCCCC 1px solid;
	margin:5px 0 0 0;
}

.f_expanded {
	background-color:#e7eee6;
}

table tr td {
	padding:5px;
}

.t_right {
	text-align:right;
}
.mask {  width: 100%; height: 100%; z-index: 9000; padding: 0px; margin: 0px; background: transparent url(../images/mask.png); position: fixed; top: 0px; overflow: hidden; }
#popWindow{ background-color:#666666; background-image:url(../images/window.jpg); width: 350px; height: 250px; position: absolute; left: 47%; top: 50%; margin-left: -100px; margin-top: -100px; z-index:9001; padding-top:100px;}

#popWindowSave{ background-color:#666666; background-image:url(../images/windowSave.jpg); width: 255px; height: 78px; position: absolute; margin-left: -100px; margin-top: -100px; z-index:9001; padding-top:70px; padding-left:45px;}

#diversity_div{

}