/********************************************
Global Styles
********************************************/

body {
	color: #000;
	font-size: 13pt;
	text-align: left;
}

a {
	color: #030; /*Some Blue*/
	text-decoration: none;
	text-align: left;
}

a img {
border: none;
}

a:visited {
	color: #030; /*Some Blue*/
	text-decoration: none;
}

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

#screenlogo {
	display: block;
}

#printlogo {
	display: none;
}

td {
	font-family: Cambria, "Times New Roman";
}



/********************************************
Navbar
********************************************/

#globalnav {
	background-color: #FFCC66;
	 border-top: 3px solid #FFCC66;
        border-bottom: 4px solid #FFCC66;
}

#globalnav ul, #globalnav li {
		font-family: trebuchet, verdana, arial, sans-serif;
		color: #000;
		font-size: 12pt;
		font-weight: 500;
		letter-spacing: 0;
		text-decoration: none;
        
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        border: 0px;
        list-style: none;
        display: inline;
        background-color: #FFCC66;
        }
 
/* home */ 
#globalnav a.home {
		font-family: trebuchet, verdana, arial, sans-serif;
		color: #000;
		font-size: 12pt;
		font-weight: 500;
		letter-spacing: 0;
		text-decoration: none;
		border-top: 3px solid #FFCC66;
        border-bottom: 4px solid #FFCC66;
        border-right: 15px solid #FFCC66;
        border-left: 15px solid #FFCC66;
}

#globalnav a.home:hover {
		font-family: trebuchet, verdana, arial, sans-serif;
		color: #fff;
		background-color: #5F9B1F;
		border-top: 3px solid #5F9B1F;
        border-bottom: 4px solid #5F9B1F;
        border-right: 15px solid #5F9B1F;
        border-left: 15px solid #5F9B1F;
}

#globalnav a.homeSelected {
        background-color: #5F9B1F; /*forrest green*/
        color: #fff;
        display: inline;
        border-top: 3px solid #5f9b1f;
        border-bottom: 4px solid #5f9b1f;
        border-right: 15px solid #5F9B1F;
        border-left: 15px solid #5F9B1F;
}

/********************************************
Secondary
********************************************/


h1 {
	font-size: 24pt;
	color: #000;
	font-family: Papyrus, "Tempus Sans ITC";
	text-align: center;
}
h2 {
	font-family: Cambria, "Times New Roman";
	font-size: 18pt;
	font-weight: bold;
	color: #000;
}
h3 {
	font-family: Cambria, "Times New Roman";
	font-size: 16pt;
	color: #000;
}

p {
	font-family: Calibri, "Times New Roman";
	color: #000;
	font-size: 14pt;
	font-weight: 100;
	letter-spacing: 0;
	text-decoration: none;
	padding-left: 10pt;
}



/********************************************
Application Styles
********************************************/

.header {
	font-family: Papyrus, "Tempus Sans ITC"
	font-size: 16pt; 
	color: #333333 ; 
	font-weight: bold
}
.SectionHeading
{
    color: #000;
	font-family: Cambria, "Times New Roman" 
  	font-size: 14pt;
    font-weight: bold;
}

.papyrus-footer {
	font-family: Papyrus, "Tempus Sans ITC";
	font-size: 14pt;
	font-weight: bold;
	color: #333;
}
.cambria-footer {
	font-family: Cambria;
	font-weight: bold;
	font-size: 12pt;
}
.copyright {
	font-family: Perpetua, "Times New Roman";
	font-size: 10pt;
	font-variant: small-caps;
	color: #000;
}
.copyright a {
	font-family: Perpetua, "Times New Roman";
	font-size: 12pt;
	color: #333;
	text-decoration: underline;
}
.copyright a:hover {
	font-family: Perpetua, "Times New Roman";
	font-size: 12pt;
	color: #933;
	text-decoration: underline;
}
.copyright a:visited {
	font-family: Perpetua, "Times New Roman";
	font-size: 12pt;
	color: #939;
	text-decoration: underline;
}
.webmaster {
	font-family: Perpetua, "Times New Roman";
	font-size: 9pt;
	font-variant: small-caps;
	color: #000;
}
.webmaster a {
	font-family: Perpetua, "Times New Roman";
	font-size: 9pt;
	font-variant: small-caps;
	color: #000;
	text-decoration:underline;
}.papyrus {
	font-family: Papyrus, "Tempus Sans ITC";
	font-size: 18pt;
	font-weight: bold;
	color: #000;
}

.empasis {font-weight: bold}

.red {
	color: #F00;
}
.phonecontact {
	font-size: 16pt;
	font-weight: 400;
	font-variant: normal;
	color: #900;
	text-decoration: underline;
}
.services-body {
	font-family: Calibri, "Times New Roman";
	font-size: 14pt;
	font-weight: 600;
}
#navbg {
	background-image: url(../img/pg-design/txt-body-bg.gif);
}
