/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 0;
padding-left: 1px;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #F3F3F3; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 105px; /*Width of top level menu link items*/
padding: 1px 8px;
border: 1px solid black;
border-left-width: 0;
text-decoration: none;
color: black;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;

}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;

}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 230px; /*width of sub menu levels*/
color: black;
text-decoration: none;
padding: 1px 5px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-left: 1px solid red;
border-right: 1px solid red;
}

.suckertreemenu ul li a:hover{
background-color: red;
color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #F3F3F3 url(images/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #F3F3F3 url(images/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
* html .suckertreemenu ul li ul li { float: left;}

/* End */






body {
	
	
	/*background: url('images/background.jpg') #5f92d2 repeat-x 0% 0%;*/
	/*color: #fff;*/
	font-family: arial;
	font-size: 12px;
	text-align: left;
	
}

#site_container {
	border : 1px solid grey;
	
	float: left;
	text-align: left;
	padding-left: 20px;
	padding-top: 8px;
	margin-top: 1px;
	margin-left: 7px;
	background:#efefef;
	width: 685px
}

/* Page Header */

#header_container {
	padding-top: 0px;

	margin-bottom: 5px;

	
	
}

#page_header {
	width: 650px;
	height: 77px;
	padding-left: 15px;
	background: #efefef;
	overflow: hidden;
	
}


/* Main Content */

#maincontent_container {
	border-top : 1px solid red;
	border-left : 1px solid red;
	float: left;
	text-align: left;
	padding-left: 20px;
	margin-top: 5px;
	margin-left: 7px;
	background: #CCCCCC;
	width: 600px
	
}

#breadcrumbs {
padding-top: 10px;
font-size: 10px;
}

#jslogo {
padding-top: 50px;
padding-bottom: 50px;

border: 1px solid red;
padding-right: 12px;
padding-left: 12px;
float: right;
background: white;

}
#jssmalllogo {
padding-top: 5px;
padding-bottom: 5px;
border: 1px solid red;
padding-right: 5px;
padding-left: 5px;
float: right;
background: white;

}

#jsextraphoto {
padding-top: 6px;
padding-bottom: 6px;
border: 1px solid red;
padding-right: 5px;
padding-left: 5px;
float: right;
background: white;

}
#mainpgadd {
padding-top: 20px;
padding-bottom: 10px;

padding-right: 30px;
padding-left: 10px;
float: right;
background:#CCCCCC;

}

#jsmaininfo {
padding-top: 3px;
padding-bottom: 3px;

border: 1px solid red;
padding-right: 3px;
padding-left: 3px;
float: left;
background: white;


}







#stateindicator {
padding-top: 12px;
padding-right: 10px;
padding-left: 12px;
float: right;
background: white;
font-size: 14px;
text-align: right;
font-weight: bold;
color: red;


}
/* Page Footer */

#page_footer {
	margin: 0px;
	height: 20px;
	width: 600px;
	float: left;
	
	
}

#maincontent {
	margin: 5px 0px 0px 6px;
	width: 600px;
	padding-top: 8px;
	padding-bottom: 20px;
	padding-right: 20px;
	
}

table{
	font-family: arial;
	font-size: 11px;
	border:1px solid #ff0000;
	
	
	
}
table.maininfo{
	font-family: arial;
	font-size: 12px;
	border-bottom:0px solid #ff0000;
	border-top:0px solid #ff0000;
	border-left:0px solid #ff0000;
	border-right:0px solid #ff0000;
}
td{
	font-family: arial;
	font-size: 11px;
	border:0px solid #ff0000;
	text-align: center; 
	background-color: #efefef;
	
}
th.maininfo{
	font-family: arial;
	font-size: 14px;
	border:0px solid #C0C0C0;
	
	background-color: white;
	
}
td.maininfo{
	font-family: arial;
	font-size: 12px;
	border: 1.5px outset #C0C0C0;
	text-decoration: none;
	background-color: #efefef;
	
}
a.maininfo{
	font-family: arial;
	font-size: 12px;
	border-top:0px solid #ff0000;
	text-decoration: none;
	background-color: #efefef;
}




