/* Table Layout */

body {
	background: #eef3e2;
    margin: 0px;
    padding: 0px;
    color: black;
    text-align: center;
}

table.layout {
    width: 1000px;
    margin: 0px auto;
    padding: 0px;
    background: #fff;
    border: none;
    text-align: left;
}

td.layout {
    vertical-align: top;
}


/* Header stuff */

#header {  
    width: 1000px;
    height: 106px; 
    padding: 0px;
    margin: 0px; 
    text-indent: -999em;
	background: #fff url('../img/header.jpg') no-repeat;

}

#header a {
    padding-left: 40px;
    display: block;
    overflow: hidden;
    height: 106px;
    width: 623px;

    text-indent: -999em;
}

#header_print_div { 
    visibility: hidden;
    overflow: hidden;
    width: 0px;
    height: 0px;
}

#header_cell { 
    width: 1000px;
 

}

#header_cell_div { 
    width: 450px;
}


#header_cell img { 
    padding: 0px;
    margin: 0px;
}


/* Home Page stuff*/


	


.allNews a{
	margin-top:45px;
	text-decoration:none;
	color:#505050;
	line-height:24px;
	padding-right: 14px;
	background-image: url('../img/arrow.jpg');
    background-repeat: no-repeat;
    background-position: 100% 50%;
}


.welcomeText p{
	width:480px;
	margin-left:150px;
	color:#666666;
	font-size:16px;
	line-height:30px;
}





#search_box {
    margin: 15px 0px 0px 18px;
    background: #c7dee1;
    float: left;
}


#news_box {
    width: 300px;
    float: left;
    background: white;
    padding: 0px 20px 10px 0px;
    margin: 0px 0px 0px 0px;
    border-right: solid #aaa 1px;
}

#event_box {
    width: 295px;
    float: right;
    background: white;
    padding: 0px 20px 10px 20px;
    margin: 0px 10px 0px 0px;
    /*border: solid #aaa 1px; */

}


/*
 * bottom sidebar usually has search and a couple links, and maybe a logo.
 */ 
#sidebar h3 {
    margin-top: 40px;
    padding-left: 20px;
}
 
 




#search_form { /* Sidebar search elements */
    margin-left: 20px;
}

#search_form h3 {/* Sidebar search elements */
    padding: 0px;
    margin: 0px;
    color: white;
    font-weight: bold;
    font-size: 1.5em;
}

                                                                                 
#left_side {
    width: 223px; 
    vertical-align: top;
    padding-top: 0px;
    padding-bottom: 10px;
	background-color:#c7dee1;

}

#left_side h5 {
  width: 220px; 
  color: #666;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-style:italic;
  font-size: 85%;

}

#side_related {
    width: 290px; 
	margin:0px;

}

div.side_content { 
    color: #fff;
    padding: 10px 0px; 
    border-bottom: solid #666 0px;
}

div.side_content p {
    padding: 30px 0px 0 20px;
}

div.side_content a { 
    color: #000;
    text-decoration: none;
}

div.side_content h4 { 
    padding: 0px;
    margin: 0px;
}

#main_content {
    padding: 60px 20px 10px 40px;
    margin:0;
}

#main_content p, h2, h3 {
    width:450px;
}



#main_content ul {
font-family: Arial, Helvetica, Verdana, sans-serif;
 margin: 0em 0em 0.9em 0;
 color:#333;
 font-size:13px;
 width:450px;
	
}

#main_content li {
 width:420px;
 margin-bottom:8px;
	
}

#rightSide img{
    float:right;
	clear:both;
	margin-bottom:15px;

}

#main_content h5{
    color: #008790;
  font-style: italic;
  width: 220px;
  float:right;
  clear:both;
  font-size:13px;
  margin-top:-10px;

}

#main_content li a{
	color:#548c87;

}

#waves {
	width:777px;
	background-image: url('../img/bannerWaves.jpg');
    background-repeat: no-repeat;
}

#home_content {
    width: 790px; 
    padding: 1em 18px 1em 20px;
}

/*
 * The little block of menus where things like *add doc, *add page are displayed.
 */

#editor_actions {
    position: relative;
    display: block;
    width: 160px;
    background: #fff;
}
/**********************************************************************************************
 * #content wraps the footer where the footer menu is usually displayed as a list of links plus
 * some static info.
 */

 /*  footer elements start here  */


#footer_cell {

    background: #fff;
	color: #666;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    text-align: center;
    font-size: 11px;
    padding: 10px 0px 12px 0px;
	margin-top:15px;
	border-top:solid 1px #CCC;
}
#footer_cell a {
    color: #666;
}

 /*  Typekit  */

.typekit-badge {display:none !important;
}

.chineseText {
 font-family: Arial Unicode MS, Arial, Helvetica, sans-serif;
	
}


#main_content .legend {
		background-image: url('../img/legendBkgd.jpg');
		background-repeat:repeat-y;
		width:195px;
		
	
}

#main_content .legend h4{
		width:160px;
		margin:10px 0px 0px 20px;
		
}

.legend label {
	
	padding:0px;
	
}