/* 3 column fixed width layout */

/* Zero down margin and padding on all elements */

* {
	margin: 0;
	padding: 0;
}

/* HTML TAGS
================================= */

body {
	background-color: #2e2e2e;
	text-align: center;
	min-width: 955px;
	background-attachment: fixed;
	background-image: url(../images/main-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "Lucida Grande", Ariel, Verdana, sans-serif;
	font-size: 11px;
	color: #636363;
}

h1 {
	font-size:12px;
	color:#555;
	font-weight: normal;
	border-bottom:1px dotted #555;
	background-image:url(../images/h1-arrow-white.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left:17px;
	padding-bottom:3px;
}

a {
	color:#2db8ff;
	text-decoration:none;
}

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

h2 {
	font-size: 14px;
	font-weight: normal;
}

p, li {
	font-size: 11px;
}

p {
	margin: 10px 0;
}

/* classes
================================= */
#wrapper {
	width: 955px;
	margin: 0 auto;
	text-align: left;
	background-color: #020202;
	background-attachment: scroll;
	background-image: url(../images/page-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#white-wrapper {
	background-color:#fff;
	margin:0 5px 0 5px;
	padding-top:10px;
}


#header {
	height: 87px;
	padding: 10px 0 10px 0;
}

table.tbl-list {
	margin-bottom:20px;
}

table.tbl-list td {
	border-bottom:1px dotted #333;
	padding:5px;
}

/*==================== top nav =============================*/
#top-nav {
	background-image: url(../images/top-nav-bg-white.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height:28px;
	margin:0 5px 0 5px;
}

#top-nav a {
	color:#fff;
	text-decoration:none;
}

#top-nav a:hover {
	color:#00fffc;
	text-decoration:none;
}

#top-nav ul {
	list-style: none;
}

#top-nav li {
	float:left;
	padding:0 10px 0 10px;
	border-left:1px solid #fff;
	margin-top:3px;
}
#top-nav li:first-child {
	border-left:0;
}
/*==================== main nav =============================*/
#main-nav {
	width: 160px;
	float: left;
	margin-right:10px;
	
}

#main-nav, #secondary-content {
	padding:0 0 0 10px;
}

#content {
	width: 765px;
	float: right;
}

#main-content {
	width: 575px;
	margin: 0;
	float: left;
}

#main-content li{
	list-style-position: inside;
}

#secondary-content {
	width: 170px;
	display: inline; /* KLUDGE Fixes IE double margin float bug */
	float: right;
	margin-right:10px;
}

#secondary-content h2 {
	font-size: 14px;
	margin: 0;
}

#secondary-content p {
	font-size: 11px;
}

/*==================== footer =============================*/
#footer {
	clear: both;
	padding: 0 170px;
	color:#888;
	border-top:1px dotted #555;
	margin:0 10px 0 10px;
	height:35px;
}

#footer a{
	color:#888;
	text-decoration:underline;
}

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