/* Page properties */
body {
	background-color: #fff;
	background-image: url(../images/bkGlobal.gif);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666;
	text-align: left;
	margin: 55px 0 0 20px;
	}


/* Page title */
#title {
	width: 760px;
	height: 45px;
	margin: 0;
	padding: 0 0 0 172px;
	}

#title h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
	margin: 0;
	padding: 0;
	}

#title a, #title a:hover {
	color: #666;
	text-decoration: none;
	}



/* Location title */
#location {
	width: 760px;
	height: 30px;
	margin: 0;
	padding: 0 0 0 172px;	
	}
	
#location h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
	margin: 0;
	padding: 0;
	}

#location a, #location a:hover {
	color: #666;
	text-decoration: none;
	}




/* Main navigation */
#navigation ul, li {
	list-style-type: none;
	margin: 0;
	padding: 2px 0 2px 0;
	}
	
/* left side global navigation */
#mainNav a {
	color: #000;
	text-decoration: none;
	}

#mainNav a:hover {
	color: #fff;
	background-color:#000;
	text-decoration: none;
	}




/* Main content area */
#mainContent {
	width: 780px;
	margin: 0;
	padding: 20px 0 0 0;
	border: 0;
	}
	
#mainContent img {
	margin: 0;
	padding: 0 15px 55px 0;
	border: 0;
	}	




/* Homepage styles */
.startIntro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	line-height: 26px;
	color: #666;
	}
	
	
	
/* Latest projects stuff */
.latestIntro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	margin: 0 100px 0 172px;
	line-height: 26px;
	color: #666;
	}

.latestNav a {
	color: #C00;
	text-decoration: none;
	}

.latestNav a:hover {
	color: #fff;
	background-color:#000;
	text-decoration: none;
	}




/* Interactive Styles */
#interactiveContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #C00;
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 5px 0;
	padding: 0;
	}

#interactiveContent a {
	color: #C00;
	text-decoration: none;
	}
	
#interactiveContent a:hover {
	color: #fff;
	background-color: #000;
	text-decoration: none;
	}
	
.interactiveIntro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	margin: 0 100px 0 172px;
	line-height: 26px;
	color: #666;
	}

.interactiveNav a {
	color: #C00;
	text-decoration: none;
	}

.interactiveNav a:hover {
	color: #ffffff;
	background-color:#000000;
	text-decoration: none;
	}
	
	
	
	
	
/* print and identity Styles */
#identityContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #BF0280;
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 5px 0;
	padding: 0;
	}

#identityContent a {
	color: #BF0280;
	text-decoration: none;
	}
	
#identityContent a:hover {
	color: #fff;
	background-color: #000;
	text-decoration: none;
	}

.identityIntro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	margin: 0 100px 0 172px;
	line-height: 26px;
	color: #666;
	}

.identityNav a {
	color: #BF0280;
	text-decoration: none;
	}

.identityNav a:hover {
	color: #ffffff;
	background-color:#000000;
	text-decoration: none;
	}
	





/* Global text classes */
.bodyCopySmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-size: 11px;
	line-height: 16px;
	
	}

.bodyCopyCaption {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-size: 11px;
	line-height: 18px;
	}
	
.bodyCopyLarge {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-size: 14px;
	line-height: 19px;
	}
	
.bodyCopyFootnote {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	font-size: 10px;
	line-height: 16px;
	}
	

.strikeThrough {
	color: #cccccc;
	text-decoration: line-through;
	}





/* Global page properties */
img {
	border: 0;
	}
	
td {
	vertical-align: top;
	}
	
p {
	margin: 0 0 20px 0;
	padding: 0;
	}
	


