/* CSS Document */
BODY {
	MARGIN: 0px;
	background-color:#E1E1E1;	
	FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
	FONT-SIZE: 11px;
	color:#333333;
}
p {
  	margin: 0;
}

/* Layout */
#siteContainer {
	width: 820px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	TEXT-ALIGN: left;
	BORDER-left: #999 1px solid;
	BORDER-right: #999 1px solid;
}
#colLeft {
	float: left;
	width: 170px; /*Width of left column in pixel*/
	padding:0px;
	padding-left:5px;
	font-size:13px;
	}
#colLeft ul {
	padding:0 0 15px 0;
	margin:0;
	}
#colLeft li {
	width:160px;
	height:30px;
	background-image:url(images/button.gif);
	background-repeat:no-repeat;
	list-style-type:none;
	padding:6px 0 2px 0;
	margin:0;
	text-align:center;
	}
#colLeft li.but-red {
	background-image:url(images/button-red.gif);
	}
#colLeft li.but-yellow {
	background-image:url(images/yellowbutton.gif);
	}
#colLeft a {
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	display:block;
	}
/* ---- DA Servicing left column ---- */
#left-service ul {
	padding:5px 0 0 0;
	margin:0 0 0 10px;
	}
#left-service li {
	width:auto;
	height:auto;
	background-image:none;
	padding:0 0 0 10px;
	margin:0;
	text-align:left;
	}
#left-service li.li-first {
	padding:0;
	}

#colMiddle {
	BACKGROUND: #ffffff;
	MARGIN: 0px 5px 0px 170px;
	BORDER: #999 1px solid;
	line-height:20px;
	padding:5px;
}

#colMiddle h1 {
	font-size:17px;
	margin:0;
	padding:0;
	font-weight:bold;
	}
#colMiddle h2 {
	font-size:15px;
	margin:0;
	padding:0;
	font-weight:bold;
	padding-bottom:10px;
	}
#colMiddle p {
	padding-bottom:10px;
	}
#colMiddle a {
	font-weight:bold;
	text-decoration:underline;
	}
#colMiddle a:hover {
	font-weight:bold;
	text-decoration:none;
	}
#colMiddle hr {
	clear:both;
	visibility:hidden;
	margin:0;
	}
#colMiddle p.right-text {
	padding:0 10px 10px 0;
	text-align:right;
	}


#colMiddlehome {
	BACKGROUND: #ffffff;
	MARGIN: 0px 5px 0px 170px;
	BORDER: #999 1px solid;
	padding:5px;
	background-image:url(images/homepage.jpg);
	height:565px;
	background-repeat:repeat-x;
	font-size:30px;
	text-align:center;
	color:#FFFFFF;
}

A {
	FONT-WEIGHT: normal;
	COLOR: #000000;
	TEXT-DECORATION: none;
}
A:hover {
	FONT-WEIGHT: normal;
	COLOR: #0083c3;
	TEXT-DECORATION: none;
}
#footerholder{
	BORDER-TOP: #999 1px solid;
	text-align:center;
}
#footer {
	CLEAR: both;
	font-size:9px;
	width: 820px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}
#footer a{
	color:#999;
}
#footer a:hover{
	color:#666;
}

.footerLogo {
	FLOAT: right;
	MARGIN: 5px;
}
.clearboth {
	CLEAR: both;
}
.titles{
	font-size:17px;
	font-weight:bold;
	BORDER-BOTTOM: #999 1px solid;
	margin-bottom:5px;
	padding-bottom:5px;
}
.left{
	float:left;
	width:500px;
	overflow:hidden;
}
.right{
	width:123px;
	margin-left:5px;
	overflow:hidden;
	text-align:center;
	color:#FFFFFF;
	line-height:13px;
	float:left;
}
.profilepic{
	BORDER: #333 1px solid;
	background:#FFFFFF;
	padding:1px;
	width:77px;
}

/* DA - STORE SECTION */
#store-holder a {
	color:#333333;
	text-decoration:none;
	}
#store-holder a:hover {
	color:#333333;
	text-decoration:none;
	}
.store {
	width:180px;
	height:220px;
	background-image:url(images/store-bg.jpg);
	border:1px solid #666666;
	float:left;
	margin-left:22px;
	margin-bottom:15px;
	}
.store-title {
	text-align:center;
	font-size:15px;
	padding-top:9px;
	margin-bottom:-8px;
	}
.store-more {
	text-align:right;
	padding-right:10px;
	}
.store-img {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:-2px;
	border:none;
	}
/* DA - STORE SECTION */

.imageSlideshowHolder{
	height:250px;
	width:629px;
	position:relative;	/* Never change this value */
	float:left;
	BORDER: #333 1px solid;
	background:#FFFFFF;
	padding:1px;
	margin-bottom:10px;
}
.imageSlideshowHolder2{
	height:200px;
	width:495px;
	position:relative;	/* Never change this value */
	float:left;
	BORDER: #333 1px solid;
	background:#FFFFFF;
	padding:1px;
	margin-bottom:10px;
}
.imageInGallery{
	/* Never change these 3 value */
	left:1px;
	top:1px;
	position:absolute;
}
#imageSlideshowHolder img{

}
.makeright{
	width:204px;
	margin-left:5px;
	float:right;
	overflow:hidden;
	text-align:center;
	font-size:9px;
}
.makeboxes{
	BORDER: #333 1px solid;
	border-bottom:0px;
	background:#FFFFFF;
	padding:1px;
}
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer{
	padding: 10px;
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
.infotext{
	BORDER: #999 1px solid;
	padding:5px;
	background-color:#CCD1FF;
}
