/* Nicastro Properties Stylesheet */

body {
	margin:0px;
	padding:0px;
	background-color:#9CB3B9;
	background-image:url(../img/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	font-family:Arial, Helvetica, sans-serif, Tahoma;
}

img {
	border:0;
}

a {
	color:#7D9CA4;
}

hr {
	height:1px;
	border:0;
	background-color:#CCC;
	color:#CCC;
}
/* structure */

#wrapper {
	width:880px;
	margin:0 auto;
}

#header {
	display:block;
	height:67px;
}

#logo {
	width:200px;
	height:56px;
	padding:5px!important;
}

#nav {
	height:67px;
	position:absolute;
	margin-left:197px;
	top:0px;
}
#nav a {
	float:left;
}

#brochure {
	display:block;
	margin-top:13px;
	background-image:url(../img/main.jpg);
	background-repeat:no-repeat;
	height:293px;
	width:880px;
}
#brochure p, #brochure a {
	font-size:18px;
	color:#484848;
	font-weight:bold;
}
#maintagline {
	position:absolute;
	margin-left:60px;
	margin-top:80px;
	width:500px;
	font-size:32px;
	font-weight:bold;
	color:#333;
}
#tagline {
	position:absolute;
	margin-left:90px;
	margin-top:110px;
	width:350px;
	font-size:16px;
	font-weight:bold;
	color:#333;
}
#tagline a {
	color:#FF6600;
}

#content {
	display:block;
	background-color:#FFF;
}
#crumbs p {
	font-size:12px;
	line-height:18px;
	width:94%;
}
#content p {
	font-size:12px;
	line-height:18px;
	width:94%;
	color:#000;
	margin-bottom:0px;
}
#content td {
	font-size:12px;
	line-height:18px;
	color:#000;
}
#content li {
	font-size:12px;
}

#crumbs {
	display:block;
	background-color:#000;
	color:#FFF;
}

#home #crumbs {
	display:block;
	background-color:#000;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	color:#FFF;
}
#crumbs a, p {
	color:#FFF;
}

#main {
	display:block;
	margin-bottom:0px;
}
#main_sub {
	display:block;
	border-top:10px solid #333;
	border-bottom:10px solid #333;
	margin-top:20px;
}
#main_left {
	width:200px;
	float:left;
	border-right:1px solid #CCC;
	margin:20px;
	margin-bottom:0px;
}
#main_mid {
	width:370px;
	float:left;
	border-right:1px solid #CCC;
	margin:20px;
	margin-left:0px;
	margin-bottom:0px;
	text-align: justify; 
}
#main_mid_sub {
	width:610px;
	float:left;
	margin:20px;
	margin-left:0px;
	text-align: justify; 
}
#main_right {
	width:200px;
	float:left;
	margin:20px;
	margin-left:0px;
	margin-bottom:0px;
	text-align: justify; 
}	

#footer {
	margin-top:20px;
	border-top:1px solid #FFF;
	padding-top:20px;
	color:#FFF;
}
#footer a {
	color:#FFF;
}
#footer p {
	font-size:11px;
}	

/* classes */

.floatleft {
	float:left;
}
.floatleft_25 {
	float:left;
	width:25%;
}
.smalltitle {
	display:block;
	height:8px;
}
.left_50 {
	width:50%;
	float:left;
	text-align:left;
}
.right_50 {
	width:50%;
	float:right;
	text-align:right;
}


.font12 {
	color:#333;
	font-size:12px;
	line-height:18px;
}

.font14 {
	color:#333;
	font-size:12px;
	line-height:18px;
}

.small {
	font-size:10px;
}

/* clearfix */

.clearfix:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix
{
	min-width: 0;		/* trigger hasLayout for IE7 */
	display: inline-block;
	/* \*/	display: block;	/* Hide from IE Mac */
}
* html .clearfix
{
	/* \*/  height: 1%;	/* Hide from IE Mac */ 
}
