/********************************************************************************************/
/* This file contains the CSS declarations that are used in the content area of the site. 	*/
/* All declarations in this file will also be available in the SiteCM page editor. 			*/
/********************************************************************************************/

/* Required Declarations */
/* The following declarations are required by the SiteCM page editor */

/* Text - default */
body, td, p, li, input, select, textarea {
	font: normal normal 11px Tahoma, Arial, Sans-Serif;
	text-decoration: none;
	color: #353535;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 { font-size: 15px; 
	 color: #C4932D;
	 margin-bottom: 0px;}
h2 { font-size: 11px; 
	 color: #999999;
	 margin-top: 0px;
	 font-weight: normal;}
h3 { font-size: 16px;
	 color: #31492F;
	 font-weight: normal;
	 }
h4 { font-size: 11px;
	 color: #353535;
	 }	
h5 { font-size: 10px;
	 color: #636363;
	 font-weight: bold;
	 margin-bottom: 0px;
	 }
h6 { font-size: 10px;
	 color: #696969;
	 margin-top: 0px;
	 font-weight: normal;}

/* Links - default */
a:link, a:visited, a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #2B3484;
}	

a:link.home, a:visited.home, a:active.home, a:hover.home {
	font-weight: normal;
	text-decoration: none;
	color: #D3AE5E;
}	

a:link.locations, a:visited.locations, a:active.locations, a:hover.locations {
	font-weight: normal;
	text-decoration: none;
	color: #D3AE5E;
}	

a:link.sitemap, a:visited.sitemap, a:active.sitemap, a:hover.sitemap {
	font-weight: normal;
	text-decoration: none;
	color: #D3AE5E;
}	

a:link.contact, a:visited.contact, a:active.contact, a:hover.contact {
	font-weight: normal;
	text-decoration: none;
	color: #D3AE5E;
}	
a:link.survey, a:visited.survey, a:active.survey, a:hover.survey{
	font-weight: normal;
	text-decoration: none;
	color: #D3AE5E;
}	

/* Links - hover (onmouseover) */
a:hover {
	text-decoration: underline;
	color: #353535;
}	

a:link.community, a:visited.community, a:active.community, a:hover.community {
	font-weight: normal;
	text-decoration: none;
	color: #D3AE5E;
}	

/* Forms */
form { margin: 0px; padding: 0px; }

/* Custom Declarations */
/* The following declarations required by the SiteCM page editor */

/* Classes that can be used with any element */



/* Link <a></a> specific classes */


/* Paragraph <p></p> specific classes */

/* Table <table></table> specific classes */


/* Table cell <td></td> specific classes */
td.Purple { background-color: #2B3484; color: #fff; }
td.Purple p, td.Purple td {color: #fff; }
td.Purple a:link, td.Purple a:active, td.Purple a:visited, td.Purple a:hover {color: #fff; }
td.Purple li { 
	background: url(/images/ai_bullet_purple_white.gif) left center no-repeat;
	padding-left: 15px;
	margin-bottom: 0px;
} 

/* Table cell <td></td> specific classes */
td.Eggplant { background-color: #CACCE0; color: #2B3484; }

/* Image <img /> specific classes */

.main_content ul { 
	list-style-type: none;
	padding-left: 10px;
	margin-left: 0;
} 

.main_content li { 
	background: url(/images/ai_bullet.gif) left center no-repeat;
	padding-left: 15px;
	margin-bottom: 0px;
} 

