body {
	background-color: #F1F5F6;
	background-image: url(../images/Dahlia_outline.gif);
	background-repeat: repeat;
}

/* CONTAINER */

#container{
	margin: auto;
	width: 850px;
	background: #fff;
}

/* BOX BORDER */
.t {background: url(/images/top_bar.gif) repeat-x 0 0;}
.b {background: url(/images/bot_bar.gif) repeat-x 0 100%;}
.l {background: url(/images/left_bar.gif) repeat-y 0 0;}
.r {background: url(/images/right_bar.gif) repeat-y 100% 0;}
.bl {background: url(/images/bl.gif) no-repeat 0 100%;}
.br {background: url(/images/br.gif) no-repeat 100% 100%;}
.tl {background: url(/images/tl.gif) no-repeat 0 0;}
.tr {background: url(/images/tr.gif) no-repeat 100% 0;padding: 20px;}

/* TOP SECTION */

#header{
	padding: 0;
	background: url(../images/dahliaheader.gif) no-repeat left top;
	width: 800px;
	text-align: left;
	height: 222px;
	margin-top: auto;
	margin-bottom: auto;
}

h1.middle{
	padding-left: 300px;
	display: none;
}

h1{
	margin-top: 125px;
	padding-bottom: 30px;
	font: 1.5em georgia, times, serif;
}

h1, h2 {
	color:#EDA11F;
	padding-top: 28px;
	font: 1.25em bold Georgia, Times, serif;
    border-bottom: 1px solid #9ABBD8;
    text-align: left;

}

h3 {
	color: #ffac21;
	padding-top: 12px;
	font: 1.5em bold Georgia, Times, serif;
    border-bottom: 1px solid #ffc462;
    text-align: left;
 }

.bold {
	color: #9ABBD8;
	font: 1em bold Trebuchet, Tahoma, Verdana, sans-serif;
    text-align: left;
 }


 

/* MENU */
#navbar{
	text-align: right;
	margin-top: -25px;
	margin-bottom:0;
	font: 1em Georgia, serif;
	height:64px;
}
#navbar ul{
	padding: 0;
	margin: 0 1em 0 0;
	display:inline;
}
#navbar li{
	margin-left: 0;
	list-style: none;
	display: inline;
	padding-bottom: 3px;
	text-align: center;
}

#navbar a.home{
    background: url(../images/home_over.gif) no-repeat bottom center;
	padding: 50px 50px 0;
	height: 31px;
	width: 79px;
	position: relative;
	display: inline;
}
#navbar a.home:hover{
    background: url(../images/home.gif) no-repeat bottom center;
    }
    
#navbar a.web{
    background: url(../images/web.gif) no-repeat bottom center;
	padding: 50px 50px 0;
	height: 31px;
	width: 61px;
	position: relative;
	display: inline;
}
#navbar a.web:hover{
    background: url(../images/web_over.gif) no-repeat bottom center;
    }
    
#navbar a.print{
    background: url(../images/print.gif) no-repeat bottom center;
	padding: 50px 50px 0;
	height: 31px;
	width: 82px;
	display: inline;
	position: relative;
}
#navbar a.print:hover{
    background: url(../images/print_over.gif) no-repeat bottom center;
    padding: 50px 50px 0;
    }
#navbar a.print span, #navbar a.home span, #navbar a.web span {
	 display:none;
	}
	

.current {color: #3F5365; font-weight: bold; background: transparent;}

/* MAIN STAGE */

#leftcolumn {
	padding: 10px;
	float: left;
	width: 200px;
}

#main {
	float: right;
	width: 550px;
	display: block;
	margin: 10px 1em 1em 0;
 }
 
 #main h2 {
    border-bottom:1px solid #F7B98D;
    font-family: Trebuchet, Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-size:1.5em;
    line-height: 1.5em;
    font-weight:bold;
    margin-right:0px;
    padding:0pt 10px;
    }
    
#main li, #webgallery li, #card li, #postcard li, #ad li, #other li { /*CSS for DIV containing each image*/
	float: left; 
	width: 250px; 
	height: auto; 
	margin: 20px 10px; 
	line-height: 15px; 
	text-align: center; 
	list-style: none;
	display: inline;
	}
	
#main ul, #webgallery ul, #card ul, #postcard ul, #brochure ul, #ad ul, #other ul{
    display: inline;
    }

#main a, #webgallery a, #card a, #brochure a, #postcard a, #other a, #ad a {
	color: #9ABBD8;
	font-weight: bold;
	font-family: Trebuchet, Tahoma, Verdana, Aria, Helvetica, sans-serif;
	font-size: .7em;
	}

#main a img, #card a img, #webgallery a img, #brochure a img, #postcard a img, #ad a img, #other a img{
    color: white;
    border: none;
    }

#main a:hover, #webgallery a:hover,  #card a:hover, #postcard a:hover, #brochure a:hover, #other a:hover, #ad a:hover {
	color: #b8cee4; 
	border: none;
	}
    
#webgallery, #card, #postcard, #brochure, #ad, #other {
	text-align: center;
	margin: 15px;
	clear: both;
}

#webgallery li {
    margin: 20px 5px;
    }

#brochure li {
width: 162px;
height: auto;
margin: 20px 15px;
list-style: none;
display: inline;
float: left;
}

#card li, #postcard li {
width: 200px;
height: auto;
margin: 20px 25px;
}

#ad li, #other li {
width: 225px;
height: auto;
margin: 20px 15px;
}

p{
	text-align: left;
    font:.85em Trebuchet, Tahoma,Verdana,Arial,Helvetica,sans-serif;
    line-height: 1.5em;
	margin: 5px;
}

/*THUMBNAIL VIEW */
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #9ABBD8;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 8pt Trebuchet, Tahoma, sans-serif;
letter-spacing: 2px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #F1F5F6;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}


/* LINKS */

a:link {
color: #9CB5CB; 
background: transparent;
text-decoration: none;
}
a:visited {
color: #75808A;
background: transparent; 
text-decoration: none;
}
a:hover {
color: #C8CCD0; 
background: transparent; 
text-decoration:none;
}
a:active {
color: white; 
background: transparent; 
text-decoration: none;
}


/* FOOTER */
 
#footer {
	text-align: center;
	clear: both;
	border-top: #9ABBD8 solid 1px;
	margin: 5px;
	padding: 5px;
	border-bottom: 0;
	color: #9ABBD8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}

#footer ul{display:inline;}
#bottom {
	background-image: url(../images/bottombox.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#footer li{
padding: 3px 7px; 
list-style: none; 
display: inline;
}
#footer a{
	text-decoration: none;
	color: #9ABBD8;
	font: bold 1em Georgia, "Times New Roman", Times, serif;
}
#footer a:hover {
	color: #b8cee4;
}

#footer p{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-weight: bold;
	margin: 5px;
	padding: 0;
	clear: both;
	color: #F7B98D;
}
/* UNUSED CODE */
 .toplayer {
	background-image: url(../images/topbox.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	margin: 0px;
	height: 25px;
	width: 550px;
	line-height: 1em;
}
.bottomlayer {
	background-image: url(../images/bottombox.gif);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0px;
	height: 25px;
	width: 550px;
}

.middlelayer {
	background-color: #F1F5F6;
	margin: 0px;
	width: 550px;
}

#categories {
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	border-style: none;
	color: #00A3B5;
}

#categories a{
	float: left;
	text-align: center;
	text-decoration: none;
	padding-bottom: 20px;
	margin-left: 10px;
	color: #00A3B5;
	font: .75px Arial, Helvetica, sans-serif;
}
#categories a:hover {
	color: #7AD3F7;
}
#categories img {
	text-align: center;
	margin-left: 20px;
	border-style: none;
	color: #00A3B5;
	margin-right: 10px;
	margin-bottom: 10px;
}


div.right{
	width: 30%;
	height: auto;
	margin-top: 0px;
	padding: 10px;
	float: right;
	color: #353534;
}
