@charset "UTF-8";
/* CSS Document */

/*Ohio University Multimedia Society*/


/*Begin CSS Reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*End CSS Reset*/


/* Begin Center Layout */
#master {
	width: 971px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
}

#light-effects {
	width: 971px;
	height: 433px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/light-effects.png);
	background-repeat: no-repeat;
}

body {
	text-align: center;
	background-image: url(../images/header-bg.png);
	background-repeat: repeat-x;
}
/* End Center Layout */


/* Begin Body Text */
body,td,th {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px; 
}

p, h1, h2, h3, h4, h5, h6, ul, li {
	text-align: left;
}

span {
	display: none;
}
/* End Body Text */


/* Begin Main Navigation */
#main-navigation {
	position: absolute;
	right: 0px;
	top: 78px;
}

#main-navigation li {
	display: inline;
}

#main-navigation ul li {
  padding: 11px 27px 10px 27px;
  border-left: 1px solid #011523;
  border-right: 1px solid #506e89;
}

#main-navigation ul li:first-child {
  border-left: none;
}

#main-navigation ul li:last-child {
  border-right: none;
  padding-right: 5px;
}

a:link {
	color: #bbd9f6;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #bbd9f6;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a:active {
	text-decoration: none;
	color: #bbd9f6;
}
/* End Main Navigation */

/* Begin Login */
.one {
	width: 102px;
	height: 18px;
	background: none;
	border: none;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0 3px 2px 2px;
	padding-top: 5px;
	text-align: left;
	vertical-align: middle;
}

#username {
	position: absolute;
	height: 23px;
	width: 110px;
	top: 12px;
	left: 20px;
	background-image: url(../images/form-text.png);
	vertical-align: middle;
}

#password {
	position: absolute;
	height: 23px;
	width: 110px;
	top: 12px;
	left: 145px;
	background-image: url(../images/form-text.png);
	vertical-align: middle;
}

#submit {
	position: absolute;
	height: 36px;
	width: 36px;
	top: 6px;
	left: 270px;
}

/*End Login*/
