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

body {
 font-size: 11px;
 font-family: Arial, Helvetica, sans-serif;
 color: #545454;
 background-color: #495daa;
 margin-top: 0px;
}

#wrap {
 width: 737px;
 margin: 0px auto;
 background-image: url(images/background.gif);
 background-repeat: repeat-y;
}

#header {
 width: 737px;
 height: 248px;
 background-image: url(images/header.gif);
 background-repeat: no-repeat;
}

#menubar {
 width: 450px;
 height: 21px;
 position: absolute;
 top: 127px;
 margin-left: 10px;
}

#main-page-header {
 position: absolute;
 top: 190px;
 margin-left: 30px;
 text-align: left;
}

h1 {
 font-size: 14px;
 color: #ed1c24;
 font-weight: bold;
 text-align: left;
}

#left {
 width: 430px;
 margin-left: 30px;
 margin-bottom: 30px;
 text-align: justify;
 float: left;
}

#right {
 width: 180px;
 margin-right: 50px;
 text-align: justify;
 float: right;
}

#footer {
 width: 737px;
 height: 90px;
 background-image: url(images/footer.gif);
 background-repeat: no-repeat;
 text-align: center;
 color: #CCCCCC;
}

.clear {
 clear: both;
}

.style1 {
 color: #FFFFFF;
}

.style2 {
 color: #66181a
}

input {
 width: 95px;
 background-color: #FFFFFF;
 border: 1px solid #ed1d24;
 margin-bottom: 2px;
}

.checkbox {
 width: 20px;
 border: 0px;
}

textarea {
 width: 95px;
 background-color: #FFFFFF;
 border: 1px solid #ed1d24;
 margin-bottom: 2px;
}


.contact {
 width: 250px;
 background-color: #FFFFFF;
 border: 1px solid #ed1d24;
}

.button {
 width: 45px; 
 background-color: #66181a;
 border: 1px solid #ed1d24;
 color: #FFFFFF;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
position: relative;
margin: 0;
padding: 0;
list-style-type: none;
font-size: 11px;
text-align:center;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
width: 80px;
display: inline;
float: left;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 100%; /*Width of top level menu link items*/
padding: 3px 8px;
border: 0px solid #ffffff;
border-right: 0px solid #ffffff;
text-decoration: none;
color: #ffffff;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
padding: 0px 8px;
text-align: left;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: block;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
background-color: #491011;
color: #FFFFFF;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #ed1d24;
}

.suckertreemenu ul li a:hover{
background-color: #f4252a;
border: 1px solid #ffffff;
color: white;
font-weight: bold;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */
