@charset "UTF-8";

/* USS AQUARIUS */
/* CASCADING STYLE SHEET */
/* DESIGNED BY ROSALIND WILLS (FSF BLACKJACK) */

/* 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,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ================= DIV SETUPS =========== */

body {
	background-color: #000;
	color: #aaa;
	background-image:url(images/aquinasbg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#wrap {
	width: 100%;
	height: 100%;
	margin: auto;
}

#menubar {
	height: 45px;
	background-color: #111;
	border-bottom: 2px solid #555;
}

#menu {
	width: 800px;
	height: 50px;
	margin: auto;
}

#contentbg {
	background-repeat: no-repeat;
	width: 800px;
	margin: auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size: small;
	line-height: 130%;
	text-align: left;
}

#homelink {
	display: block;
	width: 340px;
	height: 50px;
	margin-left: 20px;
}

#frontpage {
	text-align: left;
	padding-right: 0;
	margin-top: 15px;
}

#novablock {
	width: 500px;
	height: 300px;
	float: right;
}

#novablock2 {
	width: 450px;
	height: 300px;
	float: right;
}

div.level2menus {
	text-align: center;
	padding-right: 0;
	margin-top: 40px;
}

div.level3content {
	width: 750px;
	margin: auto;
	background-color: #000;
	border: 1px solid #ccc;
	margin-top: 10px;
	padding: 20px 30px;
}

#clear {
	clear: both;
}

#footer {
	text-align: center;
	font-family:Verdana, Geneva, sans-serif;
	font-size: x-small;
	margin: 20px auto;
	line-height: 140%;
}


/* ========================== MENU ======================== */

#menu ul {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  padding-top: 15px;
  }
  
#menu li {
  float: left;
  position: relative;
  margin-left: 63px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  }

#menu a {
	color: #aaa;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

/* ======================== FRONTPAGE ====================== */

#frontpage p {
	margin-bottom: 20px;	
	line-height: 130%;
	text-align: justify;
}

#frontpage td {
	text-align: justify;
	padding-top: 0;
	padding-left: 30px;
}

/* ======================= LEVEL2MENUS ================== */

div.level2menus a {
	color: #aaa;
}

div.level2menus ul {
	text-align: left;
	margin-left: 60px;
}

div.level2menus ul li ul {
	margin-left: -15px;
}

/* ======================= LEVEL 3 CONTENT ================ */

div.level3content h1 {
	text-align: right;
	font-size: x-large;
	margin-bottom: 30px;
}

div.level3content h2 {
	font-weight: bold;
	font-size: large;
	margin-bottom: 10px;
}

div.level3content p {
	margin-bottom: 20px;	
	line-height: 130%;
	text-align: left;
}

div.level3content a {
	color: #66AABB;
}

#credits {
	line-height: 200%;
	padding: 0 30px;
	margin: 30px 0 30px 30px;
}

#back {
	float: left;
}

/* ====================== SPECS ========================= */

#specsmenu {
	width: 700px;
	margin: auto;
	background-color: #333;
	border: 1px solid #ccc;
	padding: 20px;
}

#specsmenu td {
	width: 50%;
	padding-right: 10px;
	text-align: left;
}

#specsmenu td p {
	line-height: 100%;
	margin-bottom: 5px;
}

#specsmenu a {
	text-decoration: none;
}

#specsmenu a:hover {
	text-decoration: underline;
}

p.specsMenuSub {
	margin-left: 20px;
}

#specsmenu ul li {
	margin-left: -10px;
}

#specsmenu ul li ul {
	margin-left: -5px;
}

/* ======================== NEW SIMMER'S GUIDE ===================== */

table.depts {
	border-right: 1px solid #333;
	border-top: 1px solid #333;
}

table.depts td {
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 10px;
}


/* ====================== RANKS ======================= */

#ranktable {
	width: 600px;
	margin: auto;
	border: none;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
}

#ranktable td {
	width: 25%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
}

/* ======================= AWARDS =================== */

p.awards img {
	margin-right: 10px;
}

/* ====================== ROSTER ===================== */

#roster {
	text-align: center;
}

#roster table {
	border: 1px solid #ccc;
	padding-top: 15px;
	background-color: #333;
}

#roster table td {
	padding-left: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #111;
	border-right: 1px solid #111;
}


/* ============================= FOOTER ============== */

#footer a {
	color: #aaa;
}

#footer a:hover {
	text-decoration: none;
}

/* ====================== GENERAL ======================= */


a:hover {
	text-decoration: none;
}

h1 {
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-bottom: 20px;
}

h3 {
	font-weight: bold;
	text-align: center;
}

