

/*****************************************/
/*  HEADER                               */
/*****************************************/
#header {
	float: none;
	overflow: hidden;
	width: 780px;
	height: 77px;
	padding: 5px 0;
}

#header h1 {
	float: left;
}

#header h1 a {
	background: url(../images/logo.gif);
	text-indent: -9999px;
	width: 158px;
	height: 65px;
	display: block;	
}

#navAdmin {
	float: right;
	display: block;
	padding: 20px 40px 0 0;
}

#navAdmin li {
	font-family: "Trebuchet MS",sans-serif;
	font-size: 8px;
	color: #fff;
	float: left;
	list-style: none;
	border-right: 1px solid #fff;
	padding: 0;
}

#navAdmin li a, #navAdmin li a:link {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 7px;
	font-weight: normal;
	font-size:10px;
}

#navAdmin li a:hover {
	text-decoration: underline;
}

/*****************************************/
/*  MAIN NAV                             */
/*****************************************/

#menu1 ul {
	margin-left: 0;
	padding-left: 0;
	font-family: "Trebuchet MS",sans-serif;
}

#menu1 ul li {
	float:left;
	list-style:none;
	position:relative;
	padding:0;
	margin: 0;
}

#menu1 ul li ul {
	background:#D2BF8F;
	display:none;
	position:absolute; 
	font-size: 10px;
	margin: 0;
	padding: 3px 0;
	z-index:999;
}

/* Class to toggle menu items */
#menu1 ul li.over ul {
	display:block;
}


#menu1 ul li ul li {
	float: none;
}

#menu1 ul li ul li a, #menu1 ul li ul li a:link {
	display: block;
	background:#D2BF8F;
	color:#000;
	padding: 3px 15px;
	margin: 0;
	text-decoration:none;
	width: 200px;
}

#menu1 ul li ul li a:hover {
	text-decoration: underline;
}

a.artex_adv{
	background:url(../images/artex_main_nav.png) 0 0 no-repeat;
	display: block;
	text-indent:-9999px;
	text-decoration: none;
	height: 20px;
	width: 102px;
}

a.artex_adv:hover, li.over a.artex_adv {
	background:url(../images/artex_main_nav.png) 0 -20px no-repeat;
}

a.artex_cap{
	background:url(../images/artex_main_nav.png) -102px 0 no-repeat;
	display: block;
	text-indent:-9999px;
	text-decoration: none;
	height: 20px;
	width: 123px;
}

a.artex_cap:hover, li.over a.artex_cap{
	background:url(../images/artex_main_nav.png) -102px -20px no-repeat;
}

a.artex_events{
	background:url(../images/artex_main_nav.png) -225px 0 no-repeat;
	display: block;
	text-indent:-9999px;
	text-decoration: none;
	height: 20px;
	width: 71px;
}

a.artex_events:hover, li.over a.artex_events{
	background:url(../images/artex_main_nav.png) -225px -20px no-repeat;
}

a.artex_press{
	background:url(../images/artex_main_nav.png) -296px 0 no-repeat;
	display: block;
	text-indent:-9999px;
	text-decoration: none;
	height: 20px;
	width: 98px;
}

a.artex_press:hover, li.over a.artex_press{
	background:url(../images/artex_main_nav.png) -296px -20px no-repeat;
}

a.artex_insight{
	background:url(../images/artex_main_nav.png) -394px 0 no-repeat;
	display: block;
	text-indent:-9999px;
	text-decoration: none;
	height: 20px;
	width: 92px;
}

a.artex_insight:hover, li.over a.artex_insight{
	background:url(../images/artex_main_nav.png) -394px -20px no-repeat;
}

a.artex_contact{
	background:url(../images/artex_main_nav.png) -486px 0 no-repeat;
	display: block;
	text-indent:-9999px;
	text-decoration: none;
	height: 20px;
	width: 96px;
}

a.artex_contact:hover, li.over a.artex_contact{
	background:url(../images/artex_main_nav.png) -486px -20px no-repeat;
}

/*****************************************/
/*  GENERAL CONTENT LAYOUT FORMATTING    */
/*****************************************/
td.columnOne {
	/*width: 546px !important;*/
}

td.columnTwo {
	/*width: 233px !important;*/
	border-left: 1px solid #ccc;
}

/* ******************************* */
/* Nav 2 Elements 	- SIDE NAV     */
/* ******************************* */
#nav2 {
	margin: 20px 0px;
}

#nav2 ul  {
	margin: 0 !important;
	padding: 0;
	list-style: none !important;
}

#nav2 ul li {
	overflow: hidden;
	list-style: none !important;
	margin: 0;
	background: transparent url(../images/smallarrow.gif) no-repeat 0px 6px;
	padding: 0 0 0 10px;
}

#nav2 ul li a, #nav2 ul li a:link, #nav2 ul li span  {
	display: block;
	float: left;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	margin: 0;
	color: #9A610D;
	line-height: 1.1em;
}

#nav2 ul li a:hover {
	color: #333333;
}

#nav2 ul li ul {
	margin: 0 !important;
	padding: 0 0 5px 0;
	list-style: none !important;
	clear: both;
}

#nav2 ul li li {
	background: none;
}

#nav2 ul li li a, #nav2 ul li li a:link, #nav2 ul li ul .currpage {
	padding: 0 0 0 10px;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.3em;
}

#nav2 li a#slected {\
	color: #333333;
}

#nav2 .currpage {
	color: #333333;
	font-size:0.9em;
	line-height:1.3em;
	padding:0 0 0 10px;
}

.portletTitle {
	display: none;
}
