/* Premiere Design Solutions */
/* Jimmy & Luis Jurado - Home office is in Weston, FL */

/* SpyderWeb Concepts */
/* Ron Dick - January 2008 */

/* Color Scheme */
/* Blue: #0093CF */
/* Green: #1FB25A */
/* Background: #9ED3B2 */

/* Global Styles */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
	background-color: #9ED3B2;
	background-image: url(../images/Green background_8.gif);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: 20px;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #1FB25A;
}

a:hover {
	text-decoration: underline;
}

hr {
	color: #1FB25A;
	height: 2px;
	width: 90%;
}

ul {
	margin-left: 10px;
	padding-left: 10px;
}

li {
	list-style-image: url(../images/bullet01.gif);
}

.header {
	font-size: 200%;
	font-weight: bold;
	color: #0093CF;
}

.footer {
	font-size: 80%;
	font-style: italic;
}

/* Text Styles */
.pageTitle {
	font-size: 150%;
	font-weight: bold;
	color: #0093CF;
}

.paragraphTitle {
	font-size: 125%;
	font-weight: bold;
	color: #0093CF;
}

.tagLine {
	color: #1FB25A;
	font-style: italic;
	font-weight: bold;
	font-size: 110%;
}

/* Image Styles */

.img1 {
	border: #1FB25A solid thin;
	margin: 2px;
}

.greenLife {
	margin-right: 10%;
	margin-top: 0px;
	float: right;
}

.luis {
	margin-left: 10px;
	border: #1FB25A solid thin;
}

/* Table Styles */

.contactForm {
	background-image: url(../images/Contact 02.jpg);
	background-position: 100% 50%;
	background-repeat: no-repeat;
}