@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-image: url(images/bgstripe.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	color: #cccccc;
	height: 100%;
}

#menu {
	width: 70%;
	height: 52px;
	margin: auto;
}

#title {
	height: 146px;
	width: 800px;
	background-image: url(images/title.jpg);
	margin: auto;
}

#contentwide {
	position: relative;
}

#greybg {
	position: relative;
	padding: 10px 0 5px;
	background-color: #666666;
	width: 50%;
	left: 50%;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#sidebar {
	position: absolute;
	width: 400px;
	right: 50%;
	background-image: url(images/ambassador.jpg);
	background-repeat: no-repeat;
	padding-top: 325px;
}

#contenttype {
	width: 70%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	line-height: 180%;
}

#clear {
	clear: both;
	
}

#footer {
	position: relative;
	width: 800px;
	margin: auto;
	text-align: center;
	padding: 30px 0 20px 0;
}

#quote {
	padding: 0;
	margin: 0;
}

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

#menu ul {
	text-align: center;
	list-style: none;
}

#menu li {
	float: left;
	width: 16%;
}

#menu li a {
	color: #eeeeee;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
}

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


/* ============================== CONTENT TYPE =================*/

#contenttype p {
	margin-bottom: 20px;
	margin-left: 10px;
}

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

#footer a {
	color: #2bb2ff;
}

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

#footer p {
	font-family: Verdana, Geneva, sans-serif;
	line-height: 150%;
	font-size: x-small;
}


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

#sidebar table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 200%;
	border-bottom: 1px solid #ccc;
}

#sidebar ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}

table td {
	border-top: 1px solid #ccc;
}

table td.left {
	width: 30%;
}

table td.right {
	padding-left: 30px;
	border-left: 1px solid #ccc;
}

/* ======================= MISC ================= */

h1 {
	text-align: center;
	margin-bottom: 10px;
	text-decoration: underline;
	font-size: large;
}

span#empty {
	display: none;
}

p.center {
	text-align: center;
	margin: 20px 0;
}

a {
	color: #2bb2ff;
}

a:hover {
	text-decoration: none;
}