

body {
	background:#2c1c50 url(http://198.63.46.119/images/bkg.jpg) top center repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.section_header {
	background:#FFFFFF url(http://198.63.46.119/images/hdr_about_us2.jpg) top right no-repeat;
}

a:link, a:visited {
	color: #757575;
	text-decoration: underlined;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

.mini_nav, .mini_nav a:link, .mini_nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #DDDDDC;
	text-decoration: none;
}
.mini_nav a:hover {
	color: #FFFFFF;
}
.main_nav, .main_nav a:link, .main_nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DDDDDC;
	text-decoration: none;
}
.main_nav a:hover {
	color: #FFFFFF;
}
.sub_nav, .sub_nav a:link, .sub_nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #757575;
	text-decoration: none;
}
.sub_nav a:hover {
	color: #000000;
}

.sub_nav_header, .sub_nav_header a:link, .sub_nav_header a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}
.sub_nav_header a:hover {
	color: #757575;
}

.quote, .quote a:link, .quote a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height:24px;
	color: #948ba6;
	text-decoration: none;
	margin-left:20px;
}
.quote a:hover {
	color: #29164d;
}


.breadcrumb a:link, .breadcrumb a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777777;
	text-decoration: none;
	margin-top: 5px;
}
.breadcrumb, .breadcrumb a:hover {
	font-size: 10px;
	color: #000000;
	margin-top: 5px;
}

.bodycopy_small1, .bodycopy_small1 a:link, .bodycopy_small1 a:visited {
	font-size: 11px;
	text-decoration: none;
}
.bodycopy_small2, .bodycopy_small2 a:link, .bodycopy_small2 a:visited {
	font-size: 10px;
	text-decoration: none;
}

h1 {
	font-size: 21px;
	font-weight: bold;
	color: #22123f;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #22123f;
	margin-bottom:0px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #22123f;
	margin: 0px 0px 0px 0px;
}

/* Remove the space after H2's and H3's */ 
h2 + p { margin-top: 0px; margin-bottom: 0px; }   
h3 + p { margin-top: -5px; } 

.bold_gold {
	color: #B3A72C;
	font-weight: bold;
}

.header1 {
	font-size: 15px;
	font-weight: bold;
	color: #22123f;
	margin-bottom:10px;
}

input {
	color:#646867;
	margin-top: 3px;
	width: 150px;
	font-size:10px;
	padding-left:3px;
	/*background-color: #eceade;*/
	/*border: solid 1px; #ac9f19;*/
}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	color:#646867;
	margin-top: 3px;
	width: 150px;
	font-size:10px;
	padding-left:3px;
	/*background-color: #eceade;*/
	/*border: solid 1px; #ac9f19;*/
}
select {
	color:#646867;
	margin-top: 3px;
	width: 150px;
	/*background-color: #eceade;*/
	/*border: solid 1px; #ac9f19;*/
	font-size:10px;
}
.submit {
}








/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px;
	top:0px;
	z-index:2;
	}

.transMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.transMenu .item {
    color:#FFFFFF;
    font-size:10px;
    font-family:arial;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	-moz-opacity:.8;
	filter:alpha(opacity=80);
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px;
	width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px;
	height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	background:#FFD280;
	color:#000000;
	font-weight: bold;
	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:10px;
	}





/* Navigation */
#nav {
	display:inline;
	margin:0px;
	padding:0px;
	width:95%;
	border-top:0px solid red;
	height:0px;
	margin:auto;
}
#nav li {
	height:24px;
	list-style-type:none;
	/* xbackground:url(http://198.63.46.119/images/pxl_clr.gif) repeat-x left center; */
	/* xwidth:78px; */
	border-right:0px solid white;
	padding-right:15px;
	text-align:center;
	float: left;
}
#nav li a {
	 /* xwidth:78px; */
	 height:24px;
	 padding-top:5px;
	 background: transparent url(http://198.63.46.119/images/pxl_clr.gif) repeat-x;
	 background-position: top left;
	 display:block;
	 text-decoration:none;
	 color:#ffffff;
	 font-weight:bold;
	 float:left;
}
#nav li a:hover {
	display:block;
	 background: transparent url(http://198.63.46.119/images/pxl_clr.gif) repeat-x;
	 background-position: top left;
	 z-index:300;
}
.bg {
	background: transparent url(http://198.63.46.119/images/pxl_clr.gif) repeat-y;
}
.nav-border {
	/*border-top:1px solid white;*/
}
/******************** side nav ********************/
 #navlist {
	margin-left: 0;
	padding-left:0;
	xpadding-top:0;
	margin-top:0;
	text-transform: uppercase;
	list-style: none;
}
#navlist li {
	line-height:12px;
	padding-top:1px;
	padding-bottom:3px;
	border-bottom:1px solid #CCCCCC;
	text-decoration:none;
}
#navlist a {
	padding-left: 20px;
	padding-top:1px;
	padding-bottom:3px;
	font-size:9px;
	font-weight:bold;
	color:#7A7A7A;
	text-decoration: none;
	background-image: url(http://198.63.46.119/images/pxl_clr.gif);
	background-repeat: no-repeat;
	background-position: 0px;
}
#navlist li a:link {
	padding-left: 20px;
	text-decoration:none;
	color:#7A7A7A;
	background-image: url(http://198.63.46.119/images/pxl_clr.gif);
	background-repeat: no-repeat;
	background-position: 0;
}
#navlist li a:hover {
	padding-left: 20px;
	text-decoration:none;
	color:#4A4545;
	background-image: url(http://198.63.46.119/images/pxl_clr.gif);
	background-repeat: no-repeat;
	background-position: 0;
}

x* html #nav li {height:24px;he\ight:24px;width:100px;w\idth:98px}/* box model hack*/
x* html #nav li a{height:24px;he\ight:24px}/* box model hack*/
