/* @group Basic HTML */

body {
	background: #e0a2a2 url(/images/background.png);
	font: normal 13px/18px Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #000;
}

h1, h2, h3, h4 {
	color: #993333;
}

h1 {
	font-size: 1.6em;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.5em;
	margin-bottom: 5px;
}

h3 {
	font-size: 1.4em;
	font-style: italic;
}

p {
	margin-bottom: 10px;
}

a, a:visited, a:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}

/* @group Forms */

/* @group Basic */

form {
	margin: 10px 0;
	padding: 0;
	width: 500px; /* can be changed accordingly */
}

form.small {
	width: 350px;
}

fieldset {
	margin: 0 0 20px 0;
	border: none;
	border-top: 1px solid #ddd;
	padding-top: 5px;
}

legend {
	margin: 0;
	padding: 0 10px 0 1px;
	color: #333;
	background: transparent;
	font-size: 1.2em;
	font-weight: bold;
}

/* @end */

form * div, form div {
	margin-bottom: 0px;
	padding: 0;
	display: block;
	width: 100%;
	clear: both;
}

/* @group Form Elements */

/* @group Basic */

div.styled-fm label {
	float: left;
	width: 24%;
	padding: 0 1% 0 0;
	text-align: left;
	display: block;
}

div.styled-fm input, div.styled-fm textarea, div.styled-fm select {
	float: left;	
	width: 72%;
	padding: 3px .5%;
	color: #333;
}

div.styled-fm div.fieldWithErrors {
	display: inline;
	margin: 0;
	padding: 0;
	width:  auto;
}

div div.fieldWithErrors input, div div.fieldWithErrors select {
	background: #F00;
	color: #fff;
}

/* @end */

/* @group Multiple */
div.fm-multi input, div.fm-multi select {
	width: 100px;
	margin-right: 5px;
}

div.fm-multi label.fm-multi {
	width: 150px;
}

/* @end */

/* @group Textiled */

div.fm-textiled {
	float: left;
	width: 73%;
	clear: none;
}

div.fm-textiled textarea {
	float: none;
	width: 100%;
}

div.textile-toolbar span.ed_sep {
	xposition: relative;
	xtop: -4px;
  padding: 0;
  height: 6px;
  width: 2px;
  margin: 0 2px;
  border-left: solid 1px #d5d5d5;
  border-right: solid 1px #f5f5f5;
}

div.textile-toolbar button {
	margin: 0;
	background-color: #f3f1e0;
	background-repeat: no-repeat;
	border: 1px solid #f3f1e0;
	padding: 2px 0;
}

div.textile-toolbar button.standard {
	text-align: center;
	width: 24px;
}

div.textile-toolbar button img {
	vertical-align: text-bottom;
}

div.textile-toolbar button:hover, 
div.textile-toolbar button.unselected:hover {
	border: 1px solid #999;
}

div.textile-toolbar button.selected {
	border: 1px solid #ce9100;
	background-color: #ffffff;
}

div.textile-toolbar button.unselected {
	border: 1px solid #f3f1e0;
	background-color: #f3f1e0;
}

div.textile-toolbar button.publish {
	padding:5px;
	display:block;
}

div.textile-toolbar {
	background-color: #f3f1e0;
	margin-bottom: 4px;
	width: 100%;
}

/* @end */

/* @group Checkbox */

div.fm-checkbox {
	margin: 10px 0 10px 24%;
}

div.fm-checkbox input {
	width: 20px;
	float: left;
}

div.fm-checkbox label {
	float: left;
}

/* @end */

/* @group Submit */

div.fm-submit {
	padding-top: 1em;
	text-align: center;
	margin: 0 0 0 24%;
	width: 75%;
}

div.fm-submit input.submit {
	width: 150px;
	margin-right: 15px;
	padding: 2px 1px;
	float: right;
}

/* @end */

/* @group Required */

div.fm-req {
	font-weight: bold;
}

div.fm-req label:after {
	content: "* ";
}

/* @end */

/* @end */

input:focus, textarea:focus {
	background: #efefef;
	color: #000;
}
/* @end */
/* @end */



/* @group Layout */

#container {
	border: 5px solid #FFFFFF;
	width: 960px;
	margin: 40px auto;
}

/* @group Header */

#header {
	background: #fff url(/images/headerbackground.png) top right no-repeat;
	border-bottom: solid 6px #990000;
	width: 960px;
	height: 160px;
}

#header #logo {
	width: 960px;
	height: 160px;
}

/* @end */

/* @group Navigation */

#topnav {
	background-color: #dfd6b5;
	padding: 0 20px;
	height: 21px;
}

#topnav a {
	display: block;
	float: left;
	padding: 3px 7px;
	text-align: left;
	text-decoration: none;
	border-bottom: solid 3px #dfd6b5;
}

#topnav a.selected, #topnav a.selected:hover, #topnav a:hover {
	border-bottom: solid 3px #900;
}

#topnav a.selected, #topnav a.selected:hover {
	background: #900;
	color: #fff;
}

/* @end */

#content {
	background: #f3f1e0;
	border-top: solid 6px #dfd6b5;
	border-bottom: solid 6px #dfd6b5;
	width: 920px;
	padding: 20px;
}

/* @group Footer */

#footer {
	background: #fff;
	border-top: solid 6px #990000;
	width: 920px;
	height: 40px;
	padding: 10px 20px;
	line-height: 20px;
	color: #990000;
	font-size: 10px;
}


#footer #designby a, #footer #designby a:visited, #footer #designby a:hover {
	font-weight: normal;
}

/* @end */

/* @end */

/* classes */

.clearboth {
	clear: both;
}

.description {
	margin-bottom: 20px;
}

.note {
	font-style: italic;
}

/* @group Special Page Classes */

.page_description {
	margin-bottom: 20px;
}

.page_footnote {
	margin: 20px 0;
	padding: 10px 0;
	border-top: 1px solid #dfd6b5;
}

.page_footnote p {
	font-size: 10px;
	margin-bottom: 10px;
}

/* @end */

/* @group Portfolio */

.portfolio_list {
	display: block;	
}

.portfolio_list .portfolio_container {
	display: block;
	float: left;
	width: 90px;
	height: 120px;
	margin: 5px 3px;
	padding: 0 8px;
}

.portfolio_list .portfolio_container .portfolio_photo_container a img {
	clear: both;
	width: 90px;
	display: block;
}

.portfolio_list .portfolio_container .portfolio_photo_container {
	height: 70px;
	overflow: hidden;
}

.portfolio_list .portfolio_container .portfolio_photo_container img {
	margin: 0 auto;
	display: block;
}

.portfolio_list .portfolio_container a.title {
	text-align: center;
	display: block;
	width: 90px;
	margin-top: 5px;
}

.portfolio_list .portfolio_container span.title {
	text-align: center;
	display: block;
	margin-top: 5px;
	font-size: 10px;
	line-height: 1.2em;
}

.large_image {
	margin-bottom: 30px;
}
		
/* @end */

/* @group Policies */

.policy_list {
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	-moz-column-count: 2;
	-moz-column-gap: 20px;
}

.policy_list .policy {
	margin-bottom: 15px;
}

/* @end */

/* @group Contact Photos */

.contact_photo_list {
	display: block;	
}

.contact_photo_list .contact_photo_container {
	display: block;
	float: left;
	width: 90px;
	height: 120px;
	margin: 5px 3px;
	padding: 0 8px;
}

.contact_photo_list .contact_photo_container a.title {
	text-align: center;
	display: block;
	width: 90px;
	margin-top: 5px;
}

.contact_photo_list .contact_photo_container span.title {
	text-align: center;
	display: block;
	margin-top: 5px;
	font-size: 10px;
	line-height: 1.2em;
}

/* @end */

/* @group Slideshows */

.slideshow, .large_slideshow {
	background: #fff;
}

.large_slideshow {
	width: 900px;
	height: 300px;
	margin: 0 auto 20px auto;
	padding: 10px;
}

.large_slideshow .mask {
	width: 900px;
	height: 300px;
	overflow: hidden;
	display: block;
	position: relative;
}

.large_slideshow .mask span {
	height: 300px;
	width: 900px;
	overflow: hidden;
	display: block;
}

.large_slideshow .mask span img {
    width: 450px;
    margin-right: 10px;
    height: auto; 
    float: left;
}

.large_slideshow .mask span div {
	float: left;
}

.slideshow {
	padding: 10px;
}

.slideshow .mask {
	position:relative;
	width: 300px;
	height: 400px;
	overflow: hidden;
	margin: 0 auto;
}

#portfolio_slideshow .mask {
	width: 900px;
	height: 320px;
}

#contact_slideshow .mask .box, #portfolio_slideshow .mask .box {
	position:absolute;
}

#contact_slideshow .mask .box span, #portfolio_slideshow .mask .box span {
	display:block;
	float:left;
}

#contact_slideshow .contact_photodescription {
	text-align: center;
}

/* @end */

/* @group Menu Items */

.menu_items {
	list-style: none;
	margin-left: 25px;
	list-style-position: outside;
}

.menu_items li ul {
	margin-left: 50px;
}

/* @end */


/* @group Display Table */

table.display {
	text-align: left;
	margin-bottom: 25px;
	width: 100%;
}

table.display tr {
	border-bottom: 1px dashed #dfd6b5;
}

table.display tr th, table.display tr td {
	vertical-align: top;
}

table.display tr th {
	border-bottom: 1px solid #dfd6b5;
	font-weight: bold;
}

table.display tr td {
	padding: 0px 5px 8px 5px;
}

table.display tr td p {
	margin: 0 0 10px 0;
}

.table_cell_right {
	text-align: right;
}

.table_cell_veryslim {
	width: 100px;
}

.table_cell_slim {
	width: 150px;
}

.table_row_even {
	background-color: #fcfae8;
}

.table_hidden_row {
	display: none;
}

/* @end */

/* @group Columns */

.columns {
	clear: both;
}

.columns .column_half {
	float: left;
	width: 450px;
	margin: 0 5px;
	display: block;
}

.columns .column_left {
	float: left;
	width: 580px;
	display: block;
}

.columns .column_right {
	float: left;
	width: 320px;
	margin-left: 20px;
	display: block;
}

/* @end */

/* @group Sortable Lists */

.sortable_list, .sortable_numerical_list {
	
}

.sortable_numerical_list {
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 20px;
}

/* @end */

#notice {
	background: #e0a2a2;
	border: 5px solid #a94b4b;
	margin: 10px 0;
	padding: 10px;
}