@charset "UTF-8";

/*sets Global Styles*/
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
}
a:link {
	color: #dad7c5;
	text-decoration: underline;
}
a:hover {
	border-bottom-width: 2px;
	color: #900;
} 
a:visited {
	color: #dad7c5;
	text-decoration: underline;
}

/*Container Styles*/
.oneColFixCtr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	/*text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #dad7c5;
}
.oneColFixCtr #container h1  {
	text-transform: uppercase;
	font-size: 1.6em;
	letter-spacing: 0.2em;
}
.oneColFixCtr #container h2 {
	text-transform: uppercase;
	font-size: 1.3em;
	letter-spacing: 0.2em;
}

/*Header Styles*/
#header {
	background-color: #000;
	height: 250px;
	width: 800px;
	margin: 0px;
	padding: 0px;
}
#masthead {
	color: #09C;
	height: 200px;
	background-color: #000;
	background-image: url(images/header-str.jpg);
	background-repeat: no-repeat;
}
#header #masthead .logo {
	position: relative;
	top: 55px;
	left: -221px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*Page content for Sub Pages*/
.oneColFixCtr #container #pageContent {
	background-color: #fff;
	background-repeat: repeat-x;
	color: #333;
	font-family: "trebuchet MS", sans-serif;
	font-size: 0.8em;
	background-position: bottom;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	line-height: 1.6em;
	width: 760px;
	text-align: left;
}
.oneColFixCtr #container #pageContent h1 {
	color: #900;
}
.oneColFixCtr #container #pageContent h2 {
	color: #900;
}
.oneColFixCtr #container #pageContent a:link {
	color:#900;
	text-decoration:none;
}
.oneColFixCtr #container #pageContent a:visited {
	color:#900;
	text-decoration:none
}

/*Main Content Syles*/
.oneColFixCtr #container #mainContent {
	background-color: #0A3643;
	background-image: url(images/blue.jpg);
	background-repeat: repeat-x;
	color: #dad8c6;
	font-family: "trebuchet MS", sans-serif;
	font-size: 0.8em;
	background-position: bottom;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	line-height: 1.6em;
	width: 560px;
	text-align: left;
}


/*Side Bar Styles*/
.oneColFixCtr #container #sidebar {
	float: right;
	height: 100%;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	width: 180px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 0.8em;
	color: #000;
	line-height: 1.6em;
	text-align: left;
	clear: both;
	padding-top: 40px;
	background-color: #dad8c6;
}
.oneColFixCtr #container #sidebar a {
	background-color: #Dad7c5;
	font-family: "Trebuchet MS", sans-serif;
	color: #900;
}
.oneColFixCtr #container #sidebar a:visited {
	background-color: #Dad7c5;
	font-family: "Trebuchet MS", sans-serif;
	color: #900;
}
.oneColFixCtr #container #sidebar a:hover {
	background-color: #Dad7c5;
	font-family: "Trebuchet MS", sans-serif;
	color: #900;
	border-bottom-style: none;
}
/*Second Content Box (home page)*/
.oneColFixCtr #container #secondContent {
	font-family: "trebuchet MS", sans-serif;
	font-size: 0.8em;
	color: #dad8c6;
	background-image: url(images/green.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 20px;
	background-color: #837721;
	line-height: 1.6em;
	width: 560px;
	text-align: left;
}
/*Third Content Box (home page)*/
.oneColFixCtr #container #thirdContent {
	font-family: "trebuchet MS", sans-serif;
	font-size: 0.8em;
	color: #dad8c6;
	background-image: url(images/gold.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #AF7E0E;
	line-height: 1.6em;
	padding: 20px;
	width: 560px;
	text-align: left;
}

/*for Inline Button Links*/
#button {
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	color: #900;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	margin-right: 20px;
	float: left;
	margin-top: 20px;
}
#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;	
}	
#button li {
	margin: 0;
}
#button li a {
	display: block;
	color: #900;
	text-decoration: none;
	width: 100%;
	background-image: url(images/gold_bar.png);
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0.5em;
	background-repeat: repeat-x;
}
html>body #button li a {
	width: auto;
}
#button li a:hover {
	color: #000;
	background-image: url(images/gold_bar-over.png);
	background-repeat: repeat-x;
	border-bottom-style: none;
}

/*for multi Column Lists*/
.ColumnList {
	color: #03C;
	margin-bottom: 1em;
}
.ColumnList ul {
	width: 30em;
	color: #0CF;
}
.ColumnList li {
	float: left;
	width: 20em;
	color: #093;
}

.ColumnList br {
	clear:both
}

/*for Tables*/
#gradient-style
{
	font-family: Tahoma, Geneva, sans-serif;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	text-transform: none;
}
#gradient-style a:hover {
	border:none;
}
#gradient-style th
{
	font-size: 0.8em;
	font-weight: bold;
	color: #000;
	background-image: url(images/gold_bar.png);
	background-repeat: repeat-x;
	text-transform: uppercase;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#gradient-style td
{
	padding: 10px;
	border-bottom: 1px solid #fff;
	color: #000;
	border-top: 1px solid #fff;
	background-color: #C9C4AF;
	background-repeat: repeat-x;
}
#gradient-style tfoot tr td
{
	color: #000;
	background-color: #C9C4AF;
}
#gradient-style tbody tr:hover td
{
	color: #900;
	background-color: #dad7c5;
	background-repeat: repeat-x;
}

/* Page Footer*/
.oneColFixCtr #container #footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-transform: uppercase;
	color: #dad7c5;
	background-color: #333132;
	letter-spacing: 0.1em;
	text-align: right;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.oneColFixCtr #container #footer a:link {
	color:#dad7c5;
}
.oneColFixCtr #container #pageContent img {
	float: left;
	padding-right: 20px;
}
/*styling header contact button*/
#contactlink {
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	color: #900;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(images/gold_bar.png);
	letter-spacing: 0.1em;
	text-align: center;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	margin-right: 20px;
	margin-top: 80px;
	width:150px;
	height: 25px;
	position: relative;
	left: 650px;
}
# contactlink a {
	color:#900;
	text-decoration:none;
}