/* CSS Document */

#leftNav
{
	position: absolute;
	top: 5px;
	left: 0px;
	width: 200px;
}


.sideNav
{ 
	position: relative;
	left: 15px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px;
}

.sideNav a {
	color: #333333; 
	font-size: 12px;
	text-decoration: none;  
}

.sideNav a:hover, a:active {
	color: #990033;
	text-decoration: underline;	
}



#photoContest
{
	position: relative;
	left: 15px;
	margin: 0;
	padding: 0;
	width: 180px;
}

#photoContest a
{
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-decoration: none; 
}

#photoContest a:hover
{
	text-decoration: underline;
}

.premiumMsg
{
	text-align:center;
	font-weight:bold;
	font-size:10px;
	color: #990000;
	position:relative;
	top:123px;
}

.leftNavBlock 
{
    border-bottom:solid 1px #cccccc;
    padding:0 0 10 0;
    margin:10 0 0 0;
}

.leftNavBlock h1
{
    font-size:18px;
    font-weight:normal;
    display:block;
}

.leftNavBlock h2
{
   font-size:14px;
   display:block;
}

.leftNavBlock h3
{
   font-size:12px;
   display:block;
}

.leftNavBlock ul 
{
    margin-left:7px;
}

.leftNavBlock ul#Locations
{
	display:none;
	margin-left:25px;
}

.leftNavBlock ul#Category
{
	margin-left:25px;
}

.insiderBox
{
	position: relative;
	top: 0px;
	left: 17px;
	height:90;
	width:170;
	padding: 33 15 15 10;
	margin-bottom: 5px;
	background: url(/i2.0/Insider_Box.gif) top left;
	background-repeat: no-repeat;
	
}

.insiderBox input
{
    border: 1px; 
    border-style: solid; 
    font-size: 11px; 
    color: #777777;
    width:150px;
    margin:0 0 7 0;
}
