@charset "utf-8";

body {
	background-image: url(background.jpg);
	background-attachment: fixed;
	background-position: center;
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-size: 16px;
}

.text-menu {
	color: #110031;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
}


.menu {
    width: 945px;
    height: 35px;
    font-size: 14px;
	text-transform: uppercase;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-align: center;
     border-radius: 0px;
	 color: #110031;
} 

/*
#menu ul {
    height: auto;
    padding: 5px 0px 5px 0px;
    margin: 5px;
}
#menu li { 
display: inline; 
padding: 5px 8px 5px 8px;
}
*/

.menu a {
	color: #110031;
	text-decoration: none;
}
.menu a:hover {
	color: #fff;
}
.text-white {
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-size: 15px;
}

.text-white-lg {
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-size: 22px;
}
.text-white-small {
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-size: 11px;
}
.text-gray {
	color: #C4C4C4;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-size: 13px;
}
.text-yellow {
	color: #F39A22;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-size: 12px;
}
.text-yellow-large {
	color: #F39A22;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-size: 16px;
}
.text-footer {
	color: #110031;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 19px;
	font-weight: bold;
}
.text-purple {
	color: #110031;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 17px;
}
.text-footer-small {
	color: #110031;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 15px;
	font-weight: bold;
}
.text-footer-smaller {
	color: #110031;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
}
.text-footer-white {
	color: #FFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 15px;
}
.text-footer-white-small {
	color: #FFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 12px;
}
a {
	color: #FFF;
	text-decoration: underline;
}
a.purple {
	color: #110031;
	text-decoration: underline;
}
a.gray {
	color: #C4C4C4;
	text-decoration: underline;
}
a.yellow {
	color: #F39A22;
	text-decoration: underline;
}
.border {
	border: 2px solid #C4C4C4;
}
.pageborder {
	border: 4px groove #000;
}
.sub-bg {
	background-color: #0F0D1A;
}
.sub-bg-yellow {
	background-color: #F39A22;
}
.sub-bg-index-rotating {
	background-image: url(images/index_05.jpg);
	height: 346px;
	width: 950px;
}
.sub-bg-index-stayconnected {
	background-color: #04001b;
	height: 346px;
	width: 380px;
}
.sub-bg-index-welcome {
	background-color: #E9E9EB;
	height: 309px;
	width: 537px;
}
.sub-bg-index-contact {
	background-image: url(images/index_13.jpg);
	height: 95px;
	width: 551px;
}
.sub-bg-index-recentupdates {
	background-image: url(images/index_02.jpg);
	height: 82px;
	width: 346px;
}
#contact-subpage
{	margin: 5 0 0 20;
}
#footer-cdnd
{	margin: 5 0 5 20;
}
#welcome
{	margin: 7 14 7 14;
}
#updates
{	margin: 3 8 3 3;
}