@import url('/templates/css/menus/horizontal_dd_default.css');

body {
	padding:0px;
	margin:0px;
	color:#333333;
	background-image:url(/templates/images/custom_spit/body.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	background-color:#dbe5cf;
}

body, table {
	font-family:Verdana, Helvetica;
	font-size:11px;
}

#wrapper {
	margin:auto;
    min-height: 100%;
	background-image:url(/templates/images/custom_spit/header.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:100%;
	min-width:1000px;
}

#container {
	width:1000px;
    height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
	margin:auto;
}

html>body #container {
	height: auto;
}

#menu {
	padding:0px;
	margin:0px;
	float:left;
	height:30px;
	margin-left:70px;
	margin-bottom:15px;
	padding-top:157px;
}

#menu ul {
	padding:0px;
	margin:0px;
	text-align:left;
	font-family:Verdana, Arial, sans-serif;
}

#menu > ul {	
	background-image:url(/templates/images/custom_spit/menu_end.png);
	background-position:top right;
	background-repeat:no-repeat;
	padding-right:47px;
	height:40px;
}

#menu > ul > li > ul {
	margin-top: -10px;	
	left: 1px;
}

#menu ul ul {
	background-color: #000;	
}

#menu > ul > li {
	padding:0px;
	margin:0px;
	display: inline;
	background-image:url(/templates/images/custom_spit/menu.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:35px;
	height:30px;
	margin-left:0px;
	float:left;
	padding-top:10px;
}

#menu a {
	color:#FFFFFF;
}

#menu > ul > li > a {
	padding:0px;
	margin:0px;
	font-weight:bold;
	font-size:13px;
	height:30px;
}

#menu > ul > li.current {
	background-image:url(/templates/images/custom_spit/menu_over.png);
}

#menu > ul > li.first{
	background-image:url(/templates/images/custom_spit/menu_first.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:20px;
	height:30px;
}

#menu a.current, #menu a:hover{
	color:#e03207;
}

#pages {
	font-family:Verdana, Arial, sans-serif;
	font-weight:bold;
	padding:0px;
	margin:0px;
	margin-left:90px;
	margin-right:70px;
	clear:both;
	width:1000px;
}

#pages li {
	list-style-position:inside;
	margin-top:0;
	padding:0px;
	margin:0px;
	display: inline;
}

#pages ul {
	font-weight:normal;
	padding:0px;
	margin:0px;
	list-style:none;
	text-align:left;
}

#pages a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:20px;
}

#pages a:hover {
	color:#d9e5d9;
}

#pages a.current {
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

#breadcrumbs {
	margin-top:22px;
	padding-left:7px;
	position: absolute; /* keep breadcrumbs on same level as page title */
}

#breadcrumbs ul.pagelist{
	
}

#breadcrumbs ul.pagelist a{
	padding-bottom:2px;
	text-decoration:none;
}

#content {
	text-align: left;
	margin: 0px;
	padding:0px;
	clear:both;
	padding-top:5px;
	min-height:150px;
	padding-left:80px;
	padding-right:80px;
}

#content a {
	text-decoration:underline;
	color:#e03207;
}

#content a:hover {
	color:#6c5ba5;
}

#content h1, h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#content h1 {
	padding:0px;
	margin:0px;
	font-size:25px;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	text-align:right;
	margin-right:40px;
	padding-top:20px;
	padding-bottom:20px;
}

#content h2 {
	padding:0px;
	margin:0px;
	font-size:20px;
	color:#e03207;
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;
	padding-bottom:10px;
}

#content img {
	margin:5px;
}

#footer {
	font-size:10.5px;
	line-height:19px;
	text-align: center;
	clear: both;
	voice-family: "\"}\"";
	voice-family:inherit;
	position:relative;
	width:1000px;
	bottom:0px;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	color:#333333;
	padding-top:30px;
	margin:auto;
	padding-bottom:10px;
}

#footer a{
	text-decoration:none;
	font-weight: bold;
	color:#333333;
}

#footer a:hover {
	color:#e03207;
}

hr {
	border-width: 1px 0 0 0;
	border-style:solid;
	border-color:#e03207;
	height: 0;
}