@charset "utf-8";
/* CSS Document */

body {
	background-color: #121212;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #eaeaea;
}

a {	color: #dcd6bc;	text-decoration: none; }
a img {	border: none; }
a:hover { text-decoration: underline; color: #f6d953; }

.lite { font-size: 10px; color: #666; }

h1 { font-size: 16px; font-family: Arial; }
h2 { font-size: 15px; font-family: Arial; }
h3 { font-size: 14px; font-family: Arial; }

input, textarea { font-size: 10px; color: #121212; }

.masterContainer { width: 900px; margin: 0 auto 0 auto;}

.topContainer {
	background-image: url(images/topBG.jpg);
	background-repeat: no-repeat;
	height: 247px;
}

.logoContainer { height: 277px; }

.btmContainer {
	background-image: url(images/btmBG.jpg);
	background-repeat: no-repeat;
	min-height: 376px;
}

.navBox { text-align: center; }

#nav {
	list-style: none;
	padding: 0;
	margin: 0 auto 0 310px;
	width: 400px;
}

#nav li {
	float: left;
	text-align: center;
	padding: 0 12px 0 12px;
}

.contentBox {
	width: 500px;
	margin: 0 auto 0 auto;
	padding: 24px 8px 8px 8px;
}

.footerContainer {
	color: #666666;
	font-size: 10px;
	text-align: center;
	padding: 24px 0 24px 0;
}

/*****************  Pages ********************/

.ContentLeft {
	float: left;
	width: 310px;
}

.ContentRight {
	float: right;
	width: 180px;
}

.BlogEntry {
	border-top: 1px dashed #F1F1F1;
}

.InfoTextPanel {
	padding-left: 120px;
	padding-right: 18px;
}

.LinkEntry {
	border-top: 1px dashed #333333;
}

.list-type1 {
	margin: 0 0 0 100px;
	
}
.list-type1 ul { 
	list-style: none;
	margin: 0; 
	padding: 0; 
}
.list-type1 li { 
	padding: 6px 0 6px 24px;
}

.list-type1 li ul {}