* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	background: #000000;
	height: 100%;
}


h1 {
	font: 2.0em Tahoma, sans-serif;
	color: #ffffff;
	height: 0px;
}

h2 {
	font: 1.8em Tahoma, sans-serif;
	color: green;
	margin-bottom: 10px;
}

img {
	border: none;
}

#page-wrap {
	background: #000000;
	min-width: 780px;
	max-width: 1260px;
	margin: 10px auto;
	height: 100%;
}

#page-wrap #inside {
		margin: 0px 0px 0px 0px;
		padding-top: 0px;
		padding-bottom: 0px;
}
	
#main-content {
	background: #000000;
	padding-left: 230px;
}

#gallery-content {
	background: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
	padding-right: 4px;
}
/*

Issue with inner content padding has temporary hack on main header.inc
#inner-content {
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #ffffff;
}
*/
#inner-content ul {
	margin-left: 25px;
}

#inner-content li{
	font: 1.2em/1.8em Tahoma, sans-serif;
	margin-bottom: 10px;
}

#inner-content p{
	font: 1.2em/1.3em Tahoma, sans-serif;
	margin-bottom: 10px;
}

#inner-content p.no-margin{
	font: 1.2em/1.3em Tahoma, sans-serif;
	margin-bottom: 1px;
}

#news-container {
	font: 1.2em/1.3em Tahoma, sans-serif;
	margin-bottom: 3px;
	width: 100%;
	background: #000000;
		height: 56px;
}


 #news-left {
 position: relative;
	top: 15px;
	float: left;
	width: 33%;
	background: #ffffff
	
}

#news-container  span.left{
	float: left;
}

#news-container  span.mid{
	text-align: right;
	position: relative;
	
}

#news-center {
position:relative;
	float: left;
	left: 30px;
	z-index: 1;
}

#news-right {
  position: relative;
 	top: 15px;
	float: right;
	width: 33%;
	background: #ffffff;
}

#clearone {
	clear: both;
	height:1px;
}

#header {
	background: #000000;
	font: 1.9em/1.7em Tahoma, sans-serif;
	color: #ffffff;
	text-align: right;
	padding-right: 0px;
}

#header span.feeds{
position: relative;
float: left;
text-align:right;
left: 15px;
letter-spacing: 20px;

}
	

#left-sidebar {
	background: #ffffff;
	width: 213px;
	float: left;
	height: 100%;
}

#sidebar-clear {
	width: 213px;
	background: url('images/stripe.png') repeat-x;
	float: left;
	display: block;
	height: 300px;

}
#footer {
	font: 1.2em/1.8em Tahoma, sans-serif;
	background: #000000;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 210px;
	color: #ffffff;
}

#footer #copyright {
	display: block;
	position: relative;
	padding-left: 20px;
	text-align: left;
	float: left;
}

#footer .created_by {
	float:right;
	text-align: right;
}

/* News ticker */

/* liScroll style declarations */
 
.tickercontainer { /* the outer div with the black border */
border: 0px solid #000;
background: #fff; 
width: 340px; 
height: 27px; 
margin: 0; 
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 0px;
top: 2px;
width: 340px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 280px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;
 
}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #fff;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #c803cd;
font: bold 10px Verdana;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 

/* End news ticker */

/* Suricata Links */

.lmLink a:link {
/* default #CC6600 */
	text-decoration: none; 
	color:#ff00ff;
}

.lmLink a:visited {
	text-decoration: none; 
	color:#ff00ff;
}

.lmLink a:active {
	text-decoration: none; 
	color:#ff00ff;
}

.lmLink a:hover {
	text-decoration: underline overline; 
	color:#ff00ff;
}

/* Standard Links */

.sLink a:link {
/* default #CC6600 */
	text-decoration: none; 
	color:#ff00ff;
}

.sLink a:visited {
	text-decoration: none; 
	color:#ff00ff;
}

.sLink a:active {
	text-decoration: none; 
	color:#ff00ff;
}

.sLink a:hover {
	text-decoration: underline overline; 
	color:#ff00ff;
}

/*	nav Setup   */

ul.sidemenu {
	list-style: none;
	padding: 0px;
	}

.displace {
	position: absolute;
	left: -1000px;
	}

ul.sidemenu li {
	float: left;
	}

ul.sidemenu li a {
	display: block;
	width: 230px;
	height: 52px;
	background: url('images/sideMenu_sprite.gif');
	}

/* standard Links */

ul.sidemenu li.welcome a {
	background-position: 0 0;
	}

ul.sidemenu li.students a {
	background-position: -230px 0;
	}

ul.sidemenu li.blacktie a {
	background-position: -460px 0;
	}
	
ul.sidemenu li.view a {
	background-position: -690px 0;
	}
	
ul.sidemenu li.contact a {
	background-position: -920px 0;
	}

/* hover Links */
ul.sidemenu li.welcome a:hover {
	background-position: 0 -52px;
	}

ul.sidemenu li.students a:hover {
	background-position: -230px -52px;
	}

ul.sidemenu li.blacktie a:hover {
	background-position: -460px -52px;
	}
	
ul.sidemenu li.view a:hover {
	background-position: -690px -52px;
	}
	
ul.sidemenu li.contact a:hover {
	background-position: -920px -52px;
	}

/* clicked Links */
ul.sidemenu li.welcome a:active {
	background-position: 0 -104px;
	}

ul.sidemenu li.students a:active {
	background-position: -230px -104px;
	}

ul.sidemenu li.blacktie a:active {
	background-position: -460px -104px;
	}
	
ul.sidemenu li.view a:active {
	background-position: -690px -104px;
	}
	
ul.sidemenu li.contact a:active {
	background-position: -920px -104px;
	}

/* selected and active Links */

ul.sidemenu li.welcome a.selected {
	background-position: 0 -156px;
	}

ul.sidemenu li.students a.selected {
	background-position: -230px -156px;
	}

ul.sidemenu li.blacktie a.selected {
	background-position: -460px -156px;
	}
	
ul.sidemenu li.view a.selected {
	background-position: -690px -156px;
	}
	
ul.sidemenu li.contact a.selected {
	background-position: -920px -156px;
	}