@charset "UTF-8";
/* CSS Document
Mando Saenz
Contacts CSS
© 2008 Mando Saenz
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com
Written 1/10/08 7:24AM
Updated 1/10/08 7:24AM
Validated 1/10/08 7:24AM */	
	
/* Global Layout Elements */

div#wrapperdiv {
	height: 784px;
	}

div#topdiv {
	width: 846px;
	height: 93px;
	background: url(../images/news01_03.jpg) top left no-repeat;
	}
	
div#contentdiv {
	width: 846px;
	height: 613px;
	}
	
div#contentleftdiv {
	width: 366px;
	height: 613px;
	float: left;
	background: url(../images/contacts01_26.jpg) top left no-repeat;
	}
	
div#contentrightdiv {
	width: 480px;
	height: 613px;
	float: left;
	background: url(../images/news01_26.jpg) top left no-repeat;
	}
	
div#leftdiv {
	width: 108px;
	height: 784px;
	float: left;
	background: url(../images/contacts01_02.jpg) top left no-repeat;
	}
	
div#rightdiv {
	width: 112px;
	height: 784px;
	float: left;
	background: url(../images/news01_04.jpg) top left no-repeat;
	}
	
div#footerdiv {
	background: url(../images/news01_27.jpg) top left no-repeat;
	clear: both;
	height: 53px;
	}
	
div.newsdivider {
	width: 290px;
	height: 12px;
	margin: 30px auto 30px auto;
	}
	
/* Text */

div#dsvContent1 h1 {
	font-size: 110%;
	padding: 0 0 3px 0;
	}

div#dsvContent1 p {
	padding: 0 0 25px 0;
	color: #fff;
	}
	
/* Links */

div#dsvContent1 a {
	color: #eddabd;
	text-decoration: underline;
	}
	
div#dsvContent1 a:hover {
	color: #fff;
	text-decoration: underline;
	}

div#dsvContent1 a.more {
	color: #eddabd;
	text-decoration: none;
	font-size: 80%;
	}
	
div#dsvContent1 a.more:hover {
	color: #eddabd;
	text-decoration: underline;
	font-size: 80%;
	}

	
/* Scrollbars */

div#scrollerWrapper {
	position:relative;
	color: #eddabd;
	font-size: 85%;
	}
	
div#dsvContainer {
	position: absolute;
	left: 40px;
	top: 50px;
	width: 320px;
	height: 500px;
	clip: rect(0px,320px,500px,0px);
	overflow: hidden;
	z-index: 1;
	}
	
div#dsvContent1 {
	position: absolute;
	width: 320px;
	left: 0px;
	top: 0px;
	z-index:0;
	visibility:visible;
	}
	
div#dsvUp {
	position: absolute;
	left: 398px;
	top: 65px;
	z-index: 1;
	width: 7px;
	height: 7px;
	}
	
div#dsvDown {
	position:absolute;
	left: 398px;
	top: 539px;
	z-index: 1;
	width: 7px;
	height: 7px;
	}
	
div#dsvTrack {
	position:absolute;
	left: 398px;
	top: 65px;
	z-index: 0;
	width: 7px;
	height: 265px;
	}
