/* Begin CSS Drop Down Menu */



a:link {color: #000000; text-decoration: underline; }
a:active {color: #000000; text-decoration: underline; }
a:visited {color: #000000; text-decoration: underline; }
a:hover {color: #000000; text-decoration: none; }


body { margin:2px 0; padding:0; font: 74% Tahoma, Arial; color:#333333; line-height: 1.3em;
text-align:justify;}

h2 {text-align:justify;
font-family:Tahoma, Arial;
font-size:12px;
font-weight:500;
color:#666666;}

h1 {text-align:justify;
font-family:Tahoma, Arial;
font-size:12px;
font-weight:600;
color:#666666;
}

h2 {text-align:justify;
font-family:Tahoma, Arial;
font-size:12px;
font-weight:500;
color:#666666;
}

h3 {text-align:justify;
font-family:Tahoma, Arial;
font-size:11px;
font-weight:900;
color:#666666;
}

p {text-align:justify;
font-family:Tahoma, Arial;
font-size:12px;
color:#666666;
}






#menuh-container
	{
		
	top: 1em;
	left: 1em;
	width:900px;
	height:24px;
	background-image:url(../images/Layout/newsgc_02.jpg);
	background-repeat:repeat-y;
	float:left;
	padding-left:20px;
	}

#menuh
	{
	font-size: 12px;
	font-family:Tahoma, Arial;
	width:120%;
	float:left;
	
	}
		
#menuh a
	{
	text-align:center;
	display:block;
	border: 0px;
	
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color:#666666;
	background-color:#F2F2F2;
	text-decoration:none;
	border-right:#CCCCCC solid 1px;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color:#666666;
	background-color:#EBEBEB;
	text-decoration:none;
	
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	
	background-position: right center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	width:130px;
	text-align:left;
	
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:8em;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */




#siteholder {

width:900px;
background-color:#333333;
height:auto;
margin: 0 auto;
}

#sitetop{
width:900px;
height:142px;
background-image:url(../images/Layout/header2_01.jpg);
background-repeat:no-repeat;}

#sitetopbottom{
width:900px;
height:8px;
background-image:url(../images/Layout/header_bottom.jpg);
background-repeat:no-repeat;
float:left;}

#contenttop {	
width:900px;
height:15px;
background-image:url(../images/Layout/newsgcDW_05.jpg);
background-repeat:no-repeat;
float:left;}

#contentmiddle {
width:850px;
height:auto;
background-image:url(../images/Layout/newsgcDW_07.jpg);
background-repeat:repeat-y;
float:left;
text-align:center;
padding-left:25px;
padding-right:25px;
padding-bottom:20px;
}

#leftcontent {
width:465px;
height:auto;
float:left;
margin-right:25px;
margin-left:10px;
margin-top:15px;
margin-bottom:15px;
text-align:justify;
}

#rightcontent {
border-left:1px solid #CCCCCC;
width:325px;
height:auto;
float:right;
padding-left:14px;
margin-right:10px;
margin-top:15px;
margin-bottom:15px;
text-align:justify;

}


#sideimage {
width:325px;
height:225px;
margin-bottom:10px;
}

#sideimage2 {
width:325px;
height:400px;
margin-bottom:10px;
}

#sidelogo {
width:325px;
height:125px;
margin-bottom:10px;
}

#sideholder {
width:325px;
height:auto;
float:left;
}
#sidelinks {
width:130px;
padding-left:10px;
height:auto;
margin-bottom:4px;
background-color:#FFFFFF;
text-align:left;
font-family:Tahoma, Arial;
font-size:11px;
float:left;}

#sidelinks2 {
width:170px;
padding-left:10px;
height:40px;
padding-top:110px;
margin-bottom:4px;
background-image:url(../Images/SidePictures/JASGlogo.jpg);
text-align:center;
font-family:Tahoma, Arial;
font-size:11px;
float:left;
background-repeat:no-repeat;
}

#sidespacer {
width:325px;
margin-top:10px;
margin-bottom:10px;
float:left;
height:1px;
background-color:#CCCCCC;

}





#content {
width:850px;
height:auto;

}


#footercontent {
width:850px;
height:auto;
padding-left:25px;
padding-right:25px;
float:left;
background-image:url(../Images/Layout/newfooter_10.jpg);
background-repeat:repeat-y;
}

#footercontentleft {
width:250px;
height:auto;
margin-right:50px;
float:left;
padding-top:5px;
padding-bottom:5px;
font-size:11px;
color:#666666;
}

#footercontentmiddle {
width:250px;
height:auto;
margin-right:50px;
float:left;
padding-top:5px;
padding-bottom:5px;
font-size:11px;
text-align:center;
color:#666666;
}

#footercontentright {
width:250px;
height:auto;
float:left;
padding-top:5px;
padding-bottom:5px;
text-align:right;
font-size:11px;
color:#666666;
}

#footer {
width:900px;
height:9px;
background-image:url(../Images/Layout/newfooter_11.jpg);
background-repeat:no-repeat;
float:left;}



#imageholder {
width:140px;
height:90px;
padding:10px;
border:solid 1px #CCCCCC;
margin:20px;
float:left;}

#eventsholder {
width:320px;
height:auto;
padding:0px 0px 10px 10px;
border-bottom:solid 1px #CCCCCC;
margin:0px 0px 10px 0px;
float:left;}

#line {
background-color:#CCCCCC;
height:1px;
width:750px;
margin-bottom:0px 0px 0px 10px;
}


