body {
	background: url('/images/page_bgrnd.jpg') #000000 repeat-x;
}

#UpperNav {
  	color: #FFFFFF;
	padding-right: .5em;
	font-size: 1.5em;
	font-weight: bold;
	text-align: right;
	}

#UpperNav a {
	color: #FFFFFF;
	text-decoration: none;
	}

#UpperNav a:hover {
	color: #372224;
	}

#TopTab {
	background: url('/images/upper-tab.gif') no-repeat;
	height: 36px;
	display: block; 
	}
#Header {
	background-color: #6a503e;
	}

#LogoBox {
	background: url('/images/srp-logo.jpg') no-repeat center;
	height: 126px;
	display: block;
	}

#Home_Menu, #About_Menu, #Solutions_Menu, #Services_Menu, 
#References_Menu, #Projects_Menu {
	position: relative;
	overflow: visible;
	}

ul.dropdown_menu  {
	list-style: none;
	margin: 0;
	margin-left: -1px;
	padding: 0;
	border: 1px solid #372224;
	display: none;
	position: absolute;
	z-index: 500;
	width: 175px;
	top: 38px;
	left: 0;
	}

ul.dropdown_menu li {
	font-size: 1em;
	font-weight: bold;
	margin-left: 0;
	padding: 9px 3px 9px 3px; 
	display: block;
	width: 175px;
	border-bottom: 1px solid #372224;
	background: #eadec4;
	margin-bottom: 0;
	}

.dropdown_menu a {
	color: #372224;
	text-decoration: none;
	}    
 
#ContentFrame {
	background: url('/images/main_bgrnd.jpg') repeat-y;
	}

#LeftCol div {
	background-color: #606d26;
	padding: 1em;
	}

#LeftCol a {
	color: #eadec4;
	font-weight: bold;
	}

#LeftCol a:hover {
	color: #8e4413;
}

#Content {
	background: url('/images/content_bgrnd.jpg') no-repeat;
	}

#FooterFrame {
	background-color: #6a503e;
	}

#Footer {
	color: #372224;
	font-size: .75em;
	font-weight: bold;
	text-align: center;
	line-height: 2em;
	}	

.footer_nav {
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 1em;
	}

.footer_nav a {
	color: #FFFFFF;
	text-decoration: none;
	}

.footer_nav a:hover {
	color: #372224;
	}

form {
	margin: 1em 0 1em 0;
     }

fieldset {
	border: 1px solid #372224;
	margin-top: 1.5em;
	padding-bottom: 1em;
	background-color: #A68168;
     }

legend {
	font-size: 1.25em;
        font-weight: bold;
	margin-left: 1em;
	color: #372224;
	}
	
fieldset ol {
	list-style: none;
	}

fieldset li {
	margin-bottom: .5em;
}

label {
	color: #372224;
	}

form p {
	margin: 1em 0 1em;
}

.button {
	background: url('/images/button-bgrnd.jpg') repeat-x;
	border: 1px solid #372224;
	font-weight: bold;
	padding: 9px 5px 9px 5px;
	}

ul.errorlist {
	list-style: none;
}

ul.errorlist li {
	color: #FF0000;
	}

	
table {
	border: 1px solid #372224;
	border-collapse: collapse;
}

td,th {
	border: 1px solid #372224;
	border-collapse: collapse;
	padding: 5px;
}

thead th {
	text-align: left;
	}

tbody th {
	text-align: left;
	background: #c5e9ff;
	}

tbody td {
	background: #c5e9ff;
	}

tbody tr.odd th {
	background: #FFFFFF;
	}

tbody tr.odd td {
	background: #FFFFFF;
	}

.ajax_error {
	font-weight: bold;
	color: #FF0000;
}

.ajax_success {
	font-weight: bold;
	color: #02512C;
}

a {
	color: #8e4413;
	font-weight: bold;
}

a:hover {
	color: #616c27;
}

ul {
	margin-left: 2.5em;
}

ul li {
	margin-bottom: .5em;
      }

.center {
	margin: .25em auto .25em auto;
	text-align: center;
}

.project_name {
	height: 90px;
	}

.dialog {
	width: 300px;
	border: 1px solid #372224;
	background: #9CCa68;
	position: absolute;
	z-index: 9999;
	padding: 1em;
	margin: auto;	
	top: 50%;
	left: 50%;
	display: none;
	}

.modal {
	background-color: #CCCCCC;
	position: absolute;
	z-index: 9000;
	display: none;
	top: 0;
	left: 0;
	opacity: .50;
}
	
div.tag_list span {
	padding: 0  3px 0 16px;
	background: url('/images/admin/tag_delete.gif') no-repeat 0 0;
	line-height: 1.5em;
	} 

.admin_project_thumb {
	width: 155px;
	min-height: 200px;
	float: left;
	text-align: center;
}


.project_tag {
	border-bottom: 1px solid #372224; 
	}

.column_head {
	border-bottom: 1px solid #372224;
}

h3 {
	font-size: 1.25em;
}

.page_number {
	text-align: center;
}

.previous_nav {
	text-align: left;
}

.next_nav {
	text-align: right;
}

.project_box {
	margin-top: 18px;
	margin-bottom: 18px;	
	padding-left: 5px;
	padding-right: 2px;
	border: 1px solid #616C27;
}

.project_list_image {
	height: 170px;
}
 
.sitemap {
	list-style: none;
}

