
/* Table Layout */

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

table.shadow  {
    margin: 0px auto;
    padding: 0px;
    background: #fff;
    border: none;
    text-align: left;
	-moz-box-shadow: 0 8px 16px #888;
    -webkit-box-shadow: 0 8px 16px #888;
    box-shadow: 0 8px 16px #888;
}
td.layout  {
    vertical-align: top;
    margin: 0px;
    padding: 0px;
}

td.shadow  {
    vertical-align: top;
    margin: 0px;
    padding: 0px;
	background-image: url('/img/shadowBkgd.jpg?v=2');
    background-position: left top;
    background-repeat: repeat-y;
}

tr.header {
	border:none;
	background-color:#e4e9be;
	
}


#ctf_table td.instructions { 
    padding: 0.2em; 
    background: #ddf;
}
#ctf_table td.dropzone {
    font-weight: bold;
    padding: 1.0em; 
    text-align: center;
}
#ctf_table td.folders { 
    padding: 0.2em;
}

/* front page stuff */

#wrapper { 
	width:1000px;
	margin:0px auto;
	padding:0px;
	background-color:#fff;
}


/* Header stuff */

#header_cell { 
    background-image: url('../../img/header.jpg');
	background-repeat:repeat-x;
	background-position: left top;
	height:130px;
	width:1000px;
	margin:0px auto;
}



#header a {
    display: block;
    overflow: hidden;
    height: 123px;
    width: 260px;
    text-indent: -999em;
}

#header h1 {
    padding: 10px 0px 10px 20px;
    margin: 0px; 
}


/* News/events/features feeds home page and Search */


#search_box {
    padding: 0px 10px 0px 10px;
    margin: 0px;
    height: 33px;
    line-height: 33px;
    vertical-align: middle;
    float: right;
    background: #BCCE92;
}

#feature_box {
    padding:0px 12px 0px 23px;
    margin:0px;
	width:480px;

	

}

#feature_box h2 {
	text-transform:uppercase;
	color: #008c99;
	font-size:1.2em;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	margin-left:20px;
	margin-bottom:10px;

	
}

#news_box {
    padding: 0px;
    margin: 0px;
	width:205px;

}

#news_box h2 {
    text-transform:uppercase;
	color: #008c99;
	font-size:1.2em;
	font-family:Arial, Helvetica, Verdana, sans-serif;

}

#event_box {
    background-color:#e1e7cd;
    padding-top:10px;
    margin: 0px;
	width:280px;
}





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

#side_menu,  #more_side_menu {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 223px;
}



#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;
}

#content_area {
	width:1000px;
	background-color:#039;
	height:100%;
	
}

#left_side {
    padding:0px;
    background-color:#fff;
	float:left;
	position:relative;
	width: 763px;


}  

#right_side {
    padding-top: 0px;
    padding-bottom:0px;
    background-color:#99C;
	float:left;
	position:relative;
	width: 237px;
	height:100%;

}                                                                              



#left_side p { 
padding: 0px 10px 0px 10px; 
}

#left_side h5 { 
margin:8px 0px 20px 10px;
font-style:italic;
}




#main_content {
    padding:30px 60px 30px 40px;
    background-image: url('/img/shadowBkgd.jpg?v=2');
    background-position: left top;
    background-repeat: repeat-y;
}

/* template: multisection_with_images */
.tpl_section {
  position: relative;
  top: 0px;
  left: 0px;
  margin: 1em 0em 0em 0em;
  padding: 0px;
  _height: 1%;
  overflow: hidden;
  clear: both;
}

.tpl_section_image {
  width: 150px;
  margin: 1em 0em 0em 0em;
  padding: 0em;
  text-align: center;
  float: right;
}

.tpl_section_image img {
  border: none;
}
.tpl_section_image a {
  border: none;
}

.tpl_section_text {
  width: 515px;
  margin: 0px;
  padding: 0px;
  float: left;
}

.tpl_section_text h3 {
  color: #a7af38;
  margin: 1em 0em 0.2em 0em;
  padding: 0px;
}
.tpl_section_text h3 a {
  color: #a7af38;
  border-color: #a7af38;
  text-decoration: none;
}

.tpl_section_text p {
   margin: 0px;
   padding: 0px;
}
