@charset "utf-8";
body {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:16px;
	background-image:url(/Images/goldbackground.jpg);
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

a:visited {color:#995533;}
a:active {color:#000000;}
a:link {color:#662200;}
a:hover {color:#000000;}



/* Divs */
.main #container {
	width: 930px;
	margin: 0 auto;
	text-align: left;
}
.main #header {
	padding-top:10px;
	padding-bottom:20px;
}
.main #mainContent {
	padding-top:5px;
	padding-bottom:25px;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:20px;
	height:auto;
	background-image:url(/Images/Faded_Content.png);
}
.imagebox {
	float:left;
	width:365px;
	height:550px;
	padding-top:20px;
	padding-left:20px;
	padding-right:25px;
	margin-bottom:20px;
}
.textbox {
	text-align:left;
	height:550px;
	width:450px;
	overflow:auto;
	padding-right:20px;
	margin-top:20px;
	margin-bottom:20px;
}
.main #footer {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	padding-top:5px;
	text-align:center;
}

/* Text */
.sectiontext {
	font-family:"Trajan Pro", "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:32px;
}
.sectiontext2 {
	font-family:"Trajan Pro", "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:26px;
}
.sectiontextsmaller {
	font-family:"Trajan Pro", "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:24px;
}
.sectiontextsmaller2 {
	font-family:"Trajan Pro", "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:18px;
}
.sectiontextsmaller3 {
	font-family:"Trajan Pro", "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
	color:#000000;
}
.smallertext {
	font-family:"Trajan Pro", "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:14px;
}

/* Menu */
.menu {
	margin: 0 auto;
	width:930px;
	height:32px;
	padding-top:0px;
	padding-bottom:15px;
	position:relative;
	z-index:100;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:900px;
	w\idth:900px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	text-align:left;
}
.menu ul ul {
	width:auto;
	text-align:left;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:auto;
	position:relative;
	text-align:center;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	text-decoration:none;
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	width:auto;
	height:30px;
	padding:0px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:auto;
	w\idth:auto;
}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#FFFFF0;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#FFFFF0;
	color:#000000;
}
.menu ul ul :hover > a.drop {
	background:#FFFFF0;
	color:#000000;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#FFFFF0;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#FFFFF0;
	color:#000000;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:50px;
	left:5px;
	width:120px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:30px;
	t\op:31px;
}
/* position the third level flyout menu */
.menu ul ul ul{
	left:120px;
	top:-1px;
	width:120px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-120px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#FFFFF0;
	color:#662200;
	height:auto;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	width:120px;
	text-align:left;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:120px;
	w\idth:120px;
}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#000000;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#000000;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible;
	color:#000000;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
	color:#000000;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
	visibility:visible;
	color:#000000;
}
