body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

div#canvasWrapper {
	width:auto;
	
}

p {
	padding-left: 5px;
}
.sideLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;

}
.sideText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/*
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
*/

.disclaimer {
	font-size: 10px;
	border: thin solid;
	padding: 3px;
}
.welcome {
	font-size: 18px;
	font-weight: bold;
}
.sponser {
	font-size: 11px;

}
.results {
	padding-left: 3px;
}
.sideLink2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: FFFFFF;
	text-decoration: underline;
	vertical-align: top;

}
.building {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.superscipt {
	vertical-align: super;
	font-size: 8px;


}
.example {
	background-color: #F0F8FF;
	border: thin solid #0066CC;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-indent: 0in;
	text-align: left;
	list-style-position: outside;
	list-style-type: disc;

}

.boxed {
	font-size: 11px;
	border: thin solid;
}

.bottomText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div#banner_img {
	text-align: center;
	margin-right: 73px;
}


/* Styles for project navigation menu */
div#projectNav {
	margin-top:75px;
}

.projectNavHeader {
	color: #FFFFFF;
	font-weight: bold;
	font-size:14px;
	text-align: center;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 10px;
}            

.navTree {
  	padding-left: 0px;
  	margin-left: 0px;
 	list-style:none;
}

.navTree li {
	padding: 4px 0px 4px 15px;
	font-size: 13px;
	font-weight: bold;
}

.navTree a {
	color: #FFFFFF;
}

.navTreeCurrentItem {
	background-color: #FFFFFF;
}

.navTreeCurrentItem a {
	color: #000000;
}

/* Quick search styles */
div#quick_search {
	margin-top:50px;
	padding:10px 5px;
	color: #FFF;
	border-top: 1px solid;
	border-bottom: 1px solid;
	text-align:center;

}

div#search_header {
	font-style: italic;
	font-weight: bold;
	font-size:14px;

}

div.search_set {
	margin: 10px 5px 20px;
	text-align: left;

}

div.search_set label {
	display:block;
	font-weight: bold;
	font-size: 12px;
}

div.search_set select {

}

div#quick_search a.sideLink {
	font-size: 12px;
    font-weight: bold;
	display: block;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 5px;
}


/* Project headers  */
div#projectContent {
	width:auto;
}        

.projectTD {
	padding:5px;
}

.projectTD h1 {
	font-size: 20px;
}

h1#projectTitle {
	font-size: 20px;
}

.projectTD H2 {
	font-size: 14px;
}

.projectTD H3 {
	font-size: 12px;
}

H1.topLevelHeader {
	font-weight: normal;
	font-size: 26px;
	border-bottom: 1px solid #EAEAEA;
}

.projectTD H2.italic_header {
	font-style:italic;
	font-size: 16px;
}

/*Index page styles */
div#search_options_wrapper {
	text-align:center;
	width:100%;
}


div#search_options {
	border:1px solid;
	background-color:#eaeaea;
	padding:5px 20px;
	margin: 20px auto;
	/*overflow:auto;*/
	width: 90%;
	min-width: 450px;
}


table#options_table {
	text-align: left;
	font-weight: bold;

}
tr.option_set td {
	padding-bottom: 10px;
	vertical-align:top;

}

td.option {
	font-size: 14px;
	width: 150px;

}

td.option_description {
	font-size: 12px;
}

/* Image style for project pages */
.projectImage img {
	margin:0px 5px;	
	padding:10px;
}


.imageCredit {
	float:right;
	clear:both;
	padding-right:10px;
	font-size:11px;
	margin-bottom:15px;
	text-align:right;
	width:350px;
}

td#left_column {
	width: 180px;
}

td#right_column, td.right_column_footer {
	background-color:#7c0032;
	width:250px;
	vertical-align: top;
}

.column_header {
	color:#fff;
	text-align: center;
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
}


table#recently_added {
	margin: 50px 10px;
	width:auto;
	text-align:center;
}

table#recently_added td.projectTitle a {
	font-size:14px;
	font-weight:bold;
}

table#recently_added td, table#recently_added td a {
	color: #fff;
	font-size:12px;
	text-decoration:none;
}

table#recently_added td.projectLocation {
	color: #eaeaea;
}

.thumb_image a img {
	text-decoration: none;
	border:1px solid #000;	
}

td.background_image {
	background-color: #7C0032;
}
