@charset "utf-8";
/*   GENERAL   */

@font-face {
	font-family: "Athelas", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif
}
#container {
	width: 1280px;
	background: black; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(black, gray); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(black, gray); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(black, gray); /* For Firefox 3.6 to 15 */
	background: linear-gradient(black, gray); /* Standard syntax (must be last) */
	margin: auto;
	padding: 0;
}
#logo {
	margin: 0;
}
#nav {
	width: 80%;
	margin: auto;
}
#nav a {
	font-size: 36px;
	text-decoration: none;
	display: block;
	height: 35px;
	color: #fff;
	line-height: 35px;
	padding: 0 9px 0 9px;
	border-right: thin 1px #2B2829;
	width:auto;
}
/* unvisited link */
nav a:link {
	color: #be1e2d;
}
/* visited link */
#nav a:visited {
	color: #be1e2d;
}
/* mouse over link */
#nav a:hover {
	color: #8a8c8f;
}
/* selected link */
a:active {
	color: white;
}
#nav li {
	display: inline;
	float:left;
	padding: 0 85px 0 0;
	margin:auto;
}
#nav li:first-child {
	padding-left:65px;
}
hr {
    height: 30px;
    border-style: solid;
    border-color: #8a8c8f;
    border-width: 1px 0 0 0;
    border-radius: 30px;
	width:75%;
}
hr:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: #8a8c8f;
    border-width: 0 0 1px 0;
    border-radius: 30px;
	
}
	
#plate {
	background-position: bottom right;
	float: right;
	margin: 0;
	padding: 0;
	height: 300px;
}
#footer {
	width: 100%;
	height: 100px;
	margin: 0;
	background-color: black;
	color: #8A8C8E;
	clear: both;
	text-align: center;
	padding: 2px 0 2px 0;
	font-size: 18px;
}
/*  HOME   */
#tagline {
	float: left;
	font-size: 2.5em;
	font-style: italic;
	font-weight: bold;
	color: #8a8c8f;
}
#tagline p:first-child {
	padding-left: 375px;
}
#tagline p:nth-child(2) {
	padding-left: 475px;
}
#tagline p:nth-child(3) {
	padding-left: 575px;
}
#tagline p:nth-child(4) {
	padding-left: 675px;
}
#tagline p:nth-child(5) {
	padding-left: 775px;
}
/*   ABOUT US    */
h1 {
	color: #8a8c8f;
	font-weight: bold;
	font-size: 2em;
	margin-left: 100px;
}
#mission h1:first-child {
	margin: 100px 0 0 240px;
}
#vision h1:first-child {
	margin: 0 0 0 240px;
}
#mission p, #vision p {
	font-size: 25px;
	color: #8a8c8f;
}
#vision p {
	margin: 0 200px 0 240px;
}
#mission p, #article p {
	padding: 0 240px 0 240px;
}
/*   MENU   */	
table {
	width: 80%;
	margin: auto;
}
th {
	width: 225px;
	font-size: 30px;
	font-style: italic;
	color: #be1e2d;
	margin: 0;
	line-height: 150%;
	padding-top: 50px;
	align: center;
}
th hr {
	color: #8A8C8E;
	width:100%;
}
td {
	font-size: 25px;
	color: white;
	vertical-align: top;
}
tr {
	padding-left: 300px;
	line-height: 1.25;
}
tr td:first-child {
	width: 290px;
}
tr td:nth-child(2) {
	width: 600px;
	vertical-align: text-top;
}
tr td:nth-child(3) {
	width: 200px;
	text-align: center;
}
tr td:nth-child(4) {
	width: 250px;
}
/* CONTACT US */
#contactinfo {
	font-size: 2em;
	color: #8a8c8f;
	text-align: center;
	display: block;
}
#contactinfo p {
	text-align: center;
	color: #fff;
}
