@charset "utf-8";

body
{
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #EFEFEF;
	font-family: Tahoma, "Lucida Bright", Arial, sans-serif;
	font-size: 80%;
	font-variant: normal;
	background: #220D2A url(../images/sunset2000.jpg) no-repeat fixed center bottom;
}

a:link
{
	text-decoration: none;
	color: #ff3300;
}

a:visited
{
	color: #ff3300;
	text-decoration: none;
}

a:hover
{
	color: #FEB010;
	text-decoration: none;
}

table .Portfolio:link
{
	text-decoration: none;
	color: #efefef;
	border-style: none;
}

table .Portfolio:visited
{
	color: #efefef;
	text-decoration: none;
	border-style: none;
}

table .Portfolio:hover
{
	color: #Feb010;
	text-decoration: none;
}


.twoColFixLtHdr #container
{
	width: 780px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border-top: none;
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../images/MainContShadow.png);
}

.twoColFixLtHdr #header { }

.twoColFixLtHdr #header h1 { margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */ }

.twoColFixLtHdr #sidebar1
{
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-right: 1px dashed #FF0000;
}

.twoColFixLtHdr #mainContent
{
	margin: 0 0 10px 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 40px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height: 30px;
	letter-spacing: 2px;
	font-weight: normal;
}

.twoColFixLtHdr #mapContent
{
	margin: 0 0 15px 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height: 30px;
	letter-spacing: 2px;
}

.twoColFixLtHdr #footer
{
	padding: 0 10px 0 20px;
	text-align: right;
	clear: both;
	border-top: 1px dashed #FF0000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	margin-left: 230px;
}

.twoColFixLtHdr #footer p
{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 75%;
}
.twoColFixLtHdr  #container  #BelowMap {
	padding-right: 20px;
	padding-left: 20px;
}

.fltrt
{ /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft
{ /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
	clear: none;
}

.clearfloat
{ /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	background-color: #220d2a;
	margin-bottom: 30px;
}

.addy
{
	font-size: 100%;
	line-height: 110%;
	font-weight: normal;
	text-align: right;
	letter-spacing: 1px;
	text-decoration: none;
	clear: left;
}

.noBorder {
	text-decoration: none;
	border-style: none;
}

a:link .noBorder { border-style: none; }

.reader { text-align: left; }

.menuBar
{
	height: 35px;
	background: url(../images/menuBarBkgWshadow.png);
}

.SideNav
{
	color: #FF3300;
	background-image: url(../images/logoSwashShadow.png);
	background-repeat: no-repeat;
	padding-left: 55px;
	padding-bottom: 10px;
	letter-spacing: 2px;
	margin-top: 30px;
}

#contact .form {
	font-weight: bold;
	display: block;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-top: 5px;
}


.CellBkgd {
	background: #CC3300;
	font-weight: bold;
	text-align: right;
	border-bottom: 1px solid #220d2a;
	padding-right: 6px;
	vertical-align: top;
}

.gallery {
	float: left;
	margin-bottom: 20px;
}

.photoBox {
	text-align: center;
	float: left;
	width: 245px;
	font-size: 80%;
	padding-top: 40px;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 2pt;
}


.belowMap {
	margin-right: 30px;
	margin-left: 20px;
	margin-bottom: 30px;
}

.irem {
	clear: both;
	float: left;
}

