/* WASTED SPACE COMMUNICATIONS
http://www.mywastedspace.com 
Style Sheet for 2800 Polk 
*/

/* COLORS
#dddddd light Grey
#471876 Purple
#68369a light Purple
#888888 background
*/

/* MAIN STRUCTURE */

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background: #666;
	margin: 20px 0 0 0;
	}

#page {
	background: #ddd;
	text-align: left;
	margin: 0 auto;
	position: relative;
	width: 720px;
	}

#header {
background: transparent;
}

#header-image {
background: url("images/masthead.gif") no-repeat center;
height: 100px;
}

.navigation {
background: #000;
height: 30px;
color: #ccc;
border-bottom: 4px solid #471876;
padding: 5px 0 0 0;
}

.main-a {
background: url("images/city-a.gif") no-repeat bottom right;
padding: 0px 0px 20px 0px;
min-height: 432px;
}

.main-b {
background: url("images/city-b.gif") no-repeat bottom right;
padding: 0px 0px 20px 0px;
min-height: 432px;
}

.main-c {
background: url("images/city-c.gif") no-repeat bottom right;
padding: 0px 0px 20px 0px;
min-height: 432px;
}

.main-d {
background: url("images/city-d.gif") no-repeat bottom right;
padding: 0px 0px 20px 0px;
min-height: 432px;
}

#title-image {
height: 40px;
padding: 20px 0 10px 0px;
margin: 0 0 0 40px;
}

.left {
padding: 0 0 0px 40px;
}

.right {
padding: 0 20px 0 0;
}

#right-image {
text-align: center;
}

#footer {
clear: both;
background: #000;
min-height: 20px;
text-align: center;
color: #ccc;
border-top: 4px solid #471876;
}

#logo {
background: url("images/logo.gif") no-repeat bottom center;
text-align: right;
margin: 0 auto;
position: relative;
width: 720px;
height: 36px;
}

/*POSITIONING*/
.left{
width: 260px;
float: left;
}

.right{
width: 380px;
float: right;
}

/*NAVIGATION*/
#navlist li {
display: inline;
list-style-type: none;
padding: 0 40px 0 0;
text-align: left;
}

/*LINKS*/
a {
text-decoration: none;
color: #ccc;
}

a:hover{
color: #fff;
}

.left a {
color: #471876;
font-weight: bold;
}

.left a:hover {
color: #68369a;
border-bottom: 1px solid #68369a;
}

/* Headers */
h1{
font-size: 13px;
font-weight: normal;
color: #fff;
background: #000;
padding: 0 0 0 15px;
}

h2{
font-size: 10px;
font-weight: normal;
color: #ccc;
background: #000;
padding: 0px 0 10px 0;
}

 h3 {
color: #471876;
font-size: 14px;
padding: 0 0 0 0;
}

#map h3 {
padding: 0 0 0 120px;
}

/* HTML element control*/
p {margin: 0 0 1em 0;
line-height: 150%;}

strong {font-weight: bold;}
em {font-style: italic;}

ul, ol {margin: 0 0 1em 25px; padding: 0; line-height: 120%;}
ul {list-style: disc;}
li {margin: 0 0 0.25em 0;}

img {
border: none !important;
}
