/* --------------- Segue Ventures LLC Cascading Style Sheet --------------- */
/*
Dark blue:  #075978
Light grey: #c4c8c7

*/



/* --------------- Basic Elements --------------- */
body{
	background: #c4c8c7;

	font-family: Helvetica;
	font-size: 16px;
	text-align: justify;
}

h1, h2, h6{
	font-weight: 200;
}

h1{
	background: #075978;
	color: white;

	text-transform: uppercase;

	padding: 0.65em 0 0.65em 26%;
}

h2{
	color: #075978;

	padding: 1.5em 0 0 0;
}

h3{
	font-size: 0.83em;
	font-weight: bolder;

	margin: 0 0 -1em 0;
	padding: 1em 0 0 0;
}

h6{
	background: #075978;
	color: white;

	font-size: 0.7em;
	font-weight: 200;
	text-align: center;

	vertical-align: middle;
	padding: 1.15em 0;
}

a {
	text-decoration: underline;
	color: #075978;
}

p, li{
	font-size: 0.83em;
	line-height: 14pt;

	padding: 1em 0 0 0;
}

li{
	list-style-type: decimal;
}

strong{
	font-weight: bolder;
}

ul, ol{
	padding: 0 0 0 5%;
}



/* --------------- Template Layout --------------- */
#container{
	background: white;

	margin: 0 auto;
	width: 955px;
}

#content{
	padding: 0 0 1em 0;
}

#footer{
	clear: both;
}



/* --------------- Common Classes --------------- */
.contentLeft{
	text-align: center;

	float: left;
	padding: 25px 0 0 0;
	width: 26%;
}

.contentMain{
	margin: 0 5% 0 26%;
}

.Left,
.Right{
	width: 35%;
}

.Right{
	float: right;
	padding: 0 18% 0 0;
}

.bottomLink{
	text-align: center;

	display: block;
	margin: 50px 0;
}

.h3Weak{
	font-weight: 400;
}



/* --------------- Specific Selectors --------------- */
#navbar a{
	color: #6d6f72;
	text-decoration: none;
	font-size: 8pt;
}

#navbar img{
	margin: 7px 27px 3px 29px;
}

#navbar ul{
	float: right;
	margin: -55px 15px 0 330px;
}

#navbar ul li{
	color: #075978;

	font-size: 8pt;
	list-style-type: none;
	text-transform: uppercase;

	border-left: 1px solid #c4c8c7;
	display: inline;
	padding: 0.25em 1.4em;
}

#navbar li:first-child {
	border: none;
}

#navbar li ul{
	text-align: center;

	float: left;
	margin: 0 54px;
	padding: 5px 0 0 0;
}

#navbar li li{
	border: none;

	display: block;
	margin: -10px 0 0 0;
}

.company .contentLeft h2,
.methods .contentLeft h2{
	line-height: 17pt;

	margin: 175px auto 2em auto;
	width: 124px;
}

.content form{
	padding: 1em 0;
	clear: both;
}

.index #content{
	text-align: center;
	background: #075978;

	padding: 60px 0;
}

#content h6{
	text-transform: uppercase;

	padding: 60px 0 0 0;
}

.cases ul{
	font-size: 0.72em;
}

.contentLeft img{
	margin: 25px 0 10px 0
}
