/********************************************************************************************/
/* 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: #31492F;
	 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: #C4932D;
}	

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.community, a:visited.community, a:active.community, a:hover.community {
	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: #674600;
}	


/* 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 */
.GreyBoldText { font-weight: bold; color: #999; }
.BoldText { font-weight: bold; color: #353535; }


/* Link <a></a> specific classes */
a.BlackLink { background-color: #353535; color: #fff; }

/* Paragraph <p></p> specific classes */
p.GoldParagraph { background-color: #C4932D; 
			      color: #fff; 
			      margin-bottom: 0px;
		          margin-top: 0px;
	              margin-left: 5px;
	              margin-right: 0px;}

/* Table <table></table> specific classes */
table.DarkTable { background-color: #fff; 
	              color: #353535;
	              margin-bottom: 0px;
	              margin-top: 0px;
	              margin-left: 5px;
	              margin-right: 0px; }

/* Table cell <td></td> specific classes */
td.Gold { background-color: #C4932D; color: #fff; }
td.Gold p, td.Gold td {color: #fff; }
td.Gold a:link, td.Gold a:active, td.Gold a:visited, td.Gold a:hover {color: #fff; }
td.Gold li { 
	background: url(/images/ai_bullet_gold_white.gif) left center no-repeat;
	padding-left: 15px;
	margin-bottom: 0px;
} 
/* Table cell <td></td> specific classes */
td.Beige { background-color: #F0E4CA; color: #353535; }

/* Image <img /> specific classes */
img.BorderedImage { border: solid 5px #f00; }

.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;
} 
