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

HTML {}
BODY {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

H1 {
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	color: #de5e1f;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 3px;
	margin: 0px;
}
H2 {
	font-size: 13px;
	text-transform: uppercase;
	color: #555555;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top: 25px;
}
H3 {
	font-size: 18px;
	font-weight: normal;
	color: #de5e1f;
	margin-top: 23px;
}
H4 {}
H5 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
H6 {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 8px;
	margin-bottom: 0px;
}

IMG { border: none; }

.err {
	font-size: 12px;
	font-weight: bold;
	color: #de5e1f;
	background-color: #FBD3D0;
	border: 1px dashed #4E7122;
	padding: 15px;
}
.width {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.grey {
	color: #CCCCCC;
}
.darkgreen {
	color: #de5e1f;
}
.lightgreen {
	color: #DC8256;
}

#header {
	background-image: url(../img/layout/header-bar.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 65px;
}
#header #logo {
	float: left;
	margin-top: 18px;
}
#header #menu {
	float: right;
	font-size: 13px;
	color: #de5e1f;
	margin-top: 20px;
}
#header #menu A {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header #menu A:HOVER {
	color: #de5e1f;
}
#header #menu A.norm {
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #de5e1f;
}
#header #menu A.end {
	padding-left: 20px;
}
#header #menu #submenuspacer {
	position: absolute;
	padding-top: 21px;
	z-index: 501;
	background-color: none;
	display: none;
}
#header #menu DIV.dropdownmenu {
	font-size: 11px;
	display: none;
	z-index: 501;
	position: absolute;
}
#header #menu DIV.dropdownmenu A {
	display: block;
	margin: 0px;
	height: 25px;
	width: auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	background-image: url(../img/layout/submenu-bg.png);
	line-height: 25px;
}
#header #menu DIV.dropdownmenu A:HOVER {
	background-color: #000000;
	text-decoration: none;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #de5e1f;
	background-image: none;
}

#page {
	background-image: url(../img/layout/content-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 20px;
	padding-bottom: 40px;
	background-color: #E7E8E9;
}
#page .greenbox {
	background-image: url(../img/layout/green-box-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 16px;
	padding-right: 20px;
	padding-bottom: 16px;
	padding-left: 20px;
	text-align: left;
}
#page .greenbox A {
	color: #FFFFFF;
}
#page .greenbox A:HOVER {
	text-decoration: none;
}
#page .whiteborder {
	border: 3px solid #FFFFFF;
}
#page #panel {
}
#page #panel .left {
	float: left;
}
#page #panel .right {
	float: right;
}
#page #panel #contact {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}
#page #panel #contact A {
	color: #000000;
	text-decoration: none;
}
#page #panel #contact A:HOVER {
	color: #de5e1f;
}
#page #panel DIV.cycle {
	margin-top: 15px;
	height: 205px;
	overflow: hidden;
	width: 635px;
	z-index: 100;
}
#page #panel DIV.cycle SPAN {
	display: none;
}
#page #panel #pane {
	width: 635px;
}
#page #panel #nocycle {
	margin-top: 15px;
	height: 100px;
	width: 635px;
	z-index: 100;
}

#page #content {
	clear: both;
}
#page #content #main {
	float: left;
	width: 638px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}
#page #content #main #mainpadd {
	margin-right: 20px;
}
#page #content #side {
	float: right;
	width: 300px;
}
#page #content P {
	font-size: 12px;
	line-height: 16px;
}
#page #content A {
	color: #de5e1f;
}
#page #content A:HOVER{
	text-decoration: none;
}
#page #content UL {
	margin: 0px;
	padding: 0px;
}
#page #content UL LI {
	font-size: 12px;
	list-style-type: none;
	padding-left: 27px;
	background-image: url(../img/icons/silkicons/bullet_orange.png);
	background-repeat: no-repeat;
	background-position: 5px -1px;
	margin-bottom: 6px;
}
#page #content TD {
	font-size: 12px;
}
#page #content .input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	width: 450px;
}
#page  #content  .txtarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	width: 606px;
}
#page #content .button {
	background-color: #de5e1f;
	border: 3px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#page #content .bord01 {
	border: 3px solid #FFFFFF;
}
#page #content .bord02 {
	border: 2px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 3px;
}

#page #content #side UL {}
#page #content #side UL LI {
	padding-bottom: 8px;
}

#footer {
	background-image: url(../img/layout/footer-bar.gif);
	clear: both;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #3B3A3B;
	padding-top: 25px;
	padding-bottom: 40px;
	color: #FFFFFF;
	font-size: 11px;
}
#footer TD.padd-r {
	padding-right: 20px;
	vertical-align: top;
}
#footer TD.padd-l {
	padding-left: 20px;
	vertical-align: top;
}
#footer TD.padd {
	padding-right: 20px;
	padding-left: 20px;
	vertical-align: top;
}
#footer TD.lines {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #555555;
	border-left-color: #555555;
}
#footer A {
	color: #de5e1f;
}
#footer A:HOVER {
	text-decoration: none;
}
#footer H5 {
	font-size: 14px;
	font-weight: normal;
	color: #999999;
}
#footer OL {
	margin: 0px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#footer OL LI {
	font-size: 11px;
	margin-bottom: 8px;
}
