@charset "UTF-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFF;
}
.container {
	width: 985px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #120043;
}
.navbar a:link {
	font-family: Chalkboard, "Comic Sans MS", Verdana;
	font-size: 1em;
	color: #FFF;
}
.navbar a:visited {
	font-family: Chalkboard, "Comic Sans MS", Verdana;
	font-size: 1em;
	color: #FFF;
}
.navbar a:hover {
	font-family: Chalkboard, "Comic Sans MS", Verdana;
	font-size: 1em;
	color: #FF9;
}
.navbar a:active {
	font-family: Chalkboard, "Comic Sans MS", Verdana;
	font-size: 1em;
	font-weight: normal;
	color: #FFF;
}

.footer a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #FFF;
}
.footer a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #FFF;
}
.footer a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
}
.footer a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #FFF;
}


.footer {
	position: relative; /* this clear property forces the .container to understand where the columns end and contain them */
	clear: both;
	background-color: #120043;
	font-family: Chalkboard, "Comic Sans MS", Verdana;
	font-size: 0.75em;
	line-height: 1em;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.header {
	background-color: #120043;
	padding-bottom: 2px;
}
.navbar {
	background-color: #120043;
	margin-right: 10px;
	padding-left: 0px;
	height: 1.4em;
	vertical-align: text-bottom;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF0;
	border-bottom-color: #FF0;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FF0;
}
.navbar-location {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1em;
	color: #000;
	font-style: normal;
	font-weight: bold;
	background-color: #0CF;
	width: 200px;
	padding-right: 0px;
	padding-left: 5px;
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 2px;
	margin-top: 2px;
}
.navbar-location-link {
	font-family: Chalkboard, "Comic Sans MS", Verdana;
	font-size: 1em;
	color: #FFF;
	font-style: normal;
	font-weight: normal;
	background-color: #120043;
	width: auto;
	padding-right: 2px;
	padding-left: 2px;
	float: left;
}
.navbar-location-page {
	font-family: Chalkboard, "Comic Sans MS", Verdana;
	font-size: 1em;
	color: #000;
	font-style: normal;
	font-weight: normal;
	background-color: #0CF;
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
a:link {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1em;
	color: #00C;
}
a:visited {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1em;
	color: #06F;
}
a:hover {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1em;
	font-weight: normal;
	color: #FF0;
}
a:active {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1em;
	font-weight: normal;
	color: #0CF;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 5px;
	padding-left: 2px;
}

ul.nav {
	list-style: none;
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
ul.nav li {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFF;
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 185px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background-color: #009;
	color: #FFF;
	font-family: Chalkboard, "Comic Sans MS", Verdana;
}
ul.nav a:hover {
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 185px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background-color: #0CF;
	color: #000;
	font-family: Chalkboard, "Comic Sans MS", Verdana;
}
/* CSS Document */

.sidebar1 {
	float: left;
	width: 205px;
	padding-bottom: 100px;
}
p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1em;
	text-align: justify;
	color: #000;
}
.content-text {
	padding: 0px;
	color: #000;
}
img.content-text {
	float: left;
	clear: none;
	margin-right: 5px;
}

.content {
	background-color: #0CF;
	float: left;
	width: 763px;
	clear: inherit;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 5px;
}
.content-tab {
	background-color: #120043;
	float: left;
	width: 770px;
	padding-top: 0px;
	padding-bottom: 0px;
}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.5em;
	font-weight: bold;
}
h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.25em;
	font-weight: bold;
	font-style: normal;
}
h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.25em;
	font-style: italic;
	font-weight: bold;
}
h4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
}
h5 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.25em;
	font-style: italic;
	padding-right: 2em;
	padding-left: 0em;
	font-weight: bold;
}
h6 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1em;
	font-style: normal;
	padding-right: 2em;
	padding-left: 0em;
	font-weight: normal;
}
#vulture_video {
	margin: auto;
	height: 360px;
	width: 640px;
}
