/***** Tom Adelson Website

  colors
	rgb(60,107,59) - Adelson Green
	#CCCCCC - Background Grey
	
  NEW COLORS - Adelson for Mayor

******/

/* 	
	REMEMBER THAT ALL CHANGES THAT ARE SPECIFIC TO 
	Internet Explorer IS IN adelson.ie.css
	
	
*/

@import url(normalize.css);
@import url(navigation.css);

*{
	font-family:Helvetica;
}
/*** basic layout ***/

body{
	background-color:#CCC;
}
#wrapper{
	width:850px;
	min-height:800px;
	
	margin:0px auto 30px auto;
	
	position:relative;
	
	overflow:visible;
}
#header{
	width:850px;
	height:150px;
}
#header a{
	color:#FFF;
	text-decoration:none;
}
#header a:hover {
	color:#FFD600;
}
#contribute{
	position:relative;
	left:500px;
	height:28px;
	width:225px;
	background:url(../images/header/top_button.gif) no-repeat;
	padding-top:12px;
	padding-left:10px;
	font-weight:bolder;
	text-align:center;
	color:#FFFFFF;
}
#curvy{
	padding:5px;
}
#content{
	width:610px;
	padding: 20px;
	color:#000; 
	background-color:#FFF;
}
#text{
	padding-right:0px;
}
#text ul{
	font-weight:normal;
}
#image{
	padding:10px;
	padding-left:20px;
	text-align:center;
}
#image p{
	text-align:center;
}
#content p, #content table, #content ul{
	font-size:13px;
	text-align:justify;
	margin-top:10px;
	margin-right:5px;
}
#text li{
	margin-left:50px;
	list-style:disc;	
}
#text ol li{
	margin-top:10px;
	font-size:13px;
	list-style:decimal;
}
#content h1, #content h2, #content h3, #content h4{
	color:#000;
}
#content h1{
	font-size:24px;
	font-weight:bolder;
}
#content h2{
	font-size:14px;
	font-weight:bolder;
}
#content h3{
	font-size:14px;
	font-weight:normal;
}
#content h4{
	font-size:12px;
	font-weight:normal;
}
#content .small{
	font-size:12px;
}

#footer{
	width:850px;
	height:65px;
	background-color:rgb(60,107,59);
}
#footer_text{
	color:#FFF;
	padding:10px;
	padding-right:30px;
	line-height:1.25em;
	vertical-align:middle;
}
#flag{
	padding:10px 20px 10px 10px;
}
.small{
	font-size:.75em;
}
.column{
	float:left;
}
.left{
	float:left;
}
.right{
	float:right;
}
.textcenter{
	text-align:center;
}
.textleft{
	text-align:left;
}
.textright{
	text-align:right;
}