* {padding:0px; margin:0px;}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color:#CCCCCC;
	background-color:#333333;

	}
ul,li { margin-left:10px; }


a.backtoTop { float: right; }
a:link { color:#57D2CF; }
a:visited{ color:#57D2CF; }
a:hover{ color:#FFFFFF; }



h1 a { text-decoration: none; }

h1 {
	color:#CCCCCC;
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
	}



h2 {
	color:#57D2CF;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	}
/*TEMPLATE STYLES*/
#container { 
 	margin: 0 auto;
 	width: 922px;
	background-color: #000;
	border-left: 1px solid #BEBEBE;
	border-right: 1px solid #BEBEBE;
	}
#background {
	background-color:#000;
 	margin-top: 0px;
 	margin-bottom: 0px;
 	overflow: auto;
 	width: 100%;
	}
#header {
 	color: #333;
 	width: 922px;
 	height: 73px;
 	margin: 0px 0px 0px 0px;
 	background-color:#999;
	}
#navigation {
	display:block;
	width: 922px;
	margin: 0px 0px 10px 0px;
	background-color:#9E9E9E;
	height:100%;
	border-top: 1px solid #BEBEBE;
	border-bottom: 1px solid #BEBEBE;
	}
#leftcolumn { 
 	display: inline;
 	color:#666666;
 	margin: 10px;
 	padding: 0px;
 	width: 195px;
 	float: left;
	}
#content { 
	float:right;
 	color:#CCCCCC;
 	margin: 23px 5px 10px 5px;
 	padding: 5px;
 	width:670px;
	display:inline;
 	position: relative;
	}
#contentIndex { 
	float:right;
 	color:#CCCCCC;
 	margin: 23px 5px 10px 5px;
 	padding: 5px;
 	width:860px;
	display:inline;
 	position: relative;
	}
#contentNoLeftPanel { 
	float:left;
 	color:#CCCCCC;
 	padding: 10px;
 	width:900px;
	display:inline;
 	position: relative;
	}
#footer { 
	width: 902px;
	clear: both;
	color: #185C5A;
	font-weight:bold;
	border-top: solid 1px #BEBEBE;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	margin: 0 auto;
	font-size:9px;
	background-color: #9E9E9E;
	}
#photoHolder {
	display:block;
	border: dotted 1px #626262;
	float:left;
	width:600px;
	height:auto;
	margin:10px 10px 10px 10px;
	padding:10px;
	}
#photoImage {
	display:inline;
	float:left;
	width:auto;
	height:auto;

	}
#photoInfo {
	display:inline;
	float:left;
	width:auto;
	height:auto;
	margin-left:10px;

	}
#listHolder{
	display:block;
	border-bottom: dotted 1px #626262;
	float:left;
	width:500px;
	height:auto;
	margin:10px 10px 10px 10px;
	padding:10px;
}

#listImage {
	display:inline;
	float:left;
	width:100px;
	height:100px;

	}
#listInfo {
	display:inline;
	float:left;
	width:350px;
	height:auto;
	margin-left:10px;

	}
/*=========Top Navigation=========*/
.nav {font-size:10px; background:url('dd_bg_nav.gif') repeat-x; height:28px; clear:both;}
.nav ul {list-style:none; margin:0; padding:8px 0 8px 0;}
.nav ul li {display:inline; border-right:1px solid #999999; font-weight:bold; padding:0 10px;}
.nav ul li.first {padding-left:30px;}
.nav ul li.last {padding-right:0; border-right:0;}
.nav ul li a {text-decoration:none; color:#185C5A;}
.nav ul li a:visited {text-decoration:none; color:#185C5A;}
.nav ul li a:hover {color:#FFFFFF;}

/* Drop Down Menu */
.dropmenu { position:absolute; margin-top: 8px; border: 1px solid #BBB;  border-bottom-width: 0; font:normal 10px Verdana; line-height:18px; z-index:100; background-color:#A3A3A3; width: 200px; visibility: hidden;}
.dropmenu a	{ width: auto; display: block; text-indent: 10px; padding: 2px 0; text-decoration: none; color:#333333;}
.dropmenu a:visited	{ width: auto; display: block; text-indent: 10px; padding: 2px 0; text-decoration: none; color:#333333;}
* html .dropmenu a{ width: 100%;} /*IE only hack*/
.dropmenu a:hover{ background-color: #858585; color:#FFFFFF;}
/*=========Top Navigation=========*/
/*Left Navigation*/
#sidenav { width: 100%; text-align:left; margin-bottom:10px }

#sidenav ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-size:10px;
	font-weight:bold;
	}
#sidenav ol {
	margin-left: 10px;
	padding-left: 0;
	list-style-type: none;
	font-size:10px;
	font-weight:normal;
	}

#sidenav a {
	display: block;
	padding: 6px;
	width: 100%;
	text-align:left;
	background-color: #000000;
	border-bottom: 1px dotted #666666;
	}

#sidenav a:link, #sidenav a:visited {
	color:#666666;
	text-decoration: none;
	}

#sidenav a.active:link, #sidenav a.active:visited, #sidenav a:hover {
	color:#57D2CF;
	}
/*Classes*/	
.clear { clear: both; background: none; }

.section { border-bottom: 1px solid #333; }

.imagefloat { 
	padding: 2px;
	margin: 0px 0px 10px 10px;
	float: right; 
	}
.new {color:#00CC33; font-size:10px; font-weight:bold;}