@charset "utf-8";

body {
	background-color: #1a1a1a;
	background-image: url(/images/background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}
html, body, table, ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#Wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#Header {
	width: 900px;
	height: 115px;
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C8B968;
}
#Navigation {
	padding-right: 15px;
	padding-left: 15px;
	background-color: #C8B968;
	border: 1px solid #FFF;
}
#HeaderPhoto {
	padding-right: 1px;
	padding-left: 1px;
}
#Content {
	width: 900px;
	background-image: url(/images/content-background.jpg);
	background-repeat: no-repeat;
}
#Content #Sidebar {
	float: left;
	width: 200px;
	padding-left: 25px;
	padding-right: 25px;
}
#Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	background-image: url(/images/footer-background.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#Content #Headline {
	float: right;
	width: 637px;
}
#Headline h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	font-style: italic;
	color: #A79636;
	padding: 0px;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
}
#Content #MainColumn {
	float: right;
	width: 575px;
	padding-right: 50px;
	padding-left: 25px;
}
.clear {
	clear: both;
	height: 50px;
}
#MainColumn p, #MainColumn td {
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}
#MainColumn p{
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 15px;
}
#MainColumn h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #b2a24e;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-transform: none;
	font-variant: normal;
	font-weight: bold;
}
#MainColumn a {
	color: #06C;
	text-decoration: underline;
}
#MainColumn a:hover {
	color: #000;
	text-decoration: underline;
}
#MainColumn ul, #MainColumn ol {
	margin-top: 0px;
	padding-top: 0px;
}
#MainColumn li {
	line-height: 22px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	margin-top: 0px;
	padding-top: 0px;
}
#Sidebar li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
	text-decoration: none;
}
#Sidebar li a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	text-decoration: underline;
}
#Sidebar ul {
	margin-right: 10px;
	padding-right: 0px;
	padding-left: 20px;
	margin-left: 0px;
	list-style-type: none;
	margin-top: 8px;
	margin-bottom: 0px;
	padding-top: 0px;

}
#Sidebar li {
	padding-top: 4px;
	padding-bottom: 7px;
	line-height: 16px;
	
}

#Sidebar ul .selected-topitem-with-subitems {
	list-style-type: none;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-bottom-color: #999;
	color: #000;

}
#Sidebar ul .selected-topitem a {
	color: #000;
}
#Sidebar ul .selected-topitem {
	list-style-type: none;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-bottom-color: #999;
	color: #000;

}
#Sidebar ul .selected-topitem-with-subitems a {
	color: #000;
}
#Sidebar ul .selected-subitem {
	list-style-type: square;
}

#Content #SidebarWrapper {
	float: left;
	width: 180px;
}

#Content #Breadcrumb {
	float: left;
	width: 180px;
	padding-left: 40px;
	padding-right: 30px;
	
}
#Sidebar .horzLine {
	height: 0px;
	border-bottom-width: 4px;
	border-bottom-style: double;
	border-bottom-color: #E9E5E4;
	margin-bottom: 25px;
}
.returnButton {
	font-size: 12px;
	color: #000;
	background-color: #EFEBEA;
	padding: 3px;
	width: auto;
	border: 1px solid #999;
	text-decoration:none;
}
form {
	margin: 0px;
	padding: 0px;
}
#Sidebar .hide-subnavigation {
	display: none;
}
#Sidebar .show-subnavigation {

}
.borderTable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-spacing: 0;
    border-collapse: collapse;
}
.borderTable td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

.button {
	background-color: #FFF;
	border: 1px solid #666;
	font-weight: bold;
	font-size: 12px;
}
#Header .headerNav {
	float: right;
	font-size: 12px;
	margin-top: 15px;
	margin-right: 20px;
	text-align: right;
	width: 600px;
}
#Header .headerNav a {
	font-size: 12px;
	color: #000;
} 
#Header .logoSpacer {
	float: left;
}
#Header .headerSearch {
	float: right;
	margin-top: 15px;
	margin-right: 20px;
}
#Header .button {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	border: 1px solid #CCC;
	font-size: 11px;
}
.required {
	color: #900;
}
.SPMcontrol {
	display: none;
}
.gsc-input {
	background-image: none !important;
}
