html {
    background-color: #fff;
    height: 100%;    
    margin: 0;
    padding: 0;
}
body {
	color: #333333;
  padding: 0px;
  margin:0px;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 1.2em;
  font-size:.8em;
}

h1 {
  line-height: 100%;
  font-size: 1.6em;
}
h2{
font-size: 1.2em;
}

h3{
font-size: 1em;
}
.seven ul, .seven li{
	margin:0;
	padding:10px;
}
.seven li{
	list-style:none;
	float:left;
	display:inline;
	margin-right:40px;
}

.six ul, .six li{
	margin:0;
	padding:10px;
}
.six li{
	list-style:none;
	float:left;
	display:inline;
	margin-right:0px;
}

#numbers {
	text-align:center;	
}

#email-signup {
	width:20%; 
	display: inline-block;
}
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:0px;
	display:none;
	color:#fff;
	}

#pullquote {
		font-family:Verdana, Helvetica, sans-serif;
		font-size:1.3em;
		text-align: right;
		float: right;
		border-bottom: 1px solid;
		border-top: 1px solid;
		width: 150px;
		margin-right:10px;
}
.anchor {
	font-size:12px;
	text-align: right;
	
}

a {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #990000;
}
.inlineright {
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	float:right;
}
.inlineleft {
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 10px;
	float:left;
}
.subtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}
#header, #navigation, #footer, h1, h2, h3 {
  font-family: Verdana, Geneva, sans-serif;
}
#header {
  padding: 0px 0px 10px 0px;
  color: #000;
  width: 100%;
  margin: 0;
  /*background: rgba(255,255, 255 0.8);  */
}

#header h2{
padding:30px 20px;
}
#header-logo {
	padding-left:10px;
	padding-right:10px;
}

.head-container {
	margin-left:30px;
}

#header-address {
	display: inline-block;
	font-size: .8em;
	text-transform: uppercase;
	color:#333;
}

#content .bloc {
padding: 0px 0px 20px 16px;
color: #333;
background: rgb(255, 255, 255)
}

img {
	max-width:100%;
	height:auto;
}
@media \0screen {
  img { 
  	width: auto; /* for ie 8 */
  }
}


.sidebar{
background: none repeat scroll 0 0 #FFF;
}
.sidebar .bloc {
padding: 20px;
color: #000;
background: rgb(255, 255, 255);
border-left:1px solid black;
font-size: 85%;  
} 

.sidebar .subbloc {
padding: 20px;
color: #000;
background: rgb(255, 255, 255);
font-size: 85%;  
} 

#graston {
	display: inline-block;
	margin-left: 10px;
}
#graston-logo {
	display: inline-block;
}
hr.style-red {
	border: 2px solid #F00;
}
#navigation {
	width:100%;
	height:100%;
	background-color:#F00;
	margin: -10px 0 16px 0;
}

/*
#navigation ul {
  margin-left: 2px;
  padding: 2px;
  list-style: none;
  color: #333;
  background:rgba(255, 0, 0,0.9);
  overflow: hidden;    
}

#navigation li {
  display:inline-block;
}
#navigation a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  font-weight: bold;
}
#navigation a:hover {
  background: rgb(49, 54, 98)
}
*/

ul.citypt-menu {  
    background: #F00; 
    height: 30px;
    width: 100%; 
}
ul.citypt-menu > li { 
    float: left; 
    position: relative;  
}
ul.citypt-menu ul {
    background: #F00; 
    display: none; 
    position: absolute;
    left: 0; top: 100%;
}
ul.citypt-menu a { 
    display: block; 
    color: white; 
    text-decoration: none;
    line-height: 30px; 
    padding: 0 10px; 
}
ul.citypt-menu li { list-style: none; }

ul.citypt-menu li:hover { background: #F00;  }
ul.citypt-menu li:hover ul { display: block;  }


#footer h3 {
padding: 20px 20px;
}



