/* @override http://local.Briechle-gelso.com:8888/css/style.css */

/* DigiSquid design CSS Version 3.5 */
/* Briechle-gelso.com

/* Framework */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. */
	color: #000000;
	background: #190e0c url(../images/template/bkg.jpg) repeat-x 0 top;
}

.design #container {
	width: 970px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}
.design #masthead {
	height: 80px;
	background-image: url(../images/template/masthead.png);
	width: 675px;
	padding-top: 51px;
	padding-left: 295px;
}

.design #content {
	padding: 25px 50px 50px;
	background: url(../images/template/content.png) no-repeat 0 bottom;
	width: 870px;
}

.design #contentwrap {
	background: url(../images/template/content-bkg.png) repeat-y;
}

/* End Framework */

/* Animation */
.design #animation {
	float: right;
	width: 371px;
	height: 300px;
	padding: 25px;
}
/* End Animation */

/* Columns */

.design #columnleft {
	float: left;
	width: 450px;
	padding-bottom: 25px;
}

.design #columnright {
	float: right;
	width: 370px;
	padding-bottom: 25px;
}

/* End Columns */

/* Sidebar */

.design #sidebar {
	float: right;
	width: 169px;
	background-color: silver;
	padding: 25px;
	margin: -10px -35px 25px 25px;
}

.design #sidebar p {
	
}

/* End Sidebar */

/* Footer */

.design #footer {
	height: 34px;
	padding-top: 0px;
	padding-bottom: 10px;
	background: url(../images/template/footer.png) no-repeat;
}
.design #footer p {
	text-align: center;
}

/* End Footer */

/* Text Styling */

h1 {
	text-align: left;
	margin: 0;
	padding-bottom: 10px;
	padding-top: 20px;
	color: black;
	font: bold 18px/18px Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-align: left;
	margin: 0;
	color: black;
	padding-top: 20px;
	padding-bottom: 10px;
}

h3 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-align: left;
	margin: 0;
	color: black;
	padding-top: 20px;
	padding-bottom: 10px;
}

p {
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding-top: 0;
	padding-bottom: 10px;
}

strong {
	font-weight: bold;
}

.small {
	font-size: 9px;
	line-height: 10px
}

.bigger {
	font-size: 125%;
	font-weight: bold;
}

ul {
	font-size: 12px;
	line-height: 20px;
	padding-top: 0;
	padding-bottom: 10px;
}

li {
	padding-bottom: 10px;
}

/* End Text Styling */

/* P Links */

p a:link {
	color: #f91a19;
	text-decoration: none;
}

p a:visited {
	color: #f91a19;
	text-decoration: none;
}

p a:hover {
	color: #fa921f;
	text-decoration: none;
	background: none;
}

p a:active {
	color: #fa921f;
	text-decoration: none;
}

/* end P Links */

/* Photos */
.photo {
	padding: 15px;
}
.photoabout {
	padding-left: 15px;
	padding-bottom: 150px;
	padding-right: 15px;
	padding-top: 15px;
}
/* end Photos */

/* PDF */

p.pdf {
	margin: 0;
	padding-left: 70px;
}

p.pdf a {
	display: block;
	width: 100%;
	height: 55px;
	background-color: #fff;
	font-size: 12px;
	line-height: 28px;
	text-decoration: none;
	padding: 7px;
	border: 1px solid #787878;
	text-align: left;
}

p.pdf a:visited {
	display: block;
	width: 100%;
	height: 55px;
	background-color: #fff;
	font-size: 12px;
	line-height: 28px;
	text-decoration: none;
	padding: 7px;
	border: 1px solid #787878;
	text-align: left;

}

p.pdf a:active {
	display: block;
	width: 100%;
	height: 55px;
	background-color: #fff;
	font-size: 12px;
	line-height: 28px;
	text-decoration: none;
	padding: 7px;
	border: 1px solid #787878;
	text-align: left;

}

p.pdf a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #a10327;
}

.border {
	border: solid 1px black
}
/* end PDF */


/* Tables */

table {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 0;
}


table td {
	border-bottom: 1px solid gray;
	padding: 20px;
}

.design #tablehead {
	background-color: #2f1106;
	border: 1px solid #143f75;
	color: #fff;
	font: bold 14px/21px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* End Tables */


/* Form */

form.webform fieldset {
  margin-bottom: 10px;
}

form.webform input {
	width: 250px;
}

form.webform legend {
  padding: 0 2px;
  font-weight: bold;
	font-size: 18px;
	color: #2f1106;
}
form.webform label {
  display: inline-block;
  line-height: 14px;
  vertical-align: top;
	font-size: 12px;
}
form.webform fieldset ol {
  margin: 0;
  padding: 0;
}
form.webform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.webform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.webform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.webform fieldset fieldset label {
  display: block;
  width: auto;
}
form.webform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.webform label {
  width: 250px; /* Width of labels */
}
form.webform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

.webform #submitbox {
	background-color: #61351c;
	padding-top: 20px;
	text-align: center;
	padding-bottom: 20px;
}

/* End Form */