/* Global Styles */

html, body {
	font-family: Helvetica, Arial, sans-serif;
	font-size:100%;
	background-color:#000;
	color:#FFF;
		}
	
p {
	font-size: 110%;
	font-stretch:expanded;
	font-weight:300;
	line-height:1.5em;
	}	
	
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 210%;
	font-weight: 300;
	color: #FFF;
	padding-bottom:20px;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 140%;
	font-weight: 300;
	line-height: 1.3em;
}
a:link, a:visited {
	color: #FFF;
	text-decoration:none;
	}
a:hover {
	color: #FF0;
	}
		
img {border-style: none;}	


#wrapper {
	margin: 0px auto;
	width: 1115px;
	min-width: 850px;
	}
#sideBar {
	float:left;
	display: block;
	position: fixed;
	margin-top:40px;
	width: 365px; /* since this element is floated, a width must be given */
	text-align:right;
	color:#FFF;
}
	
#navigation {
	width: 220px;
	color: #FFF;
	list-style-type: none;
	text-align:right;
	padding-top:20px;
	}	 
#navigation ul li{
	font-weight:200;
	list-style-type: none;
	line-height: 1.8em;
	font-size:1.4em;
	}
#content {
	float: right;
	width: 715px;
	text-align:left;

	}
#famous {
	margin-top: 75px;
	line-height:1.3em;
	}
#gallery {
	text-align:left;
	padding-top:200px;
	padding-bottom:100px;
	}
#commGallery {
	list-style-type: none;
	}
#commGallery li {
	float: left;
	width: 150px;
	margin-right:15px;
	margin-bottom: 15px;
	}
#commGallery img {
	display: block;
	border: none;
	}		
	
	
#articles {
	text-align:left;
	padding-top:50px;
	padding-bottom:200px;
		}
		
#happiness {
	text-align:left;
	padding-top:50px;
	}
#hGallery {
	list-style-type: none;
	}
#hGallery li {
	float: left;
	width: 100px;
	margin-right:10px;
	margin-bottom: 10px;
	}
#hGallery img {
	display: block;
	border: none;
	}	


#contact {
	text-align:left;
	padding-top:50px;
	padding-bottom:300px;
	}


.anchorPos {padding-bottom:20px;}

#footer  {
	padding-top: 50px;
	color: #ddd;
	font-size:76%;
	height:150px;
	text-align:center;
}
.copyright {
	color:#FFF;
	font-size:small;
	line-height:1.1em;
	padding-top:10px;
	}
.copyright a:link {
	color:#FFF;
	}

.staffNameText {
	font-size:small;
	text-align:left;
	line-height:1.2em;
}
.skillsText {
	font-size:90%;
	text-align:left;
	line-height:1.4em;
}

#articleBox {
	float: left;
	width: 540px;
	height:auto;
	}
#articleBox dl{
	float: left;
	margin: 10px 20px 10px 0px;
	padding: 0;
	line-height:1.4em;
	display: inline; /*fix IE margin bug*/
	}
#articleBox dt{
	float: right;
	width: 374px;
	font-size:120%;
	margin-top:10px;
	}
#articleBox dd{
	margin: 0;
	padding: 0;
	font-size: 90%;
	}	
#articleBox dd.img img{
	float:left;
	margin: 0 8px 0 0;
	padding:4px;
	}		
	
	
.quoteText {
	font-style: italic;
	font-stretch:semi-expanded;
	}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#telNumb {
	width: 300px;
	text-align:left;
	line-height:2em;
		}







