@charset "utf-8";
/* CSS Document */

html { 
	background-image:url(../images/background3.png); 
	background-position: top left;
	background-repeat: repeat-x;
 	font-family: "Lucida Sans Unicode", Verdana, Tahoma, Arial, san-serif; 
	font-size: 11px;
	color: #333;
	background-color: #fff;
	text-transform:none;
	font-style: normal;
}

body /* Internet Explorer */
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	height: 100%;
}

body /* Mozilla Firefox*/
{
	text-align: -moz-center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1em;
	width: 100%;
	height: 100%;
} 

h1, h2, h3, h4 { color: #00007d; }
p, span, table, tr, th, td { line-height: 1.45em; text-align: justify; }
img { border: 0px; }
hr { 
	position: static; 
	clear: both;  
	width: 100%; 
	height: 1px; 
	border-top: 1px dashed #ccc; 
	border-bottom: 0px;
}

#bcw { 
	position: static;
	width: 950px;
	height: 100%;
	border: 1px solid #333;
	text-align: left;
	text-decoration: none;
	font-style: normal;
}

#header {
	position: relative;
	width: 100%;
	height: 100px;
	background-image:url(../images/h_bkgd.png);
	background-position: top left;
	background-repeat: repeat-x;
}

#header img {
	border: 0px;
	margin-left: 25px;
	margin-top:15px;
}

#search {
	position: absolute;
	top:65px;
	right: 20px;
	font-size: 11px;
}

#nm {
	position: static;
	clear: both;
	background-image:url(../images/m_bkgd.png);
	background-position: top left;
	background-repeat: repeat-x;
	height: 37px;
	width: 100%;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

#nav-header {
	position: absolute;
	top: 10px;
	right: 30px;
	color: #fff;
	font-size: 11px;
	font-variant: small-caps;
}

#nav-header ul {
	list-style: none;
}

#nav-header li {
	display: inline;
	padding-left: 25px;
}

#nav-header a:active, #nav-header a:link, #nav-header a:visited {
	color: #87ceeb;
	text-decoration: underline;
}

#nav-header a:hover {
	text-decoration: none;
	color: #fff;
} 

#home-graphics {
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #333;
}

#home-graphics img { border: 0px; }

#left-wrapper {
	float:left;
	left: 0px;
	top: 0px;
	width: 200px;
	height: 100%;
	background-color: #EDA526;   
	text-align: left;
}

.lbl-services {
	background-image: url(../images/yellow_bar.png);
	background-position: top left;
	background-repeat: repeat-y;
	top: 0px;
	font-size: 1em;
	font-weight: bold;
	height: 10px;
	width: 200px;
	left: 10px;
	padding: 15px;
}

#prj-updates>ul {
	list-style: none;
	margin-left: 0px;
}

#prj-updates ul {
	list-style: none;
	margin-left: 0px;
	-moz-margin-start: -40px;
}


#prj-updates li {
	display: inline;
	text-align: justify;
	line-height: 1.5em;
}

#prj-updates img {
	float: left;
	border: 0px;
	padding-right: 10px;
}

#prj-updates span {
	font-weight: bold;
	color: #b07300;
}

#prj-updates a:link, #prj-updates a:visited, #prj-updates a:active {
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: underline;
	color: #841b1b;
}

#prj-updates a:hover {
	text-decoration: none;
	color:#fff;
	background-color: #841b1b;
}

#news-snippets {
	padding: 10px;
	font-size: 11px;
}

.news-snippets-date {
	color: #b57600;
	font-weight: bolder;
}

.news-snippets-title {
	color:#00008b;
	font-weight: bold;
}

#news-snippets a:link, #news-snippets a:visited {
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: underline;
	color: #841b1b;
}

#news-snippets a:hover {
	text-decoration: none;
	color:#fff;
	background-color: #841b1b;
}

#prjs-gallery-home-tpl {
	text-align: center;
}

#projects-wrapper {
	padding: 10px;
	height: 5700px;
}

#projects-wrapper ul {
	line-height: 1.75em;
}

#projects-wrapper a:link, #projects-wrapper a:active, #projects-wrapper a:visited {
font-style: normal;
color: #b22222;
text-decoration: none;
}

#projects-wrapper a:hover {
	text-decoration: underline;
	background-color: #b22222;
	color: #fff;
}

.prj-title {
	position: relative; 
	left: 5px; 
	font-size: 1em; 
	font-weight: bold; 
	font-family: 
	'Arial',Verdana, Tahoma, Arial, sans-serif; 
	color: #7f510b; 
	line-height: 1em;
}

.prj-text {
	position: relative; 
	top: -130px; 
	left: 230px; 
	width: 500px;
}

#prj-nav {
	background-color: #EDA526;
	vertical-align: top;
}

#prj-nav a:link, #prj-nav a:visited, #prj-nav a:link {
	text-decoration: none;
	color: #fff;
}

#prj-nav a:hover {
	color: #a80000;
}

#prj-nav li {
	border-bottom: 1px dotted #333;
	padding-bottom: 5px;
	padding-top: 5px;
}

#right-wrapper {
	float: right;
	width: 200px;
	top: 0px;
	right: 0px;
	background-color: #e6e6fa;
}

#center-wrapper {
	float: left;
	width: 524px;
	top: 0px;
	left: 201px;
	background-color: #fff;
	border-left: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	height: 100%;
	padding: 12px;
}

#content-wrapper {
	float: right;
	width: 749px;
	top: 0px;
	right: 0px;
	background-color: #fff;
	border-left: 1px solid #a0a0a0;
	height: 100%;
}

#content-wrapper p, #content-wrapper h4 {
	margin-left: 15px;
	margin-right: 15px;
}

.required {
	color: #cc0000;
	font-size: 1em;
	font-weight: bold;
}

.suppress-bullet {
	list-style: none;
	margin-left: 0px;
	-moz-margin-start: -30px;	
	margin-top: 0px;
}

#feedback {
	float: left;
	width:420px;
	padding: 0px 10px 10px 20px;
}


#feedback legend {
	color: #a85d00;
	font-weight: bold;
}

#feedback label {
    _float: left;
    _display: block; 
    _width: 140px;
    _text-align: right;
    _font-weight: bold;
    _margin-right: 0.5em;
}

#feedback ul>li>label {
	display: block;
    
	float:left;
	width: 140px;
	text-align: right;
	font-weight: bold;
	margin-right: 0.5em;
}

#feedback ul>li>input {
	border: 1px solid #333;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#feedback ul>li>textarea {
	border: 1px solid #333;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.thanku {
	border: 2px solid #cc0000;
	width: 60%;
	background-color: #ffcc66;
	font-size: 2em;
	font-weight: bolder;
	color: #8e4724;
	height: 18px;
	padding: 5px 10px 5px 10px;
	margin-top: 15px;
}

#footer-wrapper {
	clear: both;
	position: static;
	width: 100%;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 9px;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	height: 50px;
	background-color: #000199;
	color: #fff;
	padding-top:10px;
	background-image: url(../images/footer_bkgd.png);
	background-position: top left;
	background-repeat: repeat-x;
}

#footer-wrapper p {
	text-align: center;
}

#xtra2 {
	height: 50px;
	width: 100%;
}