@charset "utf-8";
/* CSS Document */
/* global rule*/
a:link {
	color: #03C;
}
a:visited {
	color: #C00;
}
a:hover {
	color: #C90;
}
* {
	text-decoration: none;
}
body {
	background: #003094;
	margin: 0; /* zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container. The text is then set to the left aligned default in the #container selector */
	background-image: url(images/BG-flag.jpg);
	background-repeat: repeat-x;
}
.bold12 {
	font-size: 12px;
	font-weight: bold;
}
.bold12blue {
	font-size: 12px;
	font-weight: bold;
	color:#039;
}
.caption { /* use where bold styles are needed*/
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: #AF7408;
}
#container {/*container that holds all divs*/
	width: 930px;
	padding: 0;
	border-color: #AF7408;
	border-width: 0 10px 0 10px;
	border-style: solid;
	text-align: left;
	background-color: #ffffff;
	margin: 0px auto;/* the auto margins (in conjunction with a width) center the page */
}
#footer {
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	margin: 0px;
	padding: 5px 0px;
	color: #af7408;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-family: Verdana, Geneva, sans-serif;
}
.footer2 {
	font-weight: bold;
	font-size: 9px;
	text-align: center;
	margin: 0px;
	padding: 5px 0px;
	color: #af7408;
	font-family: Verdana, Geneva, sans-serif;
}
#footer a{
	font-weight:bold;
}
.fltLft {
	float: left;
	margin-right: 10px;
}
.fltRight {
	float: right;
	margin: 10px;
}
#header {
	width: 930px;
	margin: 0;
	padding: 0;
}
.indexPage { /*has drummers for background*/
	margin: 0;
	padding: 70px 115px 0px 20px;
	background-image: url(images/aboutDesignImage2.jpg);
	background-repeat: no-repeat;
	background-position: 150px 240px;
}
.image {
	width: 363px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: #AF7408;
	float:right;
}
.linksPage { /*has liberty bell for background*/
	margin: 0;
	padding: 130px 150px 50px 200px;
	background-image: url(images/libertyBell.jpg);
	background-repeat: no-repeat;
	background-position: 30px 50px;
}
.linksPage ul{
	list-style-image: url(images/star.gif);	
}
#leftSide ul{
	list-style-image: url(images/star.gif);
	line-height: 20px;
}
#leftSide { /*container for content on left side of page*/
	float: left;
	width: 410px;
	margin: 0;
	padding: 15px 25px 5px 25px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
}
#mainContent { /* right side container for 2 columns*/
	margin-left: 460px;
	padding: 40px 0px 5px 30px;
}
#mainContent2 { /* container for 1 column*/
	margin: 0;
	padding: 40px 25px 10px 25px;
}
#mainContent3 { /* right side container for 2 columns no margin on left*/
	margin-left: 460px;
	padding: 40px 0px 5px 0px;
}
#navBar ul { /* styling for horizontal navigation bar*/
	padding: 0;
	margin: 0;
	background-color: #df1324;
	color: #ffffff;
	float: left;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 13px;
}
#navBar ul li { 
	display: inline;
}
#navBar ul li a {
	padding: 1px 25px 9px 20px;
	background-color: #df1324;
	color: #ffffff;
	text-decoration: none;
	float: left;
}
#navBar ul li a:hover {
	color: #CCC;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
