ul, li, p, body {
    margin: 0;
    padding: 0;
}

a.inline {
    color: #cc4846;
    text-decoration: none;
}

a.inline:hover {
    text-decoration: underline;
}

a.rollover-fb {
	display: block;
	width: 33px;
	height: 33px;
	text-decoration: none;
	background: url(images/fb-icon.png);
}

a.rollover-fb:hover, a.rollover-tw:hover {
	background-position: 0 33px;
}

a.rollover-tw {
	display: block;
	width: 33px;
	height: 33px;
	text-decoration: none;
	background: url(images/tw-icon.png);
}

#address {
    height: 100px;
    line-height: 14px;
    text-align: right;
    width: 285px;
}

#address p {
	width: 195px;
	float: left;
    color: #333;
	font-size: 12px;
	line-height: 16px;
	padding-top: 14px;
    text-align: right;
}

body {
    background: url(images/body-bg.png) repeat;
    color: #000;
    font-family: Verdana, Geneva, sans-serif;   
    font-size: 12px;
}

.bold16 {
    font-size: 16px;
    font-weight: bold;
	line-height: 20px;
}

.clearBoth {
    clear: both;
}

#contact-info {
	background: url(images/tag-bg.jpg) no-repeat;
	width: 300px;
	height: 100px;
	margin-left: 360px;
}

#container {
    height: 900px;
    margin: 0 auto;
    width: 960px;
}

#content {
    background: url(images/light-bg.png) repeat;
    width: 960px;
}

#contentBottom {
    float: left;
    height: 40px;
    width: 960px;
}

#contentLeft {
    float: left;
    width: 660px;
}

#contentLeft p {
    font-size: 12px;
	line-height: 20px;
	margin-left: 35px;
	width: 560px;
}

#contentMiddle {
	background: url(images/content-bg-bar.png) repeat-y;
    float: left;
    width: 960px;
}

#contentRight {
    float: left;
    margin-left: 5px;
    width: 195px;
	padding: 0 50px;
}

#contentRight p {
    font-size: 12px;
	line-height: 20px;
}

#contentTop {
    float: left;
    height: 60px;
    width: 960px;
}

.displace {
	position: absolute;
	left: -5000px;
}
	
.error_strings {
    color: #990000;
    font-size: 12px;
    margin: 2px 0 12px;
}

#footer {
    background-color: #815c3b;
    float: left;
    height: 60px;
    width: 960px;
	margin-top: 10px;
}

#footer p {
    color: #F2EEE7;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}

#footer p a {
    color: #F2EEE7;
    font-size: 12px;
    text-decoration: none;
}

#footer p a:hover {
    text-decoration: underline;
}

.formLeft {
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-top: 6px;
    width: 80px;
}

.formRight {
    float: left;
    font-size: 12px;
    margin-top: 3px;
    width: 335px;
}

.grayDivider {
	width: 960px;
	height: 1px;
	margin: 10px 0; 
	background-color: #ddd; 
}

h1 {
    font-size: 20px;
	font-weight: normal;
	margin: 15px 0 0 35px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 14px;
}

#header {
    width: 960px;
    height: 150px;
}

#headerRight {
	width: 660px;
	height: 70px;
	float: left;
}

html {
    overflow-y: scroll;
}

img {
    border: 0 none;
}

.italic12 {
    font-size: 12px;
    font-style: italic;
}

#logo {
    width: 300px;
    height: 70px;
    float: left;
}

#navContainer { 
	clear:left; 
	height: 50px;
}

#navContainer ul { 
	padding: 0px; 
	margin: 20px 0; 
}

#navContainer li {
	float: left; 
	list-style: none; 
	background-image: url(images/nav-sprite.png); 
	background-repeat: no-repeat; 
	padding: 1px 0px; 
	position: relative;
	height: 48px;
}

#navContainer li {
	background-position: -10px 0px;
}

#navContainer li.last {
	background-position: top right; 
	padding-right: 1px;
}

#navContainer li.last a {
	border-right: 0px
}

#navContainer li.first {
	background-position: 0 0; 
	padding-left: 1px;
}

#navContainer li.first a {
	border-left: 0px
}

#navContainer li a {
	display: block; 
	padding: 16px 21px; 
	text-decoration: none; 
	font-size: 12px; 
	color: #555; 
	text-shadow: 2px 2px 1px #fff; 
	-moz-text-shadow: 2px 2px 1px #fff; 
	-webkit-text-shadow: 2px 2px 1px #fff; 
	-o-text-shadow: 2px 2px 1px #fff; 
	letter-spacing: 1px; 
	border-right: 1px solid #dbdbdb; 
	border-left: 1px solid #fbfbfb;
}
#navContainer li a:hover, #navContainer li.active a {
	background: url(images/hov-bg.png) repeat;
}

p {
    color: #333333;
    font-size: 12px;
}

#photos {
	width: 960px;
	height: 300px;
	margin: 10px 0;
}

.redBold {
    color: #990000;
    font-weight: bold;
}

small a {
    display: block;
    padding-top: 5px;
    text-align: center;
    text-decoration: none;
}

small a:hover {
    text-decoration: underline;
}

.smIcons {
	width: 91px;
    height: 33px;
    margin-top: 8px;
	float: left;
}
