@charset "utf-8";
/* CSS Document */

.hidden {
	visibility:hidden;
	display:none;
}

.clear {
	clear:both;
}

html {
	background:url(../images/slices/bkgd.jpg) repeat-x;
	
}

body {
	margin:0;
	padding:0;
	
}

#wrapper {
	width:960px;
	height:auto;
	
	margin:0 auto;	
}


#container {
	margin:0 auto;
	padding:0;
	
}

/*******************************************************header styles**************************************/

#header {
	width:960px;
	height:auto;
	margin:0;
	padding:0;
}

#header h1 { /*need for image replacement*/
	width:360px;
	height:81px;
	margin:0;
	padding:0;
	float:left; /*need for correct display in IE6*/
	
}

#header h1 a, #header h1 a:link, #header h1 a:visited {
	width:360px;
	height:81px;
	margin:0;
	padding:0;
	display:block;
	background:url(../images/slices/header_lisajarrett.jpg) no-repeat; /*image replacement*/
	
}

#header img {
	float:left;
	width:72px;
	height:81px;
	margin:0 0 0 25px;
	padding:0;
}

/*******************************************************navigation styles**************************************/

ul#nav {
	list-style-type:none;
	margin:55px 0 0 0;
	padding:0;
	width:500px;
	height:auto;
	float:left;
	
}

ul#nav li {
	float:left;
	margin:0 0 0 20px;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:.8em;
	
}

ul#nav li a, ul#nav li a:link, ul#nav li a:visited {
	color:#FFC;
	text-decoration:none;
	
	
}

ul#nav li a:hover {
	border-bottom:#630 10px solid;
	display:block;
	margin:0;
	padding:0;
	color:#FFF;	

}

/*******************************************************slideshow styles**************************************/

#slideshow {
	clear:both;
	width:960px;
	height:358px;
	margin:0;
	padding:0;
	border-left:1px solid #666;
	border-right:1px solid #666;
	background:url(../images/headers/header_tola.jpg); /*this image will load if javascript slideshow won't*/
}

/*******************************************************spry portfolio styles**************************************/

#Accordion1 {clear:both;
	width:960px;
	height:500px;
	margin:0;
	padding:0;
	border-left:1px solid #666;
	border-right:1px solid #666;
	
}

#contentPortfolio {
	margin:0;
	padding:0;
	width:964px;
	height:500px;
	background:url(../images/slices/body_center.jpg) repeat-y;
	
}

/******************************************************

                   portfolio STYLES

******************************************************/

#Accordion1 img {
	width:50px; /*controls thumbnail size*/
	height:50px;
	float:left;
	margin:0 0 0 15px;
	padding:0;
	}
	
#Accordion1 p {
	float:left;
	width:860px;
	margin:10px 0 0 15px;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:.8em;
	line-height:1.2em;
}

#Accordion1 a img, #Accordion1 a img:link, #Accordion1 a img:visited, #Accordion1 a img:active {
	border:2px solid #333;
}

#Accordion1 a img:hover {
	border:2px solid #603;	
}


/*******************************************************content styles**************************************/

#content {
	margin:15px 0 0 0;
	padding:0;
	width:964px;
	height:auto;
	background:url(../images/slices/body_center.jpg) repeat-y;
}



#content h2 {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;	
	font-size:5.5em;
	width:964px;	
}

#contentPortfolio h2 {
	margin:0;
	padding:30px 0 0 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:1.2em;
	width:964px;
	height:32px;
	letter-spacing:3px;
	
}



#content h3 {
	margin:0 0 0 150px;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;	
	font-size:1em;
	width:964px;
	color:#333;
}

#content a, #content a:link, #content a:visited {
	color:#C30;
	text-decoration:none;
}

#content a:hover {
	color:#C30;
	text-decoration:underline;
}

.copyBoxTop {
	background:url(../images/slices/body_curvTop.jpg) no-repeat;
	width:964px;
	height:62px;
	margin:0 0 0 0;
	padding:0;
	color:#FFF;
}

.copyBoxTop-portfolio{
	background:url(../images/slices/body_curvTop-portfolio.jpg) no-repeat;
	width:964px;
	height:62px;
	margin:0 0 0 0;
	padding:0;
	color:#FFF;
}

#content p {
	width:750px;
	height:auto;	
	margin:8px 0 0 150px;
	padding:0 0 0 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:.9em;
	line-height:2em;
	
}


#bottomCurve {
	background:url(../images/slices/body_curvBottom.jpg) no-repeat;
	width:964px;
	height:75px;
	margin:0;
	padding:0;
}

/*******************************************************footer styles**************************************/

#footer {
	width:964px;
	height:50px;
	margin:5px 0 0 0;
	padding:0;
	background:url(../images/slices/footer.jpg) repeat-x;
	border-left:#630 1px solid;
	border-right:#630 1px solid;
	
	
}

#footer p {
	margin:0;
	padding:18px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.6em;
	text-align:center;
}

#footer a, #footer a:link, #footer a:visited {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}