/* Colors: Gray(60605d) Red(ae1515) */

body { 
		margin: 0;
		padding: 0;
		background: #000 url('../images/sidebar.gif') repeat-y; 
		font-family: Helvetica, Arial, sans-serif;
		color: #9f9f9f;
		font-size: 10pt;
		line-height: 18pt;
		}

h1, h2 { font-size: 14pt; text-transform: uppercase; margin-bottom: 8px; color: #ae1515; }

a:link, a:hover, a:visited { color: #60605d; text-decoration: none; font-size: 14px; font-weight: normal; }
a:hover, a:active { color: #ae1515; }

#nav a:link, #nav a:hover, #nav a:visited { color: #60605d; text-decoration: none; text-transform: uppercase; font-size: 14px; font-weight: bold; }
#nav a:hover, #nav a:active { color: #ae1515; font-style: oblique; }


#pageWrap { 
			width: 1000px; 
			background: #000 url('../images/sidebar.gif') repeat-y;;
	}

#navigationPanel { float: left; width: 248px; background: #fff; }
#logo { margin-top: 100px; width: 248px; height: 185px; background: url('../images/logo.png') no-repeat; margin-bottom: 50px; }

#nav li { display: block; height: 32px; list-style-type: none; width: 248px; text-align: center; }

#contentWrap { position: relative; float: left; width: 650px; margin-left: 50px; margin-top: 50px; z-index: 3;}

#header img { padding-left: -15px; border: 15px solid #333; }

#mainContent { margin-top: 30px; z-index: 3; margin-bottom: 50px; }
#mainContent p { font-size: 11pt; margin-bottom: 10px; line-height: 32px; z-index: 3;}
#mainContent ul { margin-left: 10px; }
#mainContent li { list-style-type: square; list-style-position: inside; }


#peoplePage h1 { font-size: 12pt; }
.staffMember { width: 650px; }
.staffImage { display: none; float: left; width: 150px; height: 150px; }
.staffBio { float: left; width: 650px; }

address { font-style: normal; }

#mainContent #copyright { font-size: 11px; margin-top: 40px; padding-bottom: 20px; letter-spacing: 1px;}
#mainContent #copyright a { font-size: 11px; }
#mainContent #copyright span { color: #ae1515; }
#footer { position: fixed; bottom: 0px; width: 650px; height: 215px; background: url('../images/footer_rose.jpg') no-repeat; left: 298px; z-index: 0; }

