/* Village of Bartlett CSS Document */

/* page padding - very important */
* {	margin:1 0 0; padding:0;}
html { min-height: 100%; margin-bottom: 1px; }
body {	font: 1em Arial, Helvetica, sans-serif;	text-decoration: none;	background-attachment: scroll;	background-image: url(../img/bg.gif);	background-repeat: repeat-x; background-color: #FFFFFF;	background-position: top;}
#printnotice {display: none;}
#headmast {width: 760px;}

/***************************************************
   Date/Green Bar:
 ***************************************************/
#greenbar {	font-size: .7em; color: #F0F0F0; background-attachment: scroll;	background-image: url(../img/bg-topbar.gif); text-decoration: none;}
#greenbar a{ color: #F0F0F0; text-decoration: none;}
#greenbar a:hover {color: #D2D18A; text-decoration: none;}

/**********************************************************
   Left Column: Navigation and Optional section below
 **********************************************************/
#leftcolumn { background-attachment: scroll; background-image: url(../img/bg-left.gif);	background-repeat: repeat-y;	background-position: left;	width: 180px;	font-size: 0.75em;}
#div-left {	width: 140px;	font: bold .9em tahoma, sans-serif;	color: #006195;	text-decoration: none;	vertical-align: top;	float: none;	text-align: left;	margin: 40px 20px 20px;}
#div-left a{ color: #005279; text-decoration: underline;}
#div-left a:hover{	color: #009900;	text-decoration: underline;}
/***************************************************
   Page Content in Right(main)Column:
 ***************************************************/
#rightcolumn  {
	width: 579px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #003A58;
	background-color: #B9CEE9;
	float: left;
	height: 100%;
}
#content {	font-size: 0.8em;	text-decoration: none;	color: #006195;	line-height: 1.25;	word-spacing: 1px;	letter-spacing: 0.08px;	margin: 20px 30px 40px 25px;}
#iconcolumn {
	width: 165px;
	font-size: 0.70em;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
	text-align: left;
	text-indent: 1px;
	vertical-align: top;
	float: right;
	margin-top: 40px;
	margin-bottom: 25px;
	margin-left: 25px;
	margin-right: 0px;
}
#iconcolumn a{
	font-weight: bold;
	color: #006699;
	text-decoration: none;
	text-align: left;
	text-indent: 1px;
}
#iconcolumn a:hover{
	font-weight: bold;
	color: #006600;
	text-decoration: none;
	text-align: left;
	text-indent: 1px;
}
/***************************************************
   Footer
 ***************************************************/
#footer { background: url(../img/bg-botbar.gif) no-repeat scroll center center;	margin:0 auto;	text-decoration: none;	font-size: 0.64em;	font-weight: normal; color: #C6D6ED; text-align: center; line-height: 1.1em;}
#footer a { color: #C6D6ED; text-decoration: none;}
#footer a:hover{ color: #D2D18A; text-decoration: none;}
