/* @override http://troianolaw.com/css/style.css */

/* DigiSquid CSS Library Version 3.8 */
/* TroianoLaw.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: #0E2612 url(../images/template/bkg.png) 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: 100px;
	background-image: url(../images/template/masthead.png);
}

.design #content {
	background: url(../images/template/content.png) no-repeat 0 top;
	padding-top: 25px;
	padding-left: 75px;
	padding-right: 75px;
}

.design #contenttop {
	height: 355px;
	background: url(../images/template/content_top.png) no-repeat 0 top;
	padding-top: 25px;
}

.design #contenttop p {
	color: white;
	width: 325px;
	padding-left: 75px;
}

.design #jump {
	padding-left: 75px;
}


.design #contentbkg {
	background: url(../images/template/content_bkg.png) repeat-y 0 bottom;
}

/* End Framework */

/* Animation */
.design #animation {
	float: right;
	width: 493px;
	height: 380px;
	margin-right: 42px;
	margin-top: -25px;
}

ul#innerfade.innerfade {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* End Animation */

/* Sidebar */
.design #sidebar {
	float: right;
	width: 169px;
	background-color: silver;
	padding: 25px;
	margin-right: 75px;
}

.design #sidebar p {
	
}
/* End Sidebar */

/* Footer */
.design #footer {
	height: 171px;
	background: url(../images/template/footer.png) no-repeat;
}
.design #footer p {
	color: white;
	margin-top: 150px;
	padding-left: 75px;
	text-align: left;
}
/* End Footer */

/* Text Styling */
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	text-align: left;
	margin: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 75px;
	color: white;
}

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

h3 {
	border-bottom-color: #ac8b29;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-align: left;
	margin: 0;
	color: #ac8b2a;
	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: #b1d04c;
	text-decoration: none;
}

p a:visited {
	color: #b1d04c;
	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: 25px;
}
/* end Photos */

/* Photo Gallery */
.photogallery ul { 
	list-style:none; /* No bullets */ 
	overflow:hidden;
	margin-left: 40px;
} 

.photogallery li { 
	float:left; /* Horizontal list */
	width:300px; /* Room for images and text */ 
	padding:25px; /* Gap between */ 
} 

.photogallery li div { 
	text-align:center; /* Center description */ 
} 

.photogallery li img { 
	display:block; 
	margin:0 auto; /* Cener block image */ 
	width:300px; /* All images the same size */
	border: 1px solid gray; /* border  */
}
/* End Photo Gallery */

/* 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: #3973bc;
	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: #356aa0;
}

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: #356aa0;
	padding-top: 20px;
	text-align: center;
	padding-bottom: 20px;
}

/* End Form */

hr {
color: #ac8b2a;
background-color: #ac8b2a;
height: 1px;
border: 0;
}

/*  Column  */
.column {
	width: 150px;
	background: silver;
	vertical-align: top;
	display: inline-block;
	padding: 15px;
	margin-right: 25px;
}

.column ul {
	padding: 0;
}

.column li {
	display: block;		
}


/*  PDF List  */
.design #pdflist {
	padding-bottom: 20px;
	display: inline-block;
	vertical-align: top;
	padding-left: 20px;
}

.design #pdflist ul {
	padding-left: 0px;
}

.design #pdflist li {
	list-style-type: none;
	background: url(../images/graphics/pdf.png) no-repeat;
	padding-left: 35px;
	padding-top: 5px;
	height: 20px;
}

.design #pdflist a:link {
	text-decoration: none;
	color: #874400;
}

.design #pdflist a:hover {
	text-decoration: none;
	color: #ff8200;
}

/*  Photo list  */
.design #photolist {
	border-width: 1px;
	border-style: none;
	vertical-align: top;	
	padding: 20px 20px 10px;
}

.design #photolist ul {
	padding-left: 0px;
}

.design #photolist li {
	display: inline-block;
	text-align: center;
	padding-left: 25px;
}

.design #photolist a {
	text-decoration: none;
	color: #874400;
}

.design #photolist img {
	border: 1px solid #ceac45;
	margin-bottom: 10px;
}

/* Start JQuery Accordion */
ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 15em;
}

ul#menu a {
  display: block;
  text-decoration: none;	
}

ul#menu li {
  margin-top: 1px;
}

ul#menu li a {
  background: #333;
  color: #fff;	
  padding: 0.5em;
}

ul#menu li a:hover {
  background: #000;
}

ul#menu li ul li a {
  background: #ccc;
  color: #000;
  padding-left: 20px;
}

ul#menu li ul li a:hover {
  background: #aaa;
  border-left: 5px #000 solid;
  padding-left: 15px;
}
/* End JQuery Accordion */


/* Form */

form.webform {
  float: right;
  padding-top: 50px;
  padding-right: 125px;
}

form.webform h1 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}


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

form.webform input {
	width: 150px;
}

/* End Form */

