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

body {
	background:url(../images/bg.gif) repeat-x #050506 scroll;	
	margin:0;
	padding:0;
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
}


#logo {
	clear:both;
	display:block;
	margin:0 0 30px;
	background:url(../images/nelson-nunez.png) no-repeat;
	width:254px;
	height:39px;
	text-indent:-1000px;
}

h1, h2, h3, h4, h5, p, ul, li {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

p {
	padding:0;
	margin:10px 0;
	line-height:1.3em;
}


h1 {
	font-size:1.6em;
	margin:0;
	padding:0 0 10px;
}


h2 {
	font-size:1.25em;
	margin:0 0 10px;
	padding:0;
}

h3 {
	font-size:1.1em;
	margin:0 0 10px;
	padding:0;
}

h4, h5 {
	font-size:1em;
	margin:0;
	padding:0 0 10px;
}

a img {
	border:none;
}

a:link, a:visited {
	color:#2c4794;
	text-decoration:none;
}

a:hover, a:active {
	color:#140c11;
	text-decoration:underline;
}


ul.listings em {
	font-weight:bold;		
}

.right {
	float:right;
}

.left {
	float:left;	
}

hr {
	background:#140c11;
	height:1px;
	border:none;
	margin:10px 0 20px;
	padding:0;
	opacity:.6;  
	filter:alpha(opacity=60);  
	-moz-opacity:0.6;
}


#holder {
	margin:0 auto;
	background:url(../images/bg-main.jpg) top center no-repeat scroll;
	padding:35px 0 0;
	text-align:center;
}

#main {
	margin:0 auto;	
	width:1022px;
	text-align:left;
	clear:both;
	padding:0;
	height:700px;
}

.home {
	background:url(../images/home-sidepics.png) top right no-repeat;
	
}

#content {
	float:left;
	width:450px;
}


ul.main-nav {
	margin:0;
	padding:0;
	text-indent:0;
	list-style-type:none;
}

#home-nav {
	float:left;
	margin:0 0 0 10px;
	z-index:10;
	width:179px;
}

#home-nav img {
	z-index:5;
}

#internal-nav {
	float:right;	
	position:relative;
	left:0px;
	top:-65px;
}


#internal-nav li {
	display:inline;
	margin:0;
	padding:0;
}

.content {
	width:680px;
	margin:0 0 30px;
	border:1px #000 solid;
	height:600px;
	padding:0;
	overflow: hidden;
}

.tranparency {
	background:#fff;	
	opacity:.6;  
	filter:alpha(opacity=60);  
	-moz-opacity:0.6;  
	overflow: hidden;
	 width:680px;  
	height:600px;  
	position:relatve;  
	top:0px;  
	left:0px;  
	z-index:-1;  
}

.home #side-pics {
	float:right;
	width:396px;
	margin:0;
}

.internal #side-pics {
	float:right;
	width:290px;
	margin:-35px 0 0;
}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	width:1022px;
	margin:0 auto 20px;
}

.designed a {
	float:left;
	text-align:left;
	color:#333;
	text-decoration:none;
	font-size:.9em;
}

.copyright {
	float:right;
	color:#fff;
	text-align:right;
}

/* */



.latest {
	background:#fff;
	width:430px;
	margin:20px 0;
  	filter:alpha(opacity=60);
  	opacity:0.6;
	border:1px #000 solid;
	height:200px;
	padding:10px;
}

.latest ul {
	margin:10px 3px 0;
	padding:0;
	text-indent:0;
	list-style-type:none;
}

.latest li {
	margin:6px 0;	
}

#main-content {
	float:left;
	margin:20px;
	z-index:50;
	position:relative;
	top:-600px;
	left:0px;
	width:650px;
	overflow:scroll;
	overflow-x:hidden;
	height:560px;
}

#contact-list {
	position:relative;
	left:0px;
	top:40px;
}
	
#contact-list img {
	width:55px;
	height:55px;
	z-index:100;
}

.photos {
	text-align:center;	
	margin:10px auto 20px;
}

.photos img {
	height:160px;
	border:1px solid #fff;
	margin:3px;
}
