p, h1, h2, h3, h4, h5, h6, h7, body, table, tr, td, th, form, input, img, div {
	margin: 0px;
	padding: 0px;
}

body {
margin: 0;
padding: 0;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
background: #636363;
min-width: 1000px;
}

h1{
font-size:18px;
}

#outter-container {
width: 90%;
margin: 0 auto;
text-align: center;
}

a {
color: #FFFFFF;
}

/* MASTHEAD STYLES */

#masthead {
margin-top: 30px;

}

#masthead a {
width: 333px;
height: 136px;
display: block;
background: url(../images/logo.gif) no-repeat 0 0;
position: absolute;
top: 30px;
left: 5%;
}

/* MAIN NAV STYLES */

#navigation {
background: #e7a345;
border-top: 1px solid #ab8653;
border-bottom: 1px solid #a18155;
float: left;
font-family: "Times New Roman", Times, serif;
width: 100%;
margin-top: 74px;
}

#navigation ul {
margin: 0 0 0 330px;
padding: 0;
height: 29px;
}

#navigation ul li {
float: left;
list-style: none;
height: 29px;
border-right:1px solid #000000;
position:relative;
}

#navigation ul li a {
display: block;
color: #000000;
text-decoration: none;
font-size: 14px;
height:24px;
padding:5px 6px;
}

#navigation ul li a:hover {
background: #f8b354;
height: 18px;
}

#navigation ul li ul {
position: absolute;
z-index: 1000; /* Started: 50; tried: 1000, -1  */
top: 29px;
left: 0;
margin: 0;
padding: 0;
width: 300px;
display: none;
}

#navigation ul li:hover ul, #navigation ul li.hover ul {
display: block;
}

#navigation ul li ul li {
float: none;
text-align: left;
border: none;
background: #f4e28e;
border: solid 1px #FFFFFF;
border-left: solid 2px #FFFFFF;
border-right: solid 2px #FFFFFF;
}

#navigation ul li ul li a {
height:18px;
}

/* CONTENT STYLES */

#content {
clear: both;
padding: 45px 0 0 60px;
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: left;
}

#content p {
margin: 15px 0 0;
}

#content #content-column {
width: 45%;
float: left;
}

#content #gallery-panel {
margin-left: 50%;
}

#news {
margin: 45px 0 0 0;
padding: 0 0 0 10px;
width: 342px;
height: 108px;
background: url(../images/news_box.gif) no-repeat 0 0;
position: relative;
}

#news strong {
font-family: "Times New Roman", Times, serif;
font-size: 16px;
font-weight: normal;
color: #000000;
position: absolute;
top: 4px;
left: 10px;
}

#news p {
position: absolute;
bottom: 10px;
left: 10px;
}

#news p a {
text-decoration: none;
}

#news p a:hover {
text-decoration: underline;
}


/* FOOTER STYLES */

#footer {
width: 100%;
margin: 0 0 20px;
color: #bcbcbc;
clear: both;
padding: 20px 0 0;
}

#footer a {
color: #bcbcbc;
text-decoration: none;
}

#footer .info ul {
background: #a9a8a8;
font-family:"Times New Roman", Times, serif;
font-size: 15px;
padding:0;
border: 1px solid #000000;
}

#footer .info ul li {
color: #000000;
line-height: 25px;
border: none;
padding: 0 20px;
}

#footer ul {
margin: 20px 0 15px;
}

#footer ul li {
display: inline;
border-left: 1px solid #888888;
padding: 0 7px;
}

#footer ul li.first {
border: none;
}

#footer ul li a {
color: #FFFFFF;
text-decoration: none;
}

#footer ul li a:hover  {
text-decoration: underline;
color: #FFFFFF;
}

.hidden {
display: none;
}

a img {
border: none;
}

.box {
float: left;
width: 30%;
padding:1% 0;
text-align:center;
}

fieldset {
border: none;
}

legend {
font-weight: bold;
}

fieldset label {
float: left;
width: 15em;
}

fieldset textarea {
width: 320px;
height: 180px;
}