/* CSS Document */

body {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px; 
    color: #3d2d28;
	 background: white url(../images/body-bg.gif) repeat-x scroll 0pt 80px;
	 height: 100%; width: 100%;
	 padding: 0px;
	 margin: 0px;
}
a {
	text-decoration: underline;
	color: #3d2d28;
   cursor: pointer;
}
a:hover {
    color: #213d3d;
}
ul {
    font-size:12px;
    margin: 15px 0px;
    padding: 0px;
    color: #464646;
    font-weight: normal;
	 list-style: none;
    
}
li {
    margin: 10px 0px 0px 0px;
	 padding-bottom: 10px;
	 padding-left: 25px;
	 background: url(../images/ul-item.gif) no-repeat left top;
}
ul ul {
	padding-left: 20px;
	font-size:11px;
	list-style: square;	
}
dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    
}
h1 {
	font-size: 1.4em;
	color: #404040;
	margin: 0em 0 0.6em 0;
	padding-top: 0.2em;
	padding-left: 25px; 
	background: url(../images/h1-bg.gif) no-repeat left;
	font-family: "Trebuchet MS";
}
h1 span {
	color: #356a6a;
}
h1 a {
	 color: #98cd09;
}
h1 a:hover{
     text-decoration: underline;
}
h2 {
	font-size: 12px;
	color: #550000;
	margin: 0.2em 0 0.2em 0;
	line-height: 16px;
}
h2 span {
	font-style: italic;
	font-weight: normal;
}
h3 {
	font-size: 1em;
	color: #484848;
	margin: 0.2em 0;
}
h4,h5,h6 {
	font-size: 1em;
	margin: 0.2em 0;
    color: #722F2A;
}
hr {
	height: 1px;
	border: none;
	border-bottom: 1px #cab1a4 solid;
	margin: 0em 0 1em 0;
	padding: 0.8em 0 0 0;
}
p, pre {
	font-size: 11px; 
   line-height: 14px;
	text-align: justify;
	margin: 0em;
	padding: 0.3em 0em 0.3em 0em;
	color: #494949;
}
address {
	font-style: italic;
	display: block;
	margin: 5px 0px 5px;
	padding: 0px;
	font-size: 1.1em;
}
input, textarea {
	border: 1px #336667 solid;
	font-size: 11px;
	padding: 2px;
	height: 13px;
	width: 100%;
}
/*--------------------------------------------------------------------------------------*/
#container{
    margin: 0px auto;
	 margin-bottom: 0px;
    width: 660px; 
}

#main {

	
}
#header {
	padding: 0px 0px 0px 0px;
	position: relative;
	height: 243px;
}

#header ul {
	position: absolute;
	list-style: none;
	margin: 10px 0px 0px 0px; padding: 0px;
}
#header ul li{
	background: transparent url(../images/header-menu-li-bg.gif) no-repeat left center;
	color:white;
	display:inline;
	font-size:13px;
	line-height:58px;
	padding: 15px 5px;
	margin: 0px;
}
#header ul li a {
	padding: 10px 15px;
	background: transparent url(../images/header-menu-li.gif) no-repeat center 0px;
	text-decoration: none;
}
#header ul li a:hover {
	background: transparent url(../images/header-menu-li.gif) no-repeat center 2px;
}
#header #logo{
	width: 255px; height: 161px;
	background: white;
	position: absolute;
	top: 81px; left: 0px;
}
#header #logo h1{
	margin: 48px 0px 0px 0px;
	padding: 0px;
	line-height: 20px;
	background: none;
}
#header #logo img{
	margin: 50px 20px 0px 40px;
	padding: 0px;
}
#footer {
	padding: 30px 20px;
	color: #6e8686;
	font-size: 11px;
}

#footer a{
	color: #6e8686;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
#xm-footer {
	color: #bebebe;
}
#xm-footer a{
	color: #bebebe;
}
#main {
	background: white url(../images/main-bg.gif) repeat-y 255px;	
}
#main table {
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 1px 1px;
}

#main table td {
	padding: 20px;
	vertical-align: top;
}
#main table .left-block {
	width: 213px;
	background: #336667;
}
.left-block h1,.left-block h2, .left-block p, .left-block address {
	color: white;
}
.left-block h1 {
	background: url(../images/h1-left-block-bg.gif) no-repeat left;
}
.left-block h1 span {
	color: #eaedcc;
}
.left-block h2 {
	font-size: 13px;
}
.left-block a {
	color: #FFFFF2;
}
.left-block a:hover {
	color: #FFFF99;
}

div.more, div.back {
	margin: 1em 0px 1em 0px;
	font-style: normal;
	font-size: 0.95em;
	text-align: right;
	text-transform: lowercase;
}
div.more a, div.back a {
	
	text-decoration: none;
	padding: 0 0 2px 15px;
	background: transparent url(../images/link-more.gif) no-repeat left center;
}
div.back a {
    background: url(../images/link-back.gif) no-repeat left center;
}
div.more a:hover, div.back a:hover {
	text-decoration: underline;
}

.input-label {
	margin:  0 0 0.5em 0;
	padding: 0.5em 0 0 0;
	font-size: 0.9em;
	color: #4C4C4C;
}
.input-label input{
	margin-top: 3px; 
}
.required {
	color: #c4453d;
	font-weight: bold;
}
input.button {
	width: auto;
	background: url(../images/ul-item.gif) no-repeat 4px;
	padding: 0px 10px 6px 20px;
	height: 35px;
	width: 80px;
	font-size: 2em;
	font-family: monotype corsiva, times new roman;
	font-style: italic;
	cursor: pointer;
}

.border {
	border-color: #336667;
	border-style: solid;
	border-width: 1px;
}


