﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", sans-serif;
	background-image: url('../images/headback.jpg');
	background-repeat:repeat-x;
	background-color:#fff;
	text-align: center;
} 
#container {
	background-color: #fff;
	border:2px #d9d9d9 solid;
}
#masthead {
	text-align: center;
	background-image:url("../images/logoback.png");
	background-repeat:no-repeat;
	background-color:#fff;
}
#navigation {
	height:100px;
	background-image:url("../images/pageback.jpg");
	background-repeat:no-repeat;
	background-color:#fff;
	}
#quicknav {
	width:110px;
	height:23px;
	vertical-align:top;
	
}
html>body #navigation {
	padding:0px;
	overflow: hidden;
}
#column_l1 {
	width: 120px;
	left:10px;
	top:0px;
	padding:0 0 0 0;		
}
#column_l {
	left:0px;
	top:0px;
	width: 300px;
	padding: 15px;
	background-color: #fff;
	text-align:justify;
	padding:0 0 15px 0;
}
html>body #column_l {
	width: 300px;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	left:0px;
	width: 300px;
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_r {
	width: 300px;
	padding: 15px 10px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
	bottom: 0px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 10px;
}
/* Masthead */
#masthead h1 {
	color: #990000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #990000;
	margin-top: 0.5em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	height:35px;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	list-style-image:none;
	height: 35px;
}
#navigation a {
	font-weight: bold;
	font-size:medium;
	text-decoration: none;
	color: #990000;
	display: block;
	padding:10px;
	height: 25px;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color:orange;
	background-color:#fff;
	background-image:url('../images/tabback.gif');
	height:23px;
	border-left:2px orange groove;
	border-right:2px orange ridge;
}
#quicknav ul {
	width:98%;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#quicknav li{
	width:95%;
	float:left;
	padding:0px;
	text-align:center;
	border-top:0px white solid;
	list-style-image:none;
	margin-right: 9px;
}
#quicknav a {
	width:95%;
	font-weight:bold;
	font-size:small;
	text-decoration:none;
	color:#990000;
	display:block;
	padding:5px;
	background-image:url('../images/listback.jpg');
	background-repeat:repeat-x;
	float:none;
	border-bottom:1px gray solid;
	border-left:1px white solid;
	border-right:1px white solid;
	border-top: 1px white solid;
}
#quicknav a:hover {
	width:95%;
	font-weight:bold;
	text-decoration:none;
	color:orange;
	background-image:url('../images/listup.jpg');
	background-repeat:repeat-x;
	padding: 5px;
	border-bottom:2px orange solid;
	border-right:1px orange solid;
	border-left:1px orange solid;
	border-top:1px orange solid;
}
/* Right Column */
#column_r img {

}
#apply 
{
	height:140px;
	background-image:url('../images/apply.jpg');
	background-repeat:no-repeat;
	color:#990000;
	font-size:medium;
	font-weight:bold;
	text-align: center;
	border:solid 2px #990000;
}
#apply:hover 
{
	height:140px;
	background-image:url('../images/apply.jpg');
	background-repeat:no-repeat;
	color:orange;
	font-size:medium;
	font-weight:bold;
	text-align: center;
	border:solid 2px orange;
}

/* Site typography */
h1 {
	font-size: xx-large;
	color: #990000;
}
h2 {
	font-size: x-large;
	color: #990000;
}
h3 {
	font-size: large;
	color: orange;
	font-weight:bold;
}
h4 {
	font-size: medium;
	color: #990000;
	text-align: center;
}
blockquote,p,ol,ul {
	font-size: small;
	color: #000;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #990000;
	text-align: center;
}

/* Links */
a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #990000;
	text-decoration: none;
	text-align: center;
}
a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: orange;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
