/* main structure */

body {
background: url("img/bkg.jpg") repeat-x;
background-color: #FFFFFF;
margin: 0px auto;
text-align: center;
min-width: 1000px;
width: 100%;
behavior: url(csshover2.htc); /* call hover behaviour file */
}


#main {
width: 840px;
margin: 0px auto;
}

#header {
position: relative;
top: 0px;
left: 0px;
width: 1000px;
height: 199px;
text-align: center;
margin: 0px auto;
}

#footer {
padding-top:20px;
height: 10px;
}

#footertext{
position: relative;
width: 829px;
color: #6d6765;
font-size: 12px;
font-family: helvetica, arial, sans-serif;
text-align: right;
margin: 0px auto;
}

#footertext a {
color: #6d6765;
font-size: 12px;
font-family: helvetica, arial, sans-serif;
font-weight: normal;
}


#footertext a:hover {
color: #577100;
}

 



/* content_structure */

#column_large {
float: left;
text-align: left;
margin-top: 50px;
width: 555px;
margin-right: 65px;
}


#column_small {
text-align: left;
padding-top: 12px;
padding-left: 12px;
margin-top: 50px;
margin-bottom: 20px;
float: left;
width: 208px;
height: auto;
}


#column_full {
text-align: left;
margin-top: 50px;
width: 835px;
float: left;
}


.sidebar {
position: relative;
width: 206px;
height: 23px;
padding-top: 4px;
padding-left: 7px;
font-family: helvetica, arial, sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
background-image: url('img/sidebkg.jpg');
background-repeat: no-repeat;
}


.formitem {
color: #5b5451;
width: 199px;
height: 60px;
background: #d9d7d5;
font-family: helvetica, arial, sans-serif;
font-size: 12px;
font-weight: bold;
line-height: 18px;
padding-top: 4px;
padding-left: 7px;
margin-bottom: 2px;

}


/* navigation */

#navcontainer {
position: absolute;
left: 0px;
top: 192px;
width: 100%;
height: 34px;
text-align: center;
margin: 0px auto;
min-width: 1000px;
}

#nav {
position: relative;
width: 770px; /* width of buttons x amount of buttons */
margin: 0px auto;
text-align: center;
}

ul {
list-style: none;
padding: 0;
margin: 0;
}

li.toplevel {
background: url("img/tabs_new.png") 0 0 no-repeat;
margin: 0px 0px 0px 0px; /* SPACING BETWEEN BUTTONS */
height: 34px;
}

li.toplevel:hover {
background: url("img/tabs_new.png") no-repeat;
background-position: center;
height: 34px;
}

li.toplevel:hover a {
color: #FFFFFF;
}

li {
float: left;
position: relative;
cursor: pointer;
}

li a {
display:block;
width: 110px; /* THIS IS THE WIDTH FOR THE BUTTONS */
text-align: center;
font-family: Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 11px;
line-height: 34px;
color: #FFFFFF;
margin-top: 4px;
text-decoration: none !important;
}

li a:hover {
color: #FFFFFF
}





/* font and color styling */

a {
color: #577100;
text-decoration: none;
font-weight: bold;
}

h4 a {
color: #000000;
}


h1 {
font-family: Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 20px;
color: #852b35;
margin: 0px 0px 0px 0px;
}

h2 {
font-family: Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 14px;
color: #3e382f;
margin: 6px 0px 0px 0px;
}


p {
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
line-height: 18px;
}




/* form_style */


label{
float: left;

width: 180px;
font-weight: bold;
color: #666;
font-family: Hevetica, Arial, Sans Serif;
line-height: 18px;
font-size: 12px;
}



input, textarea{
width: 300px;
margin-bottom: 5px;
margin-left:10px;

}

textarea{
width: 300px;
height: 50px;

}

.boxes{
width: 1em;
}

#submitbutton{
margin-top: 20px;
width: 90px;
}

br{
clear: left;
}



/* misc formatting */
img.floatRight {
float:right;
margin:6px;
}


img.floatLeft {
float:left;
margin:8px;
}



