/****
* Website design and CSS style by Artis . design studio (www.goartis.com)
****/
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #a1bdcc;
	list-style-type: none;
}
.container {
	width: 915px;
	margin: 0 auto;
	text-align: left;
}

.containerbox {
	text-align: left;
	background-image: url(../img/mainbox_bk.gif);
}
.mainbox {
	width: 915px;
	margin: 0 auto;
}
.text {
	color: #626262;
	font: 11px/15px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: justify;
	list-style-image: url(../img/bullet_dbac.gif);
	list-style-position: inside;
	padding-left: 10px;
}
.text a:link, .text a:visited {
	color: #626262;
	text-decoration: underline;
}
.text a:hover {
	text-decoration: underline;
	color: #a79b5c;
}
.hilite {
	color: #000;
}
.start {
	color: #a79b5c;
	text-transform: uppercase;
	font-size: 16px;
}
.name {
	color: white;
	font: 17px/18px "Lucida Grande", sans-serif;
	text-transform: uppercase;
}
.name a:link, .name a:visited {
	color: white;
	text-decoration:none;
}
.name a:hover {
	color: white;
	text-decoration:underline;
}
.info {
	color: white;
	font: 10px/16px "Lucida Grande", sans-serif;
	text-transform: uppercase;
}

.info a:link, .info a:active {
	color: white;
	text-decoration: none;
}
.info a:hover {
	text-decoration: underline;
	color: white;
}
.forms {
	color: black;
	font: 11px/20px Verdana, "Lucida Grande", sans-serif;
	margin-top: 15px;
}
h1 {
	color: #2f88ab;
	font: 18px/20px "Lucida Grande", Verdana, sans-serif;
	text-transform: uppercase;
	margin-top: 15px;
	font-weight:normal;
	letter-spacing: 1px;
}
h3 {
	color: #888246;
	font: 12px/14px "Lucida Grande",Verdana,  sans-serif;
	text-transform: uppercase;
	margin-top: 10px;
	font-weight:normal;
}
.dividerline {
		border-bottom: 1px dotted silver;
}
.footer {
	color: #6c6c6c;
	font: 10px/15px Verdana, "Lucida Grande", sans-serif;
	background-image: url(../img/mainbox_btm.gif);
}
.footer a:link, .footer a:visited {
	color: #6c6c6c;
	text-decoration: none;
}
.footer a:hover {
	color: white;
	text-decoration: underline;
}
.rolls {
	padding: 1px;
}
.rolls a:link, .rolls a:active, .rolls a:visited, .rolls a:hover {
	text-decoration: none;
}
.mainbox {
	height: 100%;
	top: 0;
	width: 100%;
	right: 0;
	vertical-align: middle;
	position: absolute;
}

/* Slidemenu by Mootools - Gallery */

* {margin:0; padding:0}
.sm {list-style:none; width:790px; height:390px; display:block; overflow:hidden}
.sm li {float:left; display:inline; overflow:hidden}

/* End Slidemenu */

/* Cascading menu */

.glossymenu{
padding: 0;
width: 115px; /*width of menu*/
}

.glossymenu a.menuitem{
background: url(../img/navi_projects.gif);
width: auto;
padding: 4px 0;
padding-left: 20px;
text-decoration: none;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem:hover{
background-image: url(../img/navi_projects_over.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
padding-left: 30px;
	position: relative;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
text-align: right;
}

.glossymenu div.submenu ul li{
border-bottom: 0px;
}

.glossymenu div.submenu ul li a{
text-decoration: none;
padding-left: 30px;
list-style-type: none;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}

/* End cascading menu */

/* Lightbox */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

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

#imageContainer{
	border: 2px solid #a1bdcc;
}

#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: 25%;
	height: 100%;
	background: transparent url(../img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink { left: 0; float: left; 
background: url(../img/lb_prev.gif) no-repeat left bottom;}
#nextLink { right: 0; float: right;
background: url(../img/lb_next.gif) no-repeat right bottom; }
#prevLink:hover, #prevLink:visited:hover { background: url(../img/lb_prev_over.gif) no-repeat left bottom; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/lb_next_over.gif) no-repeat right bottom; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	margin: 0 auto;
	line-height: 2em;
	color: white;
}

#imageData{
	padding:0 1px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal;
	font-style: normal;
}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;
color: #646E61;	}			
#imageData #bottomNavClose{ width: 41px; float: right;  padding-bottom: 2em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #05101E;
	filter:alpha(opacity=20);
	-moz-opacity: 0.3;
	opacity: 0.3;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
	
.lblinks {
	position: absolute;
	top: 0px;
	left: -50px;
	visibility: hidden;
}	
	
/* end Lightbox */


/***********************************************
* Accordion Content script- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
* This notice must stay intact for legal use
***********************************************/

.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
	height: 20px;
	width: 461px;
	color: #888246;
	font: 12px/14px "Lucida Grande",Verdana,  sans-serif;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 0;
	border-bottom: 1px dotted silver;
}

* {
	
}

.openpet{
	color: #888246;
	padding-top: 15px;
	top: 0;
	border-bottom: 1px dotted #626262;
}
.thepet {
	width: 431px;
	background-image: url(../img/paperbk.gif);
	padding: 15px 15px 25px;
	border-bottom: 1px dotted silver;
}