@charset "utf-8";
/* CSS Document */

/*********************************************
----------------------------------------------
Site:  		paulnoiadesign.com
Author: 	Paul Noia | Paul Noia Design, Inc.
Version: 	5.0
----------------------------------------------
*********************************************/

/* Imported style sheets */

@import url("layout.css");
@import url("style.css");
@import url("nav.css");
@import url("spryMenuBarHorizontal.css");

/* Reset all margins and paddings for browsers */

* {padding: 0; margin: 0;}

/* General rules */

body, html {
	margin: 0;
	padding: 0;
	background: #ddd url(../images/bg.jpg) repeat-x;
	height: 100%;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #136e81;
}

h2 {
	font-size: 24px;
	margin-bottom: 14px;
}

h3 {
	letter-spacing: 2px;
	font-size: 16px;
}

blockquote, ul {
	line-height: 20px;
	padding-bottom: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #d3d7c3;
}

ol {
	line-height: 20px;
	padding: 0 0 20px 36px;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif; /* Georgia, "Times New Roman", Times, serif; */
	font-size: 14px;
	color: #333;
}

ol li {
padding-bottom:16px;
}


li {
	margin: 0;
	padding: 0;
}

blockquote {
	padding-left: 20px;
}

p {
	letter-spacing: 1px;
	line-height: 20px;
	text-align: left;
	padding-bottom: 20px;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif; /* Georgia, "Times New Roman", Times, serif; */
	font-size: 14px;
	color: #333; /*#d3d7c3;  #aaa; #ff9999; */
	widows: inherit;
} 

a {
	color: #136e81;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #999;
	font-weight: bold;
	text-decoration: none;
}

input, select, checkbox {
	padding: 0;
    border: 1px solid #006699;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #006699;
}

textarea {
    padding: 0;
    border: 1px solid #006699;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #006699;	
}