/* COLORS

pubbler green:		#80BA46;
light green:		#D3E4B4;
middle green: 		#77B73C;
dark green: 		#1C6C16;
gray:					#D6D7DA;

*/

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* globals */

body
{
	background-color: white;
	color: black;
	margin: 0px;
}

body, td, th, input
{
	font-family: "Trebuchet MS", tahoma, arial, helvetica, verdana;
	font-size: 12px;
}

.nofloat
{
	clear:both;
	float:none;
}

a
{
	color: black;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: 0px;
}

form
{
	margin: 0px;
}


h1, h2, h3, h4
{
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: normal;
	margin: 0px;
}

h1
{
	font-size: 36px;
	padding-left: 4px;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 18px;
}

h4
{
	font-size: 14px;
}

body, div, textarea, iframe
{
	scrollbar-face-color: #c0c0c0;
	scrollbar-shadow-color: #c0c0c0;
	scrollbar-highlight-color: #c0c0c0;
	scrollbar-3dlight-color: #c0c0c0;
	scrollbar-darkshadow-color: #c0c0c0;
	scrollbar-track-color: #e0e0e0;
	scrollbar-arrow-color: #e0e0e0;
}


/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* framework */

#container
{
	margin: 20px auto 0px auto;
	text-align: center;
	width: 960px;
}

#body
{
	width: 100%;
	height: 550px;
}

#page_content,
#page_home
{
	display: none;
}

.copyright a
{
	color: black;
}

#menu_up
{
	float: right;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* home */

#page_home td
{
	text-align: left;
}

#home_header
{
	padding-bottom: 4px;
	border-bottom: 1px solid black;
}

#page_home h1
{
	font-size: 48px;
	padding-left: 4px;
}

#page_home h2
{
	font-size: 18px;
}

#page_home h4
{
	font-family: "Trebuchet MS", tahoma, arial, helvetica, verdana;
	font-size: 12px;
}

#home_menu 
{
	margin: 10px 0px;
}

#home_menu img
{
	border: white 4px solid;
}

#home_menu div.img
{
	float: left;
	margin: 0px 6px 0px 0px;
	text-align: center;
	width: 100px;
}

#home_menu div.item
{
	cursor: pointer;
	margin: 2px 0px 0px 0px;
	border: 1px white solid;
}

#home_menu div.item .content
{
	padding-top: 20px;
}

#home_menu div.hover
{
	text-decoration: underline;
}

#page_home .copyright
{
	font-family: "Trebuchet MS", tahoma, arial, helvetica, verdana;
	font-size: 12px;
	margin-top: 2px;
	padding-top: 3px;
	border-top: 1px solid black;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* contact */

#contact
{
	border: black 1px solid;
	padding: 20px;
	background-color: #f0f0f0;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* content page */

#sidebar
{
	padding: 80px 0px 0px 0px;
	width: 300px;
}

#mainbar
{
	text-align: left;
	padding: 0px 0px 0px 40px;
	vertical-align: middle;
	width: 620px;
}

#content_header
{
	text-align: right;
	padding-bottom: 4px;
	border-bottom: 1px solid black;
	margin-bottom: 4px;
}

#page_content .copyright
{
	border-top: 1px solid black;
	font-size: 11px;
	margin: 10px 0px 2px 0px;
	text-align: right;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* exh menu */

#exh_menu, 
#sel_menu
{
	margin: 10px 0px 2px 0px;
	float: right;
}

#exh_menu div.item,
#sel_menu div.item
{
	margin: 0px 0px 0px 4px;
	width: 20px;
	height: 20px;
	background-color: #e0e0e0;
	float: left;
	cursor: pointer;
}

#exh_menu div.active,
#sel_menu div.active
{
	background-color: #EE3439;
}

#exh_menu div.hover,
#sel_menu div.hover
{
	background-color: #c0c0c0;
}

#exh_menu_item
{
	float: right;
	height: 20px;
}

#exh_menu div.item img,
#sel_menu div.item img
{
	margin-top: 5px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* artwork */

#artwork_menu
{
	overflow: auto;
	margin: 40px 0px 0px 0px;
	height: 350px;
	width: 620px;
}

#artwork_menu table
{
	width: 600px;
}

#artwork_menu td
{
	text-align: center;
	vertical-align: middle;
	padding: 8px 8px;
}


#artwork h3, #artwork h4
{
	margin: 0px;
}

#artwork_gallery img,
#artwork img
{
	cursor: pointer;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* specials */

.gallery_cartoons td
{
	width: 80px;
	height: 80px;
}

.gallery_joeye td
{
	width: 92px;
	height: 102px;
	padding: 0px;
}

.gallery_joeye img
{
	border: black 1px solid;
}

.gallery_cartoons #artwork
{
	text-align: center;
}

.gallery_cartoons #artwork img
{
	margin: 10px 0px;
}

.gallery_graphics #artwork
{
	text-align: center;
}

