/* Common */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th {
	margin:0px;
	padding:0px;
	border:0px;
}
*{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color:white;
}
html{
	padding-bottom: 0.005em;
}
p, blockquote, .error{
	margin-bottom:13px;
}
blockquote{
	margin-left:10px;
}
body{
	background-color:black;


}
td{
	vertical-align:top;
}
html, body{
	height:100%;
}
strong, b{
	font-weight:bold;
}
h1{
	height:40px;
	padding:30px;
	font-size:20px;
	background-repeat:no-repeat;
	text-indent:-999em;
	margin-bottom:20px;
}
#intro{
	width:400px;
}
#intro img {
	float:left;
	margin-right:40px;
	margin-bottom:40px;
}
.nav{
	float:right;
	margin-right:40px;
	margin-left:40px;
}
.nav li{
	background-image:url(../images/li.jpg);
	background-repeat:no-repeat;

	margin-bottom:20px;
	display:block;
	width:400px;
}

.nav li a{
	padding:40px;
	height:50px;
	text-decoration:none;
	padding-left:25px;
	display:block;
	padding-top:20px;
	vertical-align:middle;
}
.nav li a img{
	margin-right:20px;
	vertical-align:middle;
	float:left;
}

#footer{
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-x;
	height:40px;
	padding:40px;
	margin-top:40px;
}
#footer, #footer a{
	color:gray;
}
#content{
	padding-left:40px;
	padding-right:40px;
}
h2,h3{
	font-weight:bold;
	margin-bottom:20px;
}
h2, h2 a{
	font-weight:bold;
	font-size:14px;
}
h2{

	border-bottom:1px solid gray;
	padding-bottom:5px;
}
.thumbs{
	list-style:none;
}
.thumbs li{
	float:left;
	margin-right:40px;
	margin-bottom:40px;

}
.thumbs li a span{
	display:none;

}
.thumbs li img{
	border:10px solid white;

}
a img{
	text-decoration:none;
}
.left{
	margin-right:10px;
	vertical-align:middle;
	text-align:middle;
}
.pic{
	text-align:center;
	padding:40px;
}
.pic-label{
	text-align:center;
}
.dijitDialogUnderlay{
	background-color:black;
	opacity:0.8;
}
.dojoxLightboxText *{
	color:gray;
}
#dojoxLightboxDialog {
	padding:40px;
}
.dojoxLightboxGroupText{
	display:none;
}
input, textarea{
	padding:2px;
	color:black;
	border:1px solid silver;

}
input[type="text"]{
	width:200px;
}
form dt{
	width:150px;
	float:left;
}
form dd{
	margin-bottom:10px;
}
form dd .errors li{
	list-style-type:none;
	color:red;
	padding-top:2px;
	padding-left:150px;
}