/* CSS Document */

body { 
background-color:#032303;
}

#content_main {
background-image:url(../images/image2.png);
background-repeat:no-repeat; 
width:1024px; height:800px;
margin-left:auto;
margin-right:auto;
 /*border: solid #f00 1px;*/
}
 .content_main_content{
position:absolute;
/*border:solid #00f 1px;*/
margin:50px;
width:474px;
height:314px;
overflow:auto;

 }
 
 .content_main_content p
 {
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#e7db2f;
 line-height:18px;
 margin-bottom:0px;
 margin-top:0px;
 }
 
 .content_main_content h1 {
 font-family:"Times New Roman", Times, serif;
 margin-top:0px;
 margin-bottom:5px;
 color:#00cc00;
 }
 
#banner{
width:782px;height:175px;
/*border:solid #0f0 1px;*/
margin-top:0px; 
margin-left:0px;
position:absolute;
background-image:url(../images/JAYBANNER.png);
}
 #sidebar{
 width:200px;
 height:414px;
 position:absolute;
 margin-top:180px;
 margin-left:780px;
 background-color: #011601;

 }
 #sidebar #side_content
 {
 padding-top:50px;
 padding-bottom:20px;
 padding-left:10px;
 padding-right:10px;
 }
  #sidebar #side_content h1{
  font-family:"Times New Roman", Times, serif;
 margin-top:0px;
 margin-bottom:5px;
 color:#00cc00;
  }
  #sidebar #side_content p
 {
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#e7db2f;
 line-height:18px;
 margin-bottom:10px;
 margin-top:0px;

 }

#content{
width:574px;
height:484px;
position:absolute;
margin-top:180px;
margin-left:195px;
/*border:solid #f00 1px;*/
}

#image_placeholder {
background-image:url(../images/image8.png);
width:574px;
height:414px;
}

#image_thumbs{
width:574px; height:20px;
/*border-top:solid #053605 5px;
border-bottom:solid #053605 5px;*/
}

#copyright 
{
margin-top:30px;
}
#copyright span {
color:#00cc00;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}
/* menu */

#menu{
/*border:solid #00f 1px;*/
width:190px;
height:520px;
position:absolute;
margin-top:180px;
margin-left:0px;
}
#menu_items
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin-top:70px;
}

#menu_items a{
text-decoration:none;
display:block;
color:#00cc00;
padding-left:5px;
}
#menu_items a:hover
{
background-color:#053605;
color:#e7db2f;

}
#menu_items ul li:hover
{
background-image:none;
}
#menu_items ul li:hover ul
{
/*display:block;*/


}
#menu_items ul li ul {
padding-left:0px;
margin-left:0px;
}

#menu_items ul
{
list-style-type:none;
line-height:20px;
}
#menu_items ul li ul
{
/*display:none;*/
}

#menu_items ul li ul li
{
background-image:none;
}
#menu_items ul li
{
background-image:url(../images/image1.png);
background-repeat:no-repeat;
background-position:left;
padding-left:30px;

}
#menu_items ul .submenu 
{
background-position:0px 0px !important;
}
#links
{
z-index:20;
position:absolute;
margin-top:135px;
margin-left:720px;
}