* {
padding: 0;
margin: 0;
}
html, body {
height: 100%;
}
body {
	font-family: "lucida sans", verdana, arial, helvetica, sans-serif;
	font-size: 75%;
	background-image: url(../images/bgsite.jpg);
	background-position: top center;
}
h1 {
font-size: 1.4em;
padding: 10px 10px 0;
}
p {
padding: 0 0 1em;
}
#container {
min-height: 100%;
width: 966px;
margin: 0 auto;
background-image: url(../images/bg-ds-customs.gif);
background-position: top center;
border-left: 2px solid #666;
	border-right: 2px solid #666;
}
* html #container {
height: 100%;
}


/**********************************/
/************* top nav ************/
/**********************************/


#sidebar1top {
	
	width: 186px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	height: 448px;
	background-image: url(../images/bg-nav-custom.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0 0 0 780px; 
}
#sidebar1top #navlist {
	text-align: right;
	
}

#sidebar1top ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#sidebar1top a
{
display: block;
padding: 3px 0px 3px 0px;
width: 100%;
/*border-bottom: 1px solid #eee;*/
font-size: 11px;
color: #FFFFFF;
}

#sidebar1top a:link, #sidebar1top a:visited
{
color: #EEE;
text-decoration: none;
}

#sidebar1top a:hover
{
background-color: #996600;
color: #EEDDB2;

}

#sidebar1top li img
{
border: 0;
}




/**********************************/
/*********** main content *********/
/**********************************/

#maincontent1 { 
float: left; /* since this element is floated, a width must be given */
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1top div contains, the column space will remain. You can remove this margin if you want the #formContent1 div's text to fill the #sidebar1top space when the content in #sidebar1top ends. */
	padding: 38px 25px 22px 24px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../images/bg-content-custom.gif);
	height: 388px;
	width: 731px;
} 




.scrollable {
height: 366px;
overflow: auto;	
border: solid #000000 1px;
padding: 10px;
}

.scrollable strong {
color: #594726

}

/**********************************/
/*********** form content *********/
/**********************************/

#formcontent1 {
	/*background-image: url(../images/bg-ds-bott1.jpg);
	background-position: center top;
	background-repeat: no-repeat;*/
	height: 238px;
	margin: 0 0 0 0;
	
	width: 780px;
}

#formpad {padding: 25px;
text-align: right}


/**********************************/
/*********** bottom nav ***********/
/**********************************/

#sidebar1bottom {
	/*float: left;*/
	float: right;
	width: 186px;
	background-image: url(../images/bg-bott-contact-customs.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 238px;
}

#sidebar1bottom .info { 
	padding-top: 50px;
	text-align: center;
	
}

#sidebar1bottom .info a, a:visited {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar1bottom .info a:hover {
	color: #EEDDB2;
	text-decoration: underline;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/**********************************/
/******** layout elements  ********/
/**********************************/

.navhline1 {
	height: 1px;
	border-top: dotted #FFFFFF 1px;
	

}
.navhline2 {
	height: 1px;
	border-top: dotted #FFFFFF 1px;
	margin-top: 1px;

}
#navtop {
	height: 1px;
	border-bottom: dotted #FFFFFF 1px;
	padding-top: 115px;

}
.foot {
	font-size: 9px;
	color: #F7CE8C;
	text-align: left;
	margin: 0;
	width: 780px;
}

#active {
	background-color: #000000;
}


a:link {
	color: #6B4208;
}
a:visited {
	color: #6B4208;
}
a:hover {
	color: #000000;
}
a:active {
	color: #6B4208;
}