/* Default Stylesheet */

/** BODY ELEMENTS **/
body {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}


h1 {
	float: left;
	text-indent: -99999px;
	width: 199px;
	height: 105px;
	background:url(../images/ident-logo.jpg) no-repeat top left;
	margin: 0;
	padding: 0;
}

h1 a {
	display: block;
	width: 199px;
	height: 105px;
	margin-right: 21px;
}

h2 {
	font-size: 14px;
}


h3 {
	text-decoration: underline;
	font-size: 12px;
}
#container {
	margin: auto;
	width: 700px;
}

#header {
	clear: both;
	width: 700px;
}


/* navigation */
ul#nav {
	list-style-type: none;
	padding:0;
	margin: 0;
}

ul#nav li {
	float: left;
}

ul#nav li a {
	display: block;
	height: 105px;
	width: 86px;
	margin-left: 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-indent: -99999px;
}

a.what {
	background: url(../images/what-we-do.jpg) no-repeat bottom left;	
}

a.what:hover {
	background: url(../images/what-we-do.jpg) no-repeat top left;
}

a.portfolio {
	background: url(../images/portfolio.jpg) no-repeat bottom left;
}

a.portfolio:hover {
	background: url(../images/portfolio.jpg) no-repeat top left;
}

a.who {
	background: url(../images/who.jpg) no-repeat bottom left;
}

a.who:hover {
	background: url(../images/who.jpg) no-repeat top left;
}

a.rates {
	background: url(../images/rates.jpg) no-repeat bottom left;
}

a.rates:hover {
	background: url(../images/rates.jpg) no-repeat top left;

}

a.contact {
	background: url(../images/contact.jpg) no-repeat bottom left;
}

a.contact:hover {
	background: url(../images/contact.jpg) no-repeat top left;

}

#images {
	 float: left;
	 width: 230px;
	 margin-top: 30px;
}

#content {
	 margin-top: 20px;
	 float: left;
	 width: 282px;
	 text-align: justify;
	 margin-right: 40px;
}

em {
	font-style: normal;
	text-decoration:underline;
}

#quote {
	margin-top: 20px;
	color: #666;
	font-size: 14px;
	background: url(../images/quote-box-top.jpg) no-repeat top left;
	width: 140px;
	float: right;
	font-weight: bold;
	padding-top: 15px;
}

blockquote {
	text-indent: 40px;
	margin: 0;
	padding: 0;
	background: url(../images/quote-box-bottom.jpg) no-repeat bottom right;
	padding-bottom: 10px;
}


#footer {
	clear: both;
	border-top: 1px solid #666666;
	text-align: right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}