/* CSS Document - first draft 1lg_cincept_home.html */
body {
	margin: 0;
	background: #F1E1D1 url(images/bg.jpg) repeat-y; 
	font: 11px Arial, Helvetica, Sans-Serif; 
	color: #666666;
	line-height: 180%;
}

.tiny {
	font-size: 10px;
}

.small {
	font-size: 11px;
}

.medium {
	font-size: 12px;

}
.em {
	font-size: 13px;
}

.arrow {
	font-size: 16px; bold;
	color: #FF3366;
	margin: 0 10px 0 0;
}

.more {
	color: #FF3366;
}

img	{
	border: none;
	}
	
h1 {
	margin: 25px 0 10px 0;
	font: 30px Georgia, Times New Roman, Times, serif;
	color: #FF9999;
	font-weight: normal;
	padding: 0 0 0 180px;
}

h2 {
	margin: 20px 0 10px 0;
	font: 20px Georgia, Times New Roman, Times, serif;
	color: #FF9999;
	font-weight: normal;
	padding: 0 80px 0 180px;
	clear: both;
}

h3 {
	margin: 20px 0 10px 0;
	font: 14px Georgia, Times New Roman, Times, serif;
	font-style: italic;
	color: #999999;
	font-weight: bold;
	padding: 0 80px 0 180px;
	clear: both;

}

h4 {
	margin: 20px 0 10px 0;
	font: 14px Georgia, Times New Roman, Times, serif;
	font-style: italic;
	color: #999999;
	font-weight: bold;
	padding: 0 80px 0 180px;
	line-height: 25px;
}

h6 {
	margin: 20px 0 10px 0;
	font: 10px;
	color: #999999;
	font-weight: bold;
	padding: 0 80px 0 180px;
}

a:link {
	color: #FF9999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9999;
}
a:hover {
	text-decoration: underline;
	color: #FF0033;
}
a:active {
	text-decoration: none;
	color: #FF0033;
}

#wrap {
	width: 963px; 
	margin: 0;
}
#headertop {
	height:175px;
}
#nav {
	background: url(images/nav.jpg) no-repeat;
	width: 963px;
	height: 47px;
	}
#nav ul {
	margin: 0;
	padding: 0 0 0 90px;
}
#nav li {
	display: inline;
	margin: 1px;
	font-size: 14px;
	font-weight: bold;
	line-height:41px;
}

#content {
	width: 963px;
}	
	
#content p {
	margin: 0;
	padding: 15px 90px 0 180px;
}

#content .client-image {
	float: left;
	margin: 5px 15px 15px 180px;
}

dl {
	list-style-type: none;
	margin: 10px 0 10px 0;
	font-size: 11px;
}
dt {
	margin-top: 0px;
	font: 14px Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	color: #FF9999;
	padding: 5px 0;
}
dd {
	padding: 0 70px 0 150px;
}

#footer {
	width: 962px;
	height: 231px;
    background: url(images/footer.jpg) top no-repeat;
	padding: 0; 
	clear: both;
}

#footer p {
	margin: 0px;
	font-size: 10px;
	font-weight: bold;
	line-height:40px;
	padding: 5px 90px 0px 170px;
}
#footer dl {
	list-style-type: none;
	margin: 0;
	padding-top: 0px;
}

#footer dt {	
	font: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #FF9999;
	padding: 20px 90px 10px 180px;
}
#footer dd {
	padding: 0 70px 0 150px;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

