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

/********************** PAGE ELEMENTS ******************************/

body
{
	
	background-color: #ffffff;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
	
	text-align: left;
		
}

h1 

{	font-size: 20pt;
	font-weight: normal;	
}

h2
{	font-size: 18pt;	}

h3

{	font-size: 16pt;	}

h4
{	font-size: 14pt;	}

h5

{	font-size: 12pt;	}
	
h6 
{	font-size: 12pt;	}

table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px;	
}

td 
{
	border: 1px solid #CCCCCC;
}
/************ CONTAINERS *******************/

#container /* Main container for all other elements- except footer */
{ 
	
}

#header /* Styles masthead- contains #logo and #login */
{
	display: none;
	
}

#header_print/* Displays for print styles only */
{

} 


#logo /* Sytles logo in header */
{
	display: none;
}

#login /* Styles CitizensNET login form in header */
{
	display: none;
}

#menu /* Main menu */
{
	display: none;	

	
}

#welcome /* Contains welcome message on homepage */
{
	
	
}

#content /* Contains content for sub pages */
{
	
}


#news /* Contains news on homepage */
{
	
		
}

#services /* Contains Featured Services on homepage */
{
	
	
}
#footer /* Styles footer and contains #footer_content. Resides outside of #container to achive full width value. */
{
	
	
}

#footer_content /* Positions footer and contains #footer_content_left and #footer_content_right */
{
	
}

#footer_content_left /* Footer contact information */
{
	
}
#footer_content_right /* Footer links and logos */
{
	
}

/************************** CLASS STYLES ********************************/

.blue /* Blue font */
{		}

.italic /* Italic font */

{	font-style: italic;	}

.italic_blue /* Italic blue font */
{
	
	font-style: italic;
}

.bold /* Bold font */

{	font-weight: bold;	}

.bold_blue /* Bold blue font */
{
	
	font-weight: bold;
}

.bold_italic /* Bold italic font */
{
	font-style: italic;
	font-weight: bold;
}

.bold_italic_blue /* Bold italic blue font */
{
	
	font-style: italic;
	font-weight: bold;
}

.welcome_heading /* Special style for the home page heading */
{
	
	
}

.news_heading /* Special style for the "news" and "featured products" headers */
{
	
	
}

.clear /* Styles image to clear elements */
{
	
}

.imgleft /* Image float left */
{
	display: none;
	
}

.imgright /* Image float right */
{
	display: none;
}

/********************************* LINKS ****************************************/

a img /* Image links have no border */

{	border: 0px;	}


a:link {}
a:visited {}
a:active {}
a:hover {}


