/* @override http://local.CorcoranPR.com:8888/css/style.css */

/* DigiSquid CSS Library Version 3.6.5 */
/* CorcoranPR.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: #5e462c 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: 153px;
	background-image: url(../images/template/masthead.jpg);
}

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

.design #content {
	background: url(../images/template/content.jpg) no-repeat 0 top;
	min-height: 395px;
	padding-right: 100px;
	padding-top: 100px;
	padding-left: 100px;
}

.design #content p {
}

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

img, div { 
	behavior: url(/scripts/iepngfix/iepngfix.htc) /* IE6 PNG Fix */
}


/* End Framework */

/* Sidebar */

.design #sidebar {
	float: left;
	width: 485px;
	min-height: 500px;
	margin-right: 35px;
	margin-left: -100px;
	margin-top: -100px;	
	clear: both;
}

.design #animation {
	width: 485px;
	height: 395px;
}

.design #testimonials {
	margin-top: 10px;
	width: 300px;
	font: italic 14px/21px Georgia, "Times New Roman", Times, serif;
	color: #3b3933;
	margin-left: 100px;
	border: 1px solid #c3beab;
	padding: 15px;
	margin-bottom: 25px;
}

/* End Sidebar */

/* Footer */

.design #footer {
	height: 206px;
	background: url(../images/template/footer.jpg) no-repeat;
	padding-top: 115px;
	padding-left: 525px;
}
.design #footer p {
	color: white;
	text-align: left;
	margin-top: 45px;
	margin-left: -425px;
}

/* End Footer */

/* Text Styling */

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

h2 {
	text-align: left;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 10px;
	font: bold 14px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
}

h3 {
	text-align: left;
	margin: 0 0 10px;
	padding-bottom: 0;
	padding-top: 20px;
	color: #bf2a23;
	font-weight: normal;
	font-style: normal;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	border-bottom: 1px solid #bf2a23;
}

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: 14px;
	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: 25px;
}
/* end Photos */

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

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

.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 {
	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: 150px;
	
}

/* End Form */

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