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

html {
	margin-bottom: 1px;
	min-height: 100%;
}
/* RESET... EVERYTHING */

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, input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
}
body {
	background-color: #000000;
	margin: 0;
	padding: 0;
}

strong {
	font-weight: bold;
}


em {
	font-style:italic;
}
/* remember to define focus styles! */

:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* 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: "" "";
}

sup {
	font-size: 9px;
}

/* FORMATTING */

p {
	line-height: 20px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #FFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 14px;
}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 28px;
	font-weight: bold;
	color: #ccff66;
	margin-bottom: 15px;
	letter-spacing: 1px;
}


a {
	color: #ccff66;
	text-decoration: none;
	font-weight: bold;
}
a.selected {
	color: #EFC;
}


a:hover{
	color: #EFC;
}
ul  {
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
}
ul li  {
	line-height: 19px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #FFF;
	font-size: 14px;
	margin-bottom: 25px;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.no-show {
	display: none;
}

.wrapper {
	width: 700px;
	margin: 0px auto;
}
.grey {
	color: #999;
}
.extra-pad {
	margin-bottom: 30px;
}



#header {
	width: 700px;
	height: 125px;
}


#logo{
	width: 332px;
	height: 73px;
	float: left;
	overflow: hidden;
	border: none;
	margin-top: 20px;
}#content {
	padding-left: 20px;
	padding-right: 20px;
}
#content.home {
	padding-top: 50px;
}

#left-img {
	float: left;
	width: 316px;
	background-image: url(../images/striped-background.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
	padding: 10px;
	margin-right: 24px;
	margin-bottom: 15px;
}
#left-img-about {
	float: left;
	width: 316px;
	background-image: url(../images/striped-background.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
	padding: 10px;
	margin-right: 24px;
	margin-bottom: 60px;
}

.caption  {
	font-size: 12px;
	color: #999;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
}

#home-nav {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	float: right;
	width: 200px;
	letter-spacing: 1px;
}
#home-nav ul {
	width: 132px;
	margin-top: 0px;
}
#home-nav ul li {
	background-image: url(../images/btn-background.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 43px;
	width: 132px;
	text-align: center;
	display: block;
	padding-top: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
}
#stripes {
	background-image: url(../images/striped-background.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
	padding: 10px;
	width: auto;
}

#right {
	float: right;
	width: 300px;
}


#right-stripes {
	background-image: url(../images/striped-background.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width: 269px;
	float: right;
}

#footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCC;
	letter-spacing: 1px;
	background-image: url(../images/footer-background.gif);
	background-repeat: no-repeat;
	background-position: 0px 18px;
	height: 30px;
	width: 300px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#footer a {
	color: #ccff66;
}
#footer a:hover {
	color: #EFC;
}
#footer a.selected {
	color: #EFC;
}
#credits {
	color: #666;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 20px;
	margin-top: 0px;
}
#credits a {
	font-weight: normal;
	color: #7E7E7E;
}
#credits a:hover {
	text-decoration: underline;
}


#credits.home {
	margin-top: 30px;
}

