body {
	background: #000;
	margin: 0px;
	padding: 0px; 
	text-align: center; /* Used for centering pages in IE */
}
p,  h2, h3, h4, h5, h6, a, ul, li, dt, dd, lo, address, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
}
/* You may use pixels or ems for text sizing. li typeface and size must match rest of content. */
p, div#content li {
	font-size: .8em;
	line-height: 1.2ems;
}
h1 {
	font: bold 1em;
	}

address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	padding-left: 10px;

    
    }
a:link, a:visited, a:active { 
	color: blue; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: black; 
	}
a:visited {
}
/* All links must inclde some type of hover interactivity */
a:hover {
     font-weight: normal;
}
a:active {
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 967px;
	margin: 0px auto;
	position:relative;

	
	}
	
div#flash{ position:absolute;
			top:0;
			right:0;
			z-index: 1;
			}	
	
div#backgroundimage {
position: relative;
	float: right;
	margin-left: 0px;
	width: 967px;
	background-color: #fff;
	background-image:  url(images/sign-city-background.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0px;

}


div#content {
float: left;
width: 595px;
margin-left: 12px;
font-family: arial;
font-size: 14px;
text-align: left;
margin-top: 3px;	
display:inline; 
}


/* ----------------- CUSTOM CLASSES ----------------- */

/* Images should include some type of border. We tend to favor this one. */
img.left {
	float: left;
	padding: 5px;
	background: white;
	margin: 0px 15px 10px 0px;
	border: solid 1px #ccc;
}
img.right {
	float: right;
	padding: 5px;
	background: white;
	margin: 0px 0px 10px 15px;
	border: solid 1px #ccc;
}


ul#bulletpoints {
    float: left;
    width: 550px; 
    margin: 0px;
    padding: 5px 0px;
    border: 0px none; 
    list-style-position: inside;
    list-style-type:disc;
	font-family: arial;
    font-size: 14px;

  }
 

div#contactinfo {

float: right;
width: 316px;

font-family: arial;
font-size: 11px;
margin-left: 10px;
margin-top: 3px;
text-align: left;
display:inline; 
}

div#footer {
float: left;
margin-left: 35px;
margin-top: 35px;
width: 900px;
height: 35px;

display: inline;
}

div#copyright a:hover {
text-decoration: underline;
}

div#owner a:link, {
font-size: 11px;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: underline 
    font-weight: normal;	
}

div#owner a:hover{
color: orange;
}

div#header {
position: relative;
width: 967px;
	height: 258px;
	margin: 0px;
	padding: 0px;
	float: left;
    background-image:   url(images/sign-city-header.gif);
}

	
/* ----------------------------  NAVIGATION (HORIZONTAL) ----------------------------  */
div#nav{
}
ul#mainnav {
    width: 967px;
	padding: 0px;
	position:absolute;
	bottom: 1px;
	left:0px;
	z-index:0;
	list-style-type: none;
	}
	ul#mainnav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
	}
	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 150px;
	padding: 3px;
	margin: 0px;
	border-right: ;
    margin-top: 100px;
    color: #ffffff;
	}
	ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	background-color: #000000;
    color: #f7f700;
	}



/* ----------------------------  NAVIGATION (UTILITY) ----------------------------  */
div#utility {
		
margin: 0px auto;
	width:540px;
	}
	ul#utilitynav {
	
	
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	ul#utilitynav li {
	display: inline;
	float: left;
	padding: 0px;
	}
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	font-size: 11px;
	text-decoration: underline;
	color: white;
	text-align: center;
	display: block;
	width: auto;
	padding: 8px;
	margin: 0px;
	border-right: 1px none #ccc;
	}
	ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	text-decoration: none;
	}
	
div#copyright {
	width: 969px;
	margin: 0px auto;
	font-size: 11px;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	padding: 4px;
	}
	div#copyright img {
	border: none;
	}
	div#copyright a:link, div#copyright a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	div#copyright a:hover {
	text-decoration: underline;
	}
.righty{ float:right;
		margin:0 0 0 15px;}
		
.border{ border: solid 1px #ccc;
padding:5px;
		margin:0 0 5px 0;}