@charset "UTF-8";
body {
	background: #000000 url(images/tiles3.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container  {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 4px solid #CF181F;
}
#header {
	margin: 0px;
	padding: 30px 50px 0px 35px;
	text-align: left;
}
#address {
	width: 50%;
	text-align: right;
	float: right;
	margin-top: 0px;
	padding: 0px;
}
#address p {
	margin: 0px;
	padding: 0px;
}
#address a {
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}
#address a:hover {
	text-decoration: underline;
}
.red {
	color: #FF0000;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
#navbar {
	border-bottom: 1px solid #999999;
	padding-right: 50px;
}
#navbar ul {
	list-style: url(none) none;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#navbar li {
	display: inline;
	margin: 0px;
}
#navbar   li a {
	display: inline;
	padding: 8px 10px;
	background: #FFFFFF;
	text-align: center;
	text-decoration: none;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	margin-right: 2px;
	margin-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	color: #FF0000;
	width: 80px;
}
#navbar li a:hover {
	color: #FFFFFF;
	background: #FF0000;
}
#mainContent  {
	padding: 0 50px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#mainContent a {
	text-decoration: none;
	color: #FF0000;
}
#mainContent a:hover {
	text-decoration: underline;
	color: #FF0000;
}
.singlespacetext {
	margin: 0px;
	padding: 0px;
}
.faqboldred {
	font-weight: bold;
	color: #FF0000;
	margin: 0px;
	padding: 0px;
}
.requiredfield {
	font-size: .8em;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
.backtotop a {
	font-size: 0.75em;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.backtotop a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.boxednumber {
	color: #FFFFFF;
	background: #FF0000;
	padding: 0px 3px;
	margin: 0px;
}
.smalltext {
	font-size: 0.8em;
}
.smallitalictext {
	font-size: 0.8em;
	font-style: italic;
}
blockquote {
	margin: 0px 0px 0px 30px;
	padding: 0px;
}
#footer  {
	padding: 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
#footer p   {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.8em;
	font-weight: bold;
	color: #333333;
}
#skinnydog {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	font-size: .8em;
	font-weight: bold;
	text-align: right;
	padding: 5px 0px 0px;
	color: #FFFFFF;
}
#skinnydog a {
	color: #FFFFFF;
	text-decoration: none;
}
#skinnydog a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#project_table  {
	width: 680px;
	padding: 0px;
	margin: 0px;
}
.photo_number {
	margin-top: 0px;
	margin-bottom: 12px;
}
#previous_next {
	margin-top: 50px;
	margin-bottom: 20px;
}
#previous_next a {
	text-decoration: none;
	font-size: .9em;
	font-weight: bold;
	color: #999999;
}
#previous_next a:hover {
	text-decoration: none;
	color: #FF0000;
}
