#top_object, #top_object object {
	margin: auto;
	width: 800px;
	height: 342px;
}

#main {
	width: 800px;
	background: #F6F6CC;
	/* background: transparent url(/images/content_bg.jpg) no-repeat 0 0; */
}

#mainFrame {
  width: 800px;
  margin: auto;
}

.mainFrame_wrap {
	width: 800px;
	margin: auto;
}

#main_wrapper {
  padding: 10px;
}


a:hover {
  text-decoration: underline;
}

.box {
	width: 389px;
	height: 156px;
	color: white;
	font-size: 0.75em;
	margin: 0 0 7px 0;
}

/* IE ONLY */
* html .box {
	height: 164px;
}

.box a {
	color: white;
}
.green_box {
	background: url('/images/green_box_bg.jpg') no-repeat top left;	
}

.blue_box {
	background: url('/images/blue_box_bg.jpg') no-repeat top left;	
}

.red_box {
	background: url('/images/red_box_bg.jpg') no-repeat top left;	
}

.yellow_box {
	background: url('/images/yellow_box_bg.jpg') no-repeat top left;	
}

.box h2 {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: normal;
	padding: 6px 0 5px 6px;
}

.box p {
	padding: 6px;
}

.box address {
	padding: 6px;
	font-style: normal;
	white-space: pre;
}

#content {
	font-size: 0.75em;
	margin: auto;
	overflow: auto;
	height: 350px;
	padding: 0 10px;
	color: #91482D;
}

h2 {
	font-weight: bold;
	font-size: 1.34em;
	letter-spacing: normal;
	padding: 10px 0;
}

#content h3 {
	padding: 5px 0;
	font-size: 1em;
}

#slideshow {
  text-align: center;
  margin: 0;
  padding: 0;
}

#slideshow  p {
  margin: 0;
  padding: 0;
}

#slideshow h2 {
  padding: 0;
  margin: 0;
  font-size: 0.7em;
}

#slidecontrols input {
  background-color: #8C4E35;
  color: white;
  font-weight: bold;
  font-size: 12px;
  border: 0;
  padding: 2px 5px;
  margin: 5px 0;
}

#gallery {
	text-align: center;
	margin-bottom: 10px;
}
	
ul {
	list-style: disc;
}

.orange {
	color: #F8931D;
}

.special_o {
	font-size: 1.2em;
	font-family: CourierNewPS-ItalicMT;
	color: #F60;
	font-weight: normal;
	padding-right: 5px;
	font-style: italic;
}

/* employee */
#employee_menu, #file_manager {
	margin: 20px 0 0 150px;
}

#employee_menu a, #file_manager a {
	color: #91482D;
	font-weight: bold;
}

#file_manager {
	list-style-type: none;
}
#file_manager img { margin-right: 5px; }

#files { 
	width: 80%;
	margin: 50px auto;
	border-collapse: collapse;
	color: #5D574C;
}

#files a {
	color: #5D574C;
}

#files .bg_color1 { background-color: #B6A97D; }
#files .bg_color2 { background-color: #D5C8A5; }

#files .bg_color4 { background-color: #D0C197; }
#files .bg_color5 { background-color: #D3C9A5; }
#files .bg_color6 { background-color: #F3F0E7; }
#files .bg_color7 { background-color: #E7E1CA; }

#files .comment_text { background-color: #F1EEE2; padding: 10px 20px 5px 20px; }

#files .comment_text p { padding: 0; }
#files .comment_text h3 { padding: 0 0 20px 0; }

/* comment actions */
#files .comment_text div, #files tfoot td {
	text-align: right; 
}

#files .comment_text div { margin-top: 20px; }

#files .comment_text div img, #files tfoot img { padding: 0 5px 5px 5px; vertical-align: middle; }
#files .comment_text div a, #files tfoot a { color: #5D574C; }
#files span.back { float: left; }

#files td, #files th { 
	border: 1px solid #9B896E;
	text-align: left;
	padding: 3px 10px;
	font-weight: normal;
}

.adobe {
    text-align: center;
}

/* galleries */

table.gallery {
  text-align: center;
  vertical-align: middle;
  color: black;
  margin: auto;
  border: 2px dotted orange;
  width: 100%;
}

table.gallery td {
  padding-top: 10px;
}

table.gallery td p {
  padding: 5px 0 0 0;
}

table.gallery img.frame {
	/*
  background: transparent url(/images/border_5.jpg) no-repeat 0 0;
  padding: 7px;
  */
  border: 5px solid #8C4E35;
}

/* video */

ul.videolist {
  margin: auto;
	font-size: 1.6em;
	font-family: Arial;
	color: #F60;
	font-weight: bold;
	list-style-type: circle;
}

ul.videolist a {
  color: #91482D;
  font-size: 0.8em;
  font-weight: normal;
}

#videoPlayer {
  margin: 0 auto;
}

#footer_menu {
	color: #91482D;
	font-size: 10px;
	margin: auto;
	width: 780px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}

#footer_menu a {
	padding: 5px;
	color: #91482D;
}

#footer {
	font-size: 10px;
	font-style: normal;
	width: 780px;
	margin: auto;
	padding: 10px;
	color: #91482D;
	
}

#footer span {
	float: right;
}

/* Login form */

#sf_guard_auth_form {
  width: 378px;
  margin: 30px 0 0 180px;
  font-size: 0.8em;
}

#sf_guard_auth_form label, #sf_guard_auth_form input {
  /*display: block;*/
  margin:0 3px;
  width: 200px;
}

#sf_guard_auth_form legend, #sf_guard_auth_form .button, #sf_guard_auth_form input {
  border: 1px solid #CCC;
}

#sf_guard_auth_form fieldset { 
  margin: auto;
  text-align: center;
  border: 0;
}

#sf_guard_auth_form .button {
  /*float: right;*/
  display: inline;
  padding: 1px;
  color: #91482D;
  background-color: #E8E8E8;
  width: 65px;
  cursor: pointer;
  margin-top: 10px;
}

#sf_guard_auth_form label {
  text-align: left;
  width: 150px;
  font-weight: bold;
  color: #91482D;
  padding: 3px 0;
  
}

.form_error {
  color: red;
}
