@charset "UTF-8";
/* CSS Document */


/* ------------ NEW CSS ----------------- */

/*	Foundation Styles */

* {
	margin: 0;
}

html, body, div, span, 
h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, acronym, cite,
em, strong, sub, sup, tt, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	background-repeat: no-repeat;
}

ol, ul {
	font-size: 1.0em;
	line-height: 1.8em;
	margin-bottom: 1em;
}

/*	Document Structure */

#page {
	width: 806px;
	position: relative;
}

	#content {
	padding: 45px 0 0 0; 
	overflow: hidden;
	border: medium solid #CBB68B;
	}
	
		#primary {
	float: right;
	width: 580px;
	border: thin none #000;
	}
		#secondary {
	float: left;
	width: 200px;
	border: thin none #000;
	padding-right: 0px;
	padding-left: 0px;
	}
		#gutter {
	float: right;
	height: 660px;
	width: 2px;
	padding-right: 0px;
	padding-left: 0px;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #CBB68B;
	}

#primary .textbox {
	color: #660;
	margin-right: 20px;
	margin-left: 15px;
	text-align: left;
	margin-top: 10px;
	border: thin none #000;
	font-size: small;
	border: thin none #000;
	clear: both
}
#primary .textbox2 {
	color: #660;
	float: left;
	width: 250px;
	margin-right: 20px;
	margin-left: 15px;
	text-align: left;
	margin-top: 10px;
	border: thin none #000;
	font-size: small;
	border: thin none #000;
	clear: both
}
#primary .textbox3 {
	color: #660;
	float: right;
	width: 250px;
	margin-right: 20px;
	margin-left: 15px;
	text-align: left;
	margin-top: -185px;
	border: thin none #000;
	font-size: small;
	border: thin none #000;
	clear: both
}
	#primary .textbox a {
		color: #CBB68B;
	}
  	#primary .textbox a:hover {
	color: #C93;
	text-decoration:underline;
  	}  

#primary h4 {
	color: #660;
	margin-top: 6px;
	font-size: small;
}

#primary img {
	border: 6px none #030;
	margin-bottom: 0px;
}

#secondary h3 {
	color: #660;
	margin-top: 12px;
}

#secondary .text {
	color: #660;
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
	margin-top: 10px;
}
#secondary .text ul li {
	line-height: normal;
	color: #030;
	font-size: x-small;
	margin-top: 5px;
}

#secondary .nav {
	color:#030;
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
	margin-top: 5px;
}
#secondary .nav a {
	float: none;
	line-height: normal;
	color: #660;
	font-size: small;
	margin-top: 5px;
	clear: right;
}
#secondary .nav a:hover {
	color: #CBB68B;
	text-decoration:underline;
}

#secondary img {
	border: 0px;
}

#secondary .border {
	border: 6px solid #CBB68B;
}

#banner {
	position: relative;
	width: 550px;
	height: 25px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #CBB68B;
	border-bottom-color: #CBB68B;
	background-color: #000;
	border-right-color: #CBB68B;
	border-left-color: #CBB68B;
	margin-top: 10px;
	}
#banner .text {
	font-style:normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17.5px;
	font-variant: normal;
	text-transform: uppercase;
	color: #CBB68B;
	letter-spacing: .4em;
	margin: 3px;
}


/* Lists */

ul.inline li {
	float: left;
}

li {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}
	li ul,
	li ol {
		margin-left: 14px;
	}

#logo li,
#header li,
#secondary .nav li,
#footer li,
.copyright li,
.inline li,
#toolbar li {
	list-style: none;
	list-style-position: outside;
}


/* LOGO BAR */

#logo {
	position: relative;
	width: 800px;
	top: 45px;
	left: 0px;
	height: 60px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #CBB68B;
	border-bottom-color: #CBB68B;
	background-color: #000;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CBB68B;
	border-left-color: #CBB68B;
	}
#logo ul {
	position: relative;
	top: -45px;
	left: 0x;
	height: 100px;
	width: 101px;
	overflow: hidden;
	padding-left: 0px;
}
#logo ul li {
	float: left;
}
#logo ul li a {
	display: block;
	height: 25px;
	margin-top: 27px;
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	font-family:'Arial Narrow',Arial,Helvetica,sans-serif;
}
#logo ul li a.m0 {
	margin: 0 0 0 0;
	height: 100px;
	width: 100px;
    background-image: url(/images/vipLogo.gif);	
}


/* Header */

#header {
	position: relative;
	width: 800px;
	top: 45px;
	left: 0px;
	height: 30px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: none;
	border-bottom-style: solid;
	border-top-color: #CBB68B;
	border-bottom-color: #CBB68B;
	background-color: #360;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CBB68B;
	border-left-color: #CBB68B;
	}
#header ul {
	position: relative;
	top: -25px;
	left: 0px;
	width: 800px;
	height: 80px;
	overflow: hidden;
	padding-left: 115px;
}
#header ul li {
	float: left;
}
#header ul li a {
	display: block;
	height: 25px;
	margin-top: 27px;
	color:#FFEE99;
	font-size: small;
	font-weight:bold;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	#header ul li a.m1 {
		margin-left: 50px; 
        margin-top: 27px;
		margin-bottom: 150px;
		font-size: 12px;
	}
  	#header ul li a.m1:hover {
	background-position: 0 -25px;
	color: #C93;
	text-decoration:underline;
  	}  
  	#header ul li.active a.m1 {
  		background-position: 0 -50px;  		
  	}

/* Footer */

#footer {
	position: relative;
	width: 800px;
	left: 0px;
	height: 25px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #CBB68B;
	border-bottom-color: #CBB68B;
	background-color: #000;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CBB68B;
	border-left-color: #CBB68B;
	}
#footer ul {
	position: relative;
	top: -25px;
	left: 0px;
	width: 800px;
	height: 80px;
	overflow: hidden;
	padding-left: 60px;
}
#footer ul li {
	float: left;
}
#footer ul li a {
	display: block;
	height: 25px;
	margin-top: 27px;
	color:#FFEE99;
	font-size: small;
	font-weight:bold;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	#footer ul li a.m1 {
		margin-left: 30px; 
        margin-top: 27px;
		font-size: 12px;
	}
  	#footer ul li a.m1:hover {
	background-position: 0 -25px;
	color: #C93;
	text-decoration:underline;
  	}  
  	#footer ul li.active a.m1 {
  		background-position: 0 -50px;  		
  	}






/* ------------ ORIGINAL CSS ----------------- */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #000000;
	background-color: #FFFFFF;
	background-position: 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
}
.logobox {
	background-color: #000000;
	border-top-width: 5px;
	border-right-width: 8px;
	border-bottom-width: 0px;
	border-left-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CBB68B;
	border-right-color: #CBB68B;
	border-bottom-color: #CBB68B;
	border-left-color: #CBB68B;
}
.clear {
	clear: both;
}
.bodybox {
	background-color: #CBB68B;
	border-top-width: 0px;
	border-right-width: 8px;
	border-bottom-width: 0px;
	border-left-width: 8px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CBB68B;
	border-right-color: #CBB68B;
	border-bottom-color: #CBB68B;
	border-left-color: #CBB68B;
}
.goldbox {
	background-color: #000;
	border-top-width: 0px;
	border-right-width: 7px;
	border-bottom-width: 8px;
	border-left-width: 7px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
a:visited {
	color: #630;
	text-decoration: none;
}
body,td,th {
	color: 000000;
}
a:link {
	color: #FFEE99;
	text-decoration: none;
}
a:active {
	color: #FFCC66;
	text-decoration: none;
}
a:hover {
	color: #996;
	text-decoration: underline;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;
}

h6 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: small;
	font-variant: small-caps;
	letter-spacing: 0.4em;
	text-align: left;
	word-spacing: normal;
	font-style: normal;
}
.subhead {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: small;
	font-variant: small-caps;
	letter-spacing: .4em;
	text-align: left;
	word-spacing: normal;
}
.Top_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	background-color: #360;
	margin: 0px;
	padding: 0px;
	border: 5px solid CBB68B;
}
.nav_bars {
	background-color: #CBB68B;
}
.Bottom_nav {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.copyright {
	position: relative;
	color: #000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 25px;
	display: block;
	text-align: center;
}

.copyright ul {
	float: none;
	text-align: center;
	padding-left: 85px;
}

.copyright ul li {
	float: left;
}
.copyright ul li a {
	color:#630;
	text-decoration:none;
}
  	.copyright ul li a:hover {
	color: #CBB68B;
	text-decoration:underline;
  	}  



.style2 {
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.body_enhanced {
	font-size: small;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
}
.body_tiny {
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style3 {font-family: Verdana, Arial, Helvetica, sans-serif}
.Left_nav {
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.bodytext {
	text-align: left;
}

