/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #C60;}

body {
	background: #8b8b8b;
	color: #444;
	font: normal 62.5% "Lucida Sans Unicode", Tahoma,sans-serif;
	text-align: center;
}

td {
	/* text-align: left;
	vertical-align: middle; */
}

.pageHolder {
	/* width: 800px; */
	width: 1000px;
	height: 100%;
	margin: 0px auto;
	text-align: left;
	background: #f0f0f0 url(/images/body.jpg) repeat-x;
	border: 1px solid #434343;
}

.newsdate {
	font-style: italic;
	font-weight: bold;
}

.noborder {
	border: 0;
}

.vmiddle {
	vertical-align: middle;
}

.center {
	text-align: center;
}

#adpics {
	text-align: center;
}

hr {
	height: 1px;
}

#floatleft {
	float: left;
}

#floatright {
	float: right;
}

p,code,ul {
	padding-bottom: 1.2em;
}

li {list-style: none;}

.content h1 {
	font: normal 2em Tahoma,sans-serif;
	margin-bottom: 4px;
	border-bottom: 1px black solid;
}

.content h2 {
	font: normal 1.6em Tahoma,sans-serif;
	margin-bottom: 4px;
}

code {
	background: #FFF;
	border: 1px solid #8b8b8b;
	border-left: 6px solid #8b8b8b;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(/images/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	/* background: #FFF; */
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	/* width: 780px; */
	width: 980px;
	height: 100%;
}

.jay019logo {
	float: right;
	border: 0;
	margin-right: 2px;
}

img {
	border: 1px solid black;
}

.addborder {
	border: 1px solid black;
	height: 78px;
}

/* header */
.top {
	padding: 0px 0px 0;
	height: 100px;
}

/* title */
.header {
	background: #FFF;
	font-size: 1.2em;
	height: 85px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	/* width: 780px; */
	width: 980px;
}
.header .left, .header .right {
	background: #000 url(/images/body.jpg);
	color: #FFF;
	border: 1px solid black;
}
.header .right {
	/* width: 556px; */
	width: 756px;
	height: 80px;
}
.header .left {
	overflow: auto;
	width: 210px;
	height: 80px;
}

.header .right h2 {
	padding-top: 16px; 
	padding-left: 12px;
	font: normal 1.8em "Trebuchet MS",sans-serif;
	font-style: italic;
}
.header .right h3 {
	padding-top: 26px;
	font: bold 1.8em "Trebuchet MS",sans-serif;
	font-style: italic;
	margin-left: 4px;
}

.navigation {	
	margin-top: 1px;
	height: 37px;
	/* width: 780px; */
	width: 980px;
	
}
.navigation a {
	border-right: 1px solid #ffffff;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 36px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover {
   background-image: url(/images/menuhover.jpg);
}
.navigation a.current {
   background-image: url(/images/menuhover.jpg);
}

/* main */
.main {
	/* width: 780px; */
	width: 980px;
	height: 100%
}

/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
	height: 100%;
	position: relative;
}
.sidenav h2 {
	color: #5A5A43;
	font-size: 1em;
	/* line-height: 30px;*/
	margin-top: 10px;
	margin-bottom: 10px;
	
	padding-bottom: 4px;
	padding-left: 10px;
	
	border-top: 1px solid #8b8b8b;
	border-bottom: 1px solid #8b8b8b;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #654;	
}
.sidenav p {
	padding-left: 10px;
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	/* width: 531px; */
	width: 731px;
	background: #fff;
	font-size: 1.1em;
   min-height: 240px;
}

.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(/images/li.gif);
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode", Verdanna, sans-serif;}

/* footer */
.footer {
	background: #434343 url(/images/footerbg.jpg) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;
}
.footer a,.footer a:hover {color: #FFF;}

.subfooter {
	padding: 8px;
}

.nodots ul {
   list-style-type: none;
}

.info_image {
	border: 0;
	float: left; 
	padding-right: 10px; 
	padding-top: 10px;
}

.midicon {
	border: 0;
	vertical-align: middle;
}

/***************
*  PAGINATION  *
***************/

#pagination {
  float: left;
  font-size: .8em;
  font-weight: bold;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
}

#pagination li {
  background-color: #969696;
  border: 1px solid #323232;
  display: block;
  float: left;
  list-style: none;
  margin: 0 5px 0 0 !important;
}

#pagination li:hover {
  background-color: #757575;
  color: #ffffff;
}

#pagination li a {
  color: #323232;
  display: block;
  padding: 2px 5px;
  text-decoration: none;
}

#pagination li.current-page {
  background-color: #323232;
  border: 1px solid #323232;
  color: #969696;
  padding: 2px 5px;
}

#pagination li.inactive {
  background-color: #969696;
  border: 1px solid #646464;
  color: #646464;
  display: block;
  padding: 2px 5px;
}

.picsTotal {
	font-size: 7pt;
	}

