/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */

body {
	
	overflow: -moz-scrollbars-vertical;
	background: #012B5B;
	font-family: Verdana, Tahoma, arial, sans-serif;
	font-size: 70%;
	line-height: 1.5em;
	color: #FFFFFF;
	margin-top: 0px;
	height: 100%;
}

.events
{
padding-left: 10px;
}

td {
	


	font-family: Verdana, Tahoma, arial, sans-serif;
	font-size: 12px;

	margin-top: 0px;

}

/* links */
a {
	text-decoration: none;
	color: #FFF;
}


/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
}
h1 {
	font-size: 120%;	
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #fff;
}
h3 {
	font-size: 110%;
	color: #666666; 
}

/* images */
.horiz {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   line-height: 8px; 
   font-size: 14px; 
   padding: 5px 20px 5px 20px; 
   text-align: left;
   font-weight: bold; 
}


.breadcrumb {
   font-family: Verdana, Arial, Helvetica, sans-serif;
  
   font-size: 16px; 
   
   text-align: left;
   font-weight: bold; 
}

.bread2 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 16px; 
  
   text-align: left;
   font-weight: bold; 
   color:#b79359;
}
.image_caption { 
   line-height: 8px; 
   font-size: 10px; 
   padding: 0px 3px 5px 3px; 
   text-align: left; 
}
h1, h2, h3, p {

	margin: 0;
}
ul, ol, li {
	margin: 5px 15px;
	padding: 0 0px;
	color: #FFF;

}
ul span, ol span {
	color: #666666;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(images/quote.gif) no-repeat 5px 5px;    
}

/* form elements */

input {
	padding:2px;
	border:1px solid #eee;
	font: normal 11px Verdana, sans-serif;
	color:#777;
}

input.checkbox { border: none; vertical-align: middle;}

select {
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}

textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 11px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #fff;
}

/* search */




/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 975px;
	margin: 0 auto;
	text-align: left;
	background-image: url(/artman2/images/bodybg.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	clear:both;
}
#content-wrap {
	clear: both;
	width: 975px;
	padding: 0;
	margin: 0 auto;
}
#header {
	width: 975px;
	position: relative;
	height: 130px;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}
.logotext a {
	
	margin: 0;
	padding: 0;
	font: 2.3em 'Times New Roman', Arial, Sans-serif;
	letter-spacing: 2px;
	color: #B38F55;
	text-transform: none;

}

.logodesc {
	
font: 11px Verdana, 'Trebuchet MS', Sans-serif;
	color: #fff;
}
#header h1#logo-text a {
	color: #B38F55;
}
#header h1#logo-text a:hover {
	text-decoration: none;
}
#header h2#slogan {
	position: absolute;
	margin: 0;
	padding: 5px 0 0 0;
	font: normal .8em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 72px;
	left: 223px;
	letter-spacing: 2px;
}

/* Menu */
#breadcrumb {
	clear: both;
	margin: 0;
	padding: 0px 0px 5px 208px;
	background: #B38F55;
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 20px;
	overflow: hidden;
	vertical-align: text-top;
}
#breadcrumb div, #breadcrumb span  { 
   color: #ffffff; 
   background: none; 
   font-size: 13px;
      vertical-align: top;
}
#breadcrumb a { 
   color: #ffffff; 
   text-decoration: none;
   vertical-align: top;
}


#rearmain {
	float: right;
	width: 620px;
	padding: 0;
	margin: 0;
	clear: none;
	min-height: 500px;
}

/* Main Column */
#main {
	float: right;
	width: 785px;
	padding: 0;
	margin: 0;
	clear: none;
	min-height: 500px;
	padding-left: 5px;
}
#main h1 {
	margin-top: 5px;
	margin-bottom: 2px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #fff;
	padding: 5px 0 5px 15px;
	border-bottom: 1px solid #EFF0F1;
}
#main h1 a {
	color: #fff; 	
	background: none;
}
#main h1 a:hover {
	color: #fff; 
	text-decoration: none;
}
.content {
	
	margin: 0;
	font-size: 12px;
	line-height: 20px;
	color:#CCCCCC;
}
.content a {
	
	margin: 0;
	font-size: 12px;
	line-height: 20px;
	color:#ffffff;
	text-decoration: underline;
}

.title {
	
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}
#main div.not_found {
	padding: 10px;
	text-align:left;
}
#main div.frontimage {
	height: 212px;
	position: relative;
	left: 0px;
	padding-left: 3px;
	padding-bottom: 5px;
}
div.post-cats { padding-left: 10px; }

.art-info-1 { 
   float: left; 
   width: 380px;
   padding: 0px 0px 10px 10px;
}
.art-info-2 { 
   float: right; 
   text-align: right;
   padding: 0px 0px 10px 0px;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 0px 10px 25px 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding: 2px 0px 2px 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(images/comment.gif) no-repeat left center;
	padding: 2px 0px 2px 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(images/page.gif) no-repeat left center;
	padding: 2px 0px 2px 20px; margin: 0 10px 0 5px;

}

.email {
   padding-right: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/email.gif) no-repeat right center; 
}
.print {
   padding-right: 24px;
   padding-bottom: 1px;
   padding-top: 1px; 
   background: url(images/print.gif) no-repeat right center; 
}
.digg { 
   padding-right: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/digg.png) no-repeat right center; 
}



/* Sidebar */	
#sidebar {
	float: left;
	width: 183px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(../images/newsheadbg.png);
	padding-top: 35px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: 1px top;
}	
#sidebar h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(images/headerbg.gif) repeat-x left bottom;
	border: 1px solid #EFF0F1;
}
.frontnews {
	
	font: 11px Verdana, 'Trebuchet MS', Sans-serif;
	color:#fff;

}

.frontwelc {
	
	font: 13px Verdana, 'Trebuchet MS', Sans-serif;
	color:#B38F55;
	font-weight: bold;
}

 a.selected { 
   color: #b38f55; 
}
#sidebar .nav-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 0 0;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 5px 0 -1px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(images/go.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}
#sidebar ul.sidemenu a {
	font-weight: bold;
	background-image: none;	
}




/* Sidebar - feeds and link management */

#feeds {
   text-align: left;
	font-weight: bold;
	padding-left: 10px; 
	padding-top: 10px; 
	line-height: 20px;
	padding-bottom: 10px; 
}
.rss {
	padding-left: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
	background: url(images/webfeed.gif) no-repeat left center;
}
.del-icio-us { 
   padding-left: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/delicious.gif) no-repeat left center; 
}
.yahoo { 
   padding-left: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/add_yahoo.gif) no-repeat left center; 
}
.google { 
   padding-left: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/add_google.gif) no-repeat left center; 
}





/* Sub-category navigation */
#sidebar ul.sidemenu ul {
   margin: 3px 0px 3px 0px;
   padding: 0px;
   margin-left: -8px;
	list-style: none;
}

ul li a {

   border: none;
   color: #ccc;
}

ul li  {

   border: none;
   color: #ccc;
}



/* optional non-list navigation */

      .altmenu {
	font-weight: bold;
	margin: 3px 3px 0px 3px;
	text-decoration: none;
      }
      
      .altmenu div {
	padding: 2px;
	float: left;
	text-decoration: none;
      }
      
      .catMenu-0 { font-size: 12px; text-decoration: none;  }
     .catMenu-1 { font-size: 12px; text-decoration: none;  }
      .catMenu-2 { font-size: 11px; text-decoration: none;  }
      .catMenu-3 { font-size: 10px;  text-decoration: none; }
      .catMenu-4 { font-size: 7px; text-decoration: none;  }
      
      .cell1
      {
      	padding-left: 5px; 
      }
      
        .cell2
              {
      	padding-left: 35px; 
      }
      
        .cell3      {
      	padding-left: 50px; 
      }
      
      .cell4
      {
      	padding-left: 65px; 
      }
      
      
      .altmenu div a {
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
      }
  .imagetop {
 height: 200px; padding-bottom: 7px; background-repeat:no-repeat;
      }



/* Next/Previous Links */	

#nextlinks { 
   font-size: 11px;
   font-weight: bold; 
   padding-bottom: 35px;
   padding-left: 10px;
   padding-right: 10px;
}

#tree {
	left: 25px;
}

#nextlinks .prev { text-align: left; float: left;  }
#nextlinks .next { text-align: right;  float: right; }

#nextlinks a { 
   text-decoration: none;
}


/* Footer */	
#footer {
	
	
	clear: both;
	width: 975px;
	height: 55px;
	text-align: center;
	font-size: 9px;
	border-top: #FFF;s
}
#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray a { color: #CCC; font-size:12px; }

/* Printer Friendly Page classes */
#printer #main {
	padding: 0; margin: 20;
	font-size: 12px;
}
#printer #main h1 {
	margin-top: 0px;
	color: #000000;
	padding: 5px 0 5px 10px;
	background: none;
	border-bottom: 1px solid #EFF0F1;
}

#printer a { color: #000000; text-decoration: none; font-weight: bold; }
#printer a:hover { text-decoration: none; }
#printer #main { text-align: left; width: 95%;}
.bodybg {
	background-image: url(/images/bodybg.png);
	background-repeat: repeat-y;
}
#headlines {
	float: left;
	clear: both;
	margin: 0 auto;
	width: 130px;
	text-align: center;
	position: relative;
	left: 15px;
	height: 100%;
	min-height: 100%;
}
#headlines .headlineitem {
	float: left;
	position: relative;
	left: 0px;
	width: 120px;
	overflow:visible;
	border:#FFFFFF;
	text-align: left;
	min-height: 130px;
}


#headlines .headlineitem a {
	font-weight: bold;
	float: left;
	position: relative;
	left: 0px;
	width: 120px;
	overflow:visible;
	height: 100px;
	border:#FFFFFF;
}

#sidebar2 {
	float: left;
	margin: 0;
	margin-top: 0px;
	margin-left: 0px;
	width: 200px;
	clear: none;
	background:#00325D;
}

#sidebar3 {
	float: left;
	margin: 0;
	margin-top: 0px;
	margin-left: 0px;
	width: 200px;
	clear: none;
}

#main div.frontcontain {
	padding: 0px;
	text-align:left;
	clear: both;
	height: 120px;
}

#main div.sidebar2 {
	padding: 10px;
	text-align:center;
	float: left;
	width: 200px;
	background-color: #012e71;
	height: 250px;
}
#categories {
	float: left;
	width: 195px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 35px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 500px;
}

#myheadlines {
	float: left;
	width: 160px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 35px;
	height: 180px;
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 500px;
}
#wrap #content-wrap #myheadlines {
	background-image: url(/artman2/images/headbg.gif);
	background-repeat: repeat-y;	
	
}

    .mnudiv {position: absolute;  visibility:visible;  width: 950;  border-color:#000099; border-style:solid; border-width: 0px;   top: 170px;}
        .mnuholder {position: absolute;  visibility:visible; z-index:1; width: 950;  top: 0px;  border-color:#000099; border-style:solid; border-width: 0px;  }
    
    .frontmnudiv {position: absolute;  visibility:visible; z-index:1; width: 950;  top: 100px; left: 0px; border-color:#000099; border-style:solid; border-width: 0px; text-align:center; }	
	
.tableTitle
{
*width: 200px;
}