/* HTML TAGS */
body
{
	background: white url(../images/background_stripe.gif) repeat-x;
	text-align: center;
	padding: 0px;
	margin: 0px;
	padding-bottom: 15px;
}
form
{
	margin: 0px;
	padding: 0px;
}
h1
{
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #124f88;
	
	font-size: 30px;
	font-family: arial;
	font-weight: normal;
}
h2
{ 
	padding: 0px;
	margin-top: 14px;
	margin-bottom: 10px;
	color: #124f88;

	font-size: 24px;
	font-family: arial;
	font-weight: normal;

}
h3
{
	padding: 0px;
	color: #01427f;
	margin-top: 14px;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: normal;
}
h3 a
{
	color: #01427f;
	text-decoration: none;
}
h3 a:hover
{
	text-decoration: underline;	
}
h4
{
	padding: 0px;
	color: #01427f;
	margin-top: 14px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
}
p
{
	padding: 0px;
	margin-top: 12px;
	margin-bottom: 8px;
	color: #666;
}
div
{
	font-family: verdana;
	font-size: 12px;
	color: #666;
}
td
{
	font-family: verdana;
	font-size: 12px;
	color: #666;
}
a
{
	color: #666;
}
ul li
{
	list-style-image: url(/images/bullet_default.gif);
	margin-left: -10px;

	margin-top: 6px;
	margin-bottom: 4px;
	line-height: 140%;
}

ol li
{
	margin-left: -10px;

	margin-top: 6px;
	margin-bottom: 4px;
	line-height: 140%;
}
ul.practice
{
}
ul.practice li
{
	list-style-image: url(/images/bullet_practice_areas.gif);
	color: white;
	margin-left: -10px;
}

/* STRUCTURE */
.body_wrapper
{
	margin: auto;
	text-align: left;
	width: 980px;
}
.interior_wrapper
{
	padding-bottom: 20px;
	background: url(/images/footer_background.jpg) bottom center no-repeat;
}
.body_padding
{
	padding: 0px 10px 10px 10px;
}
.menu_wrapper
{
	padding: 0px 10px 0px 10px;
	position: absolute;
	z-index: 3;
}
.menu_live
{
	background-color: #b2b2b2;
	
}
.crumbs_wrapper
{
	background-color: white;
	padding: 48px 0 24px 20px;
}
.post_column p
{
	padding-right: 20px;
	line-height: 150%;
}
.blog_column
{
	padding: 0px 0px 0px 0px;
}
.blog_column p
{
	line-height: 150%;
}
.right_column
{
}
.right_column p
{
	padding-right: 10px;
	line-height: 150%;
}
 
 
/* ELEMENTS */
.header
{
	padding-bottom: 4px;
	width: 960px;
}
.footer
{
	width: 980px;
	margin: auto;
}
.footer_text
{
	padding: 0px;
	padding-top: 5px;
	padding-left: 10px;
	font-family: verdana;
	font-size: 11px;
	color: #999;	
	text-align: left;
}
.footer a
{
	color: #999;
	text-decoration: none;
}
.footer a:hover
{
	text-decoration: underline;
}
.interior_footer
{
	padding-top: 5px;
}
.content_table
{
	background-color: white;
}

/* TEXT */
.graytext
{
	font-family: verdana;
	font-size: 12px;
	color: #666;
	line-height: 150%;
	padding-right: 20px;
}
p.newstext
{
	margin-top: 0px;
	margin-bottom: 5px;
}
.newstext
{
	font-family: verdana;
	font-size: 12px;
	line-height: 150%;
	
	color: #99afc4;
}
.newstext a
{
	color: #99afc4;
	text-decoration: none;
}
.newstext a:hover
{
	text-decoration: underline;
}


/* BLOG */
.post 
{
	padding-bottom: 10px;
}
img.alignleft
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
img.alignright
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	clear: right;
}

div.alignleft
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
div.alignright
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	/*clear: right;*/
	padding: 10px 0 10px 10px;
}
.post_author
{
	color: #999;
}
.blog_control_table
{
	background-color: #e5e5e5;
	margin-top: 5px;
}
.blog_controls
{
	padding: 0px 0px 0px 0px;
}
.blog_comments
{
	padding-left: 5px;
}
.blog_categories_wrapper
{
	padding-top: 8px;
	font-size: 11px;
}
.blog_categories_label
{
	color: #666666;
	font-weight: bold;
}
.blog_categories_wrapper a
{
	color: #01427f;
	text-decoration: none;
}
.blog_tags_wrapper
{
	padding-top: 4px;
	font-size: 11px;
}
.blog_tags_label
{
	color: #666666;
	font-weight: bold;
}
.blog_tags_wrapper a
{
	color: #01427f;
	text-decoration: none;
}
.comment-author img
{
	display: none;
}

/* MENU */ 

.menu_topnav
{
	position: absolute;
	z-index: 5;
}
.menu_about_werth_item
{
	
}