@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: #0000DD;
}

#adminarea h1 {
	color: #DD00DD;
}

#adminarea h2 {
	color: #DD00DD;
}

#adminarea h3 {	
	color: #DD00DD;
}

#adminarea label {	
	color: #DD00DD;
}
#adminarea a {	
	color: #DD00DD;
	text-decoration:underline;
}

#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");
}

/******************************/
/*  new boxes with gradients  */
/******************************/

.newsboxHead_1 {
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
	//line-height: 150%;
	word-wrap: break-word;
	text-align: center;
	//text-decoration:underline;
}


.newsboxItem_1 {
	font-size: 14px;
	font-weight: normal;
	word-wrap: break-word; 
	text-align:left;
	float: left;
	width: 275px;
	color: #FFFFFF;
	padding: 5px;
	margin-left: 5px;
	//margin-right: 5px;
	margin-top: 5px;
	border: 1px solid #FF0000;
	border-right: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	background: #9B0000 url("../images/newsbox-gradient.png") repeat-x;
	-moz-border-radius-topright: 1em; 
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-bottomright: 1em; 
	-moz-border-radius-bottomleft: 1em;
}

.newsboxHead_2 {
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
	//line-height: 150%;
	word-wrap: break-word;
	text-align: center;
	//text-decoration:underline;
}

.newsboxItem_2 {
	font-size: 14px;
	font-weight: normal;
	word-wrap: break-word; 
	text-align:left;
	float: right;
	width: 275px;
	color: #FFFFFF;
	padding: 5px;
	margin-right: 5px;
	//margin-right: 5px;
	margin-top: 5px;
	border: 1px solid #FF0000;
	border-right: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	background: #9B0000 url("../images/newsbox-gradient.png") repeat-x;
	
	-moz-border-radius-topright: 1em; 
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-bottomright: 1em; 
	-moz-border-radius-bottomleft: 1em;
}

.newsboxHead_3 {
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
	//line-height: 150%;
	word-wrap: break-word;
	text-align: center;
	//text-decoration:underline;
}

.newsboxItem_3 {
	font-size: 14px;
	font-weight: normal;
	word-wrap: break-word; 
	text-align:left;
	float: left;
	width: 570px;
	color: #FFFFFF;
	padding: 5px;
	margin-left: 5px;
	//margin-right: 5px;
	margin-top: 5px;
	border: 1px solid #FF0000;
	border-right: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	background: #9B0000 url("../images/newsbox-gradient.png") repeat-x;
	
	-moz-border-radius-topright: 1em; 
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-bottomright: 1em; 
	-moz-border-radius-bottomleft: 1em;
}

.newsboxHead_bigbox_1 {
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
	//line-height: 150%;
	word-wrap: break-word;
	text-align: center;
	//text-decoration:underline;
}

.newsboxItem_bigbox_1 {

 float: left;
 margin-left: 5px; 
 margin-top:5px;

	font-size: 14px;
	font-weight: normal;
	word-wrap: break-word; 
	text-align:center;
	//float: right;
	width: 570px;
	color: #FFFFFF;
	padding: 5px;
	//margin-left: 5px;
	//margin-right: 5px;
	//margin-top: 325px;
	border: 1px solid #FF0000;
	border-right: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	background: #9B0000 url(images/newsbox-gradient.png) repeat-x;
	//background: #FFFF00 url("../images/newsbox-gradient-yellow.png") repeat-x;
	
	-moz-border-radius-topright: 1em; 
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-bottomright: 1em; 
	-moz-border-radius-bottomleft: 1em;
}

.newsboxHead_bigbox_2 {
	color: #FF0000;
	font-weight: bold;
	font-size: 18px;
	//line-height: 150%;
	word-wrap: break-word;
	text-align: center;
	//text-decoration:underline;
}

.newsboxItem_bigbox_2 {
    float: left;
	margin-left: 5px;
	margin-top:15px;
	font-size: 16px;
	font-weight: normal;
	word-wrap: break-word; 
	text-align: center;
	width: 570px;
	color: #FFFFFF;
	padding: 5px;	
	//margin-right: 5px;
	//margin-top: 325px;
	border: 1px solid #FF0000;
	border-right: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	background: #9B0000 url("../images/newsbox-gradient.png") repeat-x;
	//background: #9B0000 url(images/Black-Gray-Black-Gradient.png) repeat-x;
	//background: #FFFF00 url(images/newsbox-gradient-yellow.png) repeat-x;

	-moz-border-radius-topright: 1em; 
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-bottomright: 1em; 
	-moz-border-radius-bottomleft: 1em;
}

.newsboxItem_1 ul{
	margin-left: -20px;
}

.newsboxItem_2 ul{
	margin-left: -20px;
}

.newsboxItem_3 ul{
	margin-left: -20px;
}


