/* DigiSquid CSS Library Version 3.7 */
/* WebAddress.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: url(../images/template/bkg.png) repeat-x 0 top;
}

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

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

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

.column {
	float: left;
	padding-right: 20px;
}

/* Start Menu */
.design #menu {
	float: right;
	padding-right: 180px;
	padding-top: 2px;
}

.design #menu ul {

}

.design #menu li{
	border-bottom-color: #797979;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	list-style-type: none;
	padding: 0;
	margin-bottom: 3px;
	margin-top: 3px;
}

.design #menu li a:link{
	font-size: 11px;
	font-weight: bold;
	color: #4c4c4c;
	text-decoration: none;
}

.design #menu li a:visited{
	font-size: 11px;
	font-weight: bold;
	color: #4c4c4c;
	text-decoration: none;
}

.design #menu li a:hover{
	color: #004080;
	text-decoration: none;
}

/* End Menu */

/* End Framework */

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


/* End Sidebar */

/* Footer */

.design #footer {
	height: 100px;
	background: url(../images/template/footer.png) no-repeat;
}
.design #footer p {
	color: #4c4c4c;
	padding-left: 50px;
}

/* End Footer */

/* Text Styling */

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

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 {
	color: #4c4c4c;
	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: #004080;
	text-decoration: none;
}

p a:visited {
	color: #004080;
	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;
}
/* 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: gray;
background-color: gray;
height: 1px;
border: 0;
}


/*  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;
}

/*  Text List  */

.design #textlist {
	vertical-align: top;
	display: inline-block;
	padding-top: 10px;
	padding-right: 25px;
}

.design #textlist ul {
	padding: 0;
}

.design #textlist li {
	display: block;		
}


/*  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;
}


/*  Listings  */

.listing {
	width: 100%;
	padding: 25px;
	background-color: white;
	margin-bottom: 10px;
}

.listing img {
	width: 150px;
	float: left;
	padding-right: 25px;
	padding-bottom: 25px;
}

.listing h2	{
	text-align: right;
	font-size: 16px;
	color: #004080;
	padding: 0px;
	margin: 0px;
}

.listing h3	{
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 10px;
	font-size: 16px;
	color: #4c4c4c;
	margin: 0px;
}

.details {
	margin-left: 150px;
	background-color: white;
	margin-bottom: 35px;
}

.notes {
	width: 100%;
	background-color: white;
	margin-bottom: 10px;
}

.downloads {
	padding-top: 5px;
	border-top-style: solid;
	border-top-color: #999999;
	border-top-width: 1px;
	width: 100%;
	background-color: white;
	margin-top: 10px;
}

