﻿/* =================================================
Site:           http://www.carrollton-ga.gov/
Created:        07 01 2009
Last Modified:  07 01 2009 
Created by: Tommy Higginbotham
================================================= */

/* Primary site settings */
a:link {
	color: #0000FF;
	text-decoration: none 
}

a:visited {
	color: #0000FF;
	text-decoration: none
}

a:active {
	color: #000000; 
	text-decoration: underline
} 

a:hover {
	color: #000000; 
	text-decoration: underline 
}

BODY {
	font-family: tahoma, helvetica, sans-serif;
	font-size: 13px;
	background-color:#FFFFFF;
	background-image: url(../../images/bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 0px;
	top: auto;
}

/* Header Links */

.header_links {
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}

td { 
	font-family: tahoma, helvetica, sans-serif;
	font-size: 13px; 
}

/* Image for the main content bar */

.title_bar {
	background-image: url(../../images/title_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
	width: 500px;
	text-align: left;
	vertical-align: middle;	
}

/* Image for the main part of the site */

.main_cell {
	background-image: url(../../images/index_12.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 950px;
}

/* Long content horizontal line */

.main_hr {
	border: none;
	width: 100%;
	height: 1px;
	text-align: center;
	color:#000000;
	padding-bottom: 2px;
}

/* useful numbers horizontal line */

.short_hr {
	border: none;
	width: 50px;
	height: 1px;
	text-align: center;
	color:#000000
}

/* Header image*/

.top_cell {
	background-image: url(../../images/index_01.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 950px;
	height: 49px;
	vertical-align: bottom;
	text-align: left;
}

/* Useful Number Column Text */

.column_text {
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}

/* Useful Number Headers */

.column_text2 {
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}

/* Primary page navigation links */

a.nav:link {
	color: #000000;
	text-decoration: none;
	font-size: 13px;
}

a.nav:visited {
	color: #000000;
	text-decoration: none;
	font-size: 13px;

}

a.nav:active {
	color: #000000; 
	text-decoration: none;
	font-size: 13px;

} 

a.nav:hover {
	color: #000000; 
	text-decoration: underline;
	font-size: 13px;

}

/* Header Links and text effects*/

a.head:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}

a.head:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;

}

a.head:active {
	color: #FFFFFF; 
	text-decoration: none;
	font-size: 10px;

} 

a.head:hover {
	color: #FFFFFF; 
	text-decoration: underline;
	font-size: 10px;

}

.search {
	color: #FFFFFF; 
	text-decoration: none;
	font-size: 10px;

}
.readmore {
	color: #FF0000; 
	text-decoration: none;
	font-size: 10px;

}
h2 {
	color: #000000;
	text-decoration: none;
	font-size: 16px;
}