/*
COLOR PALETTE
#dd77ee   Pink
#ffffff   White
#000000   Black
#3f4857   Dark Blue Grey
#323232   Dark Grey
#999999   Medium Grey
#666666   Medium Light Grey
#bbbbbb   Light Medium Grey
#dddddd   Light Grey
#efefef   Very Light Grey
#ff0000   Red
#ffefef   Very Light Pink
*/

/* COLOUR */
/* background properaties, colors, images, text colors */

/* LAYOUT */
/* display properties, floats, positioning, widths, heights, padding, margins */

/* TYPOGRAPHY */
/* font families, sizes, line heights, letter spacing, text decorations */

/* Outermost wrapper */
* {
	padding: 0px;
	margin: 0px;
}

/* HTML tag */
html {
	scrollbar-base-color: #dd77ee;
	scrollbar-arrow-color: white;
	scrollbar-track-color: #3f4857;
	scrollbar-shadow-color: black;
	scrollbar-lightshadow-color: gray;
	scrollbar-darkshadow-color: black;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: black;
}

/* BODY tag*/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #dddddd;
	font-size: 12px;
	background-color: #323232;
}

/* Main wrapper in BODY tag */
#wrapper {
	width: 780px;
	margin: 0 auto;
	background-color: #3f4857;
  min-height: 580px;
  overflow: hidden;
  height: 100%; 
}

/* TOPNAV */
#topnav {
	color: #dd77ee;
	height: 30px;
	margin-right: 5px;
	text-align: right;
}
#topnav a.topnavmenu {
	color: #dd77ee;
	text-decoration: none;
}
#topnav a.topnavmenu:hover {
	text-decoration: underline;
}
#topnav a.topnavmenu:active {
	color: #ff0000;
}

/* HEADER */
#header {
	height: 170px;
	background-color: #000000;
	background-image: url(images/Headshot_black.jpg);
	background-repeat: no-repeat;
	background-position: right 0%;
}
.name {
	background-image: url(images/JJays_Logo.jpg);
	background-repeat: no-repeat;
}
.name h1 {
	font-size: 2em;
	margin-top: 5px;
	margin-left: 20px;
	font-weight: lighter;
	padding-top: 110px;
}
.name h3 {
	font-size: 0.9em;
	margin-left: 20px;
	color: #999;
}

/* MENU */
#menu {
	margin: 0px auto;
	width: 800px;
	position: relative;
	top: -173px;
	left: 0px;
	padding: 4px 0em 4px 0em;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}
#menu li {
	display: inline;
}
#menu a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 9px;
	color: #dd77ee;
	font-weight: lighter;
	padding: 5px 5px 5px 10px;
}
#menu a:hover {
	color: #dddddd;
	padding: 5px 5px 5px 10px;
}
#menu a:active {
	color: #ff0000;
}

/* LEFTCOLUMN */
#leftcolumn {
	display: inline;
	width: 210px;
	float: left;
	min-height: 400px; 
	background-color: #3f4857;
}
#leftcolumn img {
	padding: 0px;
	border: 0px solid #dd77ee;
}
#leftcolumn h3 {
	font-size: 1.2em;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 5px;
	color: #dd77ee;
	font-weight: bolder;
}
#leftcolumn .lefttext p {
	text-align: left;
	padding: 10px;
}
#leftcolumn .lefttext ul {
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	list-style-type: none;
	border-top: 1px dotted #dd77ee;
}
#leftcolumn .lefttext li {
	border-bottom: 1px dotted #dd77ee;	
}
#leftcolumn .lefttext li:hover {
	border-left: 1px dotted #dd77ee;
	background-color: #000000;
}
#leftcolumn .lefttext a {
	color: #dd77ee;
	text-decoration: none;
}
#leftcolumn .lefttext a:hover {
	color: #dddddd;
}
#leftcolumn .lefttext a:active {
	color: #ff0000;
}
#leftcolumn .lefttext a.navmenu {
  padding: 0px;
  display: block;
  margin-left: 5px;
	padding: 5px 10px 5px 10px;
}
#leftcolumn .lefttext a.navmenu:hover {
  text-decoration: underline;
  background-image: url(images/ArrowAnimation.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#leftcolumn .lefttext a.navmenu:active {
	color: #ff0000;
}

/* RIGHTCOLUMN */
#rightcolumn {
	display: inline;
	margin-right: 10px;
	width: 550px;
	float: left;
	min-height: 580px;
	background-color: #fff;
	background-image: url(images/rcbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#rightcolumn ul {
	list-style-image: none;
	list-style-position: inside;
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
	list-style-type: square;
	text-align: left;
}
#rightcolumn li {
	display: list-item;
}
#rightcolumn li ul {
	list-style-type: disc;
}
#rightcolumn h2 {
	margin-left: 15px;
	margin-top: 10px;
	font-size: 1.7em;
	font-weight: bolder;
	color: #3f4856;
	text-decoration: none;
}
#rightcolumn h3 {
	margin-left: 15px;
	margin-top: 10px;
	font-size: 1.2em;
	font-weight: bolder;
	color: #3f4856;
	text-decoration: none;
}
#rightcolumn h4 {
	margin-left: 15px;
	margin-top: 10px;
	font-size: 1.1em;
	font-weight: bolder;
	color: #3f4856;
	text-decoration: none;
	border: 1px dotted;
	width: 75%
}
#rightcolumn p {
	padding: 10px;
	text-align: left;
	color: #3f4856;
}
#rightcolumn a {
	color: #dd77ee;
	text-decoration: none;
}
#rightcolumn a:hover {
	color: #000000;
	text-decoration: underline;
}
#rightcolumn a:active {
	color: #ff0000;
}
#rightcolumn blockquote {
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
	border: 1px solid;
	padding: 3px;
  background-color: #dddddd;
  color: #dd77ee;
}
#rightcolumn blockquote.personal {
	margin-left: 30px;
	margin-right: 30px;
	border: 1px dotted;
  padding: 20px 0 0 0;
  background-color: #efefef;
	background-image: url(images/startquote.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#rightcolumn blockquote.personal p {
  color: #999999;
}
#quote {
  margin: 0 10px 0 0;
  padding: 0 0 10px 0;
  background-image: url(images/endquote.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#author {
  margin-left: 50px;  
  font-size: 0.8em;
}
#rightcolumn a.glossary {
  color: #3f4857;
  text-decoration: underline overline;
}
#rightcolumn a.glossary:hover {
  text-decoration: underline;
  color: #999999;
  cursor: help;
}
#rightcolumn a.glossary:active {
	color: #ff0000;
}
#rightcolumn form {
	margin-top: 0;
	width: 320px;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 15px;
	border: 1px solid #dd77ee;
}
#rightcolumn form.updatenews {
	margin-top: 0;
	width: 525px;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 15px;
	border: 1px dotted #dd77ee;
}
#rightcolumn form p {
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 5px;
}
#rightcolumn form .submit input {
  width: 100px;
  font-size: 8pt; 
  background-color: #dd77ee; 
  color: #3f4857; 
}
#rightcolumn .tableholder {
  margin-left: 5px;
  margin-right: 10px;
}
#rightcolumn th {
	font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3f4847;
	border-right: 1px solid #dd77ee;
	border-bottom: 1px solid #dd77ee;
	border-top: 1px solid #dd77ee;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #dd77ee url(images/bg_header.jpg) no-repeat;
}
#rightcolumn th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #dd77ee;
	background: none;
}
#rightcolumn th.spec {	
	border-left: 1px solid #dd77ee;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Arial, Helvetica,	sans-serif;
}
#rightcolumn th.colors {
	font: normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3f4847;
	border-left: 0px;
	border-right: 1px solid #dd77ee;
	border-top: 0px;
	border-bottom: 1px solid #dd77ee;
	letter-spacing: 0px;
	text-transform: none;
	text-align: left;
	padding: 0px 0px 0px 0px;
	background: #dddddd;
}
#rightcolumn th.mixed {
	font: normal 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3f4847;
	border-left: 0px;
	border-right: 1px solid #dd77ee;
	border-top: 0px;
	border-bottom: 1px solid #dd77ee;
	letter-spacing: 0px;
	text-transform: none;
	text-align: left;
	padding: 0px 0px 0px 0px;
	background: #eeeeee;
}
#imagestriprow {
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	border: 1px dotted;
	padding: 2px;
  background-color: #efefef;
  color: #999999;
	height: 215px;
}
#block1 {
  float: left;
	width: 125px;
	height: 210px;
	margin-left: 0px;
	border: 1px dotted;
  background-color: #000000;
}
#block1 p {
  color: #ffffff;
}
#block2 {
  float: left;
	width: 125px;
	height: 210px;
	margin-left: 5px;
	border: 1px dotted;
  background-color: #666666;
}
#block2 p {
  color: #bbbbbb;
}
#block3 {
  float: left;
	width: 125px;
	height: 210px;
	margin-left: 5px;
	border: 1px dotted;
  background-color: #bbbbbb;
}
#block3 p {
  color: #666666;
}
#block4 {
  float: left;
	width: 125px;
	height: 210px;
	margin-left: 5px;
	border: 1px dotted;
  background-color: #ffffff;
}
#block4 p {
  color: #000000;
}
#sitemap {
  overflow: hidden;
  height: 100%; 
}
#sitemapA {
  float: left;
  width: 250px;
	margin-left: 5px;
	margin-right: 5px;
}
#sitemapB {
  float: right;
  width: 250px;
	margin-left: 5px;
	margin-right: 25px;
}
#newsadmin {
  font-size: 0.8em;
}

/* FOOTER */
#footer {
	margin-top: 5px;
	background-color: #3f4847;
	display: inline;
	float: left;
	width: 780px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer p {
	color: #dddddd;
}
#footer a {
	text-decoration: none;
	color: #dd77ee;
}
#footer a:hover {
	text-decoration: underline;
	color: #dddddd;
}
#footer a:active {
	color: #ff0000;
}

/* ADVERT */
.advert {
	margin-top: 30px;
}

/* IMG */
img {
	padding: 3px;
	border: 1px solid #dd77ee;
	margin-right: 7px;
	margin-bottom: 2px;
	margin-top: 12px;
	margin-left: 10px;
}
img.floatTL {
	float: left;
}
img.floatTR {
	float: right;
}
img.noBorder {
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	border: 0px solid #dd77ee;
}
img.imagestrip {
	padding: 1px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 5px;
	border: 0px solid #dd77ee;
}
.imagetext {
  overflow: hidden;
  width: 100%;
}

/* NEWS */
.news {
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 5px;
	border: 1px dotted;
	padding: 2px;
  background-color: #efefef;
  color: #999999;
}
.news:hover {
  background-color: #ffefff;
}
.news-title {
	margin-left: 5px;
	margin-right: 15px;
	border-bottom: 2px solid #dd77ee;
}
.news-author {
  margin-top: 10px;  
  margin-left: 20px;  
  margin-right: 150px;  
  font-size: 0.8em;
	border-top: 1px dotted #dd77ee;
	border-left: 1px dotted #dd77ee;
}
.news-date {
  margin-left: 20px;  
  margin-right: 150px;
  margin-bottom: 10px;  
  font-size: 0.8em;
	border-top: 1px dotted #dd77ee;
	border-right: 1px dotted #dd77ee;
	border-bottom: 1px dotted #dd77ee;	
}

/* PINK */
.pink {
	color: #dd77ee
}

/* LB */
.nblb {
  width: 100%;
	background-image: url(images/lb.jpg);
	background-repeat: repeat-x;
	height: 5px;
	margin-top: 10px;
	margin-left: 10px;
}
.lb {
  overflow: hidden;
  width: 100%;
	background-image: url(images/lb.jpg);
	background-repeat: repeat-x;
	width: 530px;
	height: 5px;
	margin-top: 10px;
	margin-left: 10px;
}
