@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	/*background: #01310e url(images/indexBackgr.jpg) left top repeat-x;
	background-color:#274e37;*/
	background-color:#030;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 12px;

}

a:link, a:visited {
	text-decoration:underline;
	color:#000;
}

a:hover {
	text-decoration:none;
	color:#394d1b;
}
.justified {
	text-align:justify;
}

.disclaimer {
	text-align: justify;
	font-size:0.8em;
}

h1 {
	font-size:1.8em;
	text-align:left;
	text-decoration:none;
	color:#394d1b;
	/*font-weight: normal;*/
}

h2 {
	font-size:1.4em;
	text-decoration:none;
	color:#394d1b;
}


.marginR {
	margin-right:20px;
}


.inputBox {
width:200px;
font-size:14px;
border:1px solid #CCCCCC;
font-family:Arial,Helvetica,sans-serif;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding:3px 2px;
margin-bottom:5px;
	color:#000;

}



#wrapper {
	margin: 0 auto;
	background-color:#FFF;
	width:966px;
	overflow:hidden;
}

#wrapper_bottom {
	margin: 0 auto;
	background: transparent url(images/roundBackgr.gif) left top no-repeat;
	width:966px;
	height:15px;
	overflow:hidden;
}

#header {
	background: transparent url(images/header.jpg) no-repeat;
	margin: 0 auto;
	position:relative;
	width:960px;
	height:190px;
	overflow: hidden;
}

#headerFL {
	background: transparent url(images/headerFL.jpg) no-repeat;
	margin: 0 auto;
	position:relative;
	width:960px;
	height:190px;
	overflow: hidden;
}

#headerSL {
	background: transparent url(images/headerSL.jpg) no-repeat;
	margin: 0 auto;
	position:relative;
	width:960px;
	height:190px;
	overflow: hidden;
}

#menu {
	background: transparent url(images/menuBackgr.jpg) left top repeat-x;
	margin:0 auto;
	width:960px;
	height:31px;
	overflow:hidden;
	font-size:1.3em;
	text-align:center;

}

.menuhoriz {
	width:950px;
	height: 30px;
	margin: 0;
	padding: 0;
	float:right;
}

.menuhoriz ul {
	list-style: none;
	margin: 0;
	color: #FFF;
	width: 950px;
	height: 31px;
	padding-top:5px;
}

.menuhoriz ul li {
	display: inline;
	margin-left:15px;
	padding: 0;
	width: auto;
	text-align:center;
	height:30px;
	line-height:30px;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
}

.menuhoriz ul li a {
	text-decoration:underline;
	color:#FFF;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}

.menuhoriz ul li a:hover {
	text-decoration:none;
	color: #000;
}



#content {
background: #FFF url(images/contentBackgr.jpg) left top repeat-x;
	margin: 0 auto;
	width:960px;
	overflow:hidden;
}

#content2 {
	width:640px;
	float:left;
	position:relative;
	min-height:500px;
	padding-left:20px
}

#secondMenu {
	width:290px;
	height:250px;
	float:left;
	position:relative;
	overflow:hidden;
	padding-left:10px;
}

#firmOverview {
	width:410px;
	min-height:250px;
	float:left;
	position:relative;
	overflow:hidden;
}

#contact {
	width:280px;
	min-height:230px;
	float:right;
	position:relative;
	overflow:hidden;
	text-align:right;
}

#contact_form {
	width:260px;
	min-height:200px;
	float:left;
	position:relative;
	overflow:hidden;
	padding-left:10px;
	margin-top:15px;
}

#featured_cases {
	width:940px;
	min-height:200px;
	float:left;
	position:relative;
	overflow:hidden;
	margin-top:10px;
	padding-left:15px;
}


#footer {
	width:960px;
	color:#999;
	margin: 0 auto;
	overflow:hidden;
	position:relative;
}


#secondMenu ul {
	font-size: 1.5em;
	margin-left:40px;
	margin-top:10px;
	list-style-type:none;
}

#secondMenu ul li {
	margin-top:10px;
}

#contact img {
	margin-right:20px;
	margin-top:10px;
	text-align:right;
	
}



