@charset "utf-8";
#mainContentTop  {
	padding-left: 50px;
	padding-right: 50px;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
#container  {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
}
#header  {
	background-color: #666;
	background-image: url(../Images/TCOGHeaderBackground.jpg);
	height: 35px;
	padding-top: 167px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: no-repeat;
}
#header h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#footer  {
	background-color: #000;
	color: #FFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: .75em;
	text-align: center;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 1em;
	padding-left: 0px;
}
#ExecOffice {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#Admin {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#AAA {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#CED {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#HCS {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#FAQs {
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#Meetings {
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#Staff {
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#ImportantLinks {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#CommitteeMembers {
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.5em;
	color: #FFF;
	background-image: url(../Images/TCOG-RedHeaderBackground.jpg);
	background-position: center center;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.5em;
	color: #FFF;
	background-image: url(../Images/TCOG-RedHeaderBackground.jpg);
	background-position: center center;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.25em;
	color: #FFF;
	background-image: url(../Images/TCOG-GreyHeaderBackground.jpg);
	background-position: center center;
	margin-top: 10px;
	padding-left: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h4 {
	font-size: 1.25em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-top: 10px;
	line-height: 1em;
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 10px;
}
h5 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: normal;
}
h6 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-top: 0px;
	font-weight: normal;
	font-size: 1.5em;
	margin: 0px;
}

.Bold {
	font-weight: bold;
}

a:link {
	color: #F00;
	text-decoration: none;
}
a:visited {
	color: #F00;
    text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #900;
}
a:active {
	color: #F00;
    text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container #sidebar1 p {
	font-size: .75em;
}
#container #sidebar2 p {
	font-size: 0.75em;
}
ul {
	margin-top: 0px;
	padding-left: 20px;
	font-size: .75em;
	padding-top: 0px;
}
ol {
	margin-top: 0px;
}
#Gleason-Ryan {
	background-image: url(../Images/Gleason-Ryan-small.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 80px;
	float: right;
	clear: right;
}
#fltslvd {
	float: left;
	width: 430px;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#CommitteeMembers2 {
	padding-left: 5px;
}
.PublicationLeft {
	text-align: center;
	width: 200px;
	font-size: .85em;
	font-weight: bold;
	float: left;
}
.PublicationRight {
	text-align: center;
	width: 200px;
	font-size: .85em;
	font-weight: bold;
	float: right;
}
#CurrentMeeting {
	padding-left: 5px;
}
#Meetings2009 {
	padding-left: 5px;
}
#Meetings2008 {
	padding-left: 5px;
}
#CountyReps {
	padding-left: 5px;
}
#CityReps {
	padding-left: 5px;
}
#Schools {
	padding-left: 5px;
}
#AboutUs {
	padding-left: 5px;
}
#GoverningBody {
	padding-left: 5px;
}
#MemberCounties {
	padding-left: 5px;
}
#MemberCities {
	padding-left: 5px;
}
#MemberCities {
}
#SchoolsColleges {
	padding-left: 5px;
}
#AdvisoryMembers {
	padding-left: 5px;
}
#FooterLogo {
	text-align: right;
	float: right;
}
#EDPhoto {
	margin: 0px;
	padding: 0px;
}
#FOPhoto {
	margin: 0px;
	padding: 0px;
}
#AAAPhoto {
	margin: 0px;
	padding: 0px;
}
#CEDPhoto {
	margin: 0px;
	padding: 0px;
}
#HousingPhoto {
	margin: 0px;
	padding: 0px;
}
#EmployeeLogin {
	border: thin solid #000;
	padding: 5px;
}
#AdvisoryHousing {
	padding-left: 5px;
}
#News {
	padding-left: 5px;
}
#Pictures {
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
}

#CookeCoElected {
	font-size: .75em;
	text-align: left;
}
#CookeCoContact {
	font-size: .75em;
}
#CallisburgInfo {
	width: 250px;
	text-align: center;
}
#CallisburgContact {
	font-size: .75em;
	text-align: center;
}
#CallisburgElected {
	font-size: .75em;
	text-align: left;
}
#CommitteeCurrentMeeting {
	padding-left: 5px;
}
#FrontPagePhoto-centered {
	text-align: center;
}
.Red {
	color: #F00;
}
.DatePosted {
	font-size: .75em;
	font-weight: bold;
}
#Updated {
	font-size: .75em;
	font-style: italic;
	float: left;
}
.smallTop {
	font-size: 0.75em;
	padding-top: 0px;
	padding-bottom: 0px;
}
.mediumTop {
	font-weight: bold;
	padding-bottom: 0px;
}
.Speaker {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.singleSpace {
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container #sidebar1 #Meetings p {
	padding: 0px;
}
.twoColFixLtHdr #mainContentLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 430px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContentRight {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 500px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #mainContentTopSmall {
	padding-right: 225px;
	padding-left: 225px;
}
.twoColFixLtHdr #container #mainContentLeft p {
	font-size: 0.75em;
}
.twoColFixLtHdr #container #mainContentRight p {
	font-size: .75em;
}

