/* reset margin and padding to 0 for all elements */
html, body, p, h1, h2, h3, h4, h5, h6, div, ul, li {
margin: 0;
padding: 0;
}

/* This fixes an IE bug that caused awkward text-resizing */
html {
font-size: 100%;
}

body {
text-align: left;
font-size: 0.8em;
font-family: Verdana, Arial, Helvetica, sans-serif;
background: url(/img/bkg-main.gif) repeat-y #5d5d5d;
}

a {
text-decoration: underline;
font-style: italic;
color: #485b5f;
}

a:hover {
}

li {
margin-left: 1em;
}

/* this prevents images from disappearing in IE 6 */
img { 
position: relative;
border: none; /* and this removes image borders unless explicitly set */
}

h1 {
color: #485b5f;
font-size: 280%;
font-weight: normal;
margin-bottom: 18px;
line-height: 100%;
}

h2 {
color: #485b5f;
font-size: 200%;
font-weight: normal;
margin-bottom: 12px;
}

h3 {
color: #485b5f;
text-transform: uppercase;
font-size: 95%;
margin-bottom: 0.1em;
letter-spacing: 0.2em;
font-weight: bold;
margin-bottom: 4px;
}

#header {
}

#siteid {
height: 92px;
width: 845px;
}

#sidebar {
float: left;
text-align: center;
width: 190px;
}

#mainmenu {
color: white;
margin-bottom: 2em;
font-family: Georgia;
text-align: right;
}

#mainmenu a {
color: white;
display: block;
line-height: 10px;
}

#mainmenu li {
margin: 0;
list-style-type: none;
margin-top: 5px;
}

#mainmenu li li {
margin-top: 0;
}

#sidebar hr {
width: 164px;
margin: 0 auto;
padding: 5px 0;
border: 0;
clear: both;
height: 2px;
background: url(/img/bevel.png) no-repeat center center;
}

#facebook,
#youtube,
#mailing-list {
float: left;
display: block;
text-indent: -5000px;
overflow: hidden;
}

#facebook {
width: 99px;
height: 35px;
margin: 2px 2px 0 10px;
background: url(/img/facebook.png) no-repeat;
}

#youtube {
width: 66px;
height: 35px;
margin: 2px 10px 0 3px;
background: url(/img/youtube.png) no-repeat;
}

#mailing-list {
width: 167px;
height: 32px;
float: none;
margin: 0 auto;
background: url(/img/joinmail.png) no-repeat;
}

#footer {
text-align: center;
margin-left: 200px;
}

#creditlink {
float: right;
}

#page {
text-align: left;
width: 845px;
}

#content {
margin-left: 204px;
min-height: 200px;
font-family: Georgia, "Times New Roman", Times, serif;
padding-top: 40px;
padding-left: 20px;
padding-right: 175px;
padding-bottom: 70px;
color: #252525;
line-height: 125%;
}

.preload {
display: none;
}

.clear {
clear: both;
}

a#contactus {
color: white;
display: block;
margin: 9em 0 .5em;
font-family: Georgia;
text-transform: uppercase;
letter-spacing: 2px;
}

.Heading {
color: #485b5f;
font-size: 280%;
font-weight: normal;
margin-bottom: 18px;
}

.SubHead {
color: #485b5f;
font-size: 200%;
font-weight: normal;
margin-bottom: 12px;
line-height: 100%;
}

.SubHead2 {
color: #485b5f;
text-transform: uppercase;
font-size: 95%;
margin-bottom: 0.1em;
letter-spacing: 0.2em;
font-weight: bold;
margin-bottom: 4px;
}

.caption {
font-style: italic;
color: #252525;
font-size: 90%;
}

#header a {
padding: 0;
height: 92px;
display: block;
}

.categoryname {
font-size: 100%;
font-weight: normal;
text-transform: uppercase;
font-family: Verdana, Arial, Helvetica, sans-serif;
letter-spacing: 0.1em;
}

/* contact us */

.contactus a {
color: #485b5f;
}

.contactus li {
list-style-type: none;
margin: 0;
}

.contactus select {
margin: 1em 0;
}

.contactus input,
.contactus textarea,
.contactus select {
display: block;
}

.contactus textarea {
width: 100%;
height: 10em;
}

.contactus h2 {
font-size: 200%;
}

p.error {
font-weight: bold;
margin: 0 0 1em 1em;
}
/* end contact us */

#adminhomemenu {
font-size: 150%;
line-height: 150%;
}

.grid {
}

.grid li {
list-style-type: none;
margin: 0;
}

.grid li ul {
width: 100%;
height: 1em;
padding: .5em 0;
margin: 0;
}

.grid li li {
float: left;
margin: 0 2px;
padding: 0;
border: 0;
}