@charset "utf-8";
body  {
font:  "Times New Roman", Times, serif;
font-size: 1.0em;
	background: #AAAAAA;
	margin-left: 10px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	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: #FFFFFF;
}

/* make links light for on dark background */

a:link {
  text-decoration:underline;
  color: #FFFF00;
  border-color:#FFFF00;
}
a:visited {
  text-decoration:underline;
  color: #FFFF00;
  border-color:#FFFF00;
}
a:active {
color:				#FFFF99;
text-decoration:	none;
}
a:hover {
  text-decoration:none;
  color: #FF0000;
  border-color:#0000FF;
}

.adminarea {
	background: #FFFFFF;
	margin: 10; /* 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: #000000;
}

#container_home {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	//width: auto;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	width: 1000px;
	background: #000000;	
	background-image:url('images/crawfish-background.png');
	background-repeat:no-repeat;
	background-position:center center;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #F00;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	//width: auto;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	width: 1000px;
	background: #000000;	
	//background-image:url('images/crawfish-background.png');
	background-repeat:no-repeat;
	background-position:center center;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #F00;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#container_about-popup {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	//width: auto;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	width: 400px;
	height: 400px;
	background: #000000;	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #F00;
	text-align: center; /* this overrides the text-align: center on the body element. */
}

#header {
	width: 1000px;
	height: 130px;
	margin: 0px;
	/*  	
	background-image:url('images/crawfish-1a.png'), url('images/crawfish-animated-transparent.gif'),url('images/InteriorLogo-Banner-nogreen.png'),url('images/crawfish-animated-transparent.gif'),url('images/crawfish-2.png');
	background-position: 2% center, 20% center, center center, 83% center, 98% center;
	background-repeat: no-repeat;
*/

	
	/*
	//background-image:url('images/dodies-addison-banner.png');
	background-image:url('images/dodies-addison-banner-rainbow.png');
	background-repeat:no-repeat;
	background-position:center center;
    */
	//border: 1px solid #F00;
	//border-top: 1px solid #F00;
	//border-left: 1px solid #F00;
	//border-right: 2px solid #B00;
	border-bottom: 2px solid #B00;
	margin-left:  0px;
	//margin-right: 20px;
	margin-top:   0px;
	//padding-bottom: 5px;
} 

.motto_text {
  color: #FF0000;
  font: 1.5em  Ravie, veranda;
  //font-size:1.5em;
}


#header_link{
  display:block;
  width:1000px;
  height:130px;
  position: relative;
  text-decoration: none;
}

#header_link span {
  visibility: hidden;
  text-decoration: none;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#sidebar1 {
	position: absolute;
	top: 130px;
	left: 0;
	width: 160px;
	padding: 10px;
	//background-color: #ffffff;
}

#sidebar1_lower {
	position: absolute;
	top: 450px;
	left: 10px;
	width: 135px;
	padding: 10px;
	background-color: #000000;
	border: 1px solid #F00;
}

#sidebar2 {
	position: absolute;
	top: 160px;
	right: 0;
	width: 180px;
	background-color: #000000;
	margin-right: 10px;
	padding: 0px;
	border-top:    1px solid #F00;
	border-bottom: 1px solid #F00;
	border-left:   1px solid #F00;
	border-right:  1px solid #F00;
}
#mainContent_narrow {
	margin-top: 10px;
	margin-right: 220px;
	margin-bottom: 10px;
	margin-left: 175px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: auto;
	background-image:url('images/crawfish-background.png');
	background-repeat:no-repeat;
	background-position:center top;
}

#mainContent {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 180px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: auto;
}

#banner_image_2col {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 425px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

#banner_image {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

#footer {
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	color:	   #FFF;
}
 
#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 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#breadcrumbs {
    font: 80% Verdana, Arial, Helvetica, sans-serif;
    //margin-top: 0px;
	//margin-right: 5px;
	//margin-bottom: 0px;
	//margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	//padding-right: 0px;
	padding-left: 10px;
	background:#333;
	color:	   #FFF;
	border: 1px solid #888;
} 

#breadcrumbs a {
  color:	   #FFF;
} 

.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: 8px;
}

.addr_small {
	font-size: 10pt
}

a#close_button {
    display: block;
    width: 70px;
    height: 37px;
    background-image: url("/images/close_button-up.gif");  
}

a#close_button:hover {
    background-image: url("/images/close_button-hover.gif");
}

