/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
  background-color: #FAFAFA;
  color: #2d2e2e;
  font-family: Verdana, Arial, Helvetica, sans-serif; /* "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}

/* TEXT RULES */
h1 {
  color: #AD8800;
  font-size: 1.9em;
  font-weight: bold;
  line-height: normal;
  padding: .6em 0 .6em 0;
  margin: 0;
}
h2 {
  color: #C3A64F;
  font-size: 1.3em;
  font-weight: bold;
  line-height: normal;
  padding: .2em 0;
}
h3 {
  color: #4B493B;
  font-size: 1.2em;
  font-weight: bold;
  line-height: normal;
  padding: .2em 0;
}
a, a:link {
  color: #53A1DA;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #53A1DA;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #AD8800;
}
a:focus {
  color: #AD8800;
}
a:active {
  color: #AD8800;
}
p {
  margin: 0;
  padding: 0 0 1em 0;
  line-height: 1.5em;
}
ul, ol {
	padding: 0;
	margin: 0 0 15px 35px;
}
img.float_pic_left {
  float: left;
  padding: 0 20px 5px 0;
}
img.float_pic_right {
  float: right;
  padding: 0 0 10px 20px;
}

/* LAYOUT RULES */

/* This is a container for the page content. */
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 780px;
  border-left: 1px #D7C99B solid;
  border-right: 1px #D7C99B solid;
}
#outerWrapper #header {
  padding: 0;
  margin: 0;
  background-color: #F2F2F2;
  border-bottom: solid 1px #AD8800; 
}

/* Contains the main page content. */

#outerWrapper #contentWrapper {
  padding: 0 0 0 0;
  margin: 0;
  clear: both;
}
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 0;
  padding: 10px 20px 20px 20px;
}
#outerWrapper #contentWrapper #photo_header {
  margin: 0;
  padding: 0;
}
#outerWrapper #contentWrapper #content .box_wrapper_1 {
  width: 240px;
  margin: 0;
  padding: 0 10px 10px 0;
  float: left;
}
#outerWrapper #contentWrapper #content .box_wrapper_1 img, #outerWrapper #contentWrapper #content .box_wrapper_halfpage img {
  margin: 0 0 15px 0;
  padding: 0 8px 0 0;
  float: left;
}
#outerWrapper #contentWrapper #content .box_wrapper_2 {
  width: 400px;
  margin: 0;
  padding: 0 20px 10px 0;
  float: left;
}
#outerWrapper #contentWrapper #content .box_wrapper_3 {
  width: 200px;
  margin: 0;
  padding: 0 20px 20px 0;
  float: left;
}
#outerWrapper #contentWrapper #content .box_wrapper_4 {
  width: 200px;
  margin: 0 auto;
  padding: 0;
  padding: 10px;
  background-color:#F1E7C8;
  text-align: center;
}
#outerWrapper #contentWrapper #content .box_wrapper_5 {
  width: 176px;
  margin: 0;
  padding: 0 12px 20px 0;
  float: left;
}
#outerWrapper #contentWrapper #content .box_wrapper_halfpage {
	width: 350px;
	padding: 0 20px 0 0;
	margin: 0;
	float: left;
}
.wrapper_center {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
.wrapper_fatmargin_left {
	width: 510px;
	padding: 0;
	margin: 0 0 0 230px;
}
#outerWrapper #footer {
  background-color: #F2F2F2;
  border-top: solid 1px #AD8800;
  margin: 0;
  padding: 1.5em 1em 1em 12em;
  text-align: left;
  font-size: 90%;
  clear: both;
}

/* PHOTO GALLERIES */
#content_wrap {
	width: 780px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#menu_wrap {
	color: #CCCCCC;
	font-size: 1.25em;
	text-align: center;
	margin: 0;
	padding: 0 0 10px 0;
}
#menu_wrap a {
	color: #DABC58;
	text-decoration: none;
}
#menu_wrap .selected_link {
	color: #276EB4;
  	font-weight: bold;
}
#menu_wrap a:hover {
	color: #AD8800;
}
.flashcontent {
	text-align:left;
	margin: 0;
	padding: 10px;
}

/* SUCKERFISH MENU RULES - thanks to PATRICK GRIFFITHS and DAN WEBB */
#menu {
	padding: 0;
	margin: 0;
	font-size: .8em;
	line-height: normal;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav a, #nav a:link {
	display: block;
	width: 156px;
	padding: 0 0 5px 0;
	margin: 0;
	color: #000000;
	font-weight: bold;
	background-color: #F2F0E5;
}
#nav a:visited {
  color: #000000;
  font-weight: bold;
}
#nav a:hover {
  color: #AD8800;
}
#nav a:focus {
  color: #AD8800;
}
#nav a:active {
  color: #AD8800;
}
#nav li {
	float: left;
	padding: 5px 0 0 0;
	margin: 0;
	background: #F2F0E5;
}
#nav li ul {
	position: absolute;
	width: 13em;
	left: -999em;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}



/* FORMS */
#form1 input {
	line-height: 1em;
}
#form1 label {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5em;
}

/* CUSTOM LIST ELEMENTS */
.time_place {
	padding: .5em 0 1.6em 0;
	margin: 0;
	font-size: 1.8em;
}
.time_place ul {
	list-style: none;
}
.time_place li {
	padding: 0 0 5px 0;
	margin: 0 0 0 36px;
	list-style-image: url(../images/star.gif);
	float: left;
}
.time_place li.no_star {
	padding: 0 0 5px 0;
	margin:2px 0 0 20px;
	list-style: none;
	float: left;
}
.time_place li.no_star_first_item {
	padding: 0 0 5px 0;
	margin: 2px 0 0 0;
	list-style: none;
	float: left;
}
.join_us {
	padding: .3em 0 1.2em 0;
	margin: 0;
	font-size: 1.5em;
}
.join_us ul {
	list-style: none;
}
.join_us li {
	padding: 15px 0 0 0;
	margin: 0 0 0 25px;
	list-style-image: url(../images/star_sml.gif);
	float: left;
	background-color: transparent;
	line-height: normal;
}
.join_us li.no_star_joinus {
	padding: 15px 0 0 20px;
	margin: 0;
	list-style: none;
	float: left;
}
.star_list {
	list-style: url(../images/star_tiny.gif);
	padding: 0 0 1.7em 1.5em;
	margin: .5em 0 0 2em;
	font-size: 1.2em;
	line-height: 1.5em;
	float: left;
	background-color: transparent;
}

/* CUSTOM STYLE ELEMENTS */
.gold_text {
  color: #AD8800; /* THE GOLD COLOR OF CELEBRATE DOWNSTATE 2009 */
}
.red_text {
	color:#F00;
}
.black_text {
	color:#000;
}
