/* CSS Document */

*{margin:0; padding:0;}

body{
	background:#FFFFFF;
	font:medium Arial, Helvetica, sans-serif;
	color:#333333;
}

#Wrapper{
	width:994px;
	margin:10px auto;
}

#Header{
	width:100%;
	float:left;
	background:url(graphics/header_bg.png) top left no-repeat;
}

#Header img{margin:30px 15px 10px; border:0;}

#TopNav
{
	float:right;
	clear:right;
	margin-right:3px;
}

#Motto
{
	float:right;
}

#TopNav ul
{
	list-style:none;
}

#TopNav li
{
	float:left;
}

#TopNav li a{
	padding:3px 6px;
	display:block;
	border:1px solid #7C211E;
	margin:1px;
	margin-top:0;
	background:#660000 url(graphics/nav_button.png) repeat-x top left;
	color:#FFFFFF;
	text-decoration:none;
}

#TopNav li a:hover
{
	background:#660000 url(graphics/nav_hover.png) repeat-x bottom left;
}

ul{
	list-style-type:disc;
}

#Container
{
	width:100%;
	float:left;
	background:url(graphics/container_bg.png) top left repeat-y;
	line-height:150%;
}

#Slideshow
{
	width:100%;
	float:left;
	background:url(graphics/slideshow_bg.png) top left repeat-y;
	line-height:150%;
}

#Slideshow > div p
{
	text-align:center;
	vertical-align:middle;
	padding-top:80px;
	color:#333333;
}

#SideBar
{
	float:left;
	width:180px;
	padding:10px;
	padding-right:0;
}

#SideBar span
{
	font-style:italic;
	color:#333333;
	padding-left:5px;
	display:block;
	padding-top:64px;
	text-align:left;
}

#SideBar span.lawyers
{
	color:#333333;
	padding-left:5;
	display:block;
	padding-top:64px;
	text-align:left;
	font-size:90%;
}

#SideBar span.lawyers a{
	text-decoration:none;
	font-size:90%;
}

#SideBar a[href^="mailto"]{
	padding-right:0;
	background:none;
	text-decoration:none;
}

#SideBar a[href$=".vcf"]{
	padding-right:0;
	background:none;
	text-decoration:none;
}

#Content
{
	float:right;
	width:760px;
	padding:10px;
	padding-left:5px;
	padding-right:15px;
	text-align:justify;
}

#Content b
{
	color:#7C211E;
	display:block;
}

#Content p
{
	margin-bottom:1em;
}

a[href^="mailto"]{
	padding-right:20px;
	background:url(graphics/icons/email.png) no-repeat bottom right;
	text-decoration:none;
} 

a[href$=".vcf"]{
	padding-right:20px;
	background:url(graphics/icons/card-address.png) no-repeat bottom right;
	text-decoration:none;

}

a[href$=".doc"]{
	padding-right:20px;
	background:url(graphics/icons/document-word-text.png) no-repeat bottom right;

}

a[href$=".pdf"]{
	padding-right:20px;
	background:url(graphics/icons/document-pdf-text.png) no-repeat bottom right;

}

a[href$=".ppt"]{
	padding-right:20px;
	background:url(graphics/icons/document-powerpoint.png) no-repeat bottom right;

}

a[href$=".xls"]{
	padding-right:20px;
	background:url(graphics/icons/document-excel.png) no-repeat bottom right;

}

a[href$=".zip"]{
	padding-right:20px;
	background:url(graphics/icons/folder-zipper.png) no-repeat bottom right;

}

a[rel^="external"]{
	padding-right:20px;
	background:url(graphics/icons/applications-blue.png) no-repeat bottom right;
}

#Footer
{
	width:100%;
	clear:both;
	text-align:center;
	background:url(graphics/footer_bg.png) bottom left no-repeat;
	padding-top:3em;
	padding-bottom:20px;
	font-size:75%;
	color:#7C211E;
}

#Footer span
{
	color:#333333;
}

#Footer a
{
	text-decoration:none;
	color:#333333;
}

#Footer a:hover
{
	text-decoration:underline;
}

#Content ul,ol{margin-left:50px;}

#Content ul li{color:#7C211E;}

#Content ul li span{color:#333333;}

a
{
	color:#333333;
}

a:visited
{
	color:#333333;
}
