body
{
	background-color:#303030;
	font-family:Arial, Helvetica, Sans-Serif;
}

#wrapper
{
}

#container
{
	width:561px;
	margin:0 auto;
}

#container h1
{
	margin-top:10px;
	margin-left:45px;
	font-size:1.3em;
	width:95%;
	text-shadow: #ccc 0 2px 0;
	color:#404040;
}

#container p
{
	margin-left:45px;
	font-size:0.8em;
	color:#505050;
}
#container h1 img
{
	position:relative;
	top:3px;
}


#panel_top
{
	background:transparent url(../images/panel_top.png) no-repeat scroll 50% bottom;
	height:71px;
	position:relative;
}

#panel_middle
{
	background:transparent url(../images/panel_middle.png) repeat-y scroll 50% bottom;
	padding-bottom:10px;
}

#panel_bottom
{
	clear:both;
	background:transparent url(../images/panel_bottom.png) no-repeat scroll 50% bottom;
	height:134px;
	position:relative;
}
	#panel_bottom p
	{
		color:#666;
		margin-left:50px;
		padding-top:70px;
		font-size:0.6em;
		text-transform:lowercase;
		text-shadow: #ccc 0 1px 0;
		cursor:default;
	}
	#panel_bottom a
	{
		color:#666;
		text-decoration:none;
		outline:none;
	}


.hr
{
	background:transparent url(../images/hr.png) no-repeat scroll 50% bottom;
	margin-left:40px;	
	height:2px;
	width:480px;
	position:relative;
}

#header h1
{
	font-size:53px;
	margin:50px 0px 10px 42px;
	float:left;
	display:inline; /*for ie6*/
}
#header a
{
	height:43px;
	width:375px;
	outline:none;
}

#feed
{
	margin-left:33px;
	width:498px;
}

#feed li a
{
	color:#999;
	text-decoration:none;
	background:transparent url('../images/button.png') repeat-x scroll 50% top;
	display:block;
	font-size:0.8em;
	padding:5px 10px 5px 13px;
	outline:none;
}

#feed li a:link, #feed li a:visited
{
}

#feed li a:hover, #feed li a:active
{
	color:#303030;
	background:transparent url('../images/button.png') repeat-x scroll 50% bottom;
}



#nav 
{
	height: 30px;
	padding: 5px 42px;
	line-height: 30px;
	font-weight: bold;
}

#nav li 
{
	float: left;
	display:inline;
}

#nav li a 
{
	color:#666;
	text-decoration: none;
	float: left;
	display:inline;
	padding-right: 10px;
	margin-right: 5px; 
	background: url(../images/nav-li-a.png) no-repeat right 30px;
	text-shadow: #efefef 0 1px 0;
	outline:none;
	cursor:default;
}

#nav li a span 
{
	float: left;
	display:inline;
	padding: 1px 0 1px 10px;
	background: url(../images/nav.png) no-repeat 0 30px;
}

#nav li a:visited
{
	text-shadow: #fff 0 1px 0;
}

#nav li a:hover,
#nav li a:focus 
{
	background-position: right 0;
	text-shadow: #ddd 0 1px 0;
}

#nav li a:hover span,
#nav li a:focus span 
{
	background-position: 0 0;
}

#nav li a:active 
{
	color:#efefef;
	background-position: right -30px;
}

#nav li a:active span,  #nav li .selected span
{
	background-position: 0 -30px;
	padding: 0px 0 0 10px;
	text-shadow:none;
}

#nav li .selected 
{
	color:#efefef;
	text-shadow:none;
	background-position: right -30px;
}



#buttons
{
	margin-top:20px;
}

	#buttons li
	{
		list-style:none;
	}
	
	#buttons img
	{
		float:left;
		display:inline;
		margin-left:10px;
		margin-top:6px;
	}
	
	#buttons a
	{
		background:transparent url(../images/button.png) repeat-x scroll 50% top;
		height:50px;
		width:500px;
		margin-left:32px;
		display:block;
		text-decoration:none;
		outline:none;
	}
	
	#buttons a:hover
	{
		background:transparent url(../images/button.png) repeat-x scroll 50% bottom;
		height:50px;
		width:500px;
	}
	
	#buttons p.title
	{
		color:#666;
		padding-left:30px;
		padding-top:6px;
		font-weight:bold;
	}
	#buttons p.desc
	{
		color:#999;
		padding-left:30px;
		
		font-size:0.8em;
	}
	
	
/* override the arrow image of the tooltip */ 
#tooltip
{
	display:none; 
	background:transparent url("../images/white_arrow.png"); 
	font-size:12px; 
	height:33px; 
	width:180px; 
	padding:15px; 
	padding-top:25px;
	color:#303030;
	text-align:center;
}

.clear
{
	clear:both;
}

#rss_link a
{
	background:transparent url(../images/rss.png) no-repeat scroll 50% bottom;
	width:20px;
	height:20px;
	outline:none;
}


form
{
	margin-left:0px;
	/*font-size:0.8em;*/
}
form p { position:relative }
label  { position:absolute; top:18px; left:5px}
form fieldset {	border:0; }
input, textarea
{
	width:420px;
	background:transparent url(../images/input.gif) no-repeat scroll 0% top;
	border:1px solid #ccc;
	padding:2px;
}
input.button
{
	width:425px;
	margin-top:10px;
	margin-left:45px;
}

#results
{
	height:150px;
}

#results img
{
	margin-left:50px;
	margin-top:10px;
}

#contact_results
{
	height:30px;
}
#contact_results img
{
	margin-top:10px;
}



