/* Firefox CSS */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#left_column {
	background-color: #D5CBC0;
}
#left_quote {
	margin-left: 13px;
}
#left_quote td {
	background-color: #003D87;
	padding: 10px;
	color: #FFFFFF;
}
#left_quote td p {
	border-bottom: 1px solid #ffffff;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
}
#right_column {
	background-color: #d4d7de;
	background-image: url(../images/SubPageCenterBack2.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#footer {
	color: #000000;
	font-size: 10px;
	border-top: 4px solid #8790ad;
	border-bottom: 4px solid #8790ad;
	padding: 10px;
	background-image: url(../images/subpagefooter_back.gif);
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #003399;
	text-decoration: none;
}
#footer a:hover {
	color: #336699;
	text-decoration: underline;
}
#subfooter {
	color: #000000;
	font-size: 10px;
	padding: 10px;
}
#content {
	padding: 10px;
	line-height: 18px;
}
#content h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0px;
	font-size: 16px;
}
#content h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin-top: 5px;
	padding-bottom: 10px;
	font-size: 14px;
	border-bottom: 1px solid #b1b3b9;
}
#content a:link, #content a:visited, #content a:active {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	color: #336699;
	font-weight: bold;
	text-decoration: underline;
}


/* Start Navigation */
#sectional_nav {
	margin-top: -2px;
	font-size: 10px;
	/*padding-right: 10px;*/
	color: #000000;
}
#sectional_nav a:link, #sectional_nav a:visited, #sectional_nav a:active {
	color: #ef4b4c;
	text-decoration: none;
	font-weight: bold;
}
#sectional_nav a:hover {
	color: #ef4b4c;
	text-decoration: underline;
	font-weight: bold;
}
#subnav {
	background-color: #ef4b4c;
	font-size: 10px;
	padding-right: 10px;
	color: #FFFFFF;
}
#subnav a:link, #subnav a:visited, #subnav a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#subnav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
#nav_wrapper td {
	background-color: #FFFFFF;
}
#nav {
	border-right: 1px solid #ef4b4c;
}
#nav td {
	border-top: 1px solid #ef4b4c;
	border-left: 1px solid #ef4b4c;
}
#nav td.reg {
	background-color: #ffffff;
	font-size: 10px;
	padding: 0px 10px 0px 10px;
	color: #ef4b4c;
	border-bottom: 0px;
	background-image: url(../images/nav_regular_back.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#nav td.reg a:link, #nav td.reg a:visited, #nav td.reg a:active {
	color: #ef4b4c;
	text-decoration: none;
	font-weight: normal;
}
#nav td.reg a:hover {
	color: #ef4b4c;
	text-decoration: underline;
	font-weight: normal;
}
#nav td.selected {
	background-color: #ef4b4c;
	font-size: 10px;
	padding: 0px 10px 0px 10px;
	color: #ffffff;
	border-bottom: 0px;
	background-image: url(../images/nav_selected_back.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#nav td.selected a:link, #nav td.selected a:visited, #nav td.selected a:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
#nav td.selected a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}
#thumbnails img {
	border: 1px solid #003399;
}
/* End Navigation */
/* new */
td.subnavimages{
	text-align:center;
}
.subnavimages a img{
	border:1px solid #666666;
}
#photogallery td{
		/*text-align:center;*/
		vertical-align:top;
}
#photogallery td img{
	border: 1px solid #003399;
}	
#photogallery h4{
	margin:0;
	padding:0;
	font-size:12px;
}

a.viewproject:link,a.viewproject:visited{
	font-size: 10px;
	background-color:#ef4b4c;
	padding:5px;
	color:#fff!important;
	text-decoration:none;
	border:1px solid #d4d7de	
}
a.viewproject:hover{
	font-size: 10px;
	background-color:#ef4b4c;
	padding:5px;
	color:#fff;
	text-decoration:none;
	border:1px solid #fff;
	text-decoration:none!important;		
}