
* {
    padding: 0;
    margin: 0;
} 

html {
background-color: #f7f7f7;

}

body {
	font-family: arial,verdana, sans-serif;
	font-size: 10px;
	line-height: 1.2em;
	margin-top: 2em;
	color: #4c4d4f;
	
}

h1 {
	font-size: 1.5em;
	color: black;
	font-weight: bold;
	margin-bottom: 1.2em;
}

h3 {
	font-size: 1.2em;
	line-height: 1.5em;
}

p {
	font-size: 1.4em;
	color: #4c4d4f;
	font-weight: normal;
	line-height: 1.5em;
	margin-bottom: 1.2em;
}

input {
	font-size: 1.3em;
	border: solid 1px #4c4d4f;
	margin-bottom: 1em;
	padding: 0.2em 0.3em;
	background: #f2f2f2;
}

textarea {
	font-size: 1.3em;
	border: solid 1px #4c4d4f;
	margin-bottom: 1em;
	padding: 0.2em 0.3em;
	background: #f2f2f2;
}

img {
	border: 1px solid black;
}

#top img {
	border: none;
}

hr {
	width: 96em;
	color: #dcdcdc;
	margin: auto;
}

a img {
	border: none;
}


a {
	color: #4c4d4f;
	text-decoration: none;
}

a:hover {
	color: #b41b20;
	text-decoration: underline;
}

a:active {
	color: #4c4d4f;
	text-decoration: underline;
}

.red {
	color: #b41b20;
}

#center {
	width: 94em;
	height: 540px;
	margin: 0 auto 2em auto;
	clear: both;
}

#links {
	position: relative;
	z-index: 500;
}

#links ul {
	padding: 0;
	display: inline;
	list-style: none;
	text-transform: lowercase;
}

#links ul li {
	position: relative;
	float: right;
	padding: 0 0.5em;
}

#links li ul {
	position: absolute;
	top: 30px;
	display: none;
}

#links ul li a {
	display: block;
	text-decoration: none;
	color: #b41b20;
	margin: 0 2px;
}

#links ul li a:hover { 
	background-color: #eee;
}

#links li:hover ul, li.over ul {
	display: block;
	margin: -1em 0 0 -4em;
}

/* Sept 21 2009 Albums / Links */
#links #menu ul:hover .gallery {
	border-bottom: 1px dotted black;
	width: 14em;
	display: block;
	padding: 0.2em 0.5em;
	font-family: Veranda, Arial;
	color: #e9d49a;
	font-size: .85em;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	background: #353535;
	margin-left: -0.5em;
}

#links #menu ul .album {
	margin: 0;
	display: none;
}

#links #menu ul:hover .album  {
	display: block;
}

#links #menu ul:hover .album a {
	border-bottom: 1px dotted black;
	width: 13.5em;
	display: block;
	padding: 0.2em 0.5em 0.2em 1em;
	font-family: Veranda, Arial;
	color: #fff;
	font-size: .85em;
	font-weight: 800;
	text-decoration: none;
	letter-spacing: 0.1em;
	background: #454545;
	margin-left: -0.5em;
}

#links #menu ul:hover .album a:hover {
	background: #353535;
	color: #e9d49a;
}

/* END SEPT 2009 MODS*/

#wrap {
	width: 98em;
	margin: auto;
	border: 1px solid #9a9a9a;
	border-top: none;
	background: white;
}

#welcome {
	width: 94em;
	height: 540px;
	margin: 0 auto 2em auto;
	clear: both;
}

#logo {
	width: 98em;
	height: 3.5em;
	margin: auto;
	padding-top: 1em;
	border: 1px solid #9a9a9a;
	border-bottom: none;
	background-color: white;
	margin-bottom: -0.5em;
}

#logo img {
	border: none;
	margin-left: 2em;
}

#topHR {
	width: 94em;
	height: 2px;
	margin: auto;
	border-bottom: 1px solid #9a9a9a;
	clear: both;
	background-color: white;
	margin-bottom: 0.1em;
}

#links {
	width: 98em;
	text-align: right;
	padding-bottom: 0.4em;
	color: white;
	margin: auto;
	border-left: 1px solid #9a9a9a;
	border-right: 1px solid #9a9a9a;
	background-color: white;
}

#links #linkText {
	line-height: 1.5em;
	font-size: 1.4em;
	color: black;
	padding-right: 1.43em;
}


#content {
	padding: 3em 3em 0 3em;
	background-color: white;
}

#innerLeft {
	width: 35em;
	float: left;
}

#innerRight {
	width: 57em;
	float: right;
}

#contactRight {
	width: 44em;
	float: right;
	padding-left: 8em;
}

#ssRight {
	clear: both;
	text-align: right;
	padding-top: 3em;
}

#clear {
	clear: both;
	margin-bottom: 2em;
}

#footer {
	margin-top: 1em;
	text-align: center;
	color: #4c4d4f;
	clear: both;
}