body {
	background: #000 url(/images/page-bg.gif) repeat top left;
	margin: 0;
	padding: 0;
	font: 80%/1.6 Arial, Tahoma, sans-serif;
}

/* General Setup */

#wrapper {
	width: 900px;
	margin: 0 auto;
	background-color: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-top: 30px;
	padding-left: 25px;
	padding-right: 25px;
}

a {
   color: #1a1a1a;
   text-decoration: none;

}

a:hover {
   color: #898989;
   text-decoration: underline;

}

p {
	font-size: 1.0em;
	line-height: 1.3em;
	margin: 0 0 10px 0;
}

h1 {
	font-family: "Times New Roman", Tahoma, sans-serif;
	font-size: 2.0em;
        font-weight: normal;
	margin: 10px 0 0 0;
}

h2 {
	font-family: "Times New Roman", Tahoma, sans-serif;
	font-size: 1.6em;
        font-weight: normal;
	margin: 0;
}

h3 {
	font-family: "Times New Roman", Tahoma, sans-serif;
	font-size: 1.4em;
	margin: 0;
}

h4 {
	font-family: "Times New Roman", Tahoma, sans-serif;
	font-size: 1.2em;
	margin: 0;
}

/*--------------------------------------------------------------*/

/* Branding Styling */

#contact-numbers {
	width: 200px;
	float: right;
	margin-top: -75px;
}

#contact-numbers p {
	font-family: Helvetica, Tahoma, sans-serif;
	font-size: 1.6em;
	color: #898989;
	text-align: right;
}

/*--------------------------------------------------------------*/


/* Navigation Styling */

#navigation {
	width: 700px;
}

#navigation ul {
	list-style: none;
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 1.1em;
}

#navigation ul			{float:left; margin:0; padding:0;}
#navigation ul li			{float:left; margin:0; padding:5px 20px 5px 0px; display:inline;}
#navigation ul li a			{color:#000000; text-decoration:none; font-weight:normal;}
#navigation ul li a:hover		{color:#595959;}
#navigation ul li#current a		{font-weight:bold; color:#1a1a1a;}

#navigation li ul { /* second-level lists */
	position: absolute;
	width: 153px;
	/* width: 140px; */
	padding-bottom: 4px;
	margin-left: 0;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	font-size: 1.1em;
}

#navigation li ul li {
	width: 193px;
	/* width: 140px; */
	background: transparent url(/images/nav-background.png) repeat top left;
	padding-left: 10px;
	padding-right: 10px;
}

#navigation li ul li a {
	color: #fff !important;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 0.70em;
}

#navigation li ul li a:hover {
	color: #898989;
}

#navigation li ul li a:active {
	color: #fff;
}

#navigation li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#navigation li:hover ul ul, #navigation li.sfhover ul ul {
	left: -999em;
}

#navigation li:hover ul, #navigation li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/*--------------------------------------------------------------*/

/* Content Styling */

#content {
	clear: both;
	margin-bottom: 15px;
}


/*------------------------------------------------------------*/

/* Footer Styling */

#footer {
	clear: both;
	width: 440px;
	border-top: 1px dashed #898989;
	margin-bottom: 10px;
}

#footer ul {
	list-style: none;
	margin: 0 0 0 -40px;
	padding-top: 5px;
}

#footer ul li {
	color: #595959;
	display: inline;
	font-size: 0.85em;
	margin-right: 20px;
}

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

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

/*--------------------------------------------------------------*/

/* Gallery Styling */

.gallery {
	margin-left: 40px;
}

.gallery-thumbnail {
	width: 100px;
	height: 100px;
	margin-right: 18px;
	margin-bottom: 18px;
	float: left;
	text-align: center;
}

.gallery-thumbnail img {
	border: 2px solid #B4B4B4;
}
