* 
{
	margin: 0;
	padding: 0;
}

body 
{
	background: #000000 url(images/bg.gif) repeat-x;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

a:link, a:visited
{
	color: #8A8A8A;
	text-decoration: underline;
	font-weight: bold;
}

a:hover
{
	color:#FFFFFF;
	text-decoration: underline;
}

h1 
{
	font-size: 24px;
	font-weight: bold;
}

h2 
{
	font-size: 2em;
}

h3 
{
	font-size: 1em;
}

p, ul, ol 
{
	margin-top: 1.8em;
	line-height: 1.6;
}

ul, ol 
{
	margin-left: 3em;
}

li ul 
{
	padding: 0 0 0px 20px;
	list-style: disc inside;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

#header {
	width: 905px;
	height: 90px;
	margin: 0 auto;
	background: url(images/bd_header.png) no-repeat left top;
}

#header_link_zone
{
	position: absolute;
	margin: auto 0;
	width : 391px;
	height: 89px;
}

#header h1, #header h2 
{
	float: left;
	margin: 0;
	text-transform: uppercase;
	color: #FFFFFF;
}

#header h1 
{
	padding: 30px 0 0 20px;
	font-size: 3em;
}

#header h2 
{
	padding: 47px 0 0 8px;
	font-size: 1.8em;
	font-style: italic;
}


#menu 
{
	width: 905px;
	height: 40px;
	margin: 0px auto 0;
	background: url(images/nav_header.png) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu ul a
{
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}

#menu ul a:hover
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

/*
#menu li {
	float: left;
	padding: 10px 10px 0 20px;
}
*/

div.row 
{
  padding: 5px;
}

div.pdmenu + p { clear:both; }
div.pdmenu { padding: 0px 0; margin:0 !important; list-style: none; line-height: normal; }
div.pdmenu ul { margin: 0 !important; padding: 0 0 5px 0; list-style-type: none; background:#000000; }
div.pdmenu li  {
	width:70px;
	height:30px;
	margin: 0 -1px 0 0;
	padding: 2px 0 0 15px;
	color:black;
	text-decoration:none;
	float:left;
	border-top: 0px solid black;
	border-right: 1px solid black;
	border-bottom: 0px solid black;
	border-left: 0px solid black;
}
div.pdmenu a { text-decoration: none; display: block; color: #FFFFFF; padding: 5px; }
div.pdmenu li ul { display: none; margin:0 !important; }
div.pdmenu li:hover ul {
	background:#000000 url(images/menu_dropdown_bg.png);
	visibility: visible;
	display: block;
	position:absolute;
	z-index:1;
	width:100px;
	padding: 0;
	margin:0 !important;
	border:1px solid black;
}
div.pdmenu li li { border: none; width: 100px; margin-left:-15px; }	
div.pdmenu li li a { padding: 5px 5px 5px 5px; }
div.pdmenu li li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #191919;
}

#page 
{
	width: 881px;
	margin: -5px auto 0;
	padding: 10px 10px 20px;
	background: #222222 no-repeat;
	border-top: 1px none #727272;
	border-right: 1px solid #727272;
	border-bottom: 1px solid #727272;
	border-left: 1px solid #727272;
}

#page a
{
	color: #8A8A8A;
	text-decoration: underline;
	font-weight: bold;
}

#page a:hover
{
	color:#FFFFFF;
	text-decoration: underline;
}

#content 
{
	float: left;
	width: 595px;
}

.title 
{
	color: #FFFFFF;
	margin-right: 10px;
	border-bottom: 1px solid #4E4E4E;
}

.post {
	margin-bottom: 40px;
}

.post .title 
{
	color: #FFFFFF;
	margin-right: 10px;
	border-bottom: 1px solid #4E4E4E;
}

.post .entry {
	padding: 0 20px;
}

.post .meta {
	height: 20px;
	padding: 15px 20px;
	background: url(images/img05.gif) no-repeat;
	line-height: normal;
}

.post .meta .byline {
	float: left;
}

.post .meta .comments {
	float: right;
}

.post-date
{
	font-size:10px;
}

#sidebar {
	float: right;
	width: 285px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 0 0 0px 20px;
	list-style: disc inside;
}

#sidebar h2 
{
	margin-top:10px;
	color:#FFFFFF;
	height: 30px;
	padding: 3px 20px 0 10px;
	background: url(images/sidebar_header.gif) no-repeat left top;
	font-size: 10pt;
}

.sidebar-body
{
	padding:5px;
	margin-top: -5px;
	background-color: #191919;
}

.sidebar-bottom 
{
	background: url('images/sidebar_bottom.gif') no-repeat left top;
	display: block;
	height: 9px;
	font-size: 0;
	line-height: 0;
}

#full-width-section
{
	width: 880px;
}

#full-width-section h2 
{
	margin-top:10px;
	color:#FFFFFF;
	height: 30px;
	padding: 3px 20px 0 10px;
	background: url('images/full_width_section_header.gif') no-repeat left top;
	font-size: 10pt;
}

#full-width-section-body
{
	padding:5px;
	margin-top: -5px;
	background-color: #191919;
}

#full-width-section-bottom
{
	background: url('images/full_width_section_bottom.gif') no-repeat left top;
	display: block;
	height: 9px;
	font-size: 0;
	line-height: 0;
}

#search {
	padding: 20px;
	text-align: center;
}

#search input {
	margin-bottom: 10px;
	padding: 3px 5px;
	background: #1F1F1F url(images/sidebar_header.gif) no-repeat center center;
	border: 1px solid #454545;
	font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#search #s {
	width: 80%;
	background: #1F1F1F;
}

#footer {
	width: 903px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/footer.gif) no-repeat left top;
}

#footer p 
{
	color:#999999;
	margin: 0;
	line-height: normal;
	text-align: center;
	font-size: 8pt;
}

#footer a:link, a:visited
{
	color: #999999;
}

#footer a:hover
{
	color: #FFFFFF;
}

#contactForm 
{
}

#contactForm .label 
{
	float: left;
	clear: left;
	width: 230px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
}

input#submit 
{
	margin-left: 240px;
}


input#name, input#email, textarea#comments 
{
	width: 300px;
	background-color: white;
	margin-top: -2px;
}

input#name:focus,
input#email:focus,
textarea#comments:focus,
select#refer:focus
{
	background-color: #FFFF99;
}

.thin-gray-border
{
	border: 1px solid #868686;
}

.thin_white_border
{
	border: 1px solid white;
}

.web_work_title
{
	font-size: 15px;
	font-weight: bold;
}

.web_label
{
	font-weight: bold;
	color: #909090;
}