@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

a img{border:none;}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #A51729;
}
h2 {
	font-size: 14px;
	color: #A51729;
}
h3 {
	font-faminly: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A51729;
}
a:link {
	color: #EBCA00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #EBCA00;
}
a:hover {
	text-decoration: underline;
	color: #EBCA00;
}
a:active {
	text-decoration: none;
}
ul {
	list-style-type:none;
	line-height: 1.5em;
	margin-left: 0px;
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
li {
	padding-left:20px;
	background-position:0px 5px;
	background-color: transparent;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	margin-bottom: 8px;
}
.navLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
.navLink a:link {
	color: #000000;
	text-decoration: none;
}
.navLink a:visited {
	text-decoration: none;
	color: #000000;
}
.navLink a:hover {
	text-decoration: none;
	color: #00AFAD;
}
.navLink a:active {
	text-decoration: none;
	color: #00AFAD;
}
.selected {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #00AFAD;
}
.accent {
	color: #00AFAD;
}

.standard #container {
	width: 967px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.standard #mainContent {
	padding: 0 20px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(images/bg.png) repeat-y;
	
}
#topper {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	width: 967px;
	height: 10px;
	margin-top: 20px;
}
#header {
	/* background-image: url(images/logo2.gif); */
	background-repeat: no-repeat;
	background-position: left;
}
#mainNav {
	text-align: right;
	padding: 38px 20px 15px 0;
}
.logo{
	width: 254px;
	height: 70px;
	display: block;
	float: left;
}

.logo:hover {
	text-decoration: none;
}
#bottom {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	width: 967px;
	height: 10px;
}
#footer {
	width: 945px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
	font-size: 10px;
}
#copyright {
	float: left;
	text-align: left;
}
#footerNav {
	float: right;
	text-align: right;
}
#footerNav a {
	color: #666666;
	text-decoration: none;
}
#footerNav a:hover {
	text-decoration: underline;
}
#logo1 {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	width: 365px;
	height: 151px;
	margin: 40px 0 60px 30px;
	float: left;
}
.logo-m {
	width: 335px;
	height: 75px;
	display: block;
	float: left;
}
.logo-m:hover {
	text-decoration: none;
}
#nav1 {
	float: right;
	margin: 110px 30px 20px 0; 
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 30px;
}
#pageContent {
	padding: 35px 0 20px 20px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}
#text {
	width: 525px;
	margin-left: 30px;
}
#resumeText {
	width: 700px;
	margin-left: 60px;
}
#portfolio {
	width: 850px;
	margin-left: 15px;
}
#overview {
	width: 814px;
	margin-left: 30px;
}
#photoStrip2 {
	float: right;
	background-image: url(images/photo-strip2.jpg);
	background-repeat: no-repeat;
	width: 242px;
	height: 592px;
	margin: 35px 20px 5px 0; 
}
#photo-cassie {
	float: right;
	background-image: url(images/photo-cassie.jpg);
	background-repeat: no-repeat;
	width: 250px;
	height: 290px;
	margin: 35px 20px 5px 0; 
}
.clear { 
	clear: both;
}
#photoStrip1 {
	background-image: url(images/photo-strip1.jpg);
	background-repeat: no-repeat;
	width: 930px;
	height: 265px;
	background-position: center;
}
#socialMedia {
	margin-left: 30px;
	line-height: 30px;
}
.pNav {
	color: #000000;
	font-weight: bold;
}
.pNav a:link {
	color: #000000;
	text-decoration: none;
}
.pNav a:visited {
	text-decoration: none;
	color: #000000;
}
.pNav a:hover {
	text-decoration: none;
	color: #00AFAD;
}
.pNav a:active {
	text-decoration: none;
	color: #00AFAD;
}
.activeLink {
	color: #00AFAD;
	font-weight: bold;
}
.purpleText {
	font-size: 14px;
	color: #A51729;
	font-weight: bold;
	line-height: 35px;
}
.description-2 {
	font-size: 11px;
	display: block;
}
#subNav {
	border-right: 1px solid #CCCCCC;
	padding-right: 15px;
	float: left;
	text-align: right;
	width: 100px;
}
#portfolio2 {
	float: left;
	width: 600px;
}
#inner {
	padding-left: 35px;
	padding-right: 25px;
}