@charset "utf-8";
/* CSS Document */


/*ALL ELEMENTS NO PADDING / NO BORDER*/
* {
    padding:0px; 
    margin:0px;
}

p {
    color:#000000;
	font-size:12px;
	margin-top:4px;
	margin-left:10px;
}


/*ORDERED / UNORDERED LISTS*/

ul {
    color:#000000;
}

li {
    color:#000000;
	margin-left:50px;
	margin-bottom:4px;
	font-weight:bold;
}
ul a {
    color:#000018;
	text-decoration:none;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	padding:0px;
}
ul a:hover {
    text-decoration:underline;
}

/*ANCHOR TAGS*/
a {
    color:#0C2955;
	text-decoration:none;
	font-weight:normal;
}
a:hover {
    color:#0C2955;
	text-decoration:underline;
}
#contentTextArea a {
	color: #008000;	
}

/*HEADER TAGS*/
h1 {
	margin-top:20px;
	margin-bottom:4px;
    font-size:36px;
	color:#FFFFFF;
}
h2 {
    margin-top:4px;
	margin-bottom:4px;
    font-size:14px;
	color:#FFFFFF;
}
h3 {
    margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
    font-size:18px;
	font-weight:bold;
	color:#000000;
}
h4 {
    font-size:14px;
	color:#000000;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}
h6 {
    font-size:12px;
	color:#000000;
	font-weight:bold;
}

/*IMAGE FLOATING PROPERTIES*/
img.float-left {
    float:left;
	margin-right:10px;
}
img.float-right {
    float:right;
	margin-left:10px;
}
/*FORM FIELDS*/
input[type=text] {
    background-color:#FFFFFF;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	padding:1px;
	margin-left:10px;
	margin-bottom:0px;
	margin-top:0px;
}

/*HEADER*/
#JJUK_Logo a {
    font-size:13px;
	font-weight:bold;
	color: #0C2955;
	margin-bottom:3px;
	text-decoration:none;
}
#JJUK_Logo a:hover {
	text-decoration:underline;
}

/*LEFT NAVIGATION AREA*/
#w3 {
	position:absolute;
	width:183px;
	height:40px;
	z-index:1;
	top: 47px;
	left: 8px;
}
#TWD {
	position:absolute;
	width:160px;
	height:100px;
	z-index:5;
	left: 6px;
	top: 101px;
}
#leftNavPanelLinks a {
  font-size:11px;
  margin-left:20px;
  font-weight:bold;
  color:#FFFFFF;
  text-decoration:none;
  text-indent:14px;
  display:block;
  height:14px;
  background-image:url(../images/linkBullet.jpg);
  background-repeat:no-repeat;
  background-position:left;
}
#leftNavPanelLinks a:hover {
  color:#FFFF00;
  text-decoration:underline;
}
.leftHeader {
  color:#FFFFFF;
  font-size:16px;
  text-align:left;
  text-indent:10px;
  margin-left:5px;
  font-weight:bold;
  margin-bottom:10px;
}
.leftNavHeaders {
    font-size:14px;
	font-weight:bold;
	text-indent:5px;
	color:#FFFFFF;
	margin-bottom:6px;
	margin-top:6px;
	text-decoration:none;
}

/*HOME PAGE / LANDING PAGE*/
#commercial a {
  font-size:14px;
  font-weight:bold;
  color:#0C2955;
  text-decoration:none;
  text-indent:26px;
  border-bottom:4px;
  display:block;
  height:20px;
  background-image:url(../images/bullet.gif);
  background-position:left;
  background-repeat:no-repeat;
}
#commercial a:hover {
  text-decoration:underline;
  background-image:url(../images/bullet_on.gif);
  background-position:left;
  background-repeat:no-repeat;
  font-weight:bold;
  font-size:16px;
}

#residential a {
  font-size:14px;
  font-weight:bold;
  color:#0C2955;
  text-decoration:none;
  text-indent:26px;
  border-bottom:4px;
  display:block;
  height:20px;
  background-image:url(../images/bullet.gif);
  background-position:left;
  background-repeat:no-repeat;
}
#residential a:hover {
  text-decoration:underline;
  background-image:url(../images/bullet_on.gif);
  background-position:left;
  background-repeat:no-repeat;
  font-weight:bold;
  font-size:16px;
}

/*SITEMAP*/
.siteMapHeader {
  color:#000018;
  font-size:16px;
  margin-left:10px;
  font-weight:bold;
  margin-bottom:6px;
  margin-top:10px;
}


/*FOOTER*/
.footerLinksHeader {
	font-size: 14px;
	margin-bottom:8px;
	font-weight: bold;
	color:#CCCCCC;
	text-align:left;
	margin-left:0px;
}

#footer_JJUK_Links {
	position:absolute;
	width:115px;
	height:169px;
	z-index:2;
	left: 205px;
	top: 33px;
}
#footer_JJUK_Links a {
    color:#FFFFFF;
	font-size:10px;
	margin-left:0px;
	text-decoration:none;
}
#footer_JJUK_Links a:hover {
    text-decoration:underline;
	color:#FFFF00;
}

#footer_commercial_links {
	position:absolute;
	width:115px;
	height:167px;
	z-index:3;
	left: 335px;
	top: 33px;
}
#footer_commercial_links a {
    color:#FFFFFF;
	font-size:10px;
	margin-left:0px;
	text-decoration:none;
}
#footer_commercial_links a:hover {
    text-decoration:underline;
	color:#FFFF00;
}

#footer_residential_links {
	position:absolute;
	width:115px;
	height:167px;
	z-index:4;
	left: 465px;
	top: 33px;
}
#footer_residential_links a {
    color:#FFFFFF;
	font-size:10px;
	margin-left:0px;
	text-decoration:none; 
}
#footer_residential_links a:hover {
    text-decoration:underline;
	color:#FFFF00;
}
#accreditationLogos {
	position:absolute;
	width:400px;
	height:150px;
	z-index:6;
	left: 596px;
	top: 33px;
}
.adminLink {
	font-size: 10px;
	color: #FFFFFF;
	margin-left:-4px;
}


/*CONTACT FORM*/
.success {
	color: #00FF00;
	font-size: 16px;
}
.fail {
	font-size: 16px;
	color: #FF0000;
}
.textBox {
  color:#000000;
  background-color:#FFFFFF;
  font-size:12px;
  font-weight:bold;
  border:1px solid #000000;
  padding:2px;
  margin-left:10px;
}

