/* Philly Point Guard Master Stylesheet 
==================================
colors:     */


/* Global Styles */
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address 
{
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 9pt;
    color: #1b3a7d; }


a{color: #d37907;}
a:hover{color:#e7952f;}    
    
/* Basic Page Elements 
======================*/    
body
{
    text-align:center;}


body#editor
{
	background-color: #FFFFFF;
	text-align: left;}

body#editor p,
body#editor h1,
body#editor h2,
body#editor h3
{
	margin-bottom: 1em;}

#page
{
    width:800px;
    text-align:left;
    margin-left:auto;
    margin-right:auto;	
background-color: #F2F5FA;


}
.white{
	color:#FFFFFF;
	text-decoration:none;}
}

/* Sitewide Navigation 
======================*/
.nav {padding-left: 2em;}
.nav a
{
    font-weight: bold;
    text-decoration:none;
    text-transform: uppercase;
    color: #fff;
    height: 26px;
    padding: 0 11px;
    /*padding-right: 10px;*/
    display:block;
    float:left;
    padding-top: 8px;}    


.nav a:hover, .nav a.on
{
    background-color:#567eb9;
    color:#fff;}    


.right
{
    float:right;}


/* Main Content Area 
====================*/
#content{}




#content h1
{
    font-size: 15pt;
    font-weight: bold;
    margin-bottom: 1em;
    color: #b60c00;}


#content h2
{
    font-size: 11pt;
    margin-bottom: 1em;
    color: #567eb9;
    }


#content h3
{
    margin-bottom: .5em;}
    
#content p
{
    margin-bottom: 1em;}    


#content ul, #content ol
{
    margin-left: 3em;
    margin-bottom: 1em;}




/*logoworks link*/
div#logoworks
{
	padding-top: 5px;
	font-family: Arial;
	color: #000;
    font-size: 8pt;
    background-color: #FFF;
    text-align: center;
}
#logoworks a
{
	font-family: Arial;
	font-size: 8pt;
	text-decoration: none;
	color: #000;
}
#logoworks a:hover
{
	text-decoration: underline;
}


/*sub navs for secondary page*/
#subnavs
{
	width: 800px;
	padding-left: 60px;	
	padding-top: 5px;
}
#subnavs a
{
	font-weight: bold;
	text-decoration: none;
	color:#B60B01;
}
#subnavs a:hover
{
	color: #FEBF0F;
	text-decoration: underline;
}



