/** BASIC */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #A9A9A9;
	text-align:center;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #746D12;
}



p, ol, ul {
	line-height: 130%;
}

a {
	color: #F47511;
}

a:hover {
	text-decoration: none;
	color: #746D12;
}
#container {
	width:780px;
	margin:0 auto;
	padding-top:15px;
	text-align:left;
}

/** HEADER */

#header {
	float: left;
}

#header h1 {
	margin:5px 0 0 0;
	text-transform:none;
	font-size:12px;
}

#header div.logo a {
	font-size:30px;
	text-decoration:none;
	text-transform: lowercase;
	color: #746D12;
}


/** CONTENT */

#content {
	clear: both;
	margin: 1em 0px;
	padding: 1em 0px;
	border-top: 3px dotted #CCCCCC;
}

#content h2, #content h3 {
	margin:5px 0 10px;
}

#left {
	float: left;
	width:565px;
}

#right {
	float: left;
	width: 200px;
	padding-left: 10px;
	border-left: 1px dashed #CCCCCC;
}
#right ul {
	margin:5px 0 15px 20px;
	padding:0;
}
#right h2 {
	margin:10px 0 0;
}

/** FOOTER */

#footer {
	clear: both;
}

#footer p {
	margin: 0px;
	border-top: 1px solid #CCCCCC;
	text-align: center;
	font-size: small;
	color: #CCCCCC;
}
#footer p a {
	color: #CCCCCC;
	text-decoration:none;
}





ul#form {
    clear: both;
	text-align:left;
	list-style-type:none;
}
#address_box {
    width: 360px;
}

.option {
    padding: 2px 0;
	color: #746D12;
}

#error {
	background-color: #fff;
	border-top: 1px solid #F47511;
	border-bottom: 1px solid #F47511;
	clear: both;
	color: #F47511;
	margin-top:10px;
}


#error p {
    margin: 5px;
}
#triggercontent {
	display:none;
	
}
