/* 
  -----------------------------------
  Affinity Systems CSS designed for use with the
  Town of Hartford Web site
  Based on a Project Seven Development
  3-column CSSP
  -----------------------------------
*/
body {
	background-color: #B6AE9E;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0 0 0 0;
	padding: 0;
}
#pagewrapper {
	background-color: #DEDBD4;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/design/background.gif);
}
#header_wrapper {
	width: 800px;
	background-color: #DEDBD4;
	background-image: url(/images/design/header_top.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	height: 90px;
}
#header_wrapper_villages {
	width: 561px;
	height: 32px;
	float: left;
	margin-bottom: 0;
	padding-top: 54px;
	padding-left: 135px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #003180;
	font-weight: bold;
	font-size: 0.95em;
	text-decoration: none;
	list-style-type: none;
}
#header_wrapper_villages a:link {
	color: #003180;
	text-decoration: none;
}
#header_wrapper_villages a:visited {
	color: #003180;
	text-decoration: none;
}
#header_wrapper_villages a:hover, #header_wrapper_villages a:active, #header_wrapper_villages a:focus
{
	color: #996600;
}


#menu_wrapper {
	width: 800px;
	height: 30px;
}
#header2_wrapper {
	width: 800px;
	background-color: #DEDBD4;
	background-image: url(/images/design/header_main.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	height: 144px;
	border-top: thick double #BBA997;
	border-bottom: thick double #BBA997;
	background-position: center;
}
#content_wrapper {
	width: 800px;
	background-color: #DEDBD4;
	margin-right: auto;
	margin-left: auto;
}
#content_container {
	width: 800px;
	background-color: #DEDBD4;
	height: auto;
	margin-top: 20px;

}
h1 {
	color: #996600;
	font-size: 0.75em;
	font-weight: normal;
	margin: 0;
	padding-bottom: 3px;
}
#c1 {
	float: left;
	width: 180px;
	border: 1px solid #666666;
	margin: 0 6px 0 0;
	background-color: #DEDBD4;
	height: auto;
}
#rightbox {
	width: 610px;
	float: left;
}
#c2 {
	float: left;
	width: 430px;
	margin-right: 6px;
	background-color: #DEDBD4;
}
#c3 {
	float: left;
	width: 160px;
	background-color: #DEDBD4;
	border-left: thin dashed #BBA997;
	border-top: thin dashed #BBA997;
	height: auto;
}
#layoutwrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: medium ridge #996600;
	background-color: #DEDBD4;
}
.c1-text {
	font-size: .75em;
	padding: 12px;
}
.c1-text p {
	margin: 6px 0 8px 0;
}
.c2-text {
	font-size: 0.8em;
	padding: 4px 20px;
}
.c2-text p {
	margin: 3px 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #000000;
}
.c3-text {
	font-size: 0.75em;
	padding: 12px;
}
.c3-text p {
	margin: 3px 0 6px;
	color: #996600;
}
.pictureprgh {
	margin: 0;
	text-align: center;
}
h2 {
	margin: 5px 0 0;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #996600;
}
h3, h4 {
	margin: 12px 0 0;
	font-size: 1.1em;
	color: #996600;
}
.col-topheading {
	margin: 16px 12px 0 12px;
}
.zeromargin {
	margin: 0 !important;
}

.clearit {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 1px;
}
#footer {
	border-top: 1px solid #666666;
	font-size: 0.7em;
	padding-top: 6px;
	margin-top: -1px;
	color: #333333;
	background-color: #DEDBD4;
}
#footertext {
	margin: 0 auto;
	width: 748px;
}
.c1-text a:link, .c2-text a:link, .c3-text a:link {
	color: #996600;
}
.c1-text a:visited, .c2-text a:visited, .c3-text a:visited {
	color: #996600;
}
.c1-text a:hover, .c1-text a:active, .c1-text a:focus,
.c2-text a:hover, .c2-text a:active, .c2-text a:focus, 
.c3-text a:hover, .c3-text a:active, .c3-text a:focus{
	color: #666699;
}
#footer a:link, #footer a:visited {
	color: #666666;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #333333;
}
#p7PMnav {
	font-size: .8em;
	border-bottom: 1px solid #FFFFFF;
	border-right: 0;
	border-left: 0;
	width: 100%;
}
#p7PMnav ul {
	width:13em;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
