/*
Theme Name: Boteler & Wolfe
*/
a{
	color: black;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('images/bg.gif');
	background-repeat: repeat-y;
	background-position:center;
	background-color: #C9C9C9;
	margin: 0;
	padding: 0;
}



#wrapper{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	padding: 0px;
}

#headerTop{
	margin-bottom: 5px;
}

#header .tagline{
	margin-left: 30px;
	color: #C60C0C;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

#header .topnav{
	list-style: none;
	padding: 0;
	margin: 0;
}

#header .topnav a{
	color: black;
	text-transform: uppercase;
	margin-left: 12px;
	font-size: 12px;
}

#header .topnav li{
	float: right;
}

#headerMiddle{
	clear: right;
	height: 143px;
	background-image: url('images/building_photo.jpg');
	background-repeat: no-repeat;
	background-position:right top;
	background-color: #003300;
}

#headerMiddle #logo{
	float: left;
	margin-left: 30px;
}

#headerMiddle #google_translate_element{
	position: relative;
	top: 94px;
	left: 20px;
}

#headerNav{
	clear: left;
	margin-top: 5px;
	height: 26px;
	background-image: url('images/menu.gif');
	background-repeat: repeat-x;
}

#headerNav a{
	color: white;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

#headerNav ul{
	list-style: none;
	margin: 0;
	padding: 3px 0px 0px 0px;
}

#headerNav ul li{
	float: left;
	margin-left: 24px;
}

#headerNav li li{
	float: none;
	margin: 5px;
}

#headerNav li li a{
	text-transform: none;
}

#headerNav li ul {
	position: absolute;
	width: 12em;
	left: -999em;
	background-color: #003300;
}

#headerNav li:hover ul {
	left: auto;
}





#main {
	/* contains content and sidebar*/
	background-image: url('images/bg-solidgraygreen.gif');
	background-position: top center;
	background-repeat: repeat-y;
}


#content{
	float: left;
	width: 620px;
	padding: 10px;
	font-size: 12px;
}

.home{
	background-color: #bababa;
}

.home #mvarcBanner{
	text-align: center;
}

.home #attorneys{ /*attorneys on the front page*/
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	text-align: center;
	overflow-x: hidden;
}

.home #attorneys .email{
	margin-left: 1em;
}

.home #attorneys ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.home #attorneys li{
	float: left;
	width: 190px;
	margin-left: 5px;
}

.home #attorneys a{
	color: #900;
	font-weight: bold;
}

.home .help{
	clear: left; /*clears float:left from attorneys li*/
	color: blue;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.home #latestNews{
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.home #latestNews h2{
	font-size: 14px;
	margin-bottom: 3px;
}

.home #latestNews #posts{
	border: solid thin black;
	background-color: #cbcbcb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
}

.home #latestNews #posts p{
	margin-left: 10px;
}

.home #latestNews .readmore{
	color: gray;
}

.home #latestNews h3{
	font-size: 12px;
}

.home #affiliations{
	width: 590px;
	margin-left: auto;
	margin-right: auto;
	overflow-x: hidden;
}

.home #affiliations ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.home #affiliations li{
	float: left;
	margin-left: 16px;
}

.home .committed{
	clear: left; /*clears float:left in #affiliations*/
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	width: 400px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#content{
	background-image: url('images/bg-graygradient.gif');
	background-position: top;
	background-repeat: repeat-x;
}
.page .alignright{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.page .alignleft{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.page .content{
	background-color: white;
	padding: 10px;
}


.page .content h3{
	color: #900;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.page .content .sigcases h4{
	border-top: solid thin black;
	padding-top: 10px;
	color: #900;
}

.page .content a{
	color: #900;
}

#sidebar{
	background-image: url('images/bg-greengradient.gif');
	background-position: top;
	background-repeat: repeat-x;
	background-color: #003300;
	float: right;
	width: 300px;
	padding: 10px;
	
}

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

#sidebar li{
	margin-bottom: 10px;
}

#sidebar .accidentVictims{
	background: #787878;
}
#sidebar .accidentVictims > p{
	margin-top: 5px;
	margin-bottom: 5px;
}

#sidebar .accidentVictims .titleimg{
	text-align: center;
	background: #c60c0c;
}
#sidebar .accidentVictims .before{
	color: white;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	text-align: center;
}
#sidebar .accidentVictims .title{
	color: yellow;
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
	text-align: center;
}
#sidebar .accidentVictims .handbook{
	font-size: 12px;
	color: white;
	margin: 5px;
}

#sidebar .oilspill{
}

#sidebar .newsletter{
	padding: 5px;
	background-color: #bababa;
}

#sidebar .news{
	color: white;
}
#sidebar .news a{
	color: white;
}
#sidebar .news h3{
	font-size: 12px;
	border-bottom: solid thin gray;;
}
#sidebar .news ul{
	margin-left: 10px;
}
#sidebar .news li{
	margin-bottom: 5px;
	font-size: 11px;
}


#footer{
	background: #003300;
	color: white;
	font-size: 10px;
	margin-top: 5px;
	padding: 5px;
}

#footer a{
	color: white;
}

#footerNav{
	width: 700px;
	margin: 5px auto 5px auto;
}

#footerNav a{
	color: white;
	text-transform: uppercase;
	font-size: 11px;
}

#footerNav ul{
	list-style: none;
	margin: 0;
	padding: 3px 0px 0px 0px;
}

#footerNav li{
	float: left;
	margin-left: 17px;
}

#copyright{
	text-align: center;
}

#copyright .copy{
	display: inline;
	margin-right: 20px;
}

#copyright .mgmt{
	display: inline;
}
