/* CSS Stylesheet for The Paula G. Company */

/* General Formatting */

body{
	background-color:#007dc3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color:#000000;
}


/* Layout of major divs */

#container {   /*Wraps around the whole layout with rule */
	width: 860px;
	margin: 0px auto 0px auto; /*trbl*/
	position:relative;
	background-color:#fff;
	background-position:top;
	
}


#header {
	position: relative;
	background-repeat: no-repeat;
	background-image:url(../images/pgc_banner.jpg);  
	background-position:top left;
	height:160px;
		
}

/* Navigation Menu */


#menu {
	position: relative;
	background-color:#007dc3;
	margin: 0px;
	height:30px;
	}
	
#menu_inner {
	padding: 10px 0 10px 0;
	color: #FFFFFF;
	font-size:12px;
}


#menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	text-align:center;

}

#menu a:hover {
color: #ffce34;
}
	
	

#content {
	float:left;
	width: 600px;
	
	
	
	}
	
#content_inner {
padding: 10px 20px 10px 20px;;/*trbl*/
}

#content p {
padding-bottom: 12pt;
}

#rightbar {
	float:left;
	width:230px;
	}
	
#rightbar_inner {
	padding:10px;
}


#footer {
	clear:both;	
	height:75px;
	padding-top:20px;
	text-align:left;
	font-size: smaller;
	background-color:#fdbb1b;
	
}

#footer_inner {
padding: 0px 180px 3px 15px;/*trbl*/

}


#footer a {
	color: #007DC3;
	text-decoration: underline;
	
}
		
#footer a:link, #navcontainer a:visited {
	color: #007DC3;
	}

#footer a:hover {
	color: #007DC3;
	font-weight:bold;
		}

#footer p {
	
	text-align:left;
	font-size: 9px
		
	}


/* FORMATTING */

h1 {
	font-size: 130%;
	text-align: left;
	line-height: 1.4em;
	font-weight: bold;
	color: #007DC3;
	text-transform:uppercase;
	margin-top: 20px;
	padding-bottom: 8px;
	}

h2 {
	font-size: 120%;
	text-align: left;
	line-height: 1.4em;
	font-weight: bold;
	color: #007DC3;
	padding-bottom:1px;
	
	}

h3 {
	font-size: 110%;
	text-align: left;
	line-height: 1.4em;
	color: #007DC3;
	margin-top: 12px;
	margin-bottom: 2px;
		}
		
p {
	font-size: 90%;
	line-height: 1.5em;
	padding-bottom: 4px;
	color:#000000;
		}

table tr td {
	font-size: 90%;
	
	
		}
		
table th {
	font-size: 90%;
	font-weight:bold;
		}

ul li {
	font-size: 90%;
	line-height: 1.5em;
	
	}
	
ol li {
	font-size: 90%;
	line-height: 1.5em;
	}
		
a:link {
	background-position: center;
	color: #007DC3;
	text-decoration:underline;
}
a:visited {
	background-position: center;
	color: #007DC3;
}
a:hover {
	background-position: center;
	color: #ffce34;
	font-weight:bold;
	text-decoration:none;
}
a:active {
	background-position: center;
	color: #007DC3;
}


	
		

blockquote {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight:bold;
	line-height: 1.5em;
	padding: 3px;	
	
	}
	
blockquote .box{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight:bold;
	line-height: 1.5em;
	border: 1px solid #007DC3;
	padding: 3px;	
	
	}
	
/* Element Specific Designs */

#signupbox {
	font-size:90%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	text-align: center;		
	background-color:fdb913;
}

#signupbox .small {
font-size:80%;

}

#signupbox .testimonial {
text-align:left;
padding: 3px;
/*border: 1px solid black;*/

}

#signupbox form {
border: 1px hidden black;
padding: 2px;

}

.promoBox {
border: 2px solid #007DC3;
background-color:fff;
padding: 15px;
font-style:italic;
}

.strike {
text-decoration:line-through;
}
