html {
     overflow: -moz-scrollbars-vertical;
     overflow: scroll;
}

body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666;
width:988px;
background-color:#eef3fa;
margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin:0 auto;
}

a {
cursor:pointer;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #993300;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#header {
background-image:url(../images/header_bg02.jpg);
width:988px;
height:124px;
}

#logo {
float:left;
background-image:url(../images/ssc_logo02.png);
background-repeat:no-repeat;
width:236px;
height:77px;
margin-top:15px;
margin-left:57px;
}

#top_menu {
float:right;
background-image:url(../images/top_menu_bg02.png);
width:436px;
height:47px;
margin-top:54px;
margin-right:40px;
}

#menu {
color:#fff;
margin-left:21px;
margin-top:22px;
}



/*** Nav bar styles ***/

ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

ul.nav{
	display: table;
}
ul.nav>li{
	display: table-cell;
	position: relative;
	padding: 0px 21px;
	padding-top: 22px;
	padding-bottom: 10px;
}
ul.nav li>ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	max-width: 40ex;
	margin-left: -6px;
	margin-top: 2px;
}

ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display : block;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 10px;
}

/*** Menu colors (customizable) ***/

ul.nav,
.nav ul,
.nav ul li a {
	/*background-color: #fff;*/
	color: #fff;
}


ul.nav li:hover,
.nav ul li a:hover{
	background-color: #369;
	color: #fff;
}

ul.nav li:active,
.nav ul li a:active{
	background-color: #036;
	color: #fff;
}


.nav ul{
	border: 1px solid #369;
}

.nav a{
	text-decoration: none;
}




#content {
background-image:url(../images/content_bg.jpg);
background-repeat:repeat-y;
width:988px;
}

#content_bg {
width:920px;
margin:24px;
margin-left:34px;
margin-right:34px;
}

#content_left {
width:200px;
float:left;
padding-left:10px;
}

#moreinfo {
font-size:11px;
padding-left:12px;
margin-top:35px;
}

#content_right {
width:685px;
float:right;
}

#clear_float {
clear:both;
}

#footer {
background-image:url(../images/footer_bg.jpg);
background-repeat:no-repeat;
width:988px;
height:65px;
}

#copyright {
color:#FFFFFF;
float:left;
margin-top:15px;
margin-left:35px;
}

#bottom_menu {
color:#FFFFFF;
float:right;
margin-top:15px;
margin-right:35px;
}


div.module_menu {
margin-bottom:20px;
background-color:#fff;
	
	width:200px;
}

div.module_menu ul {
	margin: 0;
	margin-top:-27px;
	padding: 0;
	list-style:none;
	width: auto;
	border-bottom: 1px solid #FF7F00;
	border-left:1px solid #FF7F00;
	border-right:1px solid #FF7F00;


}

div.module_menu ul li {
position:relative;

 text-decoration: none;
 
background-image:url(../images/list_table02.png);
 background-repeat:no-repeat;
 background-position:17px 8px;

}


div.module_menu li ul {
position: absolute;
width: 180px;
	left: 181px;
	top: 0;
	display: none;
}
div.module_menu ul li a {
display: block;
	text-decoration: none;
	color: #666;

	padding: 5px;
	border-top: 1px solid #FF7F00;
	padding-left:35px;
	
	
}
div.module_menu ul li a:hover {
background-color:#FFCF9F; 
color:#844200;
background-image:url(../images/list_table03.png);
 background-repeat:no-repeat;
 background-position:17px 8px;
}

div.module_menu li:hover ul,div.module_menu li.over ul {
display: block;
}

div.module_menu h3 {
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#fff;
text-align:center;
height:30px;
padding-top:8px;

/*background-color:#FF7F00;*/


background-image:url(../images/menu_bg.png);
background-repeat:no-repeat;
}

#module_menu_left h3.head {
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#fff;
text-align:center;
height:30px;
padding-top:8px;
/*background-color:#FF7F00;*/
background-image:url(../images/menu_bg.png);
background-repeat:no-repeat;
}

#module_menu_left ul.menu_feature {
	margin: 0;
	margin-top:-27px;
	padding: 0;
	list-style:none;
	width: auto;
	border-bottom: 1px solid #FF7F00;
	border-left:1px solid #FF7F00;
	border-right:1px solid #FF7F00;
}

#module_menu_left ul.menu_feature li {
position:relative;
text-decoration: none;
/*background-image:url(../images/list_table02.png);*/
background-repeat:no-repeat;
background-position:17px 8px;

}

#module_menu_left  #li_submenu {
position:relative;
text-decoration: none;
background-image:url(../images/closed.png);
background-repeat:no-repeat;
background-position:17px 8px;

}

#module_menu_left ul.menu_feature li a {
display: block;
	text-decoration: none;
	color: #666;

	padding: 5px;
	border-top: 1px solid #FF7F00;
	padding-left:35px;
	
	
}

/*#module_menu_left ul.menu_feature li a:hover {
background-color:#FFCF9F;
color:#844200;
background-image:url(../images/list_table03.png);
 background-repeat:no-repeat;
 background-position:17px 8px;
}*/

#module_menu_left ul li#li_submenu a:hover {
background-color:#FFCF9F;
color:#844200;
background-image:url(../images/open.png); !important;
 background-repeat:no-repeat; !important;
 background-position:17px 8px; !important;
}

#module_menu_left ul.menu_feature li ul {
	display: none;
}

#module_menu_left ul li a:hover {
background-color:#FFCF9F; 
color:#844200;
background-image:url(../images/list_table03.png);
 background-repeat:no-repeat;
 background-position:17px 8px;
}

#module_menu_left ul.menu_feature li#li_submenu ul#ul_sub_treemenu1 li {
background-image:none;
list-style:none;
}

/*#module_menu_left ul.menu_feature li#li_submenu ul#ul_sub_treemenu1 li a {
background-color:#FFFFFF; 
}*/

#module_menu_left ul.menu_feature li#li_submenu ul#ul_sub_treemenu1 li a:hover {
text-decoration:underline;
background-color:#eeeeee; 
background-image:none;
list-style:none;
}

#module_menu_left ul.menu_feature li ul li a {
border:0px solid #FFFFFF;
padding-left:50px;
}

#active_menu_feature {
background-color:#FFCF9F;
color:#844200;
background-image:url(../images/list_table03.png);
 background-repeat:no-repeat;
 background-position:17px 8px;
}





#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
margin-left: 16px;
margin-top: 20px;
list-style: none;
}

#cssdropdown li {
float: left;
position: relative;
}

.mainitems{
width: 7em;
}

.mainitems a{
margin-left: 6px;
margin-right: 8px;
text-decoration: none;
}

.subuls{
display: none;
width: 10em;
position:absolute;
top: 1.2em;
left: 0;
background-color: #ffefdf;
border: 1px solid #ff7f00;
height:9em;
}

.subuls li{
width: 100%;
height:1.5em;
padding-top:7px;
}

.subuls li a:hover{
text-decoration: underline;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: -5px;
left: -30px;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}

ul#home_event {
margin-left:-10px;
}