/* Begin Structure */

* {
    margin: 0;
    padding: 0; 
}

body {
    margin: 0;
    padding: 0; 
    background-image: url("images/mainTile.jpg");
    background-repeat: repeat-x;
    background-color: #0B1753;
    }

#page {
    margin: 20px auto;
    padding: 0;
    width: 740px;
    background-color: #0c1854;
	  background-image: url("images/contentTile.jpg");
	  background-repeat: repeat-x;
    }
    
#header {
    height: 97px;
    width: 740px;
    background-image: url("images/topBar.jpg");
    }

#slideShow {
	width: 740px;
	height: 236px;
}

#content {
	width: 740px;
	height: 100%;
}

#wideColumn {
    float: left;
    padding: 30px 10px 50px 30px;
    margin: 0px 0 0;
    width: 390px;
	  text-align: left;
}

#narrowColumn {
    padding: 5px 0 0 15px;
    margin: 30px 30px 20px 0px;
    width: 250px;
	  float: right;
	  text-align: left;
	  border-left: 1px #33f dotted;
}
    
#footer {
    width: 740px;
    height: 37px;
    background-image: url("images/footer.jpg");
    clear: both;
}

#footer p a {
    margin: 0;
    padding: 3px 0;
    text-align: center;
    font-size: 1em;
color: white;
}




/* End Structure */



/* Begin Typography & Colors */

body {
    font-size: 62.5%; /* Resets 1em to 10px */
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    color: #d1d1d1;
    text-align: center;
line-height: 185%;
    }

p {
padding-bottom: 10px;
}

.intro {
margin-top: 20px;
padding-top: 20px;
border-top: 1px #00f dotted;
}

.lastEntry {
	margin-top: 15px;
	padding-top: 25px;
	border-top: 1px #00F109 dotted;
}

.name, h5 {
	font-style: oblique;
	color: #FFF29F;
	margin-bottom: 15px;
}

.testimonial {
	font-size: .95em;
}

#content {
    font-size: 1.2em
    }
  
#footer {
    background-color: #eee;
    }

small {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 0.9em;
    line-height: 1.5em;
    }

h1, h2, h3 {
    font-family: Helvetica, Verdana, Arial, Sans-Serif;
    font-weight: normal;
    }

h1 {
    font-size: 2em;
padding-bottom: 10px;
line-height: 90%;
    }

.description {
    font-size: 1.2em;
    text-align: center;
    }

h2 {
    font-size: 1em;
color: #00F109;
padding: 5px 0;
    }

h2.pagetitle {
    font-size: 1.6em;
    }

h3 {
    font-size: 1.3em;
    }


.commentlist li, #commentform input, #commentform textarea {
    font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    }
    
.commentlist li {
    font-weight: bold;
    }

.commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
    font-size: 1.1em;
    }

.commentlist p {
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
    }
    
code {
    font: 1.1em 'Courier New', Courier, Fixed;
    }

pre {
    font: 1em 'Courier New', Courier, Fixed;
    }


acronym, abbr, span.caps
{
    font-size: 0.9em;
    letter-spacing: .07em;
    }

a, h2 a:hover, h3 a:hover {
    color: #06c;
    text-decoration: none;
    }



a:hover {
    color: #04b30c;
    text-decoration: underline overline;
    }
    
/* End Typography & Colors */



/*  Begin Headers */


.description {
    text-align: center;
    }

h2.pagetitle {
    margin-top: 30px;
    text-align: center;
}

h2.darker {
	color: #164f1a;
	padding: 1px 5px;
	background-color: white;
	margin: 10px 0;
	width: 230px;
}

#sidebar h2 {
    margin: 5px 0 0;
    padding: 0;
    }

h3 {
    padding: 0;
    margin: 30px 0 0;
    }

h3.comments {
    padding: 0;
    margin: 40px auto 20px ;
    }
/* End Headers */



/* Begin Lists

    Special stylized non-IE bullets
    Do not work in Internet Explorer, which merely default to normal bullets. */


#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	padding: 10px 0 0 15px;
	color: White;
	text-decoration: none;
	float: left;
}

#navcontainer ul li a:hover {
	color: #d0d0d0;
}

#navlist a.currCity {color: blue; font-weight: bold;}


